diff options
Diffstat (limited to 'ext/mysql/php_mysql.h')
-rw-r--r-- | ext/mysql/php_mysql.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/mysql/php_mysql.h b/ext/mysql/php_mysql.h index 21de02e71d..6d7a1a8611 100644 --- a/ext/mysql/php_mysql.h +++ b/ext/mysql/php_mysql.h @@ -75,6 +75,7 @@ PHP_FUNCTION(mysql_field_table); PHP_FUNCTION(mysql_field_len); PHP_FUNCTION(mysql_field_type); PHP_FUNCTION(mysql_field_flags); +PHP_FUNCTION(mysql_escape_string); ZEND_BEGIN_MODULE_GLOBALS(mysql) long default_link; |