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

2005-09-14 Thread changelog
changelog Thu Sep 15 01:48:01 2005 EDT Modified files: /ZendEngine2ChangeLog Log: ChangeLog update http://cvs.php.net/diff.php/ZendEngine2/ChangeLog?r1=1.770r2=1.771ty=u Index: ZendEngine2/ChangeLog diff -u ZendEngine2/ChangeLog:1.770

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

2005-09-14 Thread Dmitry Stogov
Are you sure? Passing by value may copy whole array. Dmitry. -Original Message- From: Ilia Alshanetsky [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 13, 2005 5:23 PM To: php-cvs@lists.php.net Subject: [PHP-CVS] cvs: php-src /ext/standard basic_functions.c iliaa

Re: [PHP-CVS] cvs: php-src / configure.in

2005-09-14 Thread Derick Rethans
On Tue, 13 Sep 2005, Andrei Zmievski wrote: WTF do you mean, optional? He prefers 1s of #ifdefs... Derick -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

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

2005-09-14 Thread Ilia Alshanetsky
Dmitry Stogov wrote: Are you sure? Passing by value may copy whole array. It makes the functions a TINY bit slower 0.06 seconds for 100 itterations, but makes it possible to pass return values of functions that return arrays. Ilia -- PHP CVS Mailing List (http://www.php.net/) To

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

2005-09-14 Thread Marcus Boerger
Hello Ilia, ilia, only as long as refcount = 1! If not it will be thousad times slower. Again another reaason i wanted to have const passing! marcus Wednesday, September 14, 2005, 4:11:10 PM, you wrote: Dmitry Stogov wrote: Are you sure? Passing by value may copy whole array. It makes

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

2005-09-14 Thread Ilia Alshanetsky
iliaa Wed Sep 14 11:34:58 2005 EDT Modified files: (Branch: PHP_5_1) /php-src/ext/pdo_mysql mysql_driver.c Log: MFH: Fix error detection for queries such as OPTIMIZE

[PHP-CVS] cvs: php-src / Makefile.global

2005-09-14 Thread Jani Taskinen
sniper Wed Sep 14 13:57:24 2005 EDT Modified files: /php-srcMakefile.global Log: Silence warnings under Solaris http://cvs.php.net/diff.php/php-src/Makefile.global?r1=1.59r2=1.60ty=u Index: php-src/Makefile.global diff -u php-src/Makefile.global:1.59

[PHP-CVS] cvs: php-src(PHP_5_1) / Makefile.global

2005-09-14 Thread Jani Taskinen
sniper Wed Sep 14 13:57:33 2005 EDT Modified files: (Branch: PHP_5_1) /php-srcMakefile.global Log: MFH http://cvs.php.net/diff.php/php-src/Makefile.global?r1=1.57r2=1.57.2.1ty=u Index: php-src/Makefile.global diff -u php-src/Makefile.global:1.57

[PHP-CVS] cvs: php-src / README.UNICODE-UPGRADES

2005-09-14 Thread Andrei Zmievski
andrei Wed Sep 14 14:01:41 2005 EDT Modified files: /php-srcREADME.UNICODE-UPGRADES Log: http://cvs.php.net/diff.php/php-src/README.UNICODE-UPGRADES?r1=1.3r2=1.4ty=u Index: php-src/README.UNICODE-UPGRADES diff -u php-src/README.UNICODE-UPGRADES:1.3

[PHP-CVS] cvs: php-src(PHP_5_0) /main main.c

2005-09-14 Thread Derick Rethans
derick Wed Sep 14 16:11:29 2005 EDT Modified files: (Branch: PHP_5_0) /php-src/main main.c Log: - MF51: Fixed shutdown order. http://cvs.php.net/diff.php/php-src/main/main.c?r1=1.604.2.22r2=1.604.2.23ty=u Index: php-src/main/main.c diff -u

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

2005-09-14 Thread Jani Taskinen
You forgot HEAD. And documentatation. And NEWS. --Jani On Wed, 14 Sep 2005, Derick Rethans wrote: derick Wed Sep 14 16:08:35 2005 EDT Modified files: (Branch: PHP_5_1) /php-src/mainmain.c Log: - Fixed shutdown order before RC2.

[PHP-CVS] cvs: php-src /ext/spl php_spl.c spl.php spl_array.c spl_directory.c spl_functions.h spl_iterators.c spl_observer.c spl_observer.h /ext/spl/examples directorygraphiterator.inc directorytreei

2005-09-14 Thread Marcus Boerger
helly Wed Sep 14 23:31:38 2005 EDT Modified files: /php-src/ext/splphp_spl.c spl.php spl_array.c spl_directory.c spl_functions.h spl_iterators.c spl_observer.c spl_observer.h /php-src/ext/spl/examples

[PHP-CVS] cvs: php-src(PHP_5_1) /ext/spl php_spl.c spl.php spl_array.c spl_directory.c spl_functions.h spl_iterators.c spl_iterators.h spl_observer.c spl_observer.h /ext/spl/examples directorygraphit

2005-09-14 Thread Marcus Boerger
helly Wed Sep 14 23:33:05 2005 EDT Modified files: (Branch: PHP_5_1) /php-src/ext/splphp_spl.c spl.php spl_array.c spl_directory.c spl_functions.h spl_iterators.c spl_iterators.h spl_observer.c spl_observer.h

[PHP-CVS] cvs: php-src(PHP_5_1) /ext/spl/examples recursivearrayiterator.inc /ext/spl/internal recursivefilteriterator.inc splobjectstorage.inc /ext/spl/tests observer_002.phpt

2005-09-14 Thread Marcus Boerger
helly Wed Sep 14 23:38:04 2005 EDT Added files: (Branch: PHP_5_1) /php-src/ext/spl/examples recursivearrayiterator.inc /php-src/ext/spl/internal recursivefilteriterator.inc splobjectstorage.inc /php-src/ext/spl/tests

[PHP-CVS] cvs: php-src(PHP_5_1) /ext/spl/examples recursivefilteriterator.inc

2005-09-14 Thread Marcus Boerger
helly Wed Sep 14 23:39:17 2005 EDT Removed files: (Branch: PHP_5_1) /php-src/ext/spl/examples recursivefilteriterator.inc Log: - No longer needed (moved into c) -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit:

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

2005-09-14 Thread Marcus Boerger
helly Wed Sep 14 23:42:42 2005 EDT Modified files: (Branch: PHP_5_1) /php-srcNEWS Log: - Update with latest SPLchanges http://cvs.php.net/diff.php/php-src/NEWS?r1=1.2027.2.59r2=1.2027.2.60ty=u Index: php-src/NEWS diff -u php-src/NEWS:1.2027.2.59

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

2005-09-14 Thread Marcus Boerger
helly Wed Sep 14 23:48:39 2005 EDT Modified files: /php-src/ext/spl/examples recursivearrayiterator.inc Log: - MFB http://cvs.php.net/diff.php/php-src/ext/spl/examples/recursivearrayiterator.inc?r1=1.1r2=1.2ty=u Index:

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

2005-09-14 Thread Marcus Boerger
helly Wed Sep 14 23:52:58 2005 EDT Modified files: /php-src/ext/spl/internal parentiterator.inc Log: - Changed in version 5.1 http://cvs.php.net/diff.php/php-src/ext/spl/internal/parentiterator.inc?r1=1.6r2=1.7ty=u Index:

[PHP-CVS] cvs: php-src(PHP_5_1) /ext/spl/internal parentiterator.inc

2005-09-14 Thread Marcus Boerger
helly Wed Sep 14 23:54:42 2005 EDT Modified files: (Branch: PHP_5_1) /php-src/ext/spl/internal parentiterator.inc Log: - Update docu http://cvs.php.net/diff.php/php-src/ext/spl/internal/parentiterator.inc?r1=1.5r2=1.5.2.1ty=u Index:

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

2005-09-14 Thread Dmitry Stogov
Hi Ilia, In php 5.1 and above we can use ZEND_SEND_PREFER_REF flag instead of ZEND_SEND_BY_REF. I think we should do it. Thanks. Dmitry. -Original Message- From: Ilia Alshanetsky [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 14, 2005 6:11 PM To: Dmitry Stogov Cc: 'Ilia