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

2006-12-06 Thread Andrei Zmievski
What about the values? -Andrei On Dec 6, 2006, at 5:06 PM, Ilia Alshanetsky wrote: iliaa Thu Dec 7 01:06:54 2006 UTC Modified files: /php-src/ext/curl interface.c Log: Allow submission of unicode data in utf8 form http://cvs.php.net/viewvc.cgi/php-src/ext/curl/interf

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

2006-12-06 Thread Ilia Alshanetsky
iliaa Thu Dec 7 01:41:29 2006 UTC Modified files: /php-src/ext/posix posix.c config.m4 Log: MFB: Fixed bug #39754 (Some POSIX extension functions not thread safe). http://cvs.php.net/viewvc.cgi/php-src/ext/posix/posix.c?r1=1.81&r2=1.82&diff_format=u Index

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

2006-12-06 Thread Ilia Alshanetsky
iliaa Thu Dec 7 01:41:19 2006 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/posix posix.c config.m4 /php-srcNEWS Log: Fixed bug #39754 (Some POSIX extension functions not thread safe). http://cvs.php.net/viewvc.cgi/php-src/ext/posix/posix.c?r

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

2006-12-06 Thread Ilia Alshanetsky
iliaa Thu Dec 7 01:06:54 2006 UTC Modified files: /php-src/ext/curl interface.c Log: Allow submission of unicode data in utf8 form http://cvs.php.net/viewvc.cgi/php-src/ext/curl/interface.c?r1=1.98&r2=1.99&diff_format=u Index: php-src/ext/curl/interface.

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

2006-12-06 Thread Sara Golemon
pollita Wed Dec 6 23:14:15 2006 UTC Modified files: /php-src/ext/standard string.c Log: Use proper zstr for str_getcsv() and add documentation for Andrei's peace of mind http://cvs.php.net/viewvc.cgi/php-src/ext/standard/string.c?r1=1.619&r2=1.620&diff_f

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

2006-12-06 Thread Ilia Alshanetsky
Dealing with post fields is tricky, because we need to check is the first char is @, in which case this is a name of a file to upload. As far as regular fields if someone wants to post data then there is issue of encoding, we could post it as utf8. However, the form may not be expecting utf

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

2006-12-06 Thread Andrei Zmievski
How're you dealing with POSTFIELDS? It seems you're just converting them to binary strings using runtime encoding. I think we may need to do something smarter than that in case people want to post Unicode content. -Andrei On Dec 6, 2006, at 9:52 AM, Ilia Alshanetsky wrote: iliaa W

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

2006-12-06 Thread Rasmus Lerdorf
rasmus Wed Dec 6 21:20:40 2006 UTC Modified files: (Branch: PHP_5_2) /php-srcNEWS Log: Typo http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.407&r2=1.2027.2.547.2.408&diff_format=u Index: php-src/NEWS diff -u php-src/NEWS:1.2027.2.547.2.407 p

[PHP-CVS] cvs: php-src /ext/pdo_odbc package.xml

2006-12-06 Thread Antony Dovgal
tony2001Wed Dec 6 20:21:27 2006 UTC Modified files: /php-src/ext/pdo_odbc package.xml Log: test. please ignore http://cvs.php.net/viewvc.cgi/php-src/ext/pdo_odbc/package.xml?r1=1.5&r2=1.6&diff_format=u Index: php-src/ext/pdo_odbc/package.xml di

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

2006-12-06 Thread Ilia Alshanetsky
iliaa Wed Dec 6 18:40:55 2006 UTC Modified files: /php-src/ext/curl interface.c Log: Final set of unicode changes http://cvs.php.net/viewvc.cgi/php-src/ext/curl/interface.c?r1=1.97&r2=1.98&diff_format=u Index: php-src/ext/curl/interface.c diff -u php-src

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

2006-12-06 Thread Ilia Alshanetsky
iliaa Wed Dec 6 17:52:11 2006 UTC Modified files: /php-src/ext/curl interface.c Log: First part of unicode upgrade http://cvs.php.net/viewvc.cgi/php-src/ext/curl/interface.c?r1=1.96&r2=1.97&diff_format=u Index: php-src/ext/curl/interface.c diff -u php-src

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

