From: ram...@php.net Operating system: Ubuntu 9.04 PHP version: 5.3.0 PHP Bug Type: cURL related Bug description: Building --with-curlwrappers can cause bad/illegal format or missing URL errors
Description: ------------ I received the error "URL using bad/illegal format or missing URL" on some require_once() calls when PHP was built with --with-curlwrappers. Building PHP without --with-curlwrappers fixed the problem. Reproduce code: --------------- I was using a vanilla install of Zend Framework when I noticed the problem. Expected result: ---------------- The file did exist at the location being required, and the include_path was correct, so I expected the file to be required. Actual result: -------------- Warning: require_once(): URL using bad/illegal format or missing URL in /home/ramsey/dev/zftest/lib/Zend/Loader/PluginLoader.php on line 396 Warning: require_once(/home/ramsey/dev/zftest/lib/Zend/Loader/PluginLoader/Exception.php): failed to open stream: operation failed in /home/ramsey/dev/zftest/lib/Zend/Loader/PluginLoader.php on line 396 Fatal error: require_once(): Failed opening required 'Zend/Loader/PluginLoader/Exception.php' (include_path='/home/ramsey/dev/zftest/lib') in /home/ramsey/dev/zftest/lib/Zend/Loader/PluginLoader.php on line 396 -- Edit bug report at http://bugs.php.net/?id=48837&edit=1 -- Try a CVS snapshot (PHP 5.2): http://bugs.php.net/fix.php?id=48837&r=trysnapshot52 Try a CVS snapshot (PHP 5.3): http://bugs.php.net/fix.php?id=48837&r=trysnapshot53 Try a CVS snapshot (PHP 6.0): http://bugs.php.net/fix.php?id=48837&r=trysnapshot60 Fixed in CVS: http://bugs.php.net/fix.php?id=48837&r=fixedcvs Fixed in CVS and need be documented: http://bugs.php.net/fix.php?id=48837&r=needdocs Fixed in release: http://bugs.php.net/fix.php?id=48837&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=48837&r=needtrace Need Reproduce Script: http://bugs.php.net/fix.php?id=48837&r=needscript Try newer version: http://bugs.php.net/fix.php?id=48837&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=48837&r=support Expected behavior: http://bugs.php.net/fix.php?id=48837&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=48837&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=48837&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=48837&r=globals PHP 4 support discontinued: http://bugs.php.net/fix.php?id=48837&r=php4 Daylight Savings: http://bugs.php.net/fix.php?id=48837&r=dst IIS Stability: http://bugs.php.net/fix.php?id=48837&r=isapi Install GNU Sed: http://bugs.php.net/fix.php?id=48837&r=gnused Floating point limitations: http://bugs.php.net/fix.php?id=48837&r=float No Zend Extensions: http://bugs.php.net/fix.php?id=48837&r=nozend MySQL Configuration Error: http://bugs.php.net/fix.php?id=48837&r=mysqlcfg