colder Sun Jul 20 16:32:43 2008 UTC
Modified files:
/php-src/ext/spl spl_array.c
Log:
Fix build for solaris
http://cvs.php.net/viewvc.cgi/php-src/ext/spl/spl_array.c?r1=1.141&r2=1.142&diff_format=u
Index: php-src/ext/spl/spl_array.c
diff -u php-src/ext/spl/spl_array.c:1.141 php-src/ext/spl/spl_array.c:1.142
--- php-src/ext/spl/spl_array.c:1.141 Sat Jul 19 13:13:44 2008
+++ php-src/ext/spl/spl_array.c Sun Jul 20 16:32:43 2008
@@ -16,7 +16,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: spl_array.c,v 1.141 2008/07/19 13:13:44 colder Exp $ */
+/* $Id: spl_array.c,v 1.142 2008/07/20 16:32:43 colder Exp $ */
#ifdef HAVE_CONFIG_H
# include "config.h"
@@ -1169,7 +1169,7 @@
zend_throw_exception_ex(spl_ce_OutOfBoundsException, 0 TSRMLS_CC, "Seek
position %ld is out of range", opos);
} /* }}} */
-int inline spl_array_object_count_elements_helper(spl_array_object *intern,
long *count TSRMLS_DC) /* {{{ */
+int static spl_array_object_count_elements_helper(spl_array_object *intern,
long *count TSRMLS_DC) /* {{{ */
{
HashTable *aht = spl_array_get_hash_table(intern, 0 TSRMLS_CC);
HashPosition pos;
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php