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

2008-07-21 Thread Felipe Pena
felipe Mon Jul 21 11:32:49 2008 UTC Modified files: /php-src/ext/unicodeunicode.c Log: - Removed unicode_semantics() http://cvs.php.net/viewvc.cgi/php-src/ext/unicode/unicode.c?r1=1.46&r2=1.47&diff_format=u Index: php-src/ext/unicode/unicode.c diff -

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

2007-07-12 Thread Antony Dovgal
tony2001Thu Jul 12 15:07:33 2007 UTC Modified files: /php-src/ext/unicodeunicode.c Log: fix MINFO handler http://cvs.php.net/viewvc.cgi/php-src/ext/unicode/unicode.c?r1=1.43&r2=1.44&diff_format=u Index: php-src/ext/unicode/unicode.c diff -u ph

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

2006-06-28 Thread Andrei Zmievski
andrei Wed Jun 28 14:12:14 2006 UTC Modified files: /php-src/ext/unicodeunicode.c unicode_iterators.c Log: Rework break iterator based implementation to make it more generic for forward and backwards iterators and to return current elements properly.

[PHP-CVS] cvs: php-src /ext/unicode unicode.c /main/streams filter.c streams.c ZendEngine2 zend_constants.c zend_unicode.c zend_unicode.h

2006-06-21 Thread Andrei Zmievski
andrei Wed Jun 21 20:17:21 2006 UTC Modified files: /ZendEngine2zend_constants.c zend_unicode.c zend_unicode.h /php-src/ext/unicodeunicode.c /php-src/main/streams filter.c streams.c Log: Implement user conversion error handler suppo

[PHP-CVS] cvs: php-src /ext/unicode unicode.c ZendEngine2 zend.c zend_execute_API.c zend_globals.h

2006-06-20 Thread Andrei Zmievski
andrei Tue Jun 20 23:00:02 2006 UTC Modified files: /ZendEngine2zend.c zend_execute_API.c zend_globals.h /php-src/ext/unicodeunicode.c Log: Implement unicode_set_error_handler() / unicode_restore_error_handler(). The error handler doesn't do

Re: [PHP-CVS] cvs: php-src /ext/unicode unicode.c /main main.c /main/streams filter.c streams.c ZendEngine2 zend.c zend_constants.c zend_globals.h zend_unicode.c zend_unicode.h

2006-03-30 Thread Derick Rethans
On Mon, 27 Mar 2006, Andrei Zmievski wrote: > Namespace them to what? It's a short and understandable name that will be used > a lot.. Exactly... Derick -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-CVS] cvs: php-src /ext/unicode unicode.c /main main.c /main/streams filter.c streams.c ZendEngine2 zend.c zend_constants.c zend_globals.h zend_unicode.c zend_unicode.h

2006-03-28 Thread Andi Gutmans
UNICODE_* or whatever We agreed a long time ago that we will namespace all new constants & functions going forward. I don't see why this should be any different unless you are thinking of creating FROM_* and TO_* (which I obviously think is a bad idea). Andi At 09:30 AM 3/27/2006, Andre

Re: [PHP-CVS] cvs: php-src /ext/unicode unicode.c /main main.c /main/streams filter.c streams.c ZendEngine2 zend.c zend_constants.c zend_globals.h zend_unicode.c zend_unicode.h

2006-03-27 Thread Andrei Zmievski
Namespace them to what? It's a short and understandable name that will be used a lot.. -Andrei On Mar 26, 2006, at 9:51 PM, Andi Gutmans wrote: We should namespaces these and all other unicode constants... + REGISTER_MAIN_LONG_CONSTANT("FROM_UNICODE", ZEND_FROM_UNICODE, CONST_PERSISTE

Re: [PHP-CVS] cvs: php-src /ext/unicode unicode.c /main main.c /main/streams filter.c streams.c ZendEngine2 zend.c zend_constants.c zend_globals.h zend_unicode.c zend_unicode.h

