summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntony Dovgal <tony2001@php.net>2004-12-02 16:35:02 +0000
committerAntony Dovgal <tony2001@php.net>2004-12-02 16:35:02 +0000
commitccc6462cc559d7d958b0d59a2fc75376fad29568 (patch)
treed1ed4e9b341123303895ce46dd75d5752ac18b4d
parented5638bf77db7ad252d92564467d882fd80e9256 (diff)
downloadphp-git-ccc6462cc559d7d958b0d59a2fc75376fad29568.tar.gz
revert my previous patch as it breaks more than fixes
-rw-r--r--ext/standard/array.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/standard/array.c b/ext/standard/array.c
index 5c6ecf575f..e317303348 100644
--- a/ext/standard/array.c
+++ b/ext/standard/array.c
@@ -3650,7 +3650,6 @@ PHP_FUNCTION(array_multisort)
* array, and the very first argument has to be an array.
*/
for (i = 0; i < argc; i++) {
- SEPARATE_ZVAL(args[i]);
if (Z_TYPE_PP(args[i]) == IS_ARRAY) {
/* We see the next array, so we update the sort flags of
the previous array and reset the sort flags. */