helly           Thu Mar 20 15:03:22 2003 EDT

  Modified files:              
    /php4/ext/mysqli    mysqli_profiler.c 
  Log:
  missing TSRMLS_FETCH
  
Index: php4/ext/mysqli/mysqli_profiler.c
diff -u php4/ext/mysqli/mysqli_profiler.c:1.4 php4/ext/mysqli/mysqli_profiler.c:1.5
--- php4/ext/mysqli/mysqli_profiler.c:1.4       Sat Mar 15 17:51:49 2003
+++ php4/ext/mysqli/mysqli_profiler.c   Thu Mar 20 15:03:21 2003
@@ -15,7 +15,7 @@
   | Author: Georg Richter <[EMAIL PROTECTED]>                                |
   +----------------------------------------------------------------------+
 
-  $Id: mysqli_profiler.c,v 1.4 2003/03/15 22:51:49 hholzgra Exp $ 
+  $Id: mysqli_profiler.c,v 1.5 2003/03/20 20:03:21 helly Exp $ 
 */
 
 #ifdef HAVE_CONFIG_H
@@ -32,6 +32,7 @@
 PR_COMMON *php_mysqli_profiler_new_object(PR_COMMON *parent, unsigned int type, 
unsigned int settime)
 {
        PR_COMMON       *prnew, *child;
+       TSRMLS_FETCH();
 
        switch (type) {
                case MYSQLI_PR_MYSQL:



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

Reply via email to