Re: [PHP-CVS] cvs: php-src / NEWS /main SAPI.c SAPI.h /sapi/apache mod_php5.c /sapi/apache2filter sapi_apache2.c /sapi/apache2handler sapi_apache2.c

2004-08-10 Thread Andi Gutmans
It's not ready to commit. Needs some improvements (such as hooking into INI directives). I will try and find time to work on it next week. No rush because it'll still take some time for 5.1. Andi At 11:19 PM 8/10/2004 -0700, Rasmus Lerdorf wrote: Ok, fixed that. Are you going to commit your rp_

Re: [PHP-CVS] cvs: php-src / NEWS /main SAPI.c SAPI.h /sapi/apache mod_php5.c /sapi/apache2filter sapi_apache2.c /sapi/apache2handler sapi_apache2.c

2004-08-10 Thread Rasmus Lerdorf
Ok, fixed that. Are you going to commit your rp_cache stuff soon? -Rasmus -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-CVS] cvs: php-src /main SAPI.c

2004-08-10 Thread Rasmus Lerdorf
rasmus Wed Aug 11 02:18:25 2004 EDT Modified files: /php-src/main SAPI.c Log: Reset global request_time in sapi_activate. Reset it in sapi_deactivate too, although I can't see why that would be necessary, but most of the other sapi globals are reset the

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

2004-08-10 Thread Derick Rethans
On Tue, 10 Aug 2004, Andi Gutmans wrote: > Nope. It should only be in 5.0.1 section. I also suggest that when we > release 5.1.0 we copy over the 5.0.1 NEWS section to make sure it's identical. Yup, that's common practise I thought ;-) Derick -- PHP CVS Mailing List (http://www.php.net/) To un

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

2004-08-10 Thread Derick Rethans
On Wed, 11 Aug 2004, Andrey Hristov wrote: > > Can you please fix the NEWS file so that all bugs fixed are ordered by > > their bug number in descending order? > > > is it normal a BFN to appear both in the NEWS section of 5.0.1 and 5.1.0 ? No, and I already explained this to Dmitry in a private

Re: [PHP-CVS] cvs: php-src / NEWS /main SAPI.c SAPI.h /sapi/apache mod_php5.c /sapi/apache2filter sapi_apache2.c /sapi/apache2handler sapi_apache2.c

2004-08-10 Thread Andi Gutmans
At 09:52 PM 8/10/2004 -0700, Rasmus Lerdorf wrote: On Tue, 10 Aug 2004, Andi Gutmans wrote: Haven't run the code but it seems that if sapi_get_request_time() is not defined then you will return the same time() for each consecutive request (i.e. you don't reset it each request). It's probably bett

Re: [PHP-CVS] cvs: php-src / NEWS /main SAPI.c SAPI.h /sapi/apache mod_php5.c /sapi/apache2filter sapi_apache2.c /sapi/apache2handler sapi_apache2.c

2004-08-10 Thread Rasmus Lerdorf
On Tue, 10 Aug 2004, Andi Gutmans wrote: Haven't run the code but it seems that if sapi_get_request_time() is not defined then you will return the same time() for each consecutive request (i.e. you don't reset it each request). It's probably better to move the time(0) initialization to sapi_glob

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

2004-08-10 Thread Sara Golemon
pollita Wed Aug 11 00:31:03 2004 EDT Modified files: (Branch: PHP_4_3) /php-src/main rfc1867.c Log: MFH: Fix format specifiers http://cvs.php.net/diff.php/php-src/main/rfc1867.c?r1=1.122.2.23&r2=1.122.2.24&ty=u Index: php-src/main/rfc1867.c diff -u php-src/

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

2004-08-10 Thread Sara Golemon
pollita Wed Aug 11 00:29:26 2004 EDT Modified files: (Branch: PHP_5_0) /php-src/main rfc1867.c Log: MFH: Fix format specifiers http://cvs.php.net/diff.php/php-src/main/rfc1867.c?r1=1.159.2.1&r2=1.159.2.2&ty=u Index: php-src/main/rfc1867.c diff -u php-src/ma

[PHP-CVS] cvs: php-src /main rfc1867.c

2004-08-10 Thread Sara Golemon
pollita Wed Aug 11 00:27:01 2004 EDT Modified files: /php-src/main rfc1867.c Log: Minor format specifier fixes http://cvs.php.net/diff.php/php-src/main/rfc1867.c?r1=1.160&r2=1.161&ty=u Index: php-src/main/rfc1867.c diff -u php-src/main/rfc1867.c:1.160 php-

