helly           Wed Mar  8 22:15:52 2006 UTC

  Modified files:              
    /php-src    .gdbinit 
  Log:
  - Automatic TSRM/ZTS detection
  
http://cvs.php.net/viewcvs.cgi/php-src/.gdbinit?r1=1.13&r2=1.14&diff_format=u
Index: php-src/.gdbinit
diff -u php-src/.gdbinit:1.13 php-src/.gdbinit:1.14
--- php-src/.gdbinit:1.13       Sun Jan 22 21:46:47 2006
+++ php-src/.gdbinit    Wed Mar  8 22:15:52 2006
@@ -1,7 +1,5 @@
-set $zts = 0
-
 define ____executor_globals
-       if $zts
+       if basic_functions_module.zts
                set $eg = ((zend_executor_globals) (*((void ***) 
tsrm_ls))[executor_globals_id-1])
        else
                set $eg = executor_globals
@@ -10,7 +8,7 @@
 
 document ____executor_globals
        portable way of accessing executor_globals
-       type "set $zts = 1" if you use --enable-maintainer-zts on your 
configure line
+       ZTS detection is automatically based on ext/standard module struct
 end
 
 define dump_bt

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

Reply via email to