jeroen Tue Jul 10 15:37:15 2001 EDT
Modified files:
/phpdoc/en/language references.xml
/phpdoc TODO
Log:
Update TODO, fix typo
Index: phpdoc/en/language/references.xml
diff -u phpdoc/en/language/references.xml:1.9 phpdoc/en/language/references.xml:1.10
--- phpdoc/en/language/references.xml:1.9 Wed Dec 20 02:21:09 2000
+++ phpdoc/en/language/references.xml Tue Jul 10 15:37:15 2001
@@ -173,7 +173,7 @@
$a = 5;
return $a;
}
-foo(bar));
+foo(bar);
foo($a = 5) // Expression, not variable
foo(5) // Constant, not variable
Index: phpdoc/TODO
diff -u phpdoc/TODO:1.4 phpdoc/TODO:1.5
--- phpdoc/TODO:1.4 Mon Jul 9 18:37:51 2001
+++ phpdoc/TODO Tue Jul 10 15:37:15 2001
@@ -10,11 +10,13 @@
BIG JOBS:
+ - Document safe-mode (see http://bugs.php.net/?id=12011)
- oci8: tfromm (?), [EMAIL PROTECTED]
- sockets: 'available ;)'
GENERAL:
+ - Document php://stdout etc feature for file functions.
- Update setcookie
- Document the diffs between strip[c]slashes(). Maybe just document
for both of them what they do - exactly.