andrei Sun Oct 14 02:48:30 2007 UTC Modified files: (Branch: PHP_5_3) /php-src .gdbinit Log: Fix macros after GC patch. http://cvs.php.net/viewvc.cgi/php-src/.gdbinit?r1=1.10.4.3.2.1&r2=1.10.4.3.2.1.2.1&diff_format=u Index: php-src/.gdbinit diff -u php-src/.gdbinit:1.10.4.3.2.1 php-src/.gdbinit:1.10.4.3.2.1.2.1 --- php-src/.gdbinit:1.10.4.3.2.1 Sun May 20 21:46:17 2007 +++ php-src/.gdbinit Sun Oct 14 02:48:30 2007 @@ -46,8 +46,8 @@ set $zvalue = $arg0 set $type = $zvalue->type - printf "(refcount=%d", $zvalue->refcount - if $zvalue->is_ref + printf "(refcount=%d", $zvalue->refcount__gc + if $zvalue->is_ref__gc printf ",is_ref" end printf ") "
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php