ID:               48837
 Updated by:       j...@php.net
 Reported By:      ram...@php.net
-Status:           Open
+Status:           Feedback
 Bug Type:         cURL related
 Operating System: Ubuntu 9.04
 PHP Version:      5.3.0
-Assigned To:      
+Assigned To:      fb-req-jani
 New Comment:

Does this happen with PHP 5.2.10?


Previous Comments:
------------------------------------------------------------------------

[2009-07-07 16:59:06] ram...@php.net

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 this bug report at http://bugs.php.net/?id=48837&edit=1

Reply via email to