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

2005-10-17 Thread changelog
changelog Tue Oct 18 01:36:27 2005 EDT Modified files: /php-srcChangeLog Log: ChangeLog update http://cvs.php.net/diff.php/php-src/ChangeLog?r1=1.2135r2=1.2136ty=u Index: php-src/ChangeLog diff -u php-src/ChangeLog:1.2135 php-src/ChangeLog:1.2136 ---

[PHP-CVS-DAILY] cvs: ZendEngine2 / ChangeLog

2005-10-17 Thread changelog
changelog Tue Oct 18 01:36:35 2005 EDT Modified files: /ZendEngine2ChangeLog Log: ChangeLog update http://cvs.php.net/diff.php/ZendEngine2/ChangeLog?r1=1.794r2=1.795ty=u Index: ZendEngine2/ChangeLog diff -u ZendEngine2/ChangeLog:1.794

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

2005-10-17 Thread Ilia Alshanetsky
iliaa Mon Oct 17 10:29:24 2005 EDT Modified files: /php-src/ext/sqlite sqlite.c Log: Fixed bug #34884 (Possible crash in ext/sqlite when sqlite.assoc_case is being used). http://cvs.php.net/diff.php/php-src/ext/sqlite/sqlite.c?r1=1.172r2=1.173ty=u

[PHP-CVS] cvs: php-src(PHP_5_1) / NEWS /ext/sqlite sqlite.c

2005-10-17 Thread Ilia Alshanetsky
iliaa Mon Oct 17 10:30:36 2005 EDT Modified files: (Branch: PHP_5_1) /php-srcNEWS /php-src/ext/sqlite sqlite.c Log: MFH: Fixed bug #34884 (Possible crash in ext/sqlite when sqlite.assoc_case is being used).

Re: [PHP-CVS] cvs: php-src(PHP_5_1) / NEWS

2005-10-17 Thread Ilia Alshanetsky
When making RCs in the 4.X branch we've always separated RCs and then merged them into a single entry when the final release was made. This allowed quick determination what changes were made between each RC. Ilia Jani Taskinen wrote: sniperSun Oct 16 13:54:39 2005 EDT

[PHP-CVS] cvs: php-src(PHP_5_1) / NEWS /ext/standard var.c /ext/standard/tests/array 007.phpt array_intersect_1.phpt var_export.phpt var_export3.phpt

2005-10-17 Thread Derick Rethans
derick Mon Oct 17 10:38:15 2005 EDT Added files: (Branch: PHP_5_1) /php-src/ext/standard/tests/array var_export3.phpt Modified files: /php-srcNEWS /php-src/ext/standard var.c /php-src/ext/standard/tests/array 007.phpt

[PHP-CVS] cvs: php-src /ext/standard var.c /ext/standard/tests/array 007.phpt array_intersect_1.phpt var_export.phpt var_export3.phpt

2005-10-17 Thread Derick Rethans
derick Mon Oct 17 11:03:12 2005 EDT Modified files: /php-src/ext/standard var.c /php-src/ext/standard/tests/array var_export3.phpt 007.phpt array_intersect_1.phpt

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

2005-10-17 Thread Ilia Alshanetsky
iliaa Mon Oct 17 11:29:56 2005 EDT Modified files: /php-src/ext/pspell pspell.c Log: Properly fixed bug #34456 (original patch completely reverted). http://cvs.php.net/diff.php/php-src/ext/pspell/pspell.c?r1=1.46r2=1.47ty=u Index:

[PHP-CVS] cvs: php-src(PHP_5_1) / NEWS /ext/pspell pspell.c

2005-10-17 Thread Ilia Alshanetsky
iliaa Mon Oct 17 11:31:11 2005 EDT Modified files: (Branch: PHP_5_1) /php-src/ext/pspell pspell.c /php-srcNEWS Log: MFH: Properly fixed bug #34456 (original patch completely reverted).

[PHP-CVS] cvs: php-src(PHP_4_4) / NEWS /ext/pspell pspell.c

2005-10-17 Thread Ilia Alshanetsky
iliaa Mon Oct 17 11:43:14 2005 EDT Modified files: (Branch: PHP_4_4) /php-src/ext/pspell pspell.c /php-srcNEWS Log: MFH: Properly fixed bug #34456 (original patch completely reverted).

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

2005-10-17 Thread Rolland Santimano
rolland Mon Oct 17 13:07:46 2005 EDT Modified files: /php-src/ext/standard string.c Log: - Unicode impl of strrpos() http://cvs.php.net/diff.php/php-src/ext/standard/string.c?r1=1.495r2=1.496ty=u Index: php-src/ext/standard/string.c diff -u

Re: [PHP-CVS] cvs: php-src(PHP_5_1) / NEWS

