Commit: 0abf586bc4026268597a7e18fa6486614eeff71d Author: Hannes Magnusson <[email protected]> Thu, 26 Dec 2013 15:17:17 -0800 Parents: 1c311cc4487a82278b382b84efa6daa86919347a Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=0abf586bc4026268597a7e18fa6486614eeff71d Log: There is nothing that uses APC anymore Changed paths: M include/prepend.inc Diff: diff --git a/include/prepend.inc b/include/prepend.inc index 2337268..04f040d 100644 --- a/include/prepend.inc +++ b/include/prepend.inc @@ -69,9 +69,6 @@ if (get_magic_quotes_runtime()) { @set_magic_quotes_runtime(0); } -// Check for APC support -$APC = function_exists('apc_store'); - // Site details (mirror site information) include $_SERVER['DOCUMENT_ROOT'] . '/include/site.inc'; -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
