cvs: php4 /ext/pcre/ php_pcre.c
[email protected] ("Andrei Zmievski")
| Newsgroups | php.version4 |
|---|---|
| Message-ID | <cvsandrei959288827@cvsserver> |
andrei Thu May 25 14:07:07 2000 EDT
Modified files:
/php4/ext/pcre php_pcre.c
Log:
Update proto.
Index: php4/ext/pcre/php_pcre.c
diff -u php4/ext/pcre/php_pcre.c:1.54 php4/ext/pcre/php_pcre.c:1.55
--- php4/ext/pcre/php_pcre.c:1.54 Thu May 25 14:04:09 2000
+++ php4/ext/pcre/php_pcre.c Thu May 25 14:07:07 2000
@@ -16,7 +16,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: php_pcre.c,v 1.54 2000/05/25 21:04:09 andrei Exp $ */
+/* $Id: php_pcre.c,v 1.55 2000/05/25 21:07:07 andrei Exp $ */
/*
TODO:
@@ -1031,8 +1031,8 @@
/* }}} */
-/* {{{ proto string preg_quote(string str)
- Quote regular expression characters */
+/* {{{ proto string preg_quote(string str, string delim_char)
+ Quote regular expression characters plus an optional character */
PHP_FUNCTION(preg_quote)
{
zval **in_str_arg; /* Input string argument */