davidc Sat Dec 15 01:18:28 2007 UTC
Modified files:
/php-src/ext/splspl_array.c
Log:
- MFB: Bug #41528
- Added possibility to serialize and unserialize classes that extend to
ArrayObject
- See ext/spl/tests/array_023.phpt and ext/spl/tests/bug41528.php fo
colder Fri Dec 14 22:52:53 2007 UTC
Modified files:
/php-src/ext/splspl_array.c
Log:
Fix folding
http://cvs.php.net/viewvc.cgi/php-src/ext/spl/spl_array.c?r1=1.132&r2=1.133&diff_format=u
Index: php-src/ext/spl/spl_array.c
diff -u php-src/ext/spl/spl_array.c
derick Fri Dec 14 16:14:04 2007 UTC
Modified files:
/CVSROOTavail
Log:
- Upgrade Raghubansh to full PHP Developer
http://cvs.php.net/viewvc.cgi/CVSROOT/avail?r1=1.1334&r2=1.1335&diff_format=u
Index: CVSROOT/avail
diff -u CVSROOT/avail:1.1334 CVSROOT/avai
scottmacFri Dec 14 14:52:38 2007 UTC
Modified files:
/php-src/ext/date php_date.c
Log:
MFB: Change createFromTimestamp to setTimestamp
http://cvs.php.net/viewvc.cgi/php-src/ext/date/php_date.c?r1=1.149&r2=1.150&diff_format=u
Index: php-src/ext/date/php
scottmacFri Dec 14 14:49:16 2007 UTC
Modified files: (Branch: PHP_5_3)
/php-srcNEWS
/php-src/ext/date php_date.c
Log:
Change createFromTimestamp to setTimestamp
http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.965.2.57&r2=1.2027.2.5
scottmacFri Dec 14 14:27:18 2007 UTC
Modified files:
/php-src/ext/date php_date.c php_date.h
Log:
- Add Datetime::createFromTimestamp to allow setting of a unix timestamp
without invoking the date parser.
http://cvs.php.net/viewvc.cgi/php-src/ext/date
scottmacFri Dec 14 14:28:36 2007 UTC
Modified files: (Branch: PHP_5_3)
/php-srcNEWS
/php-src/ext/date php_date.c php_date.h
Log:
MFH: Add Datetime::createFromTimestamp to allow setting of a unix timestamp
without invoking the date parser.
http