zeev            Mon Jan 15 02:48:48 2001 EDT

  Modified files:              
    /php4/ext/standard  php_string.h 
  Log:
  Nuke a couple of warnings
  
  
Index: php4/ext/standard/php_string.h
diff -u php4/ext/standard/php_string.h:1.32 php4/ext/standard/php_string.h:1.33
--- php4/ext/standard/php_string.h:1.32 Sun Jan 14 08:36:30 2001
+++ php4/ext/standard/php_string.h      Mon Jan 15 02:48:48 2001
@@ -17,7 +17,7 @@
    +----------------------------------------------------------------------+
 */
 
-/* $Id: php_string.h,v 1.32 2001/01/14 16:36:30 elixer Exp $ */
+/* $Id: php_string.h,v 1.33 2001/01/15 10:48:48 zeev Exp $ */
 
 /* Synced with php 3.0 revision 1.43 1999-06-16 [ssb] */
 
@@ -79,6 +79,12 @@
 PHP_FUNCTION(substr_count);
 PHP_FUNCTION(str_pad);
 PHP_FUNCTION(sscanf);
+
+
+#if defined(HAVE_LOCALECONV) && defined(ZTS)
+PHP_MINIT_FUNCTION(localeconv);
+PHP_MSHUTDOWN_FUNCTION(localeconv);
+#endif
 
 #define strnatcmp(a, b) \
        strnatcmp_ex(a, strlen(a), b, strlen(b), 0)



-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to