[PHP-CVS] cvs: php-src(PHP_5_0) /ext/standard basic_functions.c

2004-08-10 Thread Sara Golemon
pollita Wed Aug 11 00:10:45 2004 EDT Modified files: (Branch: PHP_5_0) /php-src/ext/standard basic_functions.c Log: MFH: $errmsg should have been forced reference http://cvs.php.net/diff.php/php-src/ext/standard/basic_functions.c?r1=1.673.2.1&r2=1.673.2.2&t

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

2004-08-10 Thread Sara Golemon
pollita Tue Aug 10 23:57:16 2004 EDT Modified files: /php-src/ext/standard basic_functions.c Log: Don't require the user to specify as a reference http://cvs.php.net/diff.php/php-src/ext/standard/basic_functions.c?r1=1.682&r2=1.683&ty=u Index: php-src/ext

Re: [PHP-CVS] cvs: php-src / NEWS /main SAPI.c SAPI.h /sapi/apache mod_php5.c /sapi/apache2filter sapi_apache2.c /sapi/apache2handler sapi_apache2.c

2004-08-10 Thread Andi Gutmans
Haven't run the code but it seems that if sapi_get_request_time() is not defined then you will return the same time() for each consecutive request (i.e. you don't reset it each request). It's probably better to move the time(0) initialization to sapi_globals ctor and/or dtor. Andi At 05:40 PM 8

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

2004-08-10 Thread Marcus Boerger
helly Tue Aug 10 18:40:14 2004 EDT Modified files: (Branch: PHP_5_0) /php-srcNEWS Log: BFN (small but important change) http://cvs.php.net/diff.php/php-src/NEWS?r1=1.1760.2.31&r2=1.1760.2.32&ty=u Index: php-src/NEWS diff -u php-src/NEWS:1.1760.2.31 php-src/

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

2004-08-10 Thread Marcus Boerger
Hello Andi, Wednesday, August 11, 2004, 12:27:03 AM, you wrote: > Nope. It should only be in 5.0.1 section. I also suggest that when we > release 5.1.0 we copy over the 5.0.1 NEWS section to make sure it's identical. WE always copy all NEWS entries of older versions to the new versions. That ma

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

2004-08-10 Thread Andi Gutmans
Nope. It should only be in 5.0.1 section. I also suggest that when we release 5.1.0 we copy over the 5.0.1 NEWS section to make sure it's identical. Andi At 12:12 AM 8/11/2004 +, Andrey Hristov wrote: Derick Rethans wrote: On Tue, 10 Aug 2004, Dmitry Stogov wrote: dmitry Tue Aug 10 1

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

2004-08-10 Thread Ilia Alshanetsky
iliaa Tue Aug 10 18:17:31 2004 EDT Modified files: (Branch: PHP_5_0) /php-srcNEWS Log: Bug fixing news. http://cvs.php.net/diff.php/php-src/NEWS?r1=1.1760.2.30&r2=1.1760.2.31&ty=u Index: php-src/NEWS diff -u php-src/NEWS:1.1760.2.30 php-src/NEWS:1.1760.2

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

2004-08-10 Thread Andrey Hristov
Derick Rethans wrote: On Tue, 10 Aug 2004, Dmitry Stogov wrote: dmitry Tue Aug 10 10:57:48 2004 EDT Modified files: /php-src NEWS Log: Fixed bug #29256 (SOAP HTTP Error when envelop size is more than 24345 bytes) Can you please fix the NEWS file so that all bugs fixed are order

[PHP-CVS] cvs: php-src / NEWS /main SAPI.c SAPI.h /sapi/apache mod_php5.c /sapi/apache2filter sapi_apache2.c /sapi/apache2handler sapi_apache2.c

2004-08-10 Thread Rasmus Lerdorf
rasmus Tue Aug 10 13:40:00 2004 EDT Modified files: /php-srcNEWS /php-src/main SAPI.c SAPI.h /php-src/sapi/apachemod_php5.c /php-src/sapi/apache2filter sapi_apache2.c /php-src/sapi/apache2handlersapi_apache2.c Log: Add

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

