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

2006-10-06 Thread Sara Golemon
pollita Sat Oct 7 04:45:42 2006 UTC Modified files: /php-src/ext/standard type.c Log: Win32 build gets confused by expansion of U_STRING_DECL macro with constants http://cvs.php.net/viewvc.cgi/php-src/ext/standard/type.c?r1=1.45&r2=1.46&diff_format=u Inde

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

2006-10-06 Thread Andrei Zmievski
andrei Sat Oct 7 00:41:14 2006 UTC Modified files: /php-src/ext/standard uniqid.c Log: Default to ZEND_STR_TYPE. http://cvs.php.net/viewvc.cgi/php-src/ext/standard/uniqid.c?r1=1.46&r2=1.47&diff_format=u Index: php-src/ext/standard/uniqid.c diff -u php

[PHP-CVS] cvs: php-src /ext/pdo_pgsql config.m4 pgsql_driver.c

2006-10-06 Thread Ilia Alshanetsky
iliaa Fri Oct 6 22:34:29 2006 UTC Modified files: /php-src/ext/pdo_pgsql config.m4 pgsql_driver.c Log: MFB: Make quote() in PostgreSQL use PQescapeByteaConn() whenever possible for binary strings. http://cvs.php.net/viewvc.cgi/php-src/ext/pdo_pgsql/

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/pdo_pgsql config.m4 pgsql_driver.c

2006-10-06 Thread Ilia Alshanetsky
iliaa Fri Oct 6 22:34:16 2006 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/pdo_pgsql config.m4 pgsql_driver.c Log: Make quote() in PostgreSQL use PQescapeByteaConn() whenever possible for binary strings. http://cvs.php.net/viewvc.cgi/php-src/ex

[PHP-CVS] cvs: php-src /ext/pgsql config.m4 pgsql.c

2006-10-06 Thread Ilia Alshanetsky
iliaa Fri Oct 6 21:45:35 2006 UTC Modified files: /php-src/ext/pgsql config.m4 pgsql.c Log: MFB: Make pg_escape_bytea() use PQescapeByteaConn() whenever possible. http://cvs.php.net/viewvc.cgi/php-src/ext/pgsql/config.m4?r1=1.49&r2=1.50&diff_format=u Inde

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/pgsql config.m4 pgsql.c

2006-10-06 Thread Ilia Alshanetsky
iliaa Fri Oct 6 21:45:10 2006 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/pgsql config.m4 pgsql.c Log: Make pg_escape_bytea() use PQescapeByteaConn() whenever possible. http://cvs.php.net/viewvc.cgi/php-src/ext/pgsql/config.m4?r1=1.46.2.1.2.2&r2=1.4

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

2006-10-06 Thread Ilia Alshanetsky
iliaa Fri Oct 6 21:36:08 2006 UTC Modified files: (Branch: PHP_5_2) /php-srcNEWS configure.in /php-src/main php_version.h Log: back to dev http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.291&r2=1.2027.2.547.2.292&diff_format=u In

[PHP-CVS] cvs: php-src /ext/session php_session.h session.c

2006-10-06 Thread Ilia Alshanetsky
iliaa Fri Oct 6 21:11:57 2006 UTC Modified files: /php-src/ext/sessionsession.c php_session.h Log: MFB: Expose session storage module locater and serialization function via PHPAPI http://cvs.php.net/viewvc.cgi/php-src/ext/session/session.c?r1=1.4

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/session php_session.h session.c

2006-10-06 Thread Ilia Alshanetsky
iliaa Fri Oct 6 21:11:36 2006 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/sessionsession.c php_session.h Log: Expose session storage module locater and serialization function via PHPAPI http://cvs.php.net/viewvc.cgi/php-src/ext/session/ses

[PHP-CVS] cvs: php-src(PHP_5_2) / README.UPDATE_5_2

2006-10-06 Thread Ilia Alshanetsky
iliaa Fri Oct 6 21:03:35 2006 UTC Modified files: (Branch: PHP_5_2) /php-srcREADME.UPDATE_5_2 Log: modulo 0 news entry http://cvs.php.net/viewvc.cgi/php-src/README.UPDATE_5_2?r1=1.1.2.15&r2=1.1.2.16&diff_format=u Index: php-src/README.UPDATE_5_2 diff -u

Re: [PHP-CVS] cvs: php-src /ext/reflection php_reflection.c /ext/reflection/tests bug39067.phpt

