helly Fri Aug 8 14:14:52 2008 UTC Modified files: /php-src/main php.h Log: - Sorry for the compiler warning http://cvs.php.net/viewvc.cgi/php-src/main/php.h?r1=1.245&r2=1.246&diff_format=u Index: php-src/main/php.h diff -u php-src/main/php.h:1.245 php-src/main/php.h:1.246 --- php-src/main/php.h:1.245 Fri Aug 8 13:18:31 2008 +++ php-src/main/php.h Fri Aug 8 14:14:52 2008 @@ -17,7 +17,7 @@ +----------------------------------------------------------------------+ */ -/* $Id: php.h,v 1.245 2008/08/08 13:18:31 helly Exp $ */ +/* $Id: php.h,v 1.246 2008/08/08 14:14:52 helly Exp $ */ #ifndef PHP_H #define PHP_H @@ -287,7 +287,7 @@ BEGIN_EXTERN_C() PHPAPI void php_set_error_handling(error_handling_t error_handling, zend_class_entry *exception_class TSRMLS_DC); -static ZEND_ATTRIBUTE_DEPRECATED void php_std_error_handling() {} +static inline ZEND_ATTRIBUTE_DEPRECATED void php_std_error_handling() {} PHPAPI void php_verror(const char *docref, const char *params, int type, const char *format, va_list args TSRMLS_DC);
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php