Commit: 53159f6e05bc0c7879e2cb2fc275c3269ff239f1 Author: Xinchen Hui <larue...@php.net> Mon, 4 Feb 2013 14:20:50 +0800 Parents: 7369a683797faa262b5aa859cf7347b14e74405c Branches: PHP-5.5
Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=53159f6e05bc0c7879e2cb2fc275c3269ff239f1 Log: implicit declaration of zend_throw_exception Changed paths: M ext/curl/curl_file.c Diff: diff --git a/ext/curl/curl_file.c b/ext/curl/curl_file.c index 2717678..b7cc449 100644 --- a/ext/curl/curl_file.c +++ b/ext/curl/curl_file.c @@ -23,6 +23,7 @@ #endif #include "php.h" +#include "Zend/zend_exceptions.h" #include "php_curl.h" #if HAVE_CURL -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php