]> granicus.if.org Git - php/commitdiff
- Fix shared build
authorMarcus Boerger <helly@php.net>
Sat, 8 Jan 2005 13:36:17 +0000 (13:36 +0000)
committerMarcus Boerger <helly@php.net>
Sat, 8 Jan 2005 13:36:17 +0000 (13:36 +0000)
ext/mysqli/mysqli_exception.c

index 16e66e5f6038477534c73dc116b423f6b52b140d..f813c6e65c3c93a47a76da780608683c11324059 100644 (file)
@@ -42,7 +42,7 @@ void php_mysqli_throw_sql_exception(char *sqlstate, int errorno TSRMLS_DC, char
        char    *message;
 
        va_start(arg, format); 
-       zend_vspprintf(&message, 0, format, arg);
+       vspprintf(&message, 0, format, arg);
        va_end(arg);;
 
        if (!(MyG(report_mode) & MYSQLI_REPORT_STRICT)) {