andrei Tue Aug 23 18:03:49 2005 EDT
Modified files:
/php-src unicode-progress.txt unicode-todo.txt
Log:
http://cvs.php.net/diff.php/php-src/unicode-progress.txt?r1=1.6&r2=1.7&ty=u
Index: php-src/unicode-progress.txt
diff -u php-src/unicode-progress.txt:1.6 php-src/unicode-progress.txt:1.7
--- php-src/unicode-progress.txt:1.6 Tue Aug 23 08:53:15 2005
+++ php-src/unicode-progress.txt Tue Aug 23 18:03:47 2005
@@ -4,6 +4,7 @@
ext/standard
------------
Status: In Progress
+
Completed:
bin2hex()
chr()
@@ -18,9 +19,13 @@
trim()
ucwords()
ucfirst()
-ZE
---
+
+
+Zend Engine
+-----------
Status: In Progress
+
+ TBD:
debug_backtrace()
Completed:
class_exists()
@@ -58,7 +63,7 @@
restore_exception_handler()
set_error_handler()
set_exception_handler()
- strcasecmp()
+ strcasecmp()
strcmp()
strlen()
strncasecmp()
@@ -66,3 +71,5 @@
trigger_error()
zend_thread_id()
zend_version()
+
+vim: set et ts=4 sts:
http://cvs.php.net/diff.php/php-src/unicode-todo.txt?r1=1.5&r2=1.6&ty=u
Index: php-src/unicode-todo.txt
diff -u php-src/unicode-todo.txt:1.5 php-src/unicode-todo.txt:1.6
--- php-src/unicode-todo.txt:1.5 Fri Aug 19 18:58:40 2005
+++ php-src/unicode-todo.txt Tue Aug 23 18:03:47 2005
@@ -54,3 +54,6 @@
* Change implementation of strtoupper()/strtolower() to use simple case
mapping.
+
+* Store script encoding in the oparray structure and use it to convert
+ T_INLINE_HTML blocks.
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php