tony2001                Tue Oct  3 18:38:57 2006 UTC

  Modified files:              
    /php-src/ext/standard       php_string.h 
  Log:
  fix build
  
  
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/php_string.h?r1=1.102&r2=1.103&diff_format=u
Index: php-src/ext/standard/php_string.h
diff -u php-src/ext/standard/php_string.h:1.102 
php-src/ext/standard/php_string.h:1.103
--- php-src/ext/standard/php_string.h:1.102     Mon Oct  2 01:11:04 2006
+++ php-src/ext/standard/php_string.h   Tue Oct  3 18:38:57 2006
@@ -17,7 +17,7 @@
    +----------------------------------------------------------------------+
 */
 
-/* $Id: php_string.h,v 1.102 2006/10/02 01:11:04 pollita Exp $ */
+/* $Id: php_string.h,v 1.103 2006/10/03 18:38:57 tony2001 Exp $ */
 
 /* Synced with php 3.0 revision 1.43 1999-06-16 [ssb] */
 
@@ -133,7 +133,7 @@
 PHPAPI void php_basename(char *s, int len, char *suffix, int sufflen, char 
**p_ret, int *p_len TSRMLS_DC);
 PHPAPI int php_u_dirname(UChar *str, int len);
 PHPAPI int php_dirname(char *str, int len);
-PHPAPI UChar *php_u_stristr(UChar *s, UChar *t, int s_len, int t_len 
TSRMLS_DC);
+PHPAPI UChar *php_u_stristr(UChar *s, UChar *t, int s_len, int t_len, 
zend_bool find_first TSRMLS_DC);
 PHPAPI char *php_stristr(char *s, char *t, size_t s_len, size_t t_len);
 PHPAPI int php_u_strspn(UChar *s1, UChar *s2, UChar *s1_end, UChar *s2_end);
 PHPAPI size_t php_strspn(char *s1, char *s2, char *s1_end, char *s2_end);

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

Reply via email to