laruence Sun, 25 Sep 2011 03:18:39 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=317259
Log:
Fix warning "implicit declaration of function `zend_fetch_debug_backtrace'"
Changed paths:
U php/php-src/branches/PHP_5_4/ext/mysqlnd/mysqlnd_bt.c
U php/php-src/trunk/ext/mysqlnd/mysqlnd_bt.c
Modified: php/php-src/branches/PHP_5_4/ext/mysqlnd/mysqlnd_bt.c
===================================================================
--- php/php-src/branches/PHP_5_4/ext/mysqlnd/mysqlnd_bt.c 2011-09-24
23:44:16 UTC (rev 317258)
+++ php/php-src/branches/PHP_5_4/ext/mysqlnd/mysqlnd_bt.c 2011-09-25
03:18:39 UTC (rev 317259)
@@ -21,6 +21,7 @@
/* $Id: mysqlnd_debug.c 309303 2011-03-16 12:42:59Z andrey $ */
#include "php.h"
+#include "Zend/zend_builtin_functions.h"
/* Follows code borrowed from zend_builtin_functions.c because the functions
there are static */
Modified: php/php-src/trunk/ext/mysqlnd/mysqlnd_bt.c
===================================================================
--- php/php-src/trunk/ext/mysqlnd/mysqlnd_bt.c 2011-09-24 23:44:16 UTC (rev
317258)
+++ php/php-src/trunk/ext/mysqlnd/mysqlnd_bt.c 2011-09-25 03:18:39 UTC (rev
317259)
@@ -21,6 +21,7 @@
/* $Id: mysqlnd_debug.c 309303 2011-03-16 12:42:59Z andrey $ */
#include "php.h"
+#include "Zend/zend_builtin_functions.h"
/* Follows code borrowed from zend_builtin_functions.c because the functions
there are static */
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php