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

2005-05-24 Thread Antony Dovgal
tony2001Tue May 24 06:14:17 2005 EDT Modified files: (Branch: PHP_4_3) /php-src/main streams.c Log: MFH: make it compile on Win32 http://cvs.php.net/diff.php/php-src/main/streams.c?r1=1.125.2.99r2=1.125.2.100ty=u Index: php-src/main/streams.c

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

2005-04-07 Thread Uwe Schindler
thetaphiThu Apr 7 03:28:08 2005 EDT Modified files: (Branch: PHP_4_3) /php-src/main streams.c Log: Bug #32614 - prevent from crahsing with segfault on solaris if fdopen() fails - this fixes NOT the stdio-problem on solaris!

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

2004-08-31 Thread Stanislav Malyshev
stasTue Aug 31 11:32:09 2004 EDT Modified files: (Branch: PHP_4_3) /php-src/main streams.c Log: if not using Zend's alloc, don't touch _emalloc http://cvs.php.net/diff.php/php-src/main/streams.c?r1=1.125.2.92r2=1.125.2.93ty=u Index:

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

2004-07-10 Thread Wez Furlong
wez Sat Jul 10 06:54:28 2004 EDT Modified files: (Branch: PHP_4_3) /php-src/main streams.c Log: MFH: RIP: Greedy read problems http://cvs.php.net/diff.php/php-src/main/streams.c?r1=1.125.2.91r2=1.125.2.92ty=u Index: php-src/main/streams.c diff -u

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

2004-06-29 Thread Wez Furlong
wez Tue Jun 29 17:51:29 2004 EDT Modified files: (Branch: PHP_4_3) /php-src/main streams.c Log: Fix for Bug #28964 fread greedy behaviour http://cvs.php.net/diff.php/php-src/main/streams.c?r1=1.125.2.90r2=1.125.2.91ty=u Index: php-src/main/streams.c

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

2004-05-12 Thread Wez Furlong
wez Wed May 12 06:46:30 2004 EDT Modified files: (Branch: PHP_4_3) /php-src/main streams.c Log: Avoid Bug #28363 by not seeking if we don't have a read buffer http://cvs.php.net/diff.php/php-src/main/streams.c?r1=1.125.2.88r2=1.125.2.89ty=u Index:

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

2003-11-28 Thread Rasmus Lerdorf
Is there a bug # that goes along with this one? On Fri, 28 Nov 2003, Ilia Alshanetsky wrote: iliaa Thu Nov 27 19:00:35 2003 EDT Modified files: (Branch: PHP_4_3) /php-src/main streams.c Log: MFH: Fixed a memory leak. Index: php-src/main/streams.c diff

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

2003-11-28 Thread Ilia Alshanetsky
On November 28, 2003 03:47 am, Rasmus Lerdorf wrote: Is there a bug # that goes along with this one? The leak can be replicated with test script in bug #26440. Ilia -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

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

2003-11-28 Thread Wez Furlong
wez Fri Nov 28 17:48:32 2003 EDT Modified files: (Branch: PHP_4_3) /php-src/main streams.c Log: Probable fix for #25575; STDIN/STDOUT/STDERR streams not registered as network sockets when PHP run from x?inetd. Index: php-src/main/streams.c diff -u

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

2003-11-27 Thread Ilia Alshanetsky
iliaa Thu Nov 27 19:00:35 2003 EDT Modified files: (Branch: PHP_4_3) /php-src/main streams.c Log: MFH: Fixed a memory leak. Index: php-src/main/streams.c diff -u php-src/main/streams.c:1.125.2.82 php-src/main/streams.c:1.125.2.83 ---

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

2003-10-08 Thread Wez Furlong
wez Wed Oct 8 06:58:29 2003 EDT Modified files: (Branch: PHP_4_3) /php-src/main streams.c Log: Backport from HEAD; set EOF marker after each read attempt to avoid it being stuck in the on position. Partial fix for #25649. Index:

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

2003-09-02 Thread Stanislav Malyshev
stasTue Sep 2 05:17:10 2003 EDT Modified files: (Branch: PHP_4_3) /php-src/main streams.c Log: don't report errors if asked not to report Index: php-src/main/streams.c diff -u php-src/main/streams.c:1.125.2.76 php-src/main/streams.c:1.125.2.77 ---

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

2003-09-02 Thread Derick Rethans
On Tue, 2 Sep 2003, Stanislav Malyshev wrote: @@ -2462,19 +2462,23 @@ /* BC with older php scripts and zlib wrapper */ protocol = compress.zlib; n = 13; - php_error_docref(NULL TSRMLS_CC, E_WARNING, Use of \zlib:\ wrapper is deprecated;

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

2003-09-02 Thread Stanislav Malyshev
stasTue Sep 2 06:21:03 2003 EDT Modified files: (Branch: PHP_4_3) /php-src/main streams.c Log: fix typo Index: php-src/main/streams.c diff -u php-src/main/streams.c:1.125.2.77 php-src/main/streams.c:1.125.2.78 --- php-src/main/streams.c:1.125.2.77

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

2003-09-02 Thread Marcus Börger
Hello Stanislav, Tuesday, September 2, 2003, 12:21:03 PM, you wrote: SM stasTue Sep 2 06:21:03 2003 EDT SM Modified files: (Branch: PHP_4_3) SM /php-src/main streams.c SM Log: SM fix typo SM Index: php-src/main/streams.c SM diff -u

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

2003-09-02 Thread Stanislav Malyshev
stasTue Sep 2 06:33:19 2003 EDT Modified files: (Branch: PHP_4_3) /php-src/main streams.c Log: ws Index: php-src/main/streams.c diff -u php-src/main/streams.c:1.125.2.78 php-src/main/streams.c:1.125.2.79 --- php-src/main/streams.c:1.125.2.78 Tue Sep

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

2003-08-27 Thread Ilia Alshanetsky
iliaa Tue Aug 26 21:10:25 2003 EDT Modified files: (Branch: PHP_4_3) /php-src/main streams.c Log: MFH: Prevent a crash when expand_filepath() fails. Index: php-src/main/streams.c diff -u php-src/main/streams.c:1.125.2.73

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

2003-07-28 Thread Ilia Alshanetsky
iliaa Mon Jul 28 14:57:50 2003 EDT Modified files: (Branch: PHP_4_3) /php-src/main streams.c Log: MFH: Fixed a double free bug when freeing persistent streams. Index: php-src/main/streams.c diff -u php-src/main/streams.c:1.125.2.71

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

2003-06-26 Thread Sara Golemon
pollita Thu Jun 26 23:40:55 2003 EDT Modified files: (Branch: PHP_4_3) /php-src/main streams.c Log: Plug *half* a leak in context notifiers. We still need a check and zval_ptr_dtor(context-notifier-ptr); in the php_stream_context_free function, but