Justtechjobs.com Find a programming school near you






Online Campus Both


php4-beta | 199912

[PHP4BETA] cvs: /php4 TODO From: Andrei Zmievski (andrei <email protected>)
Date: 12/21/99

andrei Tue Dec 21 13:56:39 1999 EDT

  Modified files:
    /php4 TODO
  Log:
  
  
  
Index: php4/TODO
diff -u php4/TODO:1.25 php4/TODO:1.26
--- php4/TODO:1.25 Tue Dec 21 11:55:07 1999
+++ php4/TODO Tue Dec 21 13:56:09 1999
@@ -3,10 +3,10 @@
 
 global
 ------
- * activate all extensions by default that don't rely on external
- dependices. (eg ftp)
- * --enable-all in configure. (--enable-shared=max ...)
- * make configure print out a summary when it's done (like XEmacs)
+ * activate all extensions by default that don't rely on external
+ dependices. (eg ftp)
+ * --enable-all in configure. (--enable-shared=max ...)
+ * make configure print out a summary when it's done (like XEmacs)
     * replace standard functions which work on static data with
       reentrant-save functions
     * there is only one current directory per process; to make
@@ -14,8 +14,8 @@
       current directory
     * on some platforms unimplemented function will just do nothing (eg symlink)
       they should print a warning or be not even defined!
- * banish the legacy of php3_ prefixes
- * implement javadoc based function docs template system
+ * banish the legacy of php3_ prefixes
+ * implement javadoc based function docs template system
 
 documentation
 -------------
@@ -24,21 +24,21 @@
 
 ext/apache
 --------
- * all apache specific functions should be in sapi/apache
+ * all apache specific functions should be in sapi/apache
 
 ext/oci8
 --------
- * map boolean value false to oracle NULL.
- * all OCIFetch*() functions should return 0 for no more data and false on error.
+ * map boolean value false to oracle NULL.
+ * all OCIFetch*() functions should return 0 for no more data and false on error.
 
 ext/standard
 ------------
     * strpad() (Andrei)
- * comparing arrays semantically (like Python) (Andrei)
- * NOT binary safe:
- strtok()
- basename()
- dirname()
- strrpos()
- strrchr()
- strip_tags()
+ * comparing arrays semantically (like Python) (Andrei)
+ * NOT binary safe:
+ strtok()
+ basename()
+ dirname()
+ strrpos()
+ strrchr()
+ strip_tags()

-- 
PHP 4.0 Beta Mailing List <http://www.php.net/version4/>
To unsubscribe, e-mail: php4beta-unsubscribe <email protected>
For additional commands, e-mail: php4beta-help <email protected>
To contact the list administrators, e-mail: php4beta-admin <email protected>