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

2008-06-22 Thread changelog
changelog Mon Jun 23 01:31:48 2008 UTC Modified files: /php-srcChangeLog Log: ChangeLog update http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.3085r2=1.3086diff_format=u Index: php-src/ChangeLog diff -u php-src/ChangeLog:1.3085

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/gd gd.c

2008-06-22 Thread Sebastian Bergmann
sebastian Sun Jun 22 08:06:48 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/gd gd.c Log: Fix build. http://cvs.php.net/viewvc.cgi/php-src/ext/gd/gd.c?r1=1.312.2.20.2.32.2.6r2=1.312.2.20.2.32.2.7diff_format=u Index: php-src/ext/gd/gd.c diff -u

[PHP-CVS] cvs: CVSROOT / avail

2008-06-22 Thread Pierre-Alain Joye
pajoye Sun Jun 22 10:00:19 2008 UTC Modified files: /CVSROOTavail Log: - felixdv karma for commiting tests http://cvs.php.net/viewvc.cgi/CVSROOT/avail?r1=1.1415r2=1.1416diff_format=u Index: CVSROOT/avail diff -u CVSROOT/avail:1.1415 CVSROOT/avail:1.1416

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/sybase_ct php_sybase_ct.c

2008-06-22 Thread Timm Friebe
thekid Sun Jun 22 10:11:14 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/sybase_ct php_sybase_ct.c Log: - Changed zend_get_parameters_ex - zend_parse_parameters - Simplified source in php_sybase_do_connect() # Part 1, more to follow

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/gd gd.c /ext/standard type.c

2008-06-22 Thread Felipe Pena
felipe Sun Jun 22 11:36:46 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/gd gd.c /php-src/ext/standard type.c Log: - Removed unused variables

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/bz2 bz2.c /ext/bz2/tests 001.phpt 002.phpt 005.phpt

2008-06-22 Thread Alexey Zakhlestin
indeyetsSun Jun 22 12:03:30 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/bz2bz2.c /php-src/ext/bz2/tests 001.phpt 002.phpt 005.phpt Log: updated to the new parameter-parsing api

Re: [PHP-CVS] cvs: php-src(PHP_5_3) /ext/phar cgidebug phar.c phar.phar tar.c

2008-06-22 Thread Steph Fox
Hi Greg, This commit caused a crash in tar/bignames.phpt. You'll be happy to hear that all other tests pass under 5_3 on my box :-) - Steph - Original Message - From: Greg Beaver [EMAIL PROTECTED] To: php-cvs@lists.php.net Sent: Sunday, June 22, 2008 1:50 AM Subject: [PHP-CVS] cvs:

Re: [PHP-CVS] cvs: php-src(PHP_5_3) /ext/phar cgidebug phar.c phar.phar tar.c

2008-06-22 Thread Hannes Magnusson
On Sun, Jun 22, 2008 at 14:18, Steph Fox [EMAIL PROTECTED] wrote: Hi Greg, This commit caused a crash in tar/bignames.phpt. You'll be happy to hear that all other tests pass under 5_3 on my box :-) Not for me.. Phar::buildFromIterator() iterator, too many files for open file handles (Bug

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/standard/tests/general_functions ob_get_length_basic.phpt

2008-06-22 Thread Felix De Vliegher
felixdv Sun Jun 22 12:29:42 2008 UTC Added files: (Branch: PHP_5_3) /php-src/ext/standard/tests/general_functions ob_get_length_basic.phpt Log: Basic test for ob_get_length(), testfest.php.net task

Re: [PHP-CVS] cvs: php-src(PHP_5_3) /ext/phar cgidebug phar.c phar.phar tar.c

2008-06-22 Thread Steph Fox
Hi Hannes, snip long list / These are all failing here Platform? PHP version? And is it the same commit that causes those fails and mine? Thanks, - Steph -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-CVS] cvs: php-src /ext/standard/tests/general_functions ob_get_length_basic.phpt

2008-06-22 Thread Felix De Vliegher
felixdv Sun Jun 22 12:51:37 2008 UTC Modified files: /php-src/ext/standard/tests/general_functions ob_get_length_basic.phpt Log: Basic test for ob_get_length(), testfest.php.net task #132

Re: [PHP-CVS] cvs: php-src(PHP_5_3) /ext/phar cgidebug phar.c phar.phar tar.c