2004-08-10 Thread Dmitry Stogov
dmitry Tue Aug 10 12:43:20 2004 EDT Modified files: /php-srcNEWS Log: Changed bugs order. http://cvs.php.net/diff.php/php-src/NEWS?r1=1.1788&r2=1.1789&ty=u Index: php-src/NEWS diff -u php-src/NEWS:1.1788 php-src/NEWS:1.1789 --- php-src/NEWS:1.1788 Tue Au

[PHP-CVS] cvs: php-src(PHP_5_0) / NEWS /ext/soap php_encoding.c php_sdl.c php_soap.h soap.c /ext/soap/tests server021.phpt /ext/soap/tests/bugs bug28969.phpt

2004-08-10 Thread Dmitry Stogov
dmitry Tue Aug 10 12:30:31 2004 EDT Added files: (Branch: PHP_5_0) /php-src/ext/soap/tests/bugsbug28969.phpt Modified files: /php-srcNEWS /php-src/ext/soap php_encoding.c php_sdl.c php_soap.h soap.c /php-src/ext/soap/test

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

2004-08-10 Thread Derick Rethans
On Tue, 10 Aug 2004, Dmitry Stogov wrote: > dmitryTue Aug 10 10:57:48 2004 EDT > > Modified files: > /php-src NEWS > Log: > Fixed bug #29256 (SOAP HTTP Error when envelop size is more than 24345 bytes) Can you please fix the NEWS file so that all bugs fixed are ordered

[PHP-CVS] cvs: php-src /ext/soap/tests/bugs bug28969.phpt

2004-08-10 Thread Dmitry Stogov
dmitry Tue Aug 10 12:18:08 2004 EDT Added files: /php-src/ext/soap/tests/bugsbug28969.phpt Log: Fixed bug #28969 (Wrong data encoding of special characters) http://cvs.php.net/co.php/php-src/ext/soap/tests/bugs/bug28969.phpt?r=1.1&p=1 Index: php-

[PHP-CVS] cvs: php-src / NEWS /ext/soap php_encoding.c php_soap.h soap.c

2004-08-10 Thread Dmitry Stogov
dmitry Tue Aug 10 12:11:41 2004 EDT Modified files: /php-srcNEWS /php-src/ext/soap php_encoding.c php_soap.h soap.c Log: Fixed bug #28969 (Wrong data encoding of special characters). http://cvs.php.net/diff.php/php-src/NEWS?r1=1.1787&r2=1.1788&ty=u

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

2004-08-10 Thread Dmitry Stogov
dmitry Tue Aug 10 10:57:48 2004 EDT Modified files: /php-srcNEWS Log: Fixed bug #29256 (SOAP HTTP Error when envelop size is more than 24345 bytes) http://cvs.php.net/diff.php/php-src/NEWS?r1=1.1786&r2=1.1787&ty=u Index: php-src/NEWS diff -u php-src/NEWS

Re: [PHP-CVS] cvs: php-src(PHP_5_0) /ext/xsl xsltprocessor.c

2004-08-10 Thread Andi Gutmans
Nope you shouldn't. I thought it existed in 5.0.0 too. At 10:41 AM 8/10/2004 +0200, Christian Stocker wrote: On 10.8.2004 10:25 Uhr, Andi Gutmans wrote: News? Should I really add it? The bug was not existent in 5.0.0 and there was no bugreport. chregu At 08:02 AM 8/10/2004 +, Christian Stocker

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

2004-08-10 Thread Wez Furlong
wez Tue Aug 10 09:47:31 2004 EDT Modified files: (Branch: PHP_5_0) /php-srcNEWS Log: BFN http://cvs.php.net/diff.php/php-src/NEWS?r1=1.1760.2.28&r2=1.1760.2.29&ty=u Index: php-src/NEWS diff -u php-src/NEWS:1.1760.2.28 php-src/NEWS:1.1760.2.29 --- php-s

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

2004-08-10 Thread Wez Furlong
wez Tue Aug 10 09:45:58 2004 EDT Modified files: (Branch: PHP_5_0) /php-src/main/streams xp_socket.c Log: MFH: Fix for #29256 http://cvs.php.net/diff.php/php-src/main/streams/xp_socket.c?r1=1.23.2.2&r2=1.23.2.3&ty=u Index: php-src/main/streams/xp_soc

[PHP-CVS] cvs: php-src /main/streams xp_socket.c

