moriyoshi Sat Apr 12 17:56:08 2003 EDT
Modified files:
/php4/ext/standard php_string.h
Log:
Forgot about this one :)
Index: php4/ext/standard/php_string.h
diff -u php4/ext/standard/php_string.h:1.74 php4/ext/standard/php_string.h:1.75
--- php4/ext/standard/php_string.h:1.74 Tue Apr 8 13:15:43 2003
+++ php4/ext/standard/php_string.h Sat Apr 12 17:56:08 2003
@@ -17,7 +17,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: php_string.h,v 1.74 2003/04/08 17:15:43 andrei Exp $ */
+/* $Id: php_string.h,v 1.75 2003/04/12 21:56:08 moriyoshi Exp $ */
/* Synced with php 3.0 revision 1.43 1999-06-16 [ssb] */
@@ -122,7 +122,7 @@
PHPAPI void php_stripslashes(char *str, int *len TSRMLS_DC);
PHPAPI void php_stripcslashes(char *str, int *len);
PHPAPI char *php_basename(char *str, size_t len , char *suffix, size_t sufflen);
-PHPAPI void php_dirname(char *str, int len);
+PHPAPI size_t php_dirname(char *str, size_t len);
PHPAPI char *php_stristr(unsigned char *s, unsigned char *t, size_t s_len, size_t
t_len);
PHPAPI char *php_str_to_str_ex(char *haystack, int length, char *needle,
int needle_len, char *str, int str_len, int *_new_length, int
case_sensitivity);
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php