2008-06-22 Thread Steph Fox
Sorry, need more caffeine.. I've three versions running at once here and forgot nobody else does... Platform? PHP version? And is it the same commit that causes those fails and mine? The first and third questions still hold :) - Steph -- PHP CVS Mailing List (http://www.php.net/) To

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/phar phar_object.c util.c

2008-06-22 Thread Steph Fox
sfoxSun Jun 22 13:10:03 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/phar phar_object.c util.c Log: - ws, typo fix http://cvs.php.net/viewvc.cgi/php-src/ext/phar/phar_object.c?r1=1.266.2.28r2=1.266.2.29diff_format=u Index:

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/xml xml.c

2008-06-22 Thread Felipe Pena
felipe Sun Jun 22 13:22:27 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/xmlxml.c Log: - New parameter parsing API http://cvs.php.net/viewvc.cgi/php-src/ext/xml/xml.c?r1=1.157.2.4.2.5.2.4r2=1.157.2.4.2.5.2.5diff_format=u Index:

[PHP-CVS] cvs: php-src /ext/standard/tests/strings vfprintf_basic.phpt vfprintf_error1.phpt vfprintf_error2.phpt vfprintf_error3.phpt vfprintf_error4.phpt vfprintf_variation1.phpt

2008-06-22 Thread Felix De Vliegher
felixdv Sun Jun 22 13:31:10 2008 UTC Modified files: /php-src/ext/standard/tests/strings vfprintf_basic.phpt vfprintf_error1.phpt vfprintf_error2.phpt

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/exif exif.c

2008-06-22 Thread Alexey Zakhlestin
indeyetsSun Jun 22 14:13:02 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/exif exif.c Log: updated to the new parameter-parsing api http://cvs.php.net/viewvc.cgi/php-src/ext/exif/exif.c?r1=1.173.2.5.2.20.2.5r2=1.173.2.5.2.20.2.6diff_format=u

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/xml xml.c

2008-06-22 Thread Rob Richards
rrichards Sun Jun 22 14:13:42 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/xmlxml.c Log: fix parameter parsing change http://cvs.php.net/viewvc.cgi/php-src/ext/xml/xml.c?r1=1.157.2.4.2.5.2.5r2=1.157.2.4.2.5.2.6diff_format=u Index:

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/phar tar.c

2008-06-22 Thread Steph Fox
sfoxSun Jun 22 14:46:11 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/phar tar.c Log: - Revert the tar.c part of the inode calculation fix - All tests now pass under win32, please test under *nix/osx (4 known fails at present)

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/pcntl pcntl.c

2008-06-22 Thread Alexey Zakhlestin
indeyetsSun Jun 22 15:16:11 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/pcntl pcntl.c Log: updated to the new parameter-parsing api http://cvs.php.net/viewvc.cgi/php-src/ext/pcntl/pcntl.c?r1=1.48.2.2.2.4.2.3r2=1.48.2.2.2.4.2.4diff_format=u

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

2008-06-22 Thread Alexey Zakhlestin
indeyetsSun Jun 22 15:44:19 2008 UTC Modified files: /php-src/ext/pcntl pcntl.c Log: updated to the new parameter-parsing api http://cvs.php.net/viewvc.cgi/php-src/ext/pcntl/pcntl.c?r1=1.60r2=1.61diff_format=u Index: php-src/ext/pcntl/pcntl.c diff -u

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/soap soap.c

2008-06-22 Thread Felipe Pena
felipe Sun Jun 22 16:08:53 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/soap soap.c Log: - New parameter parsing API http://cvs.php.net/viewvc.cgi/php-src/ext/soap/soap.c?r1=1.156.2.28.2.30.2.16r2=1.156.2.28.2.30.2.17diff_format=u Index:

[PHP-CVS] cvs: php-src /ext/spl/tests fixedarray_010.phpt fixedarray_017.phpt

2008-06-22 Thread Etienne Kneuss
colder Sun Jun 22 16:23:33 2008 UTC Added files: /php-src/ext/spl/tests fixedarray_017.phpt Modified files: /php-src/ext/spl/tests fixedarray_010.phpt Log: Add some tests to increase code coverage

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/spl/tests fixedarray_010.phpt fixedarray_017.phpt