2004-08-10 Thread Wez Furlong
wez Tue Aug 10 09:44:43 2004 EDT Modified files: /php-src/main/streams xp_socket.c Log: Fix for #29256 from Dmitry, very slightly modified http://cvs.php.net/diff.php/php-src/main/streams/xp_socket.c?r1=1.26&r2=1.27&ty=u Index: php-src/main/streams/

[PHP-CVS] cvs: php-src /ext/soap/tests server021.phpt

2004-08-10 Thread Dmitry Stogov
dmitry Tue Aug 10 05:57:16 2004 EDT Modified files: /php-src/ext/soap/tests server021.phpt Log: Test is fixed. (__call() requires two parameters). http://cvs.php.net/diff.php/php-src/ext/soap/tests/server021.phpt?r1=1.1&r2=1.2&ty=u Index: php-src/ext/soa

Re: [PHP-CVS] cvs: php-src(PHP_5_0) /ext/xsl xsltprocessor.c

2004-08-10 Thread Christian Stocker
On 10.8.2004 10:25 Uhr, Andi Gutmans wrote: News? Should I really add it? The bug was not existent in 5.0.0 and there was no bugreport. chregu At 08:02 AM 8/10/2004 +, Christian Stocker wrote: chregu Tue Aug 10 04:02:01 2004 EDT Modified files: (Branch: PHP_5_0) /ph

[PHP-CVS] cvs: CVSROOT / avail

2004-08-10 Thread Derick Rethans
derick Tue Aug 10 04:33:11 2004 EDT Modified files: /CVSROOTavail Log: - Give justinpatrin access to PEAR Doc on request by Alan. http://cvs.php.net/diff.php/CVSROOT/avail?r1=1.897&r2=1.898&ty=u Index: CVSROOT/avail diff -u CVSROOT/avail:1.897 CVSROOT/av

Re: [PHP-CVS] cvs: php-src(PHP_5_0) /ext/xsl xsltprocessor.c

2004-08-10 Thread Andi Gutmans
News? At 08:02 AM 8/10/2004 +, Christian Stocker wrote: chregu Tue Aug 10 04:02:01 2004 EDT Modified files: (Branch: PHP_5_0) /php-src/ext/xslxsltprocessor.c Log: MFH (Fix segfault on error in xslt) http://cvs.php.net/diff.php/php-src/ext/xsl/xsltprocessor.c?

[PHP-CVS] cvs: php-src(PHP_5_0) /ext/xsl xsltprocessor.c

2004-08-10 Thread Christian Stocker
chregu Tue Aug 10 04:02:01 2004 EDT Modified files: (Branch: PHP_5_0) /php-src/ext/xslxsltprocessor.c Log: MFH (Fix segfault on error in xslt) http://cvs.php.net/diff.php/php-src/ext/xsl/xsltprocessor.c?r1=1.29.2.2&r2=1.29.2.3&ty=u Index: php-src/ext/xsl/

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

2004-08-10 Thread Christian Stocker
chregu Tue Aug 10 04:00:09 2004 EDT Modified files: /php-src/ext/xslxsltprocessor.c Log: Fix segfault on error in xslt http://cvs.php.net/diff.php/php-src/ext/xsl/xsltprocessor.c?r1=1.32&r2=1.33&ty=u Index: php-src/ext/xsl/xsltprocessor.c diff -u php-src

[PHP-CVS] cvs: php-src(PHP_5_0) / configure.in /main php_version.h ZendEngine2 zend.h

2004-08-10 Thread Andi Gutmans
andiTue Aug 10 03:28:10 2004 EDT Modified files: (Branch: PHP_5_0) /php-srcconfigure.in /ZendEngine2zend.h /php-src/main php_version.h Log: - Back to -dev http://cvs.php.net/diff.php/php-src/configure.in?r1=1.514.2.1&r2=1.514.2.

[PHP-CVS] cvs: php-src(PHP_5_0) / NEWS configure.in /main php_version.h ZendEngine2 zend.h

2004-08-10 Thread Andi Gutmans
andiTue Aug 10 03:17:06 2004 EDT Modified files: (Branch: PHP_5_0) /php-srcNEWS configure.in /ZendEngine2zend.h /php-src/main php_version.h Log: - 5.0.1RC1 http://cvs.php.net/diff.php/php-src/NEWS?r1=1.1760.2.27&r2=1.1760.2.28&t