Re: [PHP-CVS] cvs: php-src /ext/spl spl_observer.c /ext/spl/tests observer_003.phpt

2006-12-16 Thread Andrei Zmievski
The only thing added to serializer was the 'S' format. The 'u' format has been there for a while. -Andrei On Dec 16, 2006, at 5:55 AM, Marcus Boerger wrote: helly Sat Dec 16 13:55:14 2006 UTC Added files: /php-src/ext/spl/tests observer_003.phpt Modified files:

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

2006-12-15 Thread Andrei Zmievski
andrei Fri Dec 15 23:33:48 2006 UTC Modified files: /php-srcREADME.UNICODE Log: Update with INI file info. http://cvs.php.net/viewvc.cgi/php-src/README.UNICODE?r1=1.6&r2=1.7&diff_format=u Index: php-src/README.UNICODE diff -u php-src/README.UNICODE:1.6 p

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

2006-12-15 Thread Andrei Zmievski
andrei Fri Dec 15 23:28:10 2006 UTC Modified files: /php-srcunicode-progress.txt /php-src/ext/standard basic_functions.c Log: Unicode support in ini_*() functions. http://cvs.php.net/viewvc.cgi/php-src/unicode-progress.txt?r1=1.66&r2=1.67&diff

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

2006-12-14 Thread Andrei Zmievski
andrei Fri Dec 15 00:58:08 2006 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/standard var_unserializer.c var_unserializer.re Log: Support for 'S' format in unserialize() (forward compatibility with PHP 6) http://cvs.php.net/viewvc.cgi/php-src/ext

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

2006-12-14 Thread Andrei Zmievski
andrei Thu Dec 14 23:41:57 2006 UTC Modified files: /php-src/ext/standard var.c var_unserializer.c var_unserializer.re Log: Use 'S' for escaped binary strings and 's' for non-escaped. http://cvs.php.net/viewvc.cgi/php-src/ext/standard/var.c?r1=1.251&r2=

[PHP-CVS] cvs: CVSROOT / avail

2006-12-13 Thread Andrei Zmievski
andrei Wed Dec 13 16:42:26 2006 UTC Modified files: /CVSROOTavail Log: GregB asked for karma for davidc http://cvs.php.net/viewvc.cgi/CVSROOT/avail?r1=1.1218&r2=1.1219&diff_format=u Index: CVSROOT/avail diff -u CVSROOT/avail:1.1218 CVSROOT/avail:1.1219 -

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

2006-12-12 Thread Andrei Zmievski
andrei Tue Dec 12 18:28:31 2006 UTC Modified files: /php-srcunicode-progress.txt Log: http://cvs.php.net/viewvc.cgi/php-src/unicode-progress.txt?r1=1.64&r2=1.65&diff_format=u Index: php-src/unicode-progress.txt diff -u php-src/unicode-progress.txt:1.64 php

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

2006-12-12 Thread Andrei Zmievski
andrei Tue Dec 12 18:24:16 2006 UTC Modified files: /php-src/ext/standard basic_functions.c Log: Do not convert args to Unicode in getopt(), they should stay binary. http://cvs.php.net/viewvc.cgi/php-src/ext/standard/basic_functions.c?r1=1.831&r2=1.832

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

2006-12-12 Thread Andrei Zmievski
andrei Tue Dec 12 18:17:57 2006 UTC Modified files: /php-src/ext/standard string.c Log: Make hebrev(c) support only binary strings. http://cvs.php.net/viewvc.cgi/php-src/ext/standard/string.c?r1=1.620&r2=1.621&diff_format=u Index: php-src/ext/standard/

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

2006-12-12 Thread Andrei Zmievski
andrei Tue Dec 12 18:05:08 2006 UTC Modified files: /php-src/main php_variables.c Log: Keep CLI args as binary strings. http://cvs.php.net/viewvc.cgi/php-src/main/php_variables.c?r1=1.134&r2=1.135&diff_format=u Index: php-src/main/php_variables.c diff

Re: [PHP-CVS] cvs: php-src /ext/pdo config.m4 pdo.c pdo_dbh.c pdo_sql_parser.c pdo_sqlstate.c pdo_stmt.c php_pdo.h php_pdo_driver.h php_pdo_int.h php_pdo_phpvers_compat.h

2006-12-11 Thread Andrei Zmievski
Thanks, Wez! Looking forward to next installment of "PDO in Unicode Land". -Andrei On Dec 9, 2006, at 2:18 PM, Wez Furlong wrote: wez Sat Dec 9 22:18:43 2006 UTC Modified files: /php-src/ext/pdoconfig.m4 pdo.c pdo_dbh.c pdo_sql_parser.c pdo_sqls

