Date:      Fri Oct 20 14:37:42 CEST 2006
User:      Derick Rethans
Directory: xdebug
Log Message:
[0.25]
- Fixed PECL bug #8989: Compile error with PHP 5 and GCC 2.95.
Modified files:
           xdebug/xdebug.c                  (version: 1.360)
[FILE: /xdebug/xdebug.c]
===================================================================
RCS file: cvstemp,v
retrieving revision 1.359
retrieving revision 1.360
diff -u -r1.359 -r1.360
--- xdebug/xdebug.c:1.359 Thu Oct 19 18:46:17 2006 GMT
+++ xdebug/xdebug.c Fri Oct 20 10:37:42 2006 GMT
@@ -796,12 +796,13 @@
 #ifdef ZEND_ENGINE_2
 ZEND_MODULE_POST_ZEND_DEACTIVATE_D(xdebug)
 {
+	zend_function *orig;
         TSRMLS_FETCH();
 #else
 PHP_RSHUTDOWN_FUNCTION(xdebug)
 {
-#endif
         zend_function *orig;
+#endif
 
         xdebug_llist_destroy(XG(stack), NULL);
         XG(stack) = NULL;
Received on Fri Oct 20 2006 - 14:37:53 BST
This archive was generated by hypermail 2.2.0 : Sun Jun 24 2018 - 04:00:03 BST