]> granicus.if.org Git - php/commitdiff
Added not about 'thread-safing' all extensions for 4.1.
authorSebastian Bergmann <sbergmann@php.net>
Sun, 29 Apr 2001 13:35:52 +0000 (13:35 +0000)
committerSebastian Bergmann <sbergmann@php.net>
Sun, 29 Apr 2001 13:35:52 +0000 (13:35 +0000)
TODO-4.2.txt

index 45a9b7ccaf65943cdef1d25b29c687a3b99347ea..fd7c53a57eb3a16b2740ba24f020757da51ebb60 100644 (file)
@@ -1,17 +1,19 @@
-* always build CGI (--disable-cgi option to disable)
+* Always build CGI (--disable-cgi option to disable).
 
-* move most extensions and PEAR packages out of the PHP CVS tree,
-  include them again during release packaging
+* Move most extensions and PEAR packages out of the PHP CVS tree,
+  include them again during release packaging.
 
-* renaming functions so that they all are conform to one standard form
+* Renaming functions, so that they all are conform to one standard form.
 
-* allow foreach($array as $key => &$value)
+* Allow foreach($array as $key => &$value).
 
-* allow foreach($array as list($var1, $var2))
+* Allow foreach($array as list($var1, $var2)).
 
-* clean up "$instance = &new object" syntax (default to the =& behaviour?)
+* Clean up "$instance = &new object" syntax (default to the =& behaviour?).
 
-* change PHP error messages so that they point to pages or sections in the
-  PHP manual
+* Change PHP error messages, so that they point to pages or sections in the
+  PHP Manual.
 
-* Fix Zend shallow copy issues with objects and arrays.
\ No newline at end of file
+* Fix Zend shallow copy issues with objects and arrays.
+
+* Make all extensions thread-safe.