2005-10-17 Thread Jani Taskinen
Well, perhaps we need to mark such changes differently and not include them in the actualy NEWS in the actual release? --Jani On Mon, 17 Oct 2005, Ilia Alshanetsky wrote: When making RCs in the 4.X branch we've always separated RCs and then merged them into a single entry when

Re: [PHP-CVS] cvs: php-src(PHP_5_1) /ext/libxml libxml.c

2005-10-17 Thread Andi Gutmans
Hey Rob, This looks a bit strange (although it probably works :) Andi At 01:34 PM 10/13/2005, Rob Richards wrote: + context = context = php_libxml_streams_IO_open_write_wrapper(URI); Zend/PHP Conference Expo Power Your Business with PHP October 18-21, 2005 - San Francisco

Re: [PHP-CVS] cvs: php-src / NEWS /sapi/apache2handler sapi_apache2.c

2005-10-17 Thread Andi Gutmans
I don't see a reason why not to also commit critical patches to 5.0.x. I believe we will still have 5.0.6, especially due to the reference fixes, and who knows if we have security problems, we might have more in future. The fact that Jani and you aren't using 5.0 doesn't mean we

[PHP-CVS] cvs: php-src(PHP_5_0) /sapi/apache2handler sapi_apache2.c

2005-10-17 Thread Rasmus Lerdorf
rasmus Mon Oct 17 15:35:45 2005 EDT Modified files: (Branch: PHP_5_0) /php-src/sapi/apache2handlersapi_apache2.c Log: MFH the fix to bug #33690 http://cvs.php.net/diff.php/php-src/sapi/apache2handler/sapi_apache2.c?r1=1.40.2.12r2=1.40.2.13ty=u Index:

Re: [PHP-CVS] cvs: php-src / NEWS /sapi/apache2handler sapi_apache2.c

2005-10-17 Thread Rasmus Lerdorf
Andi Gutmans wrote: I don't see a reason why not to also commit critical patches to 5.0.x. I believe we will still have 5.0.6, especially due to the reference fixes, and who knows if we have security problems, we might have more in future. The fact that Jani and you aren't using 5.0 doesn't

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

2005-10-17 Thread Nuno Lopes
Thanks for fixing that out. Now it is correct! My test case was obviously not using the api correctly. Nuno - Original Message - From: Ilia Alshanetsky [EMAIL PROTECTED] To: php-cvs@lists.php.net Sent: Monday, October 17, 2005 4:29 PM Subject: [PHP-CVS] cvs: php-src /ext/pspell

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

2005-10-17 Thread Rob Richards
rrichards Mon Oct 17 15:47:35 2005 EDT Modified files: /php-src/ext/libxml libxml.c Log: only need context set once http://cvs.php.net/diff.php/php-src/ext/libxml/libxml.c?r1=1.37r2=1.38ty=u Index: php-src/ext/libxml/libxml.c diff -u

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

2005-10-17 Thread Rolland Santimano
rolland Mon Oct 17 15:50:19 2005 EDT Modified files: /php-src/ext/standard string.c Log: - Unicode impl of stripos() http://cvs.php.net/diff.php/php-src/ext/standard/string.c?r1=1.496r2=1.497ty=u Index: php-src/ext/standard/string.c diff -u

[PHP-CVS] cvs: php-src(PHP_5_1) /ext/libxml libxml.c

2005-10-17 Thread Rob Richards
rrichards Mon Oct 17 15:50:20 2005 EDT Modified files: (Branch: PHP_5_1) /php-src/ext/libxml libxml.c Log: MFH: only need context set once http://cvs.php.net/diff.php/php-src/ext/libxml/libxml.c?r1=1.32.2.3r2=1.32.2.4ty=u Index: php-src/ext/libxml/libxml.c

[PHP-CVS] cvs: php-src(PHP_5_1) / NEWS configure.in /main php_version.h

2005-10-17 Thread Ilia Alshanetsky
iliaa Mon Oct 17 16:26:14 2005 EDT Modified files: (Branch: PHP_5_1) /php-srcconfigure.in NEWS /php-src/main php_version.h Log: 5.1.0RC3 http://cvs.php.net/diff.php/php-src/configure.in?r1=1.579.2.11r2=1.579.2.12ty=u Index:

[PHP-CVS] cvs: php-src(PHP_5_1) / configure.in /main php_version.h

2005-10-17 Thread Ilia Alshanetsky
iliaa Mon Oct 17 18:24:42 2005 EDT Modified files: (Branch: PHP_5_1) /php-srcconfigure.in /php-src/main php_version.h Log: Back to dev http://cvs.php.net/diff.php/php-src/configure.in?r1=1.579.2.12r2=1.579.2.13ty=u Index: php-src/configure.in

