Commit:    7a25f2737b72464bf58e9225322142711e466ddc
Author:    Hannes Magnusson <[email protected]>         Thu, 26 Dec 2013 
15:17:17 -0800
Parents:   ecb9cea02caf4df603e228593f8733b50b0ff1f1
Branches:  master

Link:       
http://git.php.net/?p=web/php.git;a=commitdiff;h=7a25f2737b72464bf58e9225322142711e466ddc

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

Reply via email to