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
http://cvs.php.net/diff.php/php-src/main/main.c?r1=1.512.2.63.2.3&r2=1.512.2.63.2.4&ty
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 spl_directory.
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 spl.p
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
> ZE
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-src/ex
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.1&p=1
Index: php
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.2060&r2=1.2061&ty=u
Index:
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).
http://cvs.php.net/diff.php/php-src/NEWS?r1=1.2027
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 bug24658
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,
10 matches
Mail list logo