2006-12-06 Thread Antony Dovgal
tony2001Wed Dec 6 17:42:47 2006 UTC Modified files: /php-src/ext/standard array.c basic_functions.c basic_functions.h Log: fix import_request_variables() http://cvs.php.net/viewvc.cgi/php-src/ext/standard/array.c?r1=1.396&r2=1.397&diff_format=u

[PHP-CVS] cvs: php-src /ext/oci8 oci8_interface.c /ext/oci8/tests statement_type.phpt

2006-12-06 Thread Antony Dovgal
tony2001Wed Dec 6 16:42:27 2006 UTC Modified files: /php-src/ext/oci8 oci8_interface.c /php-src/ext/oci8/tests statement_type.phpt Log: add Unicode support to oci_statement_type() http://cvs.php.net/viewvc.cgi/php-src/ext/oci8/oci8_interfa

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

2006-12-06 Thread Antony Dovgal
tony2001Wed Dec 6 16:36:28 2006 UTC Modified files: /php-src/ext/oci8 oci8_interface.c Log: mark most of the OCI8 functions as unicode aware http://cvs.php.net/viewvc.cgi/php-src/ext/oci8/oci8_interface.c?r1=1.20&r2=1.21&diff_format=u Index: php-src

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

2006-12-06 Thread Antony Dovgal
tony2001Wed Dec 6 16:28:36 2006 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/standard formatted_print.c Log: MFH http://cvs.php.net/viewvc.cgi/php-src/ext/standard/formatted_print.c?r1=1.82.2.1.2.3&r2=1.82.2.1.2.4&diff_format=u Index: php-

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

2006-12-06 Thread Antony Dovgal
tony2001Wed Dec 6 16:28:27 2006 UTC Modified files: /php-src/ext/standard formatted_print.c Log: move handling of 'F' to the top http://cvs.php.net/viewvc.cgi/php-src/ext/standard/formatted_print.c?r1=1.86&r2=1.87&diff_format=u Index: php-src/e

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

2006-12-06 Thread Ilia Alshanetsky
iliaa Wed Dec 6 16:25:17 2006 UTC Modified files: /php-src/ext/curl multi.c Log: Make functions as being unicode safe http://cvs.php.net/viewvc.cgi/php-src/ext/curl/multi.c?r1=1.28&r2=1.29&diff_format=u Index: php-src/ext/curl/multi.c diff -u php-src/ext

[PHP-CVS] Re: [PHP-DEV] Re: [PHP-CVS] cvs: php-src /ext/standard formatted_print.c /ext/standard/tests/serialize 003.phpt /ext/standard/tests/strings sprintf_f.phpt /main snprintf.c snprintf.h sppr

2006-12-06 Thread Antony Dovgal
On 12/06/2006 05:18 PM, Matt Wilmas wrote: Hi Antony, The changes to formatted_print.c caught my eye because I was going to inquire about/resubmit a patch from August to add new features the the *printf() functions... :-) I see you've added g/G (and E). In appenddouble, however, I noticed that

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

2006-12-06 Thread Antony Dovgal
tony2001Wed Dec 6 14:47:36 2006 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/standard formatted_print.c Log: MFH: add missing 'F' modified (noticed by Matt) http://cvs.php.net/viewvc.cgi/php-src/ext/standard/formatted_print.c?r1=1.82.2.1.2

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

2006-12-06 Thread Antony Dovgal
tony2001Wed Dec 6 14:47:19 2006 UTC Modified files: /php-src/ext/standard formatted_print.c Log: add missing 'F' modified (noticed by Matt) http://cvs.php.net/viewvc.cgi/php-src/ext/standard/formatted_print.c?r1=1.85&r2=1.86&diff_format=u Index

Re: [PHP-CVS] cvs: php-src /ext/standard formatted_print.c /ext/standard/tests/serialize 003.phpt /ext/standard/tests/strings sprintf_f.phpt /main snprintf.c snprintf.h spprintf.c ZendEngine2 zend