Re: [PHP-CVS] cvs: php-src /ext/standard credits.c info.c /main output.c php_output.h

2006-12-11 Thread Andrei Zmievski
So, we'll keep author names in Credits in Latin-1? Why not use UTF-8? -Andrei On Dec 10, 2006, at 7:02 AM, Michael Wallner wrote: mikeSun Dec 10 15:02:51 2006 UTC Modified files: /php-src/main output.c php_output.h /php-src/ext/standard info.c credits.c Log

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

2006-12-08 Thread Andrei Zmievski
andrei Fri Dec 8 19:13:51 2006 UTC Modified files: /php-src/ext/standard dl.c Log: Unicode filename support in dl(). http://cvs.php.net/viewvc.cgi/php-src/ext/standard/dl.c?r1=1.110&r2=1.111&diff_format=u Index: php-src/ext/standard/dl.c diff -u php-s

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

2006-12-08 Thread Andrei Zmievski
andrei Fri Dec 8 19:13:31 2006 UTC Modified files: /php-src/main main.c Log: Don't use zend_ascii_hash_find() here -- module names are binary strings. http://cvs.php.net/viewvc.cgi/php-src/main/main.c?r1=1.711&r2=1.712&diff_format=u Index: php-src/mai

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

2006-12-07 Thread Andrei Zmievski
You can do it much simpler with: convert_to_string_with_converter_ex(current, UG(utf8_conv)); -Andrei On Dec 7, 2006, at 4:46 PM, Ilia Alshanetsky wrote: + + if (Z_TYPE_PP(current) == IS_UNICODE) { + zend_unicode_to_string_ex(UG(utf8_conv), &postv

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

2006-12-07 Thread Andrei Zmievski
andrei Thu Dec 7 22:00:55 2006 UTC Modified files: /php-src/ext/standard datetime.c Log: Unicode support in strptime(). Uses runtime encoding for conversion. # Blah, those new _ut_ macros might be necessary after all. http://cvs.php.net/viewvc.cg

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

2006-12-07 Thread Andrei Zmievski
andrei Thu Dec 7 21:18:45 2006 UTC Modified files: /php-src/ext/standard versioning.c Log: version_compare() will use runtime encoding. http://cvs.php.net/viewvc.cgi/php-src/ext/standard/versioning.c?r1=1.21&r2=1.22&diff_format=u Index: php-src/ext/st

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

2006-12-07 Thread Andrei Zmievski
andrei Thu Dec 7 21:11:54 2006 UTC Modified files: /php-src/ext/standard iptc.c Log: Unicode support/safety in iptc* functions. Untested, cause I know crap about IPTC. http://cvs.php.net/viewvc.cgi/php-src/ext/standard/iptc.c?r1=1.56&r2=1.57&diff_fo

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

2006-12-07 Thread Andrei Zmievski
andrei Thu Dec 7 18:18:50 2006 UTC Modified files: /php-src/ext/standard url.c Log: Unicode support in parse_url(). http://cvs.php.net/viewvc.cgi/php-src/ext/standard/url.c?r1=1.103&r2=1.104&diff_format=u Index: php-src/ext/standard/url.c diff -u php-

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

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 /ext/standard array.c

2006-12-05 Thread Andrei Zmievski
andrei Tue Dec 5 23:17:06 2006 UTC Modified files: /php-src/ext/standard array.c Log: extract() should convert keys using runtime encoding. http://cvs.php.net/viewvc.cgi/php-src/ext/standard/array.c?r1=1.395&r2=1.396&diff_format=u Index: php-src/ext/s

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

2006-12-05 Thread Andrei Zmievski
andrei Tue Dec 5 18:41:23 2006 UTC Modified files: /php-src/ext/standard http.c Log: Unicode support in http_build_query(). http://cvs.php.net/viewvc.cgi/php-src/ext/standard/http.c?r1=1.23&r2=1.24&diff_format=u Index: php-src/ext/standard/http.c diff

Re: [PHP-CVS] cvs: php-src / NEWS /ext/standard basic_functions.c file.c php_string.h string.c

2006-12-05 Thread Andrei Zmievski
That's some scary code there, Sara. What about endianness and portability? -Andrei On Dec 4, 2006, at 8:52 PM, Sara Golemon wrote: + if (str_type == IS_UNICODE) { + UChar udelim = ',', uenc = '"', uesc = '\\'; + + /* Non-passed params would need to be upconverted, but we

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

2006-12-04 Thread Andrei Zmievski
andrei Mon Dec 4 20:43:42 2006 UTC Modified files: /php-src/ext/standard head.c Log: Make headers-related functions accept Unicode strings, but only if their contents can be converted to ASCII. http://cvs.php.net/viewvc.cgi/php-src/ext/standard/head

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

2006-12-04 Thread Andrei Zmievski
andrei Mon Dec 4 18:55:40 2006 UTC Modified files: /php-src/ext/standard string.c var.c Log: Unicode support in var_export(). http://cvs.php.net/viewvc.cgi/php-src/ext/standard/string.c?r1=1.616&r2=1.617&diff_format=u Index: php-src/ext/standard/strin

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

2006-12-01 Thread Andrei Zmievski
andrei Fri Dec 1 19:25:11 2006 UTC Modified files: /php-src/ext/standard var.c var_unserializer.c var_unserializer.re Log: Finalize Unicode support in serialize() and unserialize(). http://cvs.php.net/viewvc.cgi/php-src/ext/standard/var.c?r1=1.247&r2=1

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

2006-12-01 Thread Andrei Zmievski
andrei Fri Dec 1 18:42:24 2006 UTC Modified files: /php-src/ext/standard filestat.c Log: Fix group macro access. http://cvs.php.net/viewvc.cgi/php-src/ext/standard/filestat.c?r1=1.152&r2=1.153&diff_format=u Index: php-src/ext/standard/filestat.c diff

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

2006-11-30 Thread Andrei Zmievski
andrei Thu Nov 30 22:26:27 2006 UTC Modified files: /php-src/ext/standard url.c Log: get_headers() will keep headers as binary strings. http://cvs.php.net/viewvc.cgi/php-src/ext/standard/url.c?r1=1.102&r2=1.103&diff_format=u Index: php-src/ext/standard

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

2006-11-30 Thread Andrei Zmievski
andrei Thu Nov 30 21:46:54 2006 UTC Modified files: /php-src/ext/standard string.c Log: Mark setlocale() as Unicode-safe. It shouldn't be used in unicode.semantics=on mode anyway. http://cvs.php.net/viewvc.cgi/php-src/ext/standard/string.c?r1=1.615&r

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

2006-11-30 Thread Andrei Zmievski
andrei Thu Nov 30 21:23:07 2006 UTC Modified files: /php-src/ext/standard basic_functions.c Log: Forgot to mark import_request_variables() as Unicode-safe. http://cvs.php.net/viewvc.cgi/php-src/ext/standard/basic_functions.c?r1=1.826&r2=1.827&diff_form

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

2006-11-30 Thread Andrei Zmievski
andrei Thu Nov 30 21:20:56 2006 UTC Modified files: /php-src/ext/standard string.c Log: Mark strtr() as Unicode-safe. # Right, Derick? http://cvs.php.net/viewvc.cgi/php-src/ext/standard/string.c?r1=1.614&r2=1.615&diff_format=u Index: php-src/ext/s

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

2006-11-30 Thread Andrei Zmievski
andrei Thu Nov 30 21:18:22 2006 UTC Modified files: /php-src/ext/standard pack.c Log: Mark pack()/unpack() as Unicode-safe. They will accept Unicode strings but convert them to binary. We can revisit supporting something like 'U' format in the future, if

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

2006-11-30 Thread Andrei Zmievski
andrei Thu Nov 30 18:32:59 2006 UTC Modified files: /php-src/ext/standard quot_print.c Log: Make quoted_printable_decode() take only ASCII strings. http://cvs.php.net/viewvc.cgi/php-src/ext/standard/quot_print.c?r1=1.31&r2=1.32&diff_format=u Index: php

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

2006-11-22 Thread Andrei Zmievski
andrei Wed Nov 22 22:18:46 2006 UTC Modified files: /php-src/ext/standard html.c Log: Unicode support in get_html_translation_table(). http://cvs.php.net/viewvc.cgi/php-src/ext/standard/html.c?r1=1.118&r2=1.119&diff_format=u Index: php-src/ext/standard

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

2006-11-22 Thread Andrei Zmievski
andrei Wed Nov 22 21:22:27 2006 UTC Modified files: /php-src/ext/standard ftok.c Log: http://cvs.php.net/viewvc.cgi/php-src/ext/standard/ftok.c?r1=1.19&r2=1.20&diff_format=u Index: php-src/ext/standard/ftok.c diff -u php-src/ext/standard/ftok.c:1.19 php-

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

2006-11-22 Thread Andrei Zmievski
andrei Wed Nov 22 21:22:15 2006 UTC Modified files: /php-src/ext/standard ftok.c Log: Unicode support in ftok(). http://cvs.php.net/viewvc.cgi/php-src/ext/standard/ftok.c?r1=1.18&r2=1.19&diff_format=u Index: php-src/ext/standard/ftok.c diff -u php-src/

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

2006-11-22 Thread Andrei Zmievski
andrei Wed Nov 22 19:15:07 2006 UTC Modified files: /php-srcunicode-progress.txt Log: http://cvs.php.net/viewvc.cgi/php-src/unicode-progress.txt?r1=1.63&r2=1.64&diff_format=u Index: php-src/unicode-progress.txt diff -u php-src/unicode-progress.txt:1.63 php

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

2006-11-22 Thread Andrei Zmievski
andrei Wed Nov 22 19:13:19 2006 UTC Modified files: /php-srcunicode-progress.txt /php-src/ext/standard basic_functions.c Log: - Unicode support for tick functions. - Update unicode-progress.txt http://cvs.php.net/viewvc.cgi/php-src/unicode-p

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

2006-11-17 Thread Andrei Zmievski
andrei Fri Nov 17 16:45:28 2006 UTC Modified files: /php-src/ext/standard string.c Log: Use u_memcpy() instead of memcpy(). http://cvs.php.net/viewvc.cgi/php-src/ext/standard/string.c?r1=1.612&r2=1.613&diff_format=u Index: php-src/ext/standard/string.c

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

2006-11-17 Thread Andrei Zmievski
andrei Fri Nov 17 16:44:23 2006 UTC Modified files: /php-src/ext/standard string.c Log: Fix memory leaks and segfault. http://cvs.php.net/viewvc.cgi/php-src/ext/standard/string.c?r1=1.611&r2=1.612&diff_format=u Index: php-src/ext/standard/string.c diff

Re: [PHP-CVS] cvs: php-src /ext/gettext gettext.c /ext/gettext/tests dcngettext.phpt gettext_basic.phpt gettext_basic_de.phpt /ext/gettext/tests/locale/de/LC_MESSAGES messages.mo messages.po

2006-11-15 Thread Andrei Zmievski
Do you think that using filesystem encoding for domain is appropriate? -Andrei On Nov 15, 2006, at 9:14 AM, Michael Wallner wrote: mikeWed Nov 15 17:14:50 2006 UTC Added files: /php-src/ext/gettext/tests gettext_basic_de.phpt /php-src/ext/gettext/tests/locale/de/LC_MESS

Re: [PHP-CVS] cvs: php-src /ext/xml xml.c /ext/xml/tests bug25666.phpt bug26528.phpt bug32001.phpt bug35447.phpt xml006.phpt xml009.phpt

2006-11-15 Thread Andrei Zmievski
Wow, nagging works. -Andrei On Nov 15, 2006, at 4:08 AM, Rob Richards wrote: rrichards Wed Nov 15 12:08:12 2006 UTC Modified files: /php-src/ext/xmlxml.c /php-src/ext/xml/tests bug25666.phpt bug26528.phpt bug32001.phpt bug35447.

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

2006-11-10 Thread Andrei Zmievski
andrei Fri Nov 10 12:01:50 2006 UTC Modified files: /php-src/ext/standard string.c Log: Allow mixing Unicode/binary string types. http://cvs.php.net/viewvc.cgi/php-src/ext/standard/string.c?r1=1.609&r2=1.610&diff_format=u Index: php-src/ext/standard/st

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

2006-11-06 Thread Andrei Zmievski
andrei Mon Nov 6 21:45:49 2006 UTC Modified files: /php-src/ext/standard html.c Log: Unicode support in entities/special chars funcs. See the NOTE at the top. http://cvs.php.net/viewvc.cgi/php-src/ext/standard/html.c?r1=1.117&r2=1.118&diff_format=u

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

2006-11-01 Thread Andrei Zmievski
Do you need a separate converter per node? Can they all be different for some reason? -Andrei On Nov 1, 2006, at 10:28 AM, Nuno Lopes wrote: nlopess Wed Nov 1 18:28:37 2006 UTC Modified files: /php-src/ext/tidy tidy.c Log: start converting the tidy and tidyNode objects t

[PHP-CVS] cvs: php-src /ext/reflection php_reflection.c ZendEngine2 zend.h zend_API.c zend_API.h zend_compile.c zend_compile.h zend_globals.h zend_language_scanner.l

2006-10-27 Thread Andrei Zmievski
andrei Fri Oct 27 21:22:06 2006 UTC Modified files: /ZendEngine2zend.h zend_API.c zend_API.h zend_compile.c zend_compile.h zend_globals.h zend_language_scanner.l /php-src/ext/reflection php_reflection.c Log: Turn doc comme

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

2006-10-27 Thread Andrei Zmievski
andrei Fri Oct 27 18:14:19 2006 UTC Modified files: /php-src/ext/standard cyr_convert.c Log: convert_cyr_string() should operate only on binary strings. http://cvs.php.net/viewvc.cgi/php-src/ext/standard/cyr_convert.c?r1=1.30&r2=1.31&diff_format=u Inde

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

2006-10-26 Thread Andrei Zmievski
andrei Thu Oct 26 20:25:45 2006 UTC Modified files: /php-src/ext/standard link.c Log: Unicode support for link functions. http://cvs.php.net/viewvc.cgi/php-src/ext/standard/link.c?r1=1.57&r2=1.58&diff_format=u Index: php-src/ext/standard/link.c diff -u

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

2006-10-26 Thread Andrei Zmievski
andrei Thu Oct 26 17:59:53 2006 UTC Modified files: /php-src/ext/standard url.c Log: Oops. http://cvs.php.net/viewvc.cgi/php-src/ext/standard/url.c?r1=1.101&r2=1.102&diff_format=u Index: php-src/ext/standard/url.c diff -u php-src/ext/standard/url.c:1.1

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

2006-10-26 Thread Andrei Zmievski
andrei Thu Oct 26 17:33:33 2006 UTC Modified files: /php-src/ext/standard base64.c url.c Log: Make url encoding/decoding functions use binary strings only. http://cvs.php.net/viewvc.cgi/php-src/ext/standard/base64.c?r1=1.49&r2=1.50&diff_format=u Index:

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

2006-10-26 Thread Andrei Zmievski
andrei Thu Oct 26 17:12:01 2006 UTC Modified files: /php-src/ext/standard syslog.c Log: Mark syslog functions with U. No upgrading is necessary -- we'll just use runtime encoding to convert strings. http://cvs.php.net/viewvc.cgi/php-src/ext/standard/

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

2006-10-25 Thread Andrei Zmievski
andrei Wed Oct 25 20:30:51 2006 UTC Modified files: /php-src/ext/standard basic_functions.c Log: http://cvs.php.net/viewvc.cgi/php-src/ext/standard/basic_functions.c?r1=1.819&r2=1.820&diff_format=u Index: php-src/ext/standard/basic_functions.c diff -u ph

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

2006-10-25 Thread Andrei Zmievski
andrei Wed Oct 25 20:09:22 2006 UTC Modified files: /php-src/ext/standard basic_functions.c Log: Unicode support for get(server|proto)by(name|number) family of funcs. http://cvs.php.net/viewvc.cgi/php-src/ext/standard/basic_functions.c?r1=1.818&r2=1.81

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

2006-10-25 Thread Andrei Zmievski
andrei Wed Oct 25 18:03:45 2006 UTC Modified files: /php-src/ext/standard basic_functions.c Log: Unicode support for is_uploaded_file()/move_uploaded_file(). http://cvs.php.net/viewvc.cgi/php-src/ext/standard/basic_functions.c?r1=1.817&r2=1.818&diff_fo

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

2006-10-25 Thread Andrei Zmievski
andrei Wed Oct 25 17:28:21 2006 UTC Modified files: /php-src/ext/standard file.c Log: Unicode support for fnmatch(). http://cvs.php.net/viewvc.cgi/php-src/ext/standard/file.c?r1=1.464&r2=1.465&diff_format=u Index: php-src/ext/standard/file.c diff -u ph

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

2006-10-24 Thread Andrei Zmievski
andrei Tue Oct 24 17:37:17 2006 UTC Modified files: /php-src/ext/reflection php_reflection.c Log: Mark reflection methods as Unicode-compliant (except for FIXME parts). http://cvs.php.net/viewvc.cgi/php-src/ext/reflection/php_reflection.c?r1=1.264&r2=1.26

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

2006-10-23 Thread Andrei Zmievski
andrei Mon Oct 23 20:00:40 2006 UTC Modified files: /php-src/ext/reflection php_reflection.c Log: Fix remaining Unicode issues. http://cvs.php.net/viewvc.cgi/php-src/ext/reflection/php_reflection.c?r1=1.263&r2=1.264&diff_format=u Index: php-src/ext/refle

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

2006-10-19 Thread Andrei Zmievski
andrei Thu Oct 19 22:14:04 2006 UTC Modified files: /php-src/ext/standard microtime.c Log: getrusage.c was easy(). But don't ever use zend_parse_parameters() like that. http://cvs.php.net/viewvc.cgi/php-src/ext/standard/microtime.c?r1=1.57&r2=1.58&di

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

2006-10-19 Thread Andrei Zmievski
andrei Thu Oct 19 22:11:05 2006 UTC Modified files: /php-src/ext/standard microtime.c Log: Unicode support in microtime() and gettimeofday(). http://cvs.php.net/viewvc.cgi/php-src/ext/standard/microtime.c?r1=1.56&r2=1.57&diff_format=u Index: php-src/ex

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

2006-10-19 Thread Andrei Zmievski
andrei Thu Oct 19 20:55:08 2006 UTC Modified files: /php-src/ext/standard head.c info.c Log: Pick some low-hanging fruit. http://cvs.php.net/viewvc.cgi/php-src/ext/standard/head.c?r1=1.91&r2=1.92&diff_format=u Index: php-src/ext/standard/head.c diff -u

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

2006-10-19 Thread Andrei Zmievski
andrei Thu Oct 19 20:24:25 2006 UTC Modified files: /php-src/ext/json json.c Log: Clarify why the result of json_encode() is a binary string. http://cvs.php.net/viewvc.cgi/php-src/ext/json/json.c?r1=1.18&r2=1.19&diff_format=u Index: php-src/ext/json/json.c

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

2006-10-19 Thread Andrei Zmievski
andrei Thu Oct 19 18:20:13 2006 UTC Modified files: /php-src/ext/standard image.c Log: Unicode support for remaining image.c functions. http://cvs.php.net/viewvc.cgi/php-src/ext/standard/image.c?r1=1.126&r2=1.127&diff_format=u Index: php-src/ext/standa

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

2006-10-19 Thread Andrei Zmievski
andrei Thu Oct 19 17:55:33 2006 UTC Modified files: /php-src/ext/standard head.c Log: Unicode support for headers_sent(). http://cvs.php.net/viewvc.cgi/php-src/ext/standard/head.c?r1=1.90&r2=1.91&diff_format=u Index: php-src/ext/standard/head.c diff -u

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

2006-10-17 Thread Andrei Zmievski
andrei Tue Oct 17 21:57:22 2006 UTC Modified files: /php-srcREADME.UNICODE-UPGRADES Log: Don't mention http_input_encoding converter as it won't be used anymore soon. http://cvs.php.net/viewvc.cgi/php-src/README.UNICODE-UPGRADES?r1=1.10&r2=1.11&diff_fo

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

2006-10-17 Thread Andrei Zmievski
andrei Tue Oct 17 21:55:59 2006 UTC Modified files: /php-srcREADME.UNICODE-UPGRADES Log: Typo. http://cvs.php.net/viewvc.cgi/php-src/README.UNICODE-UPGRADES?r1=1.9&r2=1.10&diff_format=u Index: php-src/README.UNICODE-UPGRADES diff -u php-src/README.UNICOD

[PHP-CVS] cvs: CVSROOT / avail

2006-10-17 Thread Andrei Zmievski
andrei Tue Oct 17 18:16:38 2006 UTC Modified files: /CVSROOTavail Log: Give Diego karma for php-gtk-doc. http://cvs.php.net/viewvc.cgi/CVSROOT/avail?r1=1.1193&r2=1.1194&diff_format=u Index: CVSROOT/avail diff -u CVSROOT/avail:1.1193 CVSROOT/avail:1.1194

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

2006-10-17 Thread Andrei Zmievski
andrei Tue Oct 17 17:56:54 2006 UTC Modified files: /php-src/ext/json JSON_parser.c json.c Log: Unicode support in JSON functions. http://cvs.php.net/viewvc.cgi/php-src/ext/json/JSON_parser.c?r1=1.5&r2=1.6&diff_format=u Index: php-src/ext/json/JSON_parser.c

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

2006-10-16 Thread Andrei Zmievski
andrei Mon Oct 16 17:04:51 2006 UTC Modified files: /php-src/ext/json json.c Log: Patch to support primitive types. (Ilia) http://cvs.php.net/viewvc.cgi/php-src/ext/json/json.c?r1=1.14&r2=1.15&diff_format=u Index: php-src/ext/json/json.c diff -u php-src/ex

[PHP-CVS] cvs: CVSROOT / avail

2006-10-13 Thread Andrei Zmievski
andrei Fri Oct 13 23:16:31 2006 UTC Modified files: /CVSROOTavail Log: Give Fernando access to Smarty docs. http://cvs.php.net/viewvc.cgi/CVSROOT/avail?r1=1.1192&r2=1.1193&diff_format=u Index: CVSROOT/avail diff -u CVSROOT/avail:1.1192 CVSROOT/avail:1.11

[PHP-CVS] cvs: php-src /ext/com_dotnet com_handlers.c /ext/simplexml simplexml.c /ext/spl spl_directory.c /ext/tidy tidy.c ZendEngine2 zend.c zend_API.c zend_builtin_functions.c zend_execute.h zen

2006-10-13 Thread Andrei Zmievski
andrei Fri Oct 13 14:52:19 2006 UTC Modified files: /ZendEngine2zend.c zend_API.c zend_builtin_functions.c zend_execute.h zend_object_handlers.c zend_object_handlers.h zend_operators.c /php-src/ext/com_dotn

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

2006-10-09 Thread Andrei Zmievski
andrei Mon Oct 9 20:17:36 2006 UTC Modified files: /php-src/ext/standard basic_functions.c Log: Typos! http://cvs.php.net/viewvc.cgi/php-src/ext/standard/basic_functions.c?r1=1.813&r2=1.814&diff_format=u Index: php-src/ext/standard/basic_functions.c d

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

2006-10-09 Thread Andrei Zmievski
andrei Mon Oct 9 20:17:13 2006 UTC Modified files: /php-src/ext/standard basic_functions.c Log: print_r(), error_log() and sys_getloadavg() are Unicode-safe. http://cvs.php.net/viewvc.cgi/php-src/ext/standard/basic_functions.c?r1=1.812&r2=1.813&diff_f

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

2006-10-09 Thread Andrei Zmievski
andrei Mon Oct 9 19:54:39 2006 UTC Modified files: /php-src/ext/pcre php_pcre.c Log: Initialize optional vars. http://cvs.php.net/viewvc.cgi/php-src/ext/pcre/php_pcre.c?r1=1.207&r2=1.208&diff_format=u Index: php-src/ext/pcre/php_pcre.c diff -u php-src/ext

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

2006-10-09 Thread Andrei Zmievski
andrei Mon Oct 9 19:48:32 2006 UTC Modified files: /php-src/ext/standard basic_functions.c Log: Unicode support for call_user_* functions. http://cvs.php.net/viewvc.cgi/php-src/ext/standard/basic_functions.c?r1=1.811&r2=1.812&diff_format=u Index: php-s

Re: [PHP-CVS] cvs: php-src /ext/bz2 bz2.c bz2_filter.c /ext/bz2/tests 001.phpt /ext/calendar calendar.c /ext/calendar/tests cal_info.phpt /ext/curl interface.c /ext/date php_date.c /ext/date/tes

2006-10-09 Thread Andrei Zmievski
Oh Lord, did we really need to touch almost every file to remove a bloody period from error messages? -Andrei On Oct 8, 2006, at 6:34 AM, Hannes Magnusson wrote: bjori Sun Oct 8 13:34:25 2006 UTC Modified files: /php-src/ext/bz2bz2.c bz2_filter.c /php-src/ext/bz2/tes

[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/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 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 /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/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 /ext/standard string.c

2006-10-05 Thread Andrei Zmievski
andrei Thu Oct 5 22:44:31 2006 UTC Modified files: /php-src/ext/standard string.c Log: TODO http://cvs.php.net/viewvc.cgi/php-src/ext/standard/string.c?r1=1.605&r2=1.606&diff_format=u Index: php-src/ext/standard/string.c diff -u php-src/ext/standard/s

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

2006-10-05 Thread Andrei Zmievski
andrei Thu Oct 5 22:40:38 2006 UTC Modified files: /php-srcunicode-progress.txt /php-src/ext/standard string.c Log: Unicode support for str_replace() and str_ireplace(). # This was not trivial. http://cvs.php.net/viewvc.cgi/php-src/unicod

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

2006-10-05 Thread Andrei Zmievski
andrei Thu Oct 5 18:23:21 2006 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/standard string.c Log: Increment replace count value for case-sensitive single char searches. http://cvs.php.net/viewvc.cgi/php-src/ext/standard/string.c?r1=1.445.2.14.2.

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

2006-10-04 Thread Andrei Zmievski
andrei Wed Oct 4 17:25:12 2006 UTC Modified files: /php-src/ext/standard string.c Log: Unicode support in substr_compare(). http://cvs.php.net/viewvc.cgi/php-src/ext/standard/string.c?r1=1.602&r2=1.603&diff_format=u Index: php-src/ext/standard/string.

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

2006-10-04 Thread Andrei Zmievski
andrei Wed Oct 4 17:25:15 2006 UTC Modified files: /php-srcunicode-progress.txt Log: http://cvs.php.net/viewvc.cgi/php-src/unicode-progress.txt?r1=1.53&r2=1.54&diff_format=u Index: php-src/unicode-progress.txt diff -u php-src/unicode-progress.txt:1.53 php

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

2006-10-04 Thread Andrei Zmievski
andrei Wed Oct 4 17:38:09 2006 UTC Modified files: /php-src/ext/standard string.c Log: - Mark stristr() with U. - zpp support for ucwords() http://cvs.php.net/viewvc.cgi/php-src/ext/standard/string.c?r1=1.603&r2=1.604&diff_format=u Index: php-src/ex

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

2006-10-04 Thread Andrei Zmievski
Hannes, It's better to pass a real long to the zend_parse_parameters and then cast it to (time_t) to avoid portability issues. -Andrei On Oct 4, 2006, at 5:50 AM, Hannes Magnusson wrote: - zval *timestamp; + time_t timestamp = time(NULL); long jdate; - time_t t; struct tm *ta, tmbu

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

2006-10-03 Thread Andrei Zmievski
andrei Tue Oct 3 19:35:37 2006 UTC Modified files: /php-srcunicode-todo.txt Log: Update. http://cvs.php.net/viewvc.cgi/php-src/unicode-todo.txt?r1=1.22&r2=1.23&diff_format=u Index: php-src/unicode-todo.txt diff -u php-src/unicode-todo.txt:1.22 php-src/u

[PHP-CVS] cvs: CVSROOT / avail

2006-10-03 Thread Andrei Zmievski
andrei Tue Oct 3 19:18:19 2006 UTC Modified files: /CVSROOTavail Log: Give auroraeosrose access to php-gtk-doc. http://cvs.php.net/viewvc.cgi/CVSROOT/avail?r1=1.1189&r2=1.1190&diff_format=u Index: CVSROOT/avail diff -u CVSROOT/avail:1.1189 CVSROOT/avail

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

2006-10-03 Thread Andrei Zmievski
Please use zend_parse_parameters() API. -Andrei On Oct 3, 2006, at 9:36 AM, Hannes Magnusson wrote: bjori Tue Oct 3 16:36:57 2006 UTC Modified files: /php-src/ext/standard array.c Log: compact() doesnt throw "wrong param count" http://cvs.php.net/viewvc.cgi/php-sr

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

2006-10-03 Thread Andrei Zmievski
andrei Tue Oct 3 18:13:36 2006 UTC Modified files: /php-src/ext/standard string.c /php-srcunicode-progress.txt Log: Unicode support in strripos(). http://cvs.php.net/viewvc.cgi/php-src/ext/standard/string.c?r1=1.599&r2=1.600&diff_format=u Inde

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

2006-10-02 Thread Andrei Zmievski
andrei Mon Oct 2 20:07:14 2006 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/standard string.c Log: Use php_error_docref() instead. http://cvs.php.net/viewvc.cgi/php-src/ext/standard/string.c?r1=1.445.2.14.2.21&r2=1.445.2.14.2.22&diff_format=u Ind

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

2006-10-02 Thread Andrei Zmievski
andrei Mon Oct 2 19:58:15 2006 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/standard string.c Log: More offset fixes. Added E_NOTICE where appropriate. http://cvs.php.net/viewvc.cgi/php-src/ext/standard/string.c?r1=1.445.2.14.2.20&r2=1.445.2.14.2

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

2006-10-02 Thread Andrei Zmievski
andrei Mon Oct 2 19:42:42 2006 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/standard string.c Log: Fix invalid memory access in strrpos(). http://cvs.php.net/viewvc.cgi/php-src/ext/standard/string.c?r1=1.445.2.14.2.19&r2=1.445.2.14.2.20&diff_form

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

2006-10-02 Thread Andrei Zmievski
andrei Mon Oct 2 19:18:14 2006 UTC Modified files: /php-src/ext/standard string.c /php-srcunicode-progress.txt Log: - Fix strrpos() logic (which was broken even in PHP 5). - Optimizations for a couple of functions. http://cvs.php.net/viewvc.

<    1   2   3   4   5   6   7   8   >