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

2004-04-19 Thread changelog
changelog Mon Apr 19 20:35:23 2004 EDT Modified files: /php-srcChangeLog Log: ChangeLog update http://cvs.php.net/diff.php/php-src/ChangeLog?r1=1.1603r2=1.1604ty=u Index: php-src/ChangeLog diff -u php-src/ChangeLog:1.1603 php-src/ChangeLog:1.1604 ---

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

2004-04-19 Thread changelog
changelog Mon Apr 19 20:35:30 2004 EDT Modified files: /ZendEngine2ChangeLog Log: ChangeLog update http://cvs.php.net/diff.php/ZendEngine2/ChangeLog?r1=1.452r2=1.453ty=u Index: ZendEngine2/ChangeLog diff -u ZendEngine2/ChangeLog:1.452

[PHP-CVS] cvs: non-pecl /simple_cvs simple_cvs.c

2004-04-19 Thread Shie Erlich
shieMon Apr 19 06:35:07 2004 EDT Modified files: /non-pecl/simple_cvssimple_cvs.c Log: fixed: free(NULL) doesn't behave as the manpage says it does http://cvs.php.net/diff.php/non-pecl/simple_cvs/simple_cvs.c?r1=1.1r2=1.2ty=u Index:

Re: [PHP-CVS] cvs: non-pecl /simple_cvs simple_cvs.c

2004-04-19 Thread Derick Rethans
On Mon, 19 Apr 2004, Shie Erlich wrote: shie Mon Apr 19 06:35:07 2004 EDT Modified files: /non-pecl/simple_cvs simple_cvs.c Log: fixed: free(NULL) doesn't behave as the manpage says it does free(NULL) (c library function) is a no-op, but efree(NULL) (zend memory

Re: [PHP-CVS] cvs: non-pecl /simple_cvs simple_cvs.c

2004-04-19 Thread Andi Gutmans
At 12:42 PM 4/19/2004 +0200, Derick Rethans wrote: On Mon, 19 Apr 2004, Shie Erlich wrote: shie Mon Apr 19 06:35:07 2004 EDT Modified files: /non-pecl/simple_cvs simple_cvs.c Log: fixed: free(NULL) doesn't behave as the manpage says it does free(NULL) (c library

Re: [PHP-CVS] cvs: non-pecl /simple_cvs simple_cvs.c

2004-04-19 Thread Derick Rethans
On Mon, 19 Apr 2004, Andi Gutmans wrote: At 12:42 PM 4/19/2004 +0200, Derick Rethans wrote: On Mon, 19 Apr 2004, Shie Erlich wrote: shie Mon Apr 19 06:35:07 2004 EDT Modified files: /non-pecl/simple_cvs simple_cvs.c Log: fixed: free(NULL) doesn't

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

2004-04-19 Thread Wez Furlong
wez Mon Apr 19 08:43:27 2004 EDT Modified files: (Branch: PHP_4_3) /php-src/main network.c Log: MFH: timeout duration too long in liveness checks for sockets. Fixes Bug #28055

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

2004-04-19 Thread Wez Furlong
wez Mon Apr 19 09:37:44 2004 EDT Modified files: (Branch: PHP_4_3) /php-srcNEWS Log: news! http://cvs.php.net/diff.php/php-src/NEWS?r1=1.1247.2.640r2=1.1247.2.641ty=u Index: php-src/NEWS diff -u php-src/NEWS:1.1247.2.640 php-src/NEWS:1.1247.2.641 ---

[PHP-CVS] cvs: php-src /ext/interbase ibase_blobs.c ibase_events.c php_ibase_includes.h

2004-04-19 Thread Edin Kadribasic
edink Mon Apr 19 10:13:42 2004 EDT Modified files: /php-src/ext/interbase ibase_blobs.c ibase_events.c php_ibase_includes.h Log: No need to export anything. Fixes win32 build

[PHP-CVS] cvs: php-src / configure.in /ext/standard proc_open.c