2006-03-26 Thread Andi Gutmans
We should namespaces these and all other unicode constants... + REGISTER_MAIN_LONG_CONSTANT("FROM_UNICODE", ZEND_FROM_UNICODE, CONST_PERSISTENT | CONST_CS); + REGISTER_MAIN_LONG_CONSTANT("TO_UNICODE", ZEND_TO_UNICODE, CONST_PERSISTENT | CONST_CS); At 05:48 PM 3/25/2006, Andrei Zm

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

2006-03-26 Thread Andrei Zmievski
andrei Mon Mar 27 03:19:30 2006 UTC Modified files: /php-src/ext/unicodeunicode.c Log: Rewrite unicode_encode() and unicode_decode() functions. Apply the new conversion error semantics. http://cvs.php.net/viewcvs.cgi/php-src/ext/unicode/unicode.c?r

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

2006-03-26 Thread Andrei Zmievski
andrei Sun Mar 26 21:23:00 2006 UTC Modified files: /php-src/ext/unicodeunicode.c Log: Add unicode_get_error_mode() and unicode_get_subst_char(). http://cvs.php.net/viewcvs.cgi/php-src/ext/unicode/unicode.c?r1=1.16&r2=1.17&diff_format=u Index: php-sr

[PHP-CVS] cvs: php-src /ext/unicode unicode.c /main main.c /main/streams filter.c streams.c ZendEngine2 zend.c zend_globals.h zend_operators.c zend_unicode.c zend_unicode.h

2006-03-25 Thread Andrei Zmievski
andrei Sun Mar 26 06:19:25 2006 UTC Modified files: /ZendEngine2zend.c zend_globals.h zend_operators.c zend_unicode.c zend_unicode.h /php-src/ext/unicodeunicode.c /php-src/main main.c /php-src/main/streams

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

2006-03-25 Thread Andrei Zmievski
andrei Sun Mar 26 03:33:10 2006 UTC Modified files: /php-src/ext/unicodeunicode.c Log: Add protos. http://cvs.php.net/viewcvs.cgi/php-src/ext/unicode/unicode.c?r1=1.13&r2=1.14&diff_format=u Index: php-src/ext/unicode/unicode.c diff -u php-src/ext/uni

[PHP-CVS] cvs: php-src /ext/unicode unicode.c /main main.c /main/streams filter.c streams.c ZendEngine2 zend.c zend_constants.c zend_globals.h zend_unicode.c zend_unicode.h

2006-03-25 Thread Andrei Zmievski
andrei Sun Mar 26 01:48:33 2006 UTC Modified files: /ZendEngine2zend.c zend_constants.c zend_globals.h zend_unicode.c zend_unicode.h /php-src/ext/unicodeunicode.c /php-src/main main.c /php-src/main/streams

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

2006-02-13 Thread Marcus Boerger
helly Mon Feb 13 19:55:17 2006 UTC Modified files: /php-src/ext/unicodeunicode.c Log: - Change unicode_enabled() to unicode_semantics() per Andrei's suggestion http://cvs.php.net/viewcvs.cgi/php-src/ext/unicode/unicode.c?r1=1.9&r2=1.10&diff_format=u In

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

2006-02-13 Thread Marcus Boerger
helly Mon Feb 13 09:20:19 2006 UTC Modified files: /php-src/ext/unicodeunicode.c Log: - Add unicode_enabled() to check whether unicode_semantics is on http://cvs.php.net/viewcvs.cgi/php-src/ext/unicode/unicode.c?r1=1.8&r2=1.9&diff_format=u Index: php-s

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

2005-08-13 Thread Jani Taskinen
sniper Sat Aug 13 22:03:03 2005 EDT Modified files: /php-src/ext/unicodeunicode.c Log: fix protos http://cvs.php.net/diff.php/php-src/ext/unicode/unicode.c?r1=1.3&r2=1.4&ty=u Index: php-src/ext/unicode/unicode.c diff -u php-src/ext/unicode/unicode.c:1.3