From: [email protected] 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
