For Programmers: Free Programming Magazines  


Home > Archive > PHP Zend Engine > April 2004 > cvs: Zend(PHP_4_3) / zend_builtin_functions.c









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author cvs: Zend(PHP_4_3) / zend_builtin_functions.c
Ilia Alshanetsky

2004-04-01, 3:31 pm

iliaa Thu Apr 1 14:05:01 2004 EDT

Modified files: (Branch: PHP_4_3)
/Zend zend_builtin_functions.c
Log:
Revert patch for bug #27782.

#Explanation will follow on internals shortly.


http://cvs.php.net/diff.php/Zend/ze...1.124.2.16&ty=u
Index: Zend/zend_builtin_functions.c
diff -u Zend/zend_builtin_functions.c:1.124.2.15 Zend/zend_builtin_functions.c:1.124.2.16
--- Zend/zend_builtin_functions.c:1.124.2.15 Tue Mar 30 14:09:10 2004
+++ Zend/zend_builtin_functions.c Thu Apr 1 14:05:01 2004
@@ -353,9 +353,6 @@
return;
}
if (zend_hash_get_current_data(target_hash,
(void **) &entry_ptr)==FAILURE) {
- if (!target_hash->pInternalPointer) {
- zend_hash_internal_pointer_end(target
_hash);
- }
RETURN_FALSE;
}
array_init(return_value);
Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com