[PHP-CVS] cvs: php-src(PHP_5_1) /ext/pdo_mysql/tests bug_33689.phpt

2005-10-17 Thread Ilia Alshanetsky
iliaa Mon Oct 17 20:06:27 2005 EDT Modified files: (Branch: PHP_5_1) /php-src/ext/pdo_mysql/testsbug_33689.phpt Log: Fixed test for ZTS builds http://cvs.php.net/diff.php/php-src/ext/pdo_mysql/tests/bug_33689.phpt?r1=1.1.2.1r2=1.1.2.2ty=u Index:

[PHP-CVS] cvs: php-src(PHP_5_1) /ext/pdo_mysql/tests pecl_bug_5200.phpt show_tables.phpt

2005-10-17 Thread Ilia Alshanetsky
iliaa Mon Oct 17 20:12:37 2005 EDT Modified files: (Branch: PHP_5_1) /php-src/ext/pdo_mysql/testspecl_bug_5200.phpt show_tables.phpt Log: Fixed tests for ZTS builds

[PHP-CVS] cvs: php-src(PHP_5_1) /ext/pdo_pgsql/tests bug_33876.phpt

2005-10-17 Thread Ilia Alshanetsky
iliaa Mon Oct 17 20:15:03 2005 EDT Modified files: (Branch: PHP_5_1) /php-src/ext/pdo_pgsql/testsbug_33876.phpt Log: Fixed test for ZTS builds http://cvs.php.net/diff.php/php-src/ext/pdo_pgsql/tests/bug_33876.phpt?r1=1.1.2.3r2=1.1.2.4ty=u Index:

[PHP-CVS] cvs: php-src(PHP_5_1) /ext/pdo_sqlite/tests bug33841.phpt

2005-10-17 Thread Ilia Alshanetsky
iliaa Mon Oct 17 20:17:27 2005 EDT Modified files: (Branch: PHP_5_1) /php-src/ext/pdo_sqlite/tests bug33841.phpt Log: ZTS test fix http://cvs.php.net/diff.php/php-src/ext/pdo_sqlite/tests/bug33841.phpt?r1=1.1r2=1.1.2.1ty=u Index:

[PHP-CVS] cvs: php-src(PHP_5_1) /ext/sysvmsg/tests 001.phpt

2005-10-17 Thread Ilia Alshanetsky
iliaa Mon Oct 17 20:20:53 2005 EDT Modified files: (Branch: PHP_5_1) /php-src/ext/sysvmsg/tests 001.phpt Log: ZTS fixes http://cvs.php.net/diff.php/php-src/ext/sysvmsg/tests/001.phpt?r1=1.4r2=1.4.4.1ty=u Index: php-src/ext/sysvmsg/tests/001.phpt diff -u

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

2005-10-17 Thread Dan Scott
dbs Mon Oct 17 21:01:34 2005 EDT Modified files: /php-src/ext/pdo_odbc pdo_odbc.c Log: Apply patch for #34900, sight unseen. http://cvs.php.net/diff.php/php-src/ext/pdo_odbc/pdo_odbc.c?r1=1.15r2=1.16ty=u Index: php-src/ext/pdo_odbc/pdo_odbc.c diff

[PHP-CVS] cvs: php-src(PHP_5_1) /ext/pdo_odbc pdo_odbc.c

2005-10-17 Thread Dan Scott
dbs Mon Oct 17 21:05:22 2005 EDT Modified files: (Branch: PHP_5_1) /php-src/ext/pdo_odbc pdo_odbc.c Log: Apply patch for #34900, sight unseen. http://cvs.php.net/diff.php/php-src/ext/pdo_odbc/pdo_odbc.c?r1=1.14.2.2r2=1.14.2.3ty=u Index:

[PHP-CVS] cvs: CVSROOT / avail

2005-10-17 Thread Ilia Alshanetsky
iliaa Mon Oct 17 21:15:39 2005 EDT Modified files: /CVSROOTavail Log: IBM license restriction for pecl/pdo_ids http://cvs.php.net/diff.php/CVSROOT/avail?r1=1.1040r2=1.1041ty=u Index: CVSROOT/avail diff -u CVSROOT/avail:1.1040 CVSROOT/avail:1.1041 ---

Re: [PHP-CVS] cvs: php-src / NEWS /sapi/apache2handler sapi_apache2.c

2005-10-17 Thread Andi Gutmans
Thanks! Will verify it works. At 12:36 PM 10/17/2005, Rasmus Lerdorf wrote: Andi Gutmans wrote: I don't see a reason why not to also commit critical patches to 5.0.x. I believe we will still have 5.0.6, especially due to the reference fixes, and who knows if we have security problems, we