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

2005-09-15 Thread changelog
changelog Fri Sep 16 01:39:52 2005 EDT Modified files: /php-srcChangeLog Log: ChangeLog update http://cvs.php.net/diff.php/php-src/ChangeLog?r1=1.2104r2=1.2105ty=u Index: php-src/ChangeLog diff -u php-src/ChangeLog:1.2104 php-src/ChangeLog:1.2105 ---

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

2005-09-15 Thread changelog
changelog Fri Sep 16 01:40:56 2005 EDT Modified files: /ZendEngine2ChangeLog Log: ChangeLog update http://cvs.php.net/diff.php/ZendEngine2/ChangeLog?r1=1.771r2=1.772ty=u Index: ZendEngine2/ChangeLog diff -u ZendEngine2/ChangeLog:1.771

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

2005-09-15 Thread Anantha Kesari H Y
hyanantha Thu Sep 15 10:06:18 2005 EDT Modified files: (Branch: PHP_4_4) /php-src/main main.c Log: NetWare does not have sendmail binary to send mail. --Kamesh

[PHP-CVS] cvs: php-src /ext/spl php_spl.c spl.php spl_directory.c spl_directory.h /ext/spl/internal fileobject.inc splfileobject.inc /ext/spl/tests fileobject_001.phpt fileobject_002.phpt

2005-09-15 Thread Marcus Boerger
helly Thu Sep 15 10:07:39 2005 EDT Added files: /php-src/ext/spl/internal splfileobject.inc Removed files: /php-src/ext/spl/internal fileobject.inc Modified files: /php-src/ext/splphp_spl.c spl.php

[PHP-CVS] cvs: php-src(PHP_5_1) /ext/spl php_spl.c spl.php spl_directory.c spl_directory.h /ext/spl/internal fileobject.inc splfileobject.inc /ext/spl/tests fileobject_001.phpt fileobject_002.phpt

2005-09-15 Thread Marcus Boerger
helly Thu Sep 15 10:08:17 2005 EDT Added files: (Branch: PHP_5_1) /php-src/ext/spl/internal splfileobject.inc Removed files: /php-src/ext/spl/internal fileobject.inc Modified files: /php-src/ext/splphp_spl.c

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

2005-09-15 Thread Ilia Alshanetsky
Dmitry, While passing by ref in this case would be a bit faster, but those two functions really should not be taking arguments by reference. What we really need is pass by const. Ilia Dmitry Stogov wrote: Hi Ilia, In php 5.1 and above we can use ZEND_SEND_PREFER_REF flag instead of

[PHP-CVS] cvs: php-src / php.ini-dist php.ini-recommended run-tests.php /ext/mcrypt mcrypt.c /ext/session session.c /ext/simplexml simplexml.c /ext/simplexml/tests 012.phpt /ext/spl/tests array_0

2005-09-15 Thread Derick Rethans
derick Thu Sep 15 12:19:49 2005 EDT Modified files: /php-srcphp.ini-dist php.ini-recommended run-tests.php /ZendEngine2zend.c zend_constants.c zend_errors.h zend_execute.c /ZendEngine2/tests array_type_hint_001.phpt bug33996.phpt

[PHP-CVS] cvs: php-src /tests/lang catchable_error_001.phpt catchable_error_002.phpt

2005-09-15 Thread Derick Rethans
derick Thu Sep 15 12:20:06 2005 EDT Added files: /php-src/tests/lang catchable_error_001.phpt catchable_error_002.phpt Log: - Added tests. http://cvs.php.net/co.php/php-src/tests/lang/catchable_error_001.phpt?r=1.1p=1 Index:

[PHP-CVS] cvs: php-src / NEWS /main config.w32.h snprintf.h

2005-09-15 Thread Derick Rethans
derick Thu Sep 15 15:10:14 2005 EDT Modified files: /php-srcNEWS /php-src/main config.w32.h snprintf.h Log: - Fixed bug #34052 (date('U') returns %ld not unix timestamp). http://cvs.php.net/diff.php/php-src/NEWS?r1=1.2060r2=1.2061ty=u Index:

[PHP-CVS] cvs: php-src(PHP_5_1) / NEWS /main config.w32.h snprintf.h

2005-09-15 Thread Derick Rethans
derick Thu Sep 15 15:11:15 2005 EDT Modified files: (Branch: PHP_5_1) /php-srcNEWS /php-src/main config.w32.h snprintf.h Log: - MFH: Fixed bug #34052 (date('U') returns %ld not unix timestamp).

[PHP-CVS] cvs: php-src(PHP_5_1) /tests/classes type_hinting_001.phpt /tests/lang bug24658.phpt type_hints_001.phpt ZendEngine2/tests array_type_hint_001.phpt bug20240.phpt bug33996.phpt bug34199.php

2005-09-15 Thread Jani Taskinen
sniper Thu Sep 15 15:49:58 2005 EDT Modified files: (Branch: PHP_5_1) /ZendEngine2/tests array_type_hint_001.phpt bug20240.phpt bug33996.phpt bug34199.phpt /php-src/tests/classes type_hinting_001.phpt /php-src/tests/lang

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

2005-09-15 Thread Dmitry Stogov
ZEND_SEND_PREFER_REF does pass by reference if it is possible and pass by value in other case (constants, temporary results). So it is does the same as pass by const. Thanks. Dmitry. -Original Message- From: Ilia Alshanetsky [mailto:[EMAIL PROTECTED] Sent: Thursday, September 15,