1
0
mirror of https://github.com/php/php-src.git synced 2026-04-10 01:23:53 +02:00
This commit is contained in:
Thies C. Arntzen
2001-04-14 10:30:05 +00:00
parent c42f260145
commit af142e4d71

View File

@@ -12,3 +12,6 @@
* renaming functions so that they all are conform to one standard form
* allow foreach($arrray as $key => &value)
* clean up "$instance = &new object" syntax.