]> granicus.if.org Git - php/commitdiff
*** empty log message ***
authorAndrei Zmievski <andrei@php.net>
Tue, 23 Aug 2005 22:03:47 +0000 (22:03 +0000)
committerAndrei Zmievski <andrei@php.net>
Tue, 23 Aug 2005 22:03:47 +0000 (22:03 +0000)
unicode-progress.txt
unicode-todo.txt

index 9bbd5b5e48b4885291036e00439db0726a5cde06..416ef4b5744a9f3637d53de8b0f0ba917b09a3a7 100644 (file)
@@ -4,6 +4,7 @@ Extension Upgrade Tracking
 ext/standard
 ------------
   Status: In Progress
+
   Completed:
         bin2hex()
         chr()
@@ -18,9 +19,13 @@ ext/standard
         trim()
         ucwords()
         ucfirst()
-ZE
---
+
+
+Zend Engine
+-----------
   Status: In Progress
+
+  TBD:
         debug_backtrace()
   Completed:
         class_exists()
@@ -58,7 +63,7 @@ ZE
         restore_exception_handler()
         set_error_handler()
         set_exception_handler()
-                               strcasecmp()
+        strcasecmp()
         strcmp()
         strlen()
         strncasecmp()
@@ -66,3 +71,5 @@ ZE
         trigger_error()
         zend_thread_id()
         zend_version()
+
+vim: set et ts=4 sts:
index 81f8f576e4f723f697822619e49fefb540221811..7aa3966da6587d1d8fe94361856ef957a0ec6636 100644 (file)
@@ -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.