Date: Thu Aug 11 21:58:52 CEST 2005
User: Derick Rethans
Directory: xdebug
Log Message:
- Make this compile in ZTS mode for PHP 6.0 again.
Modified files:
xdebug/xdebug.c (version: 1.270)
[FILE: /xdebug/xdebug.c]
===================================================================
RCS file: cvstemp,v
retrieving revision 1.269
retrieving revision 1.270
diff -u -r1.269 -r1.270
--- xdebug/xdebug.c:1.269 Thu Aug 11 10:42:15 2005 GMT
+++ xdebug/xdebug.c Thu Aug 11 17:58:52 2005 GMT
@@ -2371,15 +2371,9 @@
ZEND_DLEXPORT int xdebug_zend_startup(zend_extension *extension)
{
-#if (PHP_MAJOR_VERSION == 5 && PHP_MINOR_VERSION >= 1) || PHP_MAJOR_VERSION == 6
- TSRMLS_FETCH();
-#endif
zend_xdebug_initialised = 1;
-#if (PHP_MAJOR_VERSION == 5 && PHP_MINOR_VERSION >= 1) || PHP_MAJOR_VERSION == 6
- return zend_startup_module(&xdebug_module_entry TSRMLS_CC);
-#else
+
return zend_startup_module(&xdebug_module_entry);
-#endif
}
ZEND_DLEXPORT void xdebug_zend_shutdown(zend_extension *extension)
Received on Thu Aug 11 2005 - 21:58:57 BST
This archive was generated by hypermail 2.2.0 : Sun Jun 24 2018 - 04:00:03 BST