2008-06-22 Thread Etienne Kneuss
colder Sun Jun 22 16:25:02 2008 UTC Added files: (Branch: PHP_5_3) /php-src/ext/spl/tests fixedarray_017.phpt Modified files: /php-src/ext/spl/tests fixedarray_010.phpt Log: MFH: Add some tests to increase code coverage

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/phar phar_object.c

2008-06-22 Thread Steph Fox
sfoxSun Jun 22 16:35:26 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/phar phar_object.c Log: - Revert the two blocks of code that implement the phar_build optimization, causes segfaults under *nix - Leave the new structure in place to make

Re: [PHP-CVS] cvs: php-src(PHP_5_3) /ext/phar cgidebug phar.c phar.phar tar.c

2008-06-22 Thread Steph Fox
Hi Greg, Hannes, You'll be happy to hear that all other tests pass under 5_3 on my box :-) Not for me.. snip long list of failing tests / Phar: tar-based phar corrupted [ext/phar/tests/tar/tar_001.phpt] Phar: tar-based phar corrupted 2 [ext/phar/tests/tar/tar_002.phpt] Phar: truncated tar

[PHP-CVS] cvs: php-src /sapi/nsapi nsapi.c

2008-06-22 Thread Uwe Schindler
thetaphiSun Jun 22 18:08:45 2008 UTC Modified files: /php-src/sapi/nsapi nsapi.c Log: Response to: [PHP-DEV] cleaning up the functions - any volunteers? :) http://cvs.php.net/viewvc.cgi/php-src/sapi/nsapi/nsapi.c?r1=1.87r2=1.88diff_format=u Index:

[PHP-CVS] cvs: php-src(PHP_5_3) /sapi/nsapi nsapi.c

2008-06-22 Thread Uwe Schindler
thetaphiSun Jun 22 18:09:41 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/sapi/nsapi nsapi.c Log: MFH: Response to: [PHP-DEV] cleaning up the functions - any volunteers? :)

[PHP-CVS] cvs: php-src(PHP_5_2) /sapi/nsapi nsapi.c

2008-06-22 Thread Uwe Schindler
thetaphiSun Jun 22 18:10:33 2008 UTC Modified files: (Branch: PHP_5_2) /php-src/sapi/nsapi nsapi.c Log: MFH: Response to: [PHP-DEV] cleaning up the functions - any volunteers? :)

Re: [PHP-CVS] cvs: php-src(PHP_5_3) /ext/phar cgidebug phar.c phar.phar tar.c

2008-06-22 Thread Hannes Magnusson
On Sun, Jun 22, 2008 at 18:47, Steph Fox [EMAIL PROTECTED] wrote: Hi Greg, Hannes, You'll be happy to hear that all other tests pass under 5_3 on my box :-) Not for me.. snip long list of failing tests / Phar: tar-based phar corrupted [ext/phar/tests/tar/tar_001.phpt] Phar: tar-based

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/ereg/tests split_variation_002.phpt /ext/session/tests session_decode_error.phpt session_name_error.phpt

2008-06-22 Thread Felipe Pena
felipe Sun Jun 22 19:16:44 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/ereg/tests split_variation_002.phpt /php-src/ext/session/tests session_decode_error.phpt session_name_error.phpt Log: - Fixed tests

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/standard string.c /ext/standard/tests/strings chop_error.phpt chop_variation1.phpt chop_variation2.phpt chunk_split_variation1.phpt dirname_error.phpt explode1.ph

2008-06-22 Thread Olivier Hill
ohill Sun Jun 22 19:22:41 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/standard string.c /php-src/ext/standard/tests/strings chop_error.phpt chop_variation1.phpt

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/dba dba_db1.c

2008-06-22 Thread Pierre-Alain Joye
pajoye Sun Jun 22 19:50:38 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/dbadba_db1.c Log: - clean new line (unix only now) http://cvs.php.net/viewvc.cgi/php-src/ext/dba/dba_db1.c?r1=1.3.2.1.2.1.2.1r2=1.3.2.1.2.1.2.2diff_format=u Index:

[PHP-CVS] cvs: php-src(PHP_5_3) /win32/build confutils.js

