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.1&r2=1.2&ty=u
Index: non-pecl/sim
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
memor
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
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: f
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
http://cvs.php.net/diff.php/php-src/main/network.c?r1=1.83.2.23&r2=1.83.
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.640&r2=1.1247.2.641&ty=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.1247.2.640 php-src/NEWS:1.1247.2.641
---
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
http://cvs.php.net/diff.php/php-src/ext/interba
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
http://cvs.php.net/diff.php/php-src/conf
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.1679&r2=1.1680&ty=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 08
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.1680&r2=1.1681&ty=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.1680 php-src/NEWS:1.1681
--- php-src/NEWS:1
derick Mon Apr 19 11:15:49 2004 EDT
Modified files:
/php-srcNEWS
Log:
- Is it really this hard?
http://cvs.php.net/diff.php/php-src/NEWS?r1=1.1681&r2=1.1682&ty=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.1681 php-src/NEWS:1.1682
--- php-src/NEWS:1.1681
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
htt
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.1&r2=1.2&ty=u
Index: non-pecl/simple_cvs/config.m4
diff -u no
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.
http://cvs.php.net/diff.php/php-src/NEWS?r1=1.1682&r2=1.1683&
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.9&r2=1.10&ty=u
Index: php-src/scripts/Makefile.frag
diff -u php
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)
http://cvs.php.net/co.php/php-src/tests/classes/interface_const
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.47&r2=1.48&ty=u
Index: php-src/ext/tidy/tidy.c
diff -u php-src/ext/tidy/tidy.c:1.47 php-src/
17 matches
Mail list logo