From dea72ba6a4d27e4e972078ddd9774b494ac42039 Mon Sep 17 00:00:00 2001 From: Zeev Suraski Date: Wed, 11 Oct 2000 18:27:21 +0000 Subject: Added mysql_escape_String() --- ext/mysql/php_mysql.h | 1 + 1 file changed, 1 insertion(+) (limited to 'ext/mysql/php_mysql.h') 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; -- cgit v1.2.1