2006-10-06 Thread Johannes Schlüter
Hi Andrei, most parts off it work in unicode mode, there are a few places which need little work, see Dmitry's "FIXME: Unicode support" comments to get an idea. Basically I'm in writing tests and writing a patch but currently have less time than expected... johannes Andrei Zmievski wrote: A

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

2006-10-06 Thread Andrei Zmievski
andrei Fri Oct 6 20:11:25 2006 UTC Modified files: /php-src/ext/standard type.c Log: Unicode support in is_callable(). http://cvs.php.net/viewvc.cgi/php-src/ext/standard/type.c?r1=1.44&r2=1.45&diff_format=u Index: php-src/ext/standard/type.c diff -u p

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

2006-10-06 Thread Andrei Zmievski
andrei Fri Oct 6 20:00:37 2006 UTC Modified files: /php-src/ext/standard uniqid.c Log: Unicode support in uniqid(). http://cvs.php.net/viewvc.cgi/php-src/ext/standard/uniqid.c?r1=1.45&r2=1.46&diff_format=u Index: php-src/ext/standard/uniqid.c diff -u

Re: [PHP-CVS] cvs: php-src /ext/reflection php_reflection.c /ext/reflection/tests bug39067.phpt

2006-10-06 Thread Antony Dovgal
On 10/06/2006 10:14 PM, Andrei Zmievski wrote: Any idea if ext/reflection is Unicode-ready or how much work it needs to get there? I don't think it should be something complex, but no it's not ready yet. -- Wbr, Antony Dovgal -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, vi

Re: [PHP-CVS] cvs: php-src /ext/reflection php_reflection.c /ext/reflection/tests bug39067.phpt

2006-10-06 Thread Andrei Zmievski
Any idea if ext/reflection is Unicode-ready or how much work it needs to get there? -Andrei On Oct 6, 2006, at 11:02 AM, Antony Dovgal wrote: tony2001Fri Oct 6 18:02:51 2006 UTC Modified files: /php-src/ext/reflection php_reflection.c /php-src/ext/reflection/t

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

2006-10-06 Thread Andrei Zmievski
andrei Fri Oct 6 18:03:41 2006 UTC Modified files: /php-src/ext/standard var.c Log: Mark memory funcs with U. http://cvs.php.net/viewvc.cgi/php-src/ext/standard/var.c?r1=1.244&r2=1.245&diff_format=u Index: php-src/ext/standard/var.c diff -u php-src/ex

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/reflection php_reflection.c /ext/reflection/tests bug39067.phpt

2006-10-06 Thread Antony Dovgal
tony2001Fri Oct 6 18:03:19 2006 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/reflection php_reflection.c /php-src/ext/reflection/tests bug39067.phpt Log: more improvements http://cvs.php.net/viewvc.cgi/php-src/ext/reflection/php_r

[PHP-CVS] cvs: php-src /ext/reflection php_reflection.c /ext/reflection/tests bug39067.phpt

2006-10-06 Thread Antony Dovgal
tony2001Fri Oct 6 18:02:51 2006 UTC Modified files: /php-src/ext/reflection php_reflection.c /php-src/ext/reflection/tests bug39067.phpt Log: more improvements http://cvs.php.net/viewvc.cgi/php-src/ext/reflection/php_reflection.c?r1=1.

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

2006-10-06 Thread Andrei Zmievski
andrei Fri Oct 6 18:02:04 2006 UTC Modified files: /php-src/ext/standard lcg.c Log: Mark with U. http://cvs.php.net/viewvc.cgi/php-src/ext/standard/lcg.c?r1=1.42&r2=1.43&diff_format=u Index: php-src/ext/standard/lcg.c diff -u php-src/ext/standard/lcg.

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

2006-10-06 Thread Andrei Zmievski
andrei Fri Oct 6 18:01:20 2006 UTC Modified files: /php-src/ext/standard pageinfo.c Log: Mark pageinfo.c funcs with U. http://cvs.php.net/viewvc.cgi/php-src/ext/standard/pageinfo.c?r1=1.42&r2=1.43&diff_format=u Index: php-src/ext/standard/pageinfo.c d

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

2006-10-06 Thread Andrei Zmievski
andrei Fri Oct 6 18:00:13 2006 UTC Modified files: /php-src/ext/standard rand.c Log: Mark rand.c functions with U. http://cvs.php.net/viewvc.cgi/php-src/ext/standard/rand.c?r1=1.71&r2=1.72&diff_format=u Index: php-src/ext/standard/rand.c diff -u php-s

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

