helly           Sun Jul 16 20:57:40 2006 UTC

  Modified files:              
    /php-src/ext/pcre   php_pcre.h 
  Log:
  - TSRM Fix
  
http://cvs.php.net/viewvc.cgi/php-src/ext/pcre/php_pcre.h?r1=1.46&r2=1.47&diff_format=u
Index: php-src/ext/pcre/php_pcre.h
diff -u php-src/ext/pcre/php_pcre.h:1.46 php-src/ext/pcre/php_pcre.h:1.47
--- php-src/ext/pcre/php_pcre.h:1.46    Sun Jul 16 19:20:05 2006
+++ php-src/ext/pcre/php_pcre.h Sun Jul 16 20:57:40 2006
@@ -16,7 +16,7 @@
    +----------------------------------------------------------------------+
  */
  
-/* $Id: php_pcre.h,v 1.46 2006/07/16 19:20:05 helly Exp $ */
+/* $Id: php_pcre.h,v 1.47 2006/07/16 20:57:40 helly Exp $ */
 
 #ifndef PHP_PCRE_H
 #define PHP_PCRE_H
@@ -44,7 +44,7 @@
 PHPAPI char *php_pcre_replace(char *regex,   int regex_len, char *subject, int 
subject_len, zval *replace_val, int is_callable_replace, int *result_len, int 
limit, int *replace_count TSRMLS_DC);
 PHPAPI pcre* pcre_get_compiled_regex(char *regex, pcre_extra **extra, int 
*options TSRMLS_DC);
 PHPAPI pcre* pcre_get_compiled_regex_ex(char *regex, pcre_extra **extra, int 
*preg_options, int *coptions TSRMLS_DC);
-PHPAPI void  php_pcre_split(pcre *re, pcre_extra *extra, char *subject, int 
subject_len, zval *return_value TSRMLS_DC,
+PHPAPI void  php_pcre_split(pcre *re, pcre_extra *extra, char *subject, int 
subject_len, zval *return_value,
        int coptions, int limit_val, int no_empty, int delim_capture, int 
offset_capture TSRMLS_DC);
 PHPAPI void php_pcre_match(pcre *re, pcre_extra *extra, char *subject, int 
subject_len, zval *return_value,
        zval *subpats, int global, int preg_options, long start_offset, int 
subpats_order, int offset_capture TSRMLS_DC);

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to