2008-06-22 Thread Pierre-Alain Joye
pajoye Sun Jun 22 20:51:57 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/win32/buildconfutils.js Log: - add a list of the enabled extensions and how they are built (shared or static list of SAPIs and libs used will follow shortly (to be used as

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/posix posix.c

2008-06-22 Thread Felipe Pena
felipe Sun Jun 22 21:45:42 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/posix posix.c Log: - Fix build where __USE_GNU is used instead of _GNU_SOURCE to define utsname.domainname

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/libxml config.w32

2008-06-22 Thread Pierre-Alain Joye
pajoye Sun Jun 22 21:49:06 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/libxml config.w32 Log: - do not show libxml as enabled when libs are missing so ADD_EXTENSION_DEP('myext', 'libxml') can do its job

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/zlib config.w32

2008-06-22 Thread Pierre-Alain Joye
pajoye Sun Jun 22 21:55:59 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/zlib config.w32 Log: - don't show zlib as available when libs or headers are missing http://cvs.php.net/viewvc.cgi/php-src/ext/zlib/config.w32?r1=1.8.6.1r2=1.8.6.2diff_format=u

[PHP-CVS] cvs: php-src /sapi/nsapi nsapi.c

2008-06-22 Thread Uwe Schindler
thetaphiSun Jun 22 22:16:41 2008 UTC Modified files: /php-src/sapi/nsapi nsapi.c Log: URI should be UTF-8 http://cvs.php.net/viewvc.cgi/php-src/sapi/nsapi/nsapi.c?r1=1.88r2=1.89diff_format=u Index: php-src/sapi/nsapi/nsapi.c diff -u

[PHP-CVS] cvs: php-src /sapi/nsapi nsapi.c

2008-06-22 Thread Uwe Schindler
thetaphiSun Jun 22 22:28:31 2008 UTC Modified files: /php-src/sapi/nsapi nsapi.c Log: fix flushing for PHP6 output code http://cvs.php.net/viewvc.cgi/php-src/sapi/nsapi/nsapi.c?r1=1.89r2=1.90diff_format=u Index: php-src/sapi/nsapi/nsapi.c diff -u

[PHP-CVS] cvs: php-src(PHP_5_3) /win32/build confutils.js

2008-06-22 Thread Pierre-Alain Joye
pajoye Sun Jun 22 23:15:54 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/win32/buildconfutils.js Log: - return true/false when a dep addition was succeeded or not

[PHP-CVS] cvs: php-src(PHP_5_3) /win32/build config.w32

2008-06-22 Thread Pierre-Alain Joye
pajoye Sun Jun 22 23:16:31 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/win32/buildconfig.w32 Log: - bindlib has its own package http://cvs.php.net/viewvc.cgi/php-src/win32/build/config.w32?r1=1.40.2.8.2.10.2.15r2=1.40.2.8.2.10.2.16diff_format=u

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/pdo_odbc config.w32 /ext/pdo_pgsql config.w32 /ext/pdo_sqlite config.w32 /ext/xml config.w32 /ext/xmlrpc config.w32

2008-06-22 Thread Pierre-Alain Joye
pajoye Sun Jun 22 23:17:22 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/pdo_odbc config.w32 /php-src/ext/pdo_pgsql config.w32 /php-src/ext/pdo_sqlite config.w32 /php-src/ext/xmlconfig.w32 /php-src/ext/xmlrpc config.w32

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

2008-06-22 Thread Felipe Pena
felipe Mon Jun 23 01:16:49 2008 UTC Modified files: /php-src/ext/posix posix.c Log: - MFB: Fix build where __USE_GNU is used instead of _GNU_SOURCE to define utsname.domainname

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/phar tar.c

2008-06-22 Thread Greg Beaver
cellog Mon Jun 23 03:55:50 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/phar tar.c Log: fix tar-related failures http://cvs.php.net/viewvc.cgi/php-src/ext/phar/tar.c?r1=1.55.2.15r2=1.55.2.16diff_format=u Index: php-src/ext/phar/tar.c diff -u

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/phar phar.phar phar_object.c /ext/phar/tests phar_buildfromdirectory4.phpt

2008-06-22 Thread Greg Beaver
cellog Mon Jun 23 04:00:23 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/phar phar.phar phar_object.c /php-src/ext/phar/tests phar_buildfromdirectory4.phpt Log: true fix for potential segfault in phar_build