2004-04-19 Thread Wez Furlong
wez Mon Apr 19 11:07:30 2004 EDT Modified files: /php-srcconfigure.in /php-src/ext/standard proc_open.c Log: Add pty support to proc_open() for systems with Unix98 ptys. # With permission from Andi

[PHP-CVS] cvs: php-src / NEWS

2004-04-19 Thread Wez Furlong
wez Mon Apr 19 11:08:11 2004 EDT Modified files: /php-srcNEWS Log: and the news http://cvs.php.net/diff.php/php-src/NEWS?r1=1.1679r2=1.1680ty=u Index: php-src/NEWS diff -u php-src/NEWS:1.1679 php-src/NEWS:1.1680 --- php-src/NEWS:1.1679 Thu Apr 15

[PHP-CVS] cvs: php-src / NEWS

2004-04-19 Thread John Coggeshall
johnMon Apr 19 11:14:31 2004 EDT Modified files: /php-srcNEWS Log: Adding tidy error handling news http://cvs.php.net/diff.php/php-src/NEWS?r1=1.1680r2=1.1681ty=u Index: php-src/NEWS diff -u php-src/NEWS:1.1680 php-src/NEWS:1.1681 ---

[PHP-CVS] cvs: php-src / NEWS

2004-04-19 Thread Derick Rethans
derick Mon Apr 19 11:15:49 2004 EDT Modified files: /php-srcNEWS Log: - Is it really this hard?/jani http://cvs.php.net/diff.php/php-src/NEWS?r1=1.1681r2=1.1682ty=u Index: php-src/NEWS diff -u php-src/NEWS:1.1681 php-src/NEWS:1.1682 ---

[PHP-CVS] cvs: non-pecl /simple_cvs php_simple_cvs.h simple_cvs.c

2004-04-19 Thread Shie Erlich
shieMon Apr 19 11:50:18 2004 EDT Modified files: /non-pecl/simple_cvssimple_cvs.c php_simple_cvs.h Log: fixed: some function names had uppercase letters. this dies, since zend_hash_del_key doesn't lower the uppercase before searching

[PHP-CVS] cvs: non-pecl /simple_cvs config.m4

2004-04-19 Thread Shie Erlich
shieMon Apr 19 11:50:50 2004 EDT Modified files: /non-pecl/simple_cvsconfig.m4 Log: allow the module to be compiled as .so http://cvs.php.net/diff.php/non-pecl/simple_cvs/config.m4?r1=1.1r2=1.2ty=u Index: non-pecl/simple_cvs/config.m4 diff -u

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

2004-04-19 Thread Wez Furlong
wez Mon Apr 19 13:41:39 2004 EDT Modified files: /php-srcNEWS /php-src/ext/standard php_fopen_wrapper.c Log: Fix #27865; don't dup STDIN, STDOUT or STDERR when running under CLI.

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

2004-04-19 Thread Rob Richards
rrichards Mon Apr 19 15:46:00 2004 EDT Modified files: /php-src/scriptsMakefile.frag Log: add ext/libxml/ to the headers path http://cvs.php.net/diff.php/php-src/scripts/Makefile.frag?r1=1.9r2=1.10ty=u Index: php-src/scripts/Makefile.frag diff -u

[PHP-CVS] cvs: php-src /tests/classes interface_construct.phpt interface_optional_arg.phpt

2004-04-19 Thread Marcus Boerger
helly Mon Apr 19 20:00:52 2004 EDT Added files: /php-src/tests/classes interface_construct.phpt interface_optional_arg.phpt Log: Add new tests (by magnus)

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

2004-04-19 Thread Ilia Alshanetsky
iliaa Mon Apr 19 20:26:49 2004 EDT Modified files: /php-src/ext/tidy tidy.c Log: Fixed compiler warnings. http://cvs.php.net/diff.php/php-src/ext/tidy/tidy.c?r1=1.47r2=1.48ty=u Index: php-src/ext/tidy/tidy.c diff -u php-src/ext/tidy/tidy.c:1.47