2006-12-06 Thread Matt Wilmas
Hi Antony, The changes to formatted_print.c caught my eye because I was going to inquire about/resubmit a patch from August to add new features the the *printf() functions... :-) I see you've added g/G (and E). In appenddouble, however, I noticed that the F specifier is missing. Nothing to me p

[PHP-CVS] cvs: php-src /ext/standard/tests/general_functions 007.phpt /ext/standard/tests/serialize 002.phpt /ext/standard/tests/strings bug24312.phpt bug36306.phpt crc32.phpt crypt.phpt htmlentitie

2006-12-06 Thread Antony Dovgal
tony2001Wed Dec 6 13:21:48 2006 UTC Modified files: /php-src/ext/standard/tests/general_functions 007.phpt /php-src/ext/standard/tests/serialize 002.phpt /php-src/ext/standard/tests/strings bug24312.phpt bug36306.phpt

[PHP-CVS] cvs: php-src /ext/openssl xp_ssl.c /ext/pdo_sqlite/sqlite/src date.c

2006-12-06 Thread Rob Richards
rrichards Wed Dec 6 13:20:17 2006 UTC Modified files: /php-src/ext/opensslxp_ssl.c /php-src/ext/pdo_sqlite/sqlite/src date.c Log: MFB: Fix win32 build http://cvs.php.net/viewvc.cgi/php-src/ext/openssl/xp_ssl.c?r1=1.28&r2=1.29&diff_format=u I

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/openssl xp_ssl.c /ext/pdo_sqlite/sqlite/src date.c

2006-12-06 Thread Rob Richards
rrichards Wed Dec 6 13:18:37 2006 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/opensslxp_ssl.c /php-src/ext/pdo_sqlite/sqlite/src date.c Log: Fix win32 build http://cvs.php.net/viewvc.cgi/php-src/ext/openssl/xp_ssl.c?r1=1.22.2.3.2.3&r2=

[PHP-CVS] cvs: php-src /ext/standard/tests/array array_fill.phpt bug14580.phpt /tests/classes bug26737.phpt /tests/lang 034.phpt bug24783.phpt bug30638.phpt each_binary_safety.phpt ZendEngine2/test

2006-12-06 Thread Antony Dovgal
tony2001Wed Dec 6 13:11:02 2006 UTC Modified files: /ZendEngine2/tests unset_cv05.phpt /php-src/ext/standard/tests/array array_fill.phpt bug14580.phpt /php-src/tests/classes bug26737.phpt /php-src/tests/lang 034.phpt bug24783.phpt bug3063

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

2006-12-06 Thread Antony Dovgal
On 12/06/2006 01:18 PM, Andrey Hristov wrote: Hi Tony!, why does this happen in a branch? What do you mean? Licensing issues are common for branch and HEAD. This patch is not supposed to change anything apart from the license of the code used. -- Wbr, Antony Dovgal -- PHP CVS Mailing L

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

2006-12-06 Thread Andrey Hristov
Antony Dovgal wrote: > On 12/06/2006 01:18 PM, Andrey Hristov wrote: >> Hi Tony!, >> why does this happen in a branch? > > What do you mean? Licensing issues are common for branch and HEAD. > This patch is not supposed to change anything apart from the license of > the code used. > ok, thanks!

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

2006-12-06 Thread Andrey Hristov
Hi Tony!, why does this happen in a branch? Andrey Antony Dovgal wrote: > tony2001 Wed Dec 6 09:53:15 2006 UTC > > Modified files: (Branch: PHP_5_2) > /php-src NEWS > Log: > news > > > http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.406

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

2006-12-06 Thread Antony Dovgal
tony2001Wed Dec 6 09:53:15 2006 UTC Modified files: (Branch: PHP_5_2) /php-srcNEWS Log: news http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.406&r2=1.2027.2.547.2.407&diff_format=u Index: php-src/NEWS diff -u php-src/NEWS:1.2027.2.547