mirror of
https://github.com/php/php-src.git
synced 2025-08-20 09:24:05 +02:00
*** empty log message ***
This commit is contained in:
parent
36ee721519
commit
d50b264e22
2 changed files with 13 additions and 3 deletions
|
@ -4,6 +4,7 @@ Extension Upgrade Tracking
|
||||||
ext/standard
|
ext/standard
|
||||||
------------
|
------------
|
||||||
Status: In Progress
|
Status: In Progress
|
||||||
|
|
||||||
Completed:
|
Completed:
|
||||||
bin2hex()
|
bin2hex()
|
||||||
chr()
|
chr()
|
||||||
|
@ -18,9 +19,13 @@ ext/standard
|
||||||
trim()
|
trim()
|
||||||
ucwords()
|
ucwords()
|
||||||
ucfirst()
|
ucfirst()
|
||||||
ZE
|
|
||||||
--
|
|
||||||
|
Zend Engine
|
||||||
|
-----------
|
||||||
Status: In Progress
|
Status: In Progress
|
||||||
|
|
||||||
|
TBD:
|
||||||
debug_backtrace()
|
debug_backtrace()
|
||||||
Completed:
|
Completed:
|
||||||
class_exists()
|
class_exists()
|
||||||
|
@ -58,7 +63,7 @@ ZE
|
||||||
restore_exception_handler()
|
restore_exception_handler()
|
||||||
set_error_handler()
|
set_error_handler()
|
||||||
set_exception_handler()
|
set_exception_handler()
|
||||||
strcasecmp()
|
strcasecmp()
|
||||||
strcmp()
|
strcmp()
|
||||||
strlen()
|
strlen()
|
||||||
strncasecmp()
|
strncasecmp()
|
||||||
|
@ -66,3 +71,5 @@ ZE
|
||||||
trigger_error()
|
trigger_error()
|
||||||
zend_thread_id()
|
zend_thread_id()
|
||||||
zend_version()
|
zend_version()
|
||||||
|
|
||||||
|
vim: set et ts=4 sts:
|
||||||
|
|
|
@ -54,3 +54,6 @@
|
||||||
|
|
||||||
* Change implementation of strtoupper()/strtolower() to use simple case
|
* Change implementation of strtoupper()/strtolower() to use simple case
|
||||||
mapping.
|
mapping.
|
||||||
|
|
||||||
|
* Store script encoding in the oparray structure and use it to convert
|
||||||
|
T_INLINE_HTML blocks.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue