mirror of
https://github.com/php/php-src.git
synced 2025-08-16 22:18:50 +02:00
Add a couple of entries.
This commit is contained in:
parent
1bcdcebe67
commit
051a30bc65
1 changed files with 3 additions and 2 deletions
5
TODO
5
TODO
|
@ -4,7 +4,7 @@ parenthesis means that person has taken on this project.
|
||||||
Zend
|
Zend
|
||||||
----
|
----
|
||||||
* allow foreach ($array as $k => &$val) syntax. right now we can not
|
* allow foreach ($array as $k => &$val) syntax. right now we can not
|
||||||
traverse an array without copying each element.
|
traverse an array without copying each element.
|
||||||
|
|
||||||
global
|
global
|
||||||
------
|
------
|
||||||
|
@ -39,7 +39,7 @@ documentation
|
||||||
|
|
||||||
ext/wddx
|
ext/wddx
|
||||||
--------
|
--------
|
||||||
* implement wddx_packet_as_javascript(). (Andrei)
|
* implement wddx_packet_as_javascript(). (Andrei)
|
||||||
|
|
||||||
ext/oci8
|
ext/oci8
|
||||||
--------
|
--------
|
||||||
|
@ -47,6 +47,7 @@ ext/oci8
|
||||||
|
|
||||||
ext/standard
|
ext/standard
|
||||||
------------
|
------------
|
||||||
|
* array_add(), array_rand() (Andrei)
|
||||||
* implement pathinfo()
|
* implement pathinfo()
|
||||||
* possibly modify parsing of GPC data to automatically create arrays if
|
* possibly modify parsing of GPC data to automatically create arrays if
|
||||||
variable name is seen more than once.
|
variable name is seen more than once.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue