summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorAndrei Zmievski <andrei@php.net>2000-06-01 13:52:08 +0000
committerAndrei Zmievski <andrei@php.net>2000-06-01 13:52:08 +0000
commit4c818aec338a7353276a71459dcdc1da33e46503 (patch)
tree4a482a0ccbebb46eb415baa9e87a4ff4d24c23d5 /TODO
parent30c5b53ad1083505c4694a9135ca444a9c5151ff (diff)
downloadphp-git-4c818aec338a7353276a71459dcdc1da33e46503.tar.gz
@- Added third argument to in_array(). If it's true, then in_array()
@ will use strict comparison instead of the default one. (Andrei) Fixes bug #4753
Diffstat (limited to 'TODO')
-rw-r--r--TODO2
1 files changed, 1 insertions, 1 deletions
diff --git a/TODO b/TODO
index 8e0b8b806f..32c7d5d46f 100644
--- a/TODO
+++ b/TODO
@@ -10,7 +10,7 @@ Zend
global
------
* sort ini entries so that phpinfo() show them in some nice order.
- * make everything on the language-level independent of your locate setings.
+ * make everything on the language-level independent of your locale setings.
* allow methods to be called as callbacks. eg: array_walk($myarray,"this->print()");
* always build the standalone executable as well as the chosen SAPI
target.