[PHP-CVS-DAILY] cvs: php-src / ChangeLog

2006-08-13 Thread changelog
changelog Mon Aug 14 01:30:52 2006 UTC Modified files: /php-srcChangeLog Log: ChangeLog update http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.2421r2=1.2422diff_format=u Index: php-src/ChangeLog diff -u php-src/ChangeLog:1.2421

[PHP-CVS] cvs: php-src /ext/spl spl.php

2006-08-13 Thread Marcus Boerger
helly Sun Aug 13 10:37:46 2006 UTC Modified files: /php-src/ext/splspl.php Log: - Add link http://cvs.php.net/viewvc.cgi/php-src/ext/spl/spl.php?r1=1.74r2=1.75diff_format=u Index: php-src/ext/spl/spl.php diff -u php-src/ext/spl/spl.php:1.74

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/spl spl.php

2006-08-13 Thread Marcus Boerger
helly Sun Aug 13 10:37:57 2006 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/splspl.php Log: - MFH Add link http://cvs.php.net/viewvc.cgi/php-src/ext/spl/spl.php?r1=1.49.2.11.2.2r2=1.49.2.11.2.3diff_format=u Index: php-src/ext/spl/spl.php diff -u

[PHP-CVS] cvs: php-src(PHP_5_2) / NEWS /ext/dom nodelist.c /ext/dom/tests bug38438.phpt

2006-08-13 Thread Ilia Alshanetsky
iliaa Sun Aug 13 15:02:41 2006 UTC Added files: (Branch: PHP_5_2) /php-src/ext/dom/tests bug38438.phpt Modified files: /php-srcNEWS /php-src/ext/domnodelist.c Log: Fixed bug #38438 (DOMNodeList-item(0) segfault on empty

[PHP-CVS] cvs: php-src /ext/dom nodelist.c /ext/dom/tests bug38438.phpt

2006-08-13 Thread Ilia Alshanetsky
iliaa Sun Aug 13 15:03:19 2006 UTC Modified files: /php-src/ext/domnodelist.c /php-src/ext/dom/tests bug38438.phpt Log: MFB: Fixed bug #38438 (DOMNodeList-item(0) segfault on empty NodeList)

[PHP-CVS] cvs: php-src / run-tests.php

2006-08-13 Thread Marcus Boerger
helly Sun Aug 13 15:22:18 2006 UTC Modified files: /php-srcrun-tests.php Log: - Always show unicode_semantics state (required for our gcov stuff) http://cvs.php.net/viewvc.cgi/php-src/run-tests.php?r1=1.301r2=1.302diff_format=u Index:

[PHP-CVS] cvs: php-src /ext/zip/examples create.php dir.php extract.php fopen.php

2006-08-13 Thread Pierre-Alain Joye
pajoye Sun Aug 13 19:06:46 2006 UTC Modified files: /php-src/ext/zip/examples create.php dir.php extract.php fopen.php Log: - remove dl() usage http://cvs.php.net/viewvc.cgi/php-src/ext/zip/examples/create.php?r1=1.1r2=1.2diff_format=u Index:

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/zip/examples create.php extract.php fopen.php

2006-08-13 Thread Pierre-Alain Joye
pajoye Sun Aug 13 19:24:17 2006 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/zip/examples create.php extract.php fopen.php Log: - MFH: remove dl() usage http://cvs.php.net/viewvc.cgi/php-src/ext/zip/examples/create.php?r1=1.1r2=1.1.2.1diff_format=u

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/zip/examples dir.php

2006-08-13 Thread Pierre-Alain Joye
pajoye Sun Aug 13 19:34:40 2006 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/zip/examples dir.php Log: - MFH: remove dl() usage http://cvs.php.net/viewvc.cgi/php-src/ext/zip/examples/dir.php?r1=1.1r2=1.1.2.1diff_format=u Index:

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/zip package.xml

2006-08-13 Thread Pierre-Alain Joye
pajoye Sun Aug 13 20:27:07 2006 UTC Removed files: (Branch: PHP_5_2) /php-src/ext/zippackage.xml Log: - remove package.xml, not needed in php-src but only in pecl -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit:

[PHP-CVS] cvs: php-src /ext/zip php_zip.c

2006-08-13 Thread Pierre-Alain Joye
pajoye Sun Aug 13 20:54:27 2006 UTC Modified files: /php-src/ext/zipphp_zip.c Log: - remove all safe mode checks instead of borking the sources...Y http://cvs.php.net/viewvc.cgi/php-src/ext/zip/php_zip.c?r1=1.3r2=1.4diff_format=u Index:

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/zip php_zip.c /ext/zip/lib zip.h zip_open.c zip_replace.c

2006-08-13 Thread Pierre-Alain Joye
pajoye Sun Aug 13 21:09:59 2006 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/zipphp_zip.c /php-src/ext/zip/libzip.h zip_open.c zip_replace.c Log: - MFP: - add overwrite mode to ZipArchive::open, always starts a new archive - Fix safe

[PHP-CVS] cvs: php-src /ext/zip php_zip.c /ext/zip/tests oo_namelocate.phpt

2006-08-13 Thread Pierre-Alain Joye
pajoye Sun Aug 13 23:39:57 2006 UTC Modified files: /php-src/ext/zipphp_zip.c /php-src/ext/zip/tests oo_namelocate.phpt Log: - locateName should not change the state/error, can be used to test an entry

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/zip php_zip.c /ext/zip/tests oo_namelocate.phpt

2006-08-13 Thread Pierre-Alain Joye
pajoye Sun Aug 13 23:43:11 2006 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/zipphp_zip.c /php-src/ext/zip/tests oo_namelocate.phpt Log: - MFH: locateName should not change the state/error, can be used to test an entry