2006-10-06 Thread Sara Golemon
pollita Fri Oct 6 17:41:30 2006 UTC Modified files: /php-src/ext/standard streamsfuncs.c Log: Forgot to mark these u-safe http://cvs.php.net/viewvc.cgi/php-src/ext/standard/streamsfuncs.c?r1=1.92&r2=1.93&diff_format=u Index: php-src/ext/standard/streamsfu

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/reflection php_reflection.c /ext/reflection/tests bug39067.phpt

2006-10-06 Thread Antony Dovgal
tony2001Fri Oct 6 17:35:32 2006 UTC Added files: (Branch: PHP_5_2) /php-src/ext/reflection/tests bug39067.phpt Modified files: /php-src/ext/reflection php_reflection.c Log: MFH: fix #39067 (getDeclaringClass() and private

[PHP-CVS] cvs: php-src /ext/reflection php_reflection.c /ext/reflection/tests bug39067.phpt

2006-10-06 Thread Antony Dovgal
tony2001Fri Oct 6 17:34:57 2006 UTC Added files: /php-src/ext/reflection/tests bug39067.phpt Modified files: /php-src/ext/reflection php_reflection.c Log: fix #39067 (getDeclaringClass() and private properties) http

[PHP-CVS] cvs: php-src /ext/unicode collator.c property.c

2006-10-06 Thread Andrei Zmievski
andrei Fri Oct 6 17:14:14 2006 UTC Modified files: /php-src/ext/unicodecollator.c property.c Log: Fix protos. http://cvs.php.net/viewvc.cgi/php-src/ext/unicode/collator.c?r1=1.10&r2=1.11&diff_format=u Index: php-src/ext/unicode/collator.c diff -u ph

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/standard/tests/strings str_replace.phpt

2006-10-06 Thread Antony Dovgal
tony2001Fri Oct 6 14:50:46 2006 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/standard/tests/strings str_replace.phpt Log: re-add the test http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/strings/str_replace.phpt?r1=1.1.2.3&r2=1.1.2.4&dif

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

2006-10-06 Thread Edin Kadribasic
edink Fri Oct 6 12:53:15 2006 UTC Modified files: (Branch: PHP_5_2) /php-srcNEWS Log: BFN http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.290&r2=1.2027.2.547.2.291&diff_format=u Index: php-src/NEWS diff -u php-src/NEWS:1.2027.2.547.2.290 php-s

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

2006-10-06 Thread Antony Dovgal
tony2001Fri Oct 6 12:46:08 2006 UTC Modified files: /php-src/ext/oci8 oci8_statement.c Log: fix PECL bug #8816 (issue in php_oci_statement_fetch with more than one piecewise column) patch by jeff at badtz-maru dot com http://cvs.php.net/viewvc.c

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

2006-10-06 Thread Edin Kadribasic
edink Fri Oct 6 12:24:11 2006 UTC Modified files: /php-src/ext/com_dotnet com_handlers.c Log: MFB: Fix for #38985 (Wez) http://cvs.php.net/viewvc.cgi/php-src/ext/com_dotnet/com_handlers.c?r1=1.37&r2=1.38&diff_format=u Index: php-src/ext/com_dotnet/com_ha

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/com_dotnet com_handlers.c

2006-10-06 Thread Edin Kadribasic
edink Fri Oct 6 12:23:30 2006 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/com_dotnet com_handlers.c Log: Fix for #38985 (Wez) http://cvs.php.net/viewvc.cgi/php-src/ext/com_dotnet/com_handlers.c?r1=1.30.2.5.2.1&r2=1.30.2.5.2.2&diff_format=u Index: p

[PHP-CVS] cvs: php-src /ext/oci8/tests pecl_bug8816.phpt

2006-10-06 Thread Antony Dovgal
tony2001Fri Oct 6 09:57:29 2006 UTC Added files: /php-src/ext/oci8/tests pecl_bug8816.phpt Log: new test http://cvs.php.net/viewvc.cgi/php-src/ext/oci8/tests/pecl_bug8816.phpt?view=markup&rev=1.1 Index: php-src/ext/oci8/tests/pecl_bug8816.php

Re: [PHP-CVS] cvs: php-src(PHP_5_2) /ext/curl multi.c

2006-10-06 Thread Antony Dovgal
On 06.10.2006 07:48, Sebastian Bergmann wrote: sebastian Fri Oct 6 03:48:00 2006 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/curl multi.c Log: Fix ZTS build. Thanks. -- Wbr, Antony Dovgal -- PHP CVS Mailing List (http://www.php.net/) To unsubs