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

2005-08-17 Thread changelog
changelog Thu Aug 18 01:49:59 2005 EDT Modified files: /php-srcChangeLog Log: ChangeLog update http://cvs.php.net/diff.php/php-src/ChangeLog?r1=1.2076r2=1.2077ty=u Index: php-src/ChangeLog diff -u php-src/ChangeLog:1.2076 php-src/ChangeLog:1.2077 ---

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

2005-08-17 Thread Dmitry Stogov
May be it should return IS_BINARY only in unicode mode, and IS_STRING in non-unicode (as before)? Dmitry. -Original Message- From: Andrei Zmievski [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 16, 2005 11:45 PM To: php-cvs@lists.php.net Subject: [PHP-CVS] cvs: php-src

RE: [PHP-CVS] cvs: php-src /ext/standard md5.c /ext/standard/tests/strings explode.phpt strcspn.phpt strspn.phptstrstr.phpt

2005-08-17 Thread Derick Rethans
On Wed, 17 Aug 2005, Dmitry Stogov wrote: May be nice to have, however ASCII to unicode conversion is not usual case. Usualy we have non ASCII but some encoding (UG(runrime_encoding)). But we can have a macro for that too, isn't it? :) Derick -- Derick Rethans http://derickrethans.nl |

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

2005-08-17 Thread Zeev Suraski
zeevWed Aug 17 03:02:31 2005 EDT Modified files: (Branch: PHP_5_0) /php-src/ext/soap soap.c Log: Add SoapClient::__setSoapHeaders() http://cvs.php.net/diff.php/php-src/ext/soap/soap.c?r1=1.110.2.40r2=1.110.2.41ty=u Index: php-src/ext/soap/soap.c diff -u

[PHP-CVS] cvs: php-src(PHP_5_1) /ext/soap soap.c

2005-08-17 Thread Zeev Suraski
zeevWed Aug 17 03:04:16 2005 EDT Modified files: (Branch: PHP_5_1) /php-src/ext/soap soap.c Log: Introduce SoapClient::__setSoapHeaders() http://cvs.php.net/diff.php/php-src/ext/soap/soap.c?r1=1.156r2=1.156.2.1ty=u Index: php-src/ext/soap/soap.c diff -u

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

2005-08-17 Thread Zeev Suraski
zeevWed Aug 17 03:04:51 2005 EDT Modified files: /php-src/ext/soap soap.c Log: Add SoapClient::__setSoapHeaders() http://cvs.php.net/diff.php/php-src/ext/soap/soap.c?r1=1.157r2=1.158ty=u Index: php-src/ext/soap/soap.c diff -u

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

2005-08-17 Thread Rolland Santimano
rolland Wed Aug 17 03:14:14 2005 EDT Modified files: /php-src/ext/standard string.c Log: Updated implode() impl as per Andrei's comments [http://news.php.net/php.cvs/33457]

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

2005-08-17 Thread Jani Taskinen
sniper Wed Aug 17 03:52:23 2005 EDT Modified files: /php-src/main main.c Log: Fix EOLs under winblows http://cvs.php.net/diff.php/php-src/main/main.c?r1=1.644r2=1.645ty=u Index: php-src/main/main.c diff -u php-src/main/main.c:1.644

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

2005-08-17 Thread Jani Taskinen
sniper Wed Aug 17 03:54:08 2005 EDT Modified files: (Branch: PHP_5_1) /php-src/main main.c Log: MFH http://cvs.php.net/diff.php/php-src/main/main.c?r1=1.640.2.1r2=1.640.2.2ty=u Index: php-src/main/main.c diff -u php-src/main/main.c:1.640.2.1

[PHP-CVS] cvs: php-src /ext/standard string.c /ext/standard/tests/strings bug22224.phpt

2005-08-17 Thread Dmitry Stogov
dmitry Wed Aug 17 03:59:32 2005 EDT Modified files: /php-src/ext/standard string.c /php-src/ext/standard/tests/strings bug4.phpt Log: Fixed implode() bugs http://cvs.php.net/diff.php/php-src/ext/standard/string.c?r1=1.458r2=1.459ty=u Index:

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

2005-08-17 Thread Dmitry Stogov
Hi Roland, Please be more carefull with your patches. Compile PHP with --enable-debug and run make test and make utest before and after patch to see that you don't break something. Now I fixed all (I hope) implode() bugs that you introduced. Dmitry. -Original Message- From: Rolland

RE: [PHP-CVS] cvs: php-src /ext/standard md5.c /ext/standard/tests/strings explode.phpt strcspn.phpt strspn.phptstrstr.phpt

2005-08-17 Thread Dmitry Stogov
Agree. Dmitry. -Original Message- From: Derick Rethans [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 17, 2005 10:51 AM To: Dmitry Stogov Cc: 'Andi Gutmans'; php-cvs@lists.php.net Subject: RE: [PHP-CVS] cvs: php-src /ext/standard md5.c /ext/standard/tests/strings explode.phpt

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

2005-08-17 Thread Dmitry Stogov
Please look into make utest TESTS=ext/standard/tests/strings/md5raw.phpt. Dmitry. -Original Message- From: Andrei Zmievski [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 16, 2005 11:45 PM To: php-cvs@lists.php.net Subject: [PHP-CVS] cvs: php-src /ext/standard md5.c andrei

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

2005-08-17 Thread Jani Taskinen
Why not pass it as parameter to the function instead? The parameters were changed already anyway.. --Jani On Tue, 16 Aug 2005, Marcus Boerger wrote: helly Tue Aug 16 16:22:38 2005 EDT Modified files: /php-src/ext/standardstring.c Log: - TSRM Fix

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

2005-08-17 Thread Rolland Santimano
rolland Wed Aug 17 06:26:03 2005 EDT Modified files: /php-src/ext/standard string.c Log: php_u_trim_range(): Alloc UChar32 units rather than UChar http://cvs.php.net/diff.php/php-src/ext/standard/string.c?r1=1.459r2=1.460ty=u Index:

[PHP-CVS] cvs: php-src /ext/simplexml/tests 004.phpt /ext/standard string.c /tests/classes tostring.phpt /tests/reflection 005.phpt

2005-08-17 Thread Dmitry Stogov
dmitry Wed Aug 17 07:36:32 2005 EDT Modified files: /php-src/ext/simplexml/tests004.phpt /php-src/ext/standard string.c /php-src/tests/classes tostring.phpt /php-src/tests/reflection 005.phpt Log: trim() should accept objects

Re: [PHP-CVS] cvs: php-src /ext/simplexml/tests 004.phpt /ext/standard string.c /tests/classes tostring.phpt /tests/reflection 005.phpt

2005-08-17 Thread Derick Rethans
On Wed, 17 Aug 2005, Dmitry Stogov wrote: dmitryWed Aug 17 07:36:32 2005 EDT Modified files: /php-src/ext/simplexml/tests 004.phpt /php-src/ext/standard string.c /php-src/tests/classestostring.phpt /php-src/tests/reflection

[PHP-CVS] cvs: php-src /ext/standard var.c /tests/reflection 006.phpt ZendEngine2 zend_interfaces.c zend_object_handlers.c zend_object_handlers.h zend_reflection_api.c zend_vm_def.h zend_vm_execute.

2005-08-17 Thread Dmitry Stogov
dmitry Wed Aug 17 09:10:05 2005 EDT Modified files: /ZendEngine2zend_interfaces.c zend_object_handlers.c zend_object_handlers.h zend_reflection_api.c zend_vm_def.h zend_vm_execute.h zend_vm_opcodes.h

RE: [PHP-CVS] cvs: php-src /ext/simplexml/tests 004.phpt /ext/standardstring.c /tests/classes tostring.phpt /tests/reflection 005.phpt

2005-08-17 Thread Dmitry Stogov
Bacause it did it before (in 5.0 and 5.1). Dmitry. -Original Message- From: Derick Rethans [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 17, 2005 3:40 PM To: Dmitry Stogov Cc: php-cvs@lists.php.net Subject: Re: [PHP-CVS] cvs: php-src /ext/simplexml/tests 004.phpt

[PHP-CVS] cvs: php-src /ext/iconv/tests eucjp2iso2022jp.phpt eucjp2sjis.phpt eucjp2utf8.phpt iconv001.phpt iconv_mime_decode_headers.phpt iconv_mime_encode.phpt iconv_strlen.phpt iconv_strpos.phpt ico

2005-08-17 Thread Dmitry Stogov
dmitry Wed Aug 17 10:01:07 2005 EDT Modified files: /php-src/ext/iconv/testseucjp2iso2022jp.phpt eucjp2sjis.phpt eucjp2utf8.phpt iconv001.phpt iconv_mime_decode_headers.phpt

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

2005-08-17 Thread Dmitry Stogov
dmitry Wed Aug 17 10:16:06 2005 EDT Modified files: /php-src/ext/ctype ctype.c Log: Unicode support http://cvs.php.net/diff.php/php-src/ext/ctype/ctype.c?r1=1.34r2=1.35ty=u Index: php-src/ext/ctype/ctype.c diff -u php-src/ext/ctype/ctype.c:1.34

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

2005-08-17 Thread Ilia Alshanetsky
Dmitry, Would it not be better to emulate ctype functionality via equivalent ICU functions/macros when the given value is Unicode? Ilia Dmitry Stogov wrote: dmitryWed Aug 17 10:16:06 2005 EDT Modified files: /php-src/ext/ctypectype.c Log:

[PHP-CVS] cvs: CVSROOT / avail

2005-08-17 Thread Rasmus Lerdorf
rasmus Wed Aug 17 11:09:16 2005 EDT Modified files: /CVSROOTavail Log: Karma http://cvs.php.net/diff.php/CVSROOT/avail?r1=1.1009r2=1.1010ty=u Index: CVSROOT/avail diff -u CVSROOT/avail:1.1009 CVSROOT/avail:1.1010 --- CVSROOT/avail:1.1009Sat Aug

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

2005-08-17 Thread Dmitry Stogov
dmitry Wed Aug 17 11:11:41 2005 EDT Modified files: /php-src/ext/standard var.c Log: Proper handling of unicode strings with \0 in the middle http://cvs.php.net/diff.php/php-src/ext/standard/var.c?r1=1.210r2=1.211ty=u Index: php-src/ext/standard/var.c

[PHP-CVS] cvs: php-src /ext/standard array.c /ext/standard/tests/array range.phpt

2005-08-17 Thread Dmitry Stogov
dmitry Wed Aug 17 11:12:03 2005 EDT Modified files: /php-src/ext/standard array.c /php-src/ext/standard/tests/array range.phpt Log: Unicode support for range() http://cvs.php.net/diff.php/php-src/ext/standard/array.c?r1=1.315r2=1.316ty=u Index:

[PHP-CVS] cvs: php-src(PHP_5_1) /ext/date/tests bug34087.phpt

2005-08-17 Thread Ilia Alshanetsky
iliaa Wed Aug 17 11:31:58 2005 EDT Added files: (Branch: PHP_5_1) /php-src/ext/date/tests bug34087.phpt Log: Added test for bug #34087 http://cvs.php.net/co.php/php-src/ext/date/tests/bug34087.phpt?r=1.1p=1 Index:

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

2005-08-17 Thread Ilia Alshanetsky
iliaa Wed Aug 17 11:34:24 2005 EDT Modified files: (Branch: PHP_4_4) /php-src/main main.c Log: MFH: Fix EOLs under windows http://cvs.php.net/diff.php/php-src/main/main.c?r1=1.512.2.63.2.2r2=1.512.2.63.2.3ty=u Index: php-src/main/main.c diff -u

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

2005-08-17 Thread Andrei Zmievski
andrei Wed Aug 17 12:31:40 2005 EDT Modified files: /php-srcNEWS Log: http://cvs.php.net/diff.php/php-src/NEWS?r1=1.2041r2=1.2042ty=u Index: php-src/NEWS diff -u php-src/NEWS:1.2041 php-src/NEWS:1.2042 --- php-src/NEWS:1.2041 Wed Aug 17 07:57:09 2005 +++

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

2005-08-17 Thread Andrei Zmievski
RETURN_BINARY() already returns IS_BINARY in Unicode mode and IS_STRING in non-Unicode. -Andrei On Aug 16, 2005, at 11:01 PM, Dmitry Stogov wrote: May be it should return IS_BINARY only in unicode mode, and IS_STRING in non-unicode (as before)? Dmitry. -Original Message- From:

Re: [PHP-CVS] cvs: php-src /ext/standard string.c /ext/standard/tests/strings bug22224.phpt

2005-08-17 Thread Andrei Zmievski
Dmitriy, Where did EMPTY_STR come from? It seems to be used in non-Unicode context also: Zend/zend_API.c: zend_error(error_type, Method %s%s%s() cannot be a NULL function, scope ? scope-name : EMPTY_STR, scope ? :: : , ptr-fname); Besides, it generates a compile warning. Should we have

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

2005-08-17 Thread Jani Taskinen
sniper Wed Aug 17 12:56:22 2005 EDT Modified files: (Branch: PHP_5_1) /php-srcNEWS Log: BFN http://cvs.php.net/diff.php/php-src/NEWS?r1=1.2027.2.18r2=1.2027.2.19ty=u Index: php-src/NEWS diff -u php-src/NEWS:1.2027.2.18 php-src/NEWS:1.2027.2.19 ---

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

2005-08-17 Thread Jani Taskinen
sniper Wed Aug 17 12:57:16 2005 EDT Modified files: /php-srcNEWS Log: News for PHP 6, nuked old news. http://cvs.php.net/diff.php/php-src/NEWS?r1=1.2042r2=1.2043ty=u Index: php-src/NEWS diff -u php-src/NEWS:1.2042 php-src/NEWS:1.2043 --- php-src/NEWS:1.2042

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

2005-08-17 Thread Jani Taskinen
sniper Wed Aug 17 13:02:50 2005 EDT Modified files: /php-src/ext/soap soap.c Log: Fix ZTS build http://cvs.php.net/diff.php/php-src/ext/soap/soap.c?r1=1.158r2=1.159ty=u Index: php-src/ext/soap/soap.c diff -u php-src/ext/soap/soap.c:1.158

[PHP-CVS] cvs: php-src(PHP_5_1) /ext/soap soap.c

2005-08-17 Thread Jani Taskinen
sniper Wed Aug 17 13:03:52 2005 EDT Modified files: (Branch: PHP_5_1) /php-src/ext/soap soap.c Log: MFH http://cvs.php.net/diff.php/php-src/ext/soap/soap.c?r1=1.156.2.1r2=1.156.2.2ty=u Index: php-src/ext/soap/soap.c diff -u php-src/ext/soap/soap.c:1.156.2.1

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

2005-08-17 Thread Jani Taskinen
sniper Wed Aug 17 13:04:37 2005 EDT Modified files: (Branch: PHP_5_0) /php-src/ext/soap soap.c Log: MFH..thank god this ext is NOT in PHP_4_4 branch too.. http://cvs.php.net/diff.php/php-src/ext/soap/soap.c?r1=1.110.2.41r2=1.110.2.42ty=u Index:

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

2005-08-17 Thread Dmitry Stogov
You probably right. Can you do it by you self? Dmitry. -Original Message- From: Ilia Alshanetsky [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 17, 2005 6:25 PM To: Dmitry Stogov Cc: php-cvs@lists.php.net Subject: Re: [PHP-CVS] cvs: php-src /ext/ctype ctype.c Dmitry,

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

2005-08-17 Thread Rolland Santimano
rolland Wed Aug 17 13:33:21 2005 EDT Modified files: /php-src/ext/standard string.c Log: Unicode impl of ucfirst() http://cvs.php.net/diff.php/php-src/ext/standard/string.c?r1=1.461r2=1.462ty=u Index: php-src/ext/standard/string.c diff -u

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

2005-08-17 Thread Andrei Zmievski
andrei Wed Aug 17 13:39:07 2005 EDT Modified files: /php-src/ext/standard string.c Log: Fix bin2hex() to work on binary data and return strings of correct type. http://cvs.php.net/diff.php/php-src/ext/standard/string.c?r1=1.462r2=1.463ty=u Index:

RE: [PHP-CVS] cvs: php-src /ext/standard string.c /ext/standard/tests/strings bug22224.phpt

2005-08-17 Thread Dmitry Stogov
Hi, Dmitriy, Where did EMPTY_STR come from? It was defined by me. It seems to be used in non-Unicode context also: Zend/zend_API.c: zend_error(error_type, Method %s%s%s() cannot be a NULL function, scope ? scope-name : EMPTY_STR, scope ? :: : , ptr-fname); This place doesn't

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

2005-08-17 Thread Andrei Zmievski
Fixed. -Andrei On Aug 17, 2005, at 1:11 AM, Dmitry Stogov wrote: Please look into make utest TESTS=ext/standard/tests/strings/md5raw.phpt. Dmitry. -Original Message- From: Andrei Zmievski [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 16, 2005 11:45 PM To: php-cvs@lists.php.net

[PHP-CVS] cvs: php-src / unicode-todo.txt

2005-08-17 Thread Andrei Zmievski
andrei Wed Aug 17 14:16:45 2005 EDT Modified files: /php-srcunicode-todo.txt Log: http://cvs.php.net/diff.php/php-src/unicode-todo.txt?r1=1.2r2=1.3ty=u Index: php-src/unicode-todo.txt diff -u php-src/unicode-todo.txt:1.2 php-src/unicode-todo.txt:1.3 ---

Re: [PHP-CVS] cvs: php-src /ext/standard string.c /ext/standard/tests/strings bug22224.phpt

2005-08-17 Thread Andrei Zmievski
On Aug 17, 2005, at 10:27 AM, Dmitry Stogov wrote: Zend/zend_API.c: zend_error(error_type, Method %s%s%s() cannot be a NULL function, scope ? scope-name : EMPTY_STR, scope ? :: : , ptr-fname); This place doesn't need EMPTY_STR. ( is enough) If EMPTY_STR is supposed to be used only in

[PHP-CVS] cvs: php-src / README.CVS-RULES

2005-08-17 Thread Marcus Boerger
helly Wed Aug 17 15:52:06 2005 EDT Modified files: /php-srcREADME.CVS-RULES Log: - Please use the maintainer switch # It is very annoying to having to rebuild php completley several time # a day just because a few here are lazy.

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

2005-08-17 Thread Rolland Santimano
rolland Wed Aug 17 16:29:02 2005 EDT Modified files: /php-src/ext/standard string.c Log: Unicode-capable impl of ucwords() http://cvs.php.net/diff.php/php-src/ext/standard/string.c?r1=1.463r2=1.464ty=u Index: php-src/ext/standard/string.c diff -u

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

2005-08-17 Thread Ilia Alshanetsky
Yeah, I'll put it on my todo. Ilia Dmitry Stogov wrote: You probably right. Can you do it by you self? Dmitry. -Original Message- From: Ilia Alshanetsky [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 17, 2005 6:25 PM To: Dmitry Stogov Cc: php-cvs@lists.php.net Subject: Re:

[PHP-CVS] cvs: php-src(PHP_5_1) /pear go-pear-list.php package-PEAR.xml /pear/PEAR Remote.php

2005-08-17 Thread Greg Beaver
cellog Wed Aug 17 17:30:46 2005 EDT Modified files: (Branch: PHP_5_1) /php-src/pear/PEAR Remote.php /php-src/pear go-pear-list.php package-PEAR.xml Log: re-enable XML_RPC 1.4.0

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

2005-08-17 Thread Andrei Zmievski
Keep in mind that we only want to use POSIX-compatible ICU functions for ext/ctype. The full range of character properties will be available via ext/unicode. -Andrei On Aug 17, 2005, at 1:42 PM, Ilia Alshanetsky wrote: Yeah, I'll put it on my todo. Ilia Dmitry Stogov wrote: You

Re: [PHP-CVS] cvs: php-src /ext/standard array.c /ext/standard/tests/array range.phpt

2005-08-17 Thread Andrei Zmievski
I think we can provide better Unicode support in range() if we follow a simple rule that the low and high parameters are interpreted as codepoints at the end of the range. It would be nice to be able to do range('\u0200', '\u0500') and get the string of all the chars inbetween. -Andrei

[PHP-CVS] cvs: php-src(PHP_4_4) /pear PEAR.php go-pear-list.php package-PEAR.xml

2005-08-17 Thread Greg Beaver
cellog Wed Aug 17 17:44:33 2005 EDT Modified files: (Branch: PHP_4_4) /php-src/pear PEAR.php go-pear-list.php package-PEAR.xml Log: re-enable XML_RPC 1.4.0 add return by ref from PEAR::raiseError

Re: [PHP-CVS] cvs: php-src /ext/simplexml/tests 004.phpt /ext/standard string.c /tests/classes tostring.phpt /tests/reflection 005.phpt

2005-08-17 Thread Andrei Zmievski
Why can't we use zend_parse_parameters() here? -Andrei On Aug 17, 2005, at 4:36 AM, Dmitry Stogov wrote: dmitryWed Aug 17 07:36:32 2005 EDT Modified files: /php-src/ext/simplexml/tests004.phpt /php-src/ext/standardstring.c /php-src/tests/classes

[PHP-CVS] cvs: php-src(PHP_5_1) /pear PEAR.php package-PEAR.xml

2005-08-17 Thread Greg Beaver
cellog Wed Aug 17 17:48:47 2005 EDT Modified files: (Branch: PHP_5_1) /php-src/pear PEAR.php package-PEAR.xml Log: add return by ref from PEAR::raiseError http://cvs.php.net/diff.php/php-src/pear/PEAR.php?r1=1.83r2=1.83.2.1ty=u Index:

[PHP-CVS] cvs: php-src / unicode-todo.txt

2005-08-17 Thread Andrei Zmievski
andrei Wed Aug 17 19:12:28 2005 EDT Modified files: /php-srcunicode-todo.txt Log: http://cvs.php.net/diff.php/php-src/unicode-todo.txt?r1=1.3r2=1.4ty=u Index: php-src/unicode-todo.txt diff -u php-src/unicode-todo.txt:1.3 php-src/unicode-todo.txt:1.4 ---

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

2005-08-17 Thread Jani Taskinen
On Wed, 17 Aug 2005, Rolland Santimano wrote: +/* {{{ proto php_u_ucwords() + Uppercase the first character of every word in an Unicode string */ +static void php_u_ucwords(zval *ustr, zval *retval) Don't make protos for internal functions. (just remove the word 'proto' from these)

[PHP-CVS] cvs: php-src /sapi/apache2handler sapi_apache2.c

2005-08-17 Thread Ilia Alshanetsky
iliaa Wed Aug 17 21:11:17 2005 EDT Modified files: /php-src/sapi/apache2handlersapi_apache2.c Log: Fixed bug #33987 (php script as ErrorDocument causes crash in Apache 2).

[PHP-CVS] cvs: php-src(PHP_5_1) / NEWS /sapi/apache2handler sapi_apache2.c

2005-08-17 Thread Ilia Alshanetsky
iliaa Wed Aug 17 21:14:46 2005 EDT Modified files: (Branch: PHP_5_1) /php-src/sapi/apache2handlersapi_apache2.c /php-srcNEWS Log: MFH: Fixed bug #33987 (php script as ErrorDocument causes crash in Apache 2).

[PHP-CVS] cvs: php-src(PHP_5_0) /sapi/apache2handler sapi_apache2.c

2005-08-17 Thread Ilia Alshanetsky
iliaa Wed Aug 17 21:15:23 2005 EDT Modified files: (Branch: PHP_5_0) /php-src/sapi/apache2handlersapi_apache2.c Log: MFH: Fixed bug #33987 (php script as ErrorDocument causes crash in Apache 2).

[PHP-CVS] cvs: php-src(PHP_4_4) / NEWS /sapi/apache2handler sapi_apache2.c

2005-08-17 Thread Ilia Alshanetsky
iliaa Wed Aug 17 21:15:54 2005 EDT Modified files: (Branch: PHP_4_4) /php-src/sapi/apache2handlersapi_apache2.c /php-srcNEWS Log: MFH: Fixed bug #33987 (php script as ErrorDocument causes crash in Apache 2).

RE: [PHP-CVS] cvs: php-src /ext/simplexml/tests 004.phpt /ext/standard string.c /tests/classes tostring.phpt /tests/reflection 005.phpt

2005-08-17 Thread Dmitry Stogov
The old version of trim() didn't use zend_parse_parameters() and used make_printable_zval(). As result it called __toString() magic method. I restored previous behavior to keep BC. Dmitry. -Original Message- From: Andrei Zmievski [mailto:[EMAIL PROTECTED] Sent: Thursday, August 18,

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

2005-08-17 Thread Rolland Santimano
rolland Thu Aug 18 01:53:48 2005 EDT Modified files: /php-src/ext/standard string.c Log: - Removed 'proto' from description of internal funcns: ucfirst()/ucwords() http://cvs.php.net/diff.php/php-src/ext/standard/string.c?r1=1.464r2=1.465ty=u Index:

RE: [PHP-CVS] cvs: php-src /ext/standard array.c /ext/standard/tests/array range.phpt

2005-08-17 Thread Dmitry Stogov
I agree, but don't know how to do it. Dmitry. -Original Message- From: Andrei Zmievski [mailto:[EMAIL PROTECTED] Sent: Thursday, August 18, 2005 1:44 AM To: Dmitry Stogov Cc: php-cvs@lists.php.net Subject: Re: [PHP-CVS] cvs: php-src /ext/standard array.c