Go a-HEAD :)


At 02:17 AM 6/25/2004 +0900, Moriyoshi Koizumi wrote:
I want to have this patch merged into HEAD.

Moriyoshi

On 2004/06/24, at 7:07, Moriyoshi Koizumi wrote:

moriyoshi               Wed Jun 23 18:07:02 2004 EDT

  Modified files:              (Branch: PHP_4_3)
    /php-src/ext/mbstring       mbstring.c
  Log:
  - Fix buf #28466 (mbstring_convert_variables() problem).


http://cvs.php.net/diff.php/php-src/ext/mbstring/mbstring.c? r1=1.142.2.44&r2=1.142.2.45&ty=u
Index: php-src/ext/mbstring/mbstring.c
diff -u php-src/ext/mbstring/mbstring.c:1.142.2.44
php-src/ext/mbstring/mbstring.c:1.142.2.45
--- php-src/ext/mbstring/mbstring.c:1.142.2.44 Wed Mar 10 15:56:07 2004
+++ php-src/ext/mbstring/mbstring.c Wed Jun 23 18:07:01 2004
@@ -17,7 +17,7 @@


+---------------------------------------------------------------------- +
  */

-/* $Id: mbstring.c,v 1.142.2.44 2004/03/10 20:56:07 moriyoshi Exp $ */
+/* $Id: mbstring.c,v 1.142.2.45 2004/06/23 22:07:01 moriyoshi Exp $ */

 /*
  * PHP4 Multibyte String module "mbstring"
@@ -3273,6 +3273,7 @@

stack[stack_level] = var;

stack_level++;
var = hash_entry;
+ SEPARATE_ZVAL(hash_entry);


target_hash = HASH_OF(*var);
if (target_hash != NULL) {


zend_hash_internal_pointer_reset(target_hash);

--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to