sebastian               Fri Jan  7 11:24:51 2005 EDT

  Modified files:              
    /php-src/ext/mysqli mysqli_exception.c 
  Log:
  ZTS fix.
  
http://cvs.php.net/diff.php/php-src/ext/mysqli/mysqli_exception.c?r1=1.1&r2=1.2&ty=u
Index: php-src/ext/mysqli/mysqli_exception.c
diff -u php-src/ext/mysqli/mysqli_exception.c:1.1 
php-src/ext/mysqli/mysqli_exception.c:1.2
--- php-src/ext/mysqli/mysqli_exception.c:1.1   Fri Jan  7 09:59:59 2005
+++ php-src/ext/mysqli/mysqli_exception.c       Fri Jan  7 11:24:51 2005
@@ -69,6 +69,6 @@
        efree(message);
        zend_update_property_long(mysqli_exception_class_entry, sql_ex, "code", 
sizeof("code") - 1, errorno TSRMLS_CC);
 
-       zend_throw_exception_object(sql_ex);
+       zend_throw_exception_object(sql_ex TSRMLS_CC);
 }
 

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

Reply via email to