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 -
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
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.
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
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
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
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
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
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
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
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
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
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
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
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
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
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
17 matches
Mail list logo