diff options
author | Andrey Hristov <andrey@php.net> | 2008-04-16 12:57:38 +0000 |
---|---|---|
committer | Andrey Hristov <andrey@php.net> | 2008-04-16 12:57:38 +0000 |
commit | de560f3161495f2287a6673b61a074b798585720 (patch) | |
tree | 05fbc85ba4f0985f2526ad393aeee79acac87ab2 /ext/mysqlnd/php_mysqlnd.c | |
parent | 0a3a57bc0552be34a6d762390528a4512334f9b8 (diff) | |
download | php-git-de560f3161495f2287a6673b61a074b798585720.tar.gz |
MFB: Update CVS from the development tree
Diffstat (limited to 'ext/mysqlnd/php_mysqlnd.c')
-rw-r--r-- | ext/mysqlnd/php_mysqlnd.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/mysqlnd/php_mysqlnd.c b/ext/mysqlnd/php_mysqlnd.c index 21e9d5a58e..e232d48ac9 100644 --- a/ext/mysqlnd/php_mysqlnd.c +++ b/ext/mysqlnd/php_mysqlnd.c @@ -199,8 +199,10 @@ static PHP_RINIT_FUNCTION(mysqlnd) return SUCCESS; } /* }}} */ +#endif +#if defined(PHP_DEBUG) /* {{{ PHP_RSHUTDOWN_FUNCTION */ static PHP_RSHUTDOWN_FUNCTION(mysqlnd) |