andi            Thu Oct  3 03:23:52 2002 EDT

  Modified files:              
    /php4/ext/session   session.c 
  Log:
  - Fix ZTS build
  
  
Index: php4/ext/session/session.c
diff -u php4/ext/session/session.c:1.329 php4/ext/session/session.c:1.330
--- php4/ext/session/session.c:1.329    Thu Oct  3 02:45:15 2002
+++ php4/ext/session/session.c  Thu Oct  3 03:23:50 2002
@@ -17,7 +17,7 @@
    +----------------------------------------------------------------------+
  */
 
-/* $Id: session.c,v 1.329 2002/10/03 06:45:15 sas Exp $ */
+/* $Id: session.c,v 1.330 2002/10/03 07:23:50 andi Exp $ */
 
 #ifdef HAVE_CONFIG_H
 #include "config.h"
@@ -654,7 +654,7 @@
                                if (Z_TYPE_PP(val) == IS_NULL) {
                                        do_warn = 1;
 
-                                       migrate_global(ht, &pos);
+                                       migrate_global(ht, &pos TSRMLS_CC);
                                }
                                zend_hash_move_forward_ex(ht, &pos);
                        }



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

Reply via email to