From ae1b7bf4b8f211726d21bbf489bee78c8a3c4e2e Mon Sep 17 00:00:00 2001 From: Stig Bakken Date: Sun, 5 Dec 1999 10:29:06 +0000 Subject: @Fix warnings compiling in maintainer mode. (Stig) Fix warnings compiling in maintainer mode. Install DB/common.php and DB/mysql.php on "make install". # We still have a warning from http_config.h:97. Rasmus? :-) --- ext/standard/php_array.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ext/standard/php_array.h') diff --git a/ext/standard/php_array.h b/ext/standard/php_array.h index b42eaed6b1..46ec921fc8 100644 --- a/ext/standard/php_array.h +++ b/ext/standard/php_array.h @@ -77,6 +77,8 @@ PHP_FUNCTION(array_reverse); PHP_FUNCTION(array_pad); PHP_FUNCTION(array_flip); +HashTable* _phpi_splice(HashTable *, int, int, zval ***, int, HashTable **); +int multisort_compare(const void *a, const void *b); #define phpext_array_ptr array_module_ptr #endif /* _PHP_ARRAY_H */ -- cgit v1.2.1