I just completed an Apache and PHP update a few days ago, updating PHP to v. 5.2.11. When I built Apache, I included ZendOptimizer, eAccelerator, and SOAP.
Now, all of my "include" commands in PHP that were using a URI are broken. Like this:
@include "http://www.mydomain.com/header.php";
They were including a file on the same domain, I had just built them this way because they were being used from dynamic links.
Is there a reason that 5.2.11 no longer recognizes this? It appears to be valid on php.net. Or is there a conflict with the Apache / PHP configuration?
TIA,
Jason



LinkBack URL
About LinkBacks
Reply With Quote




