#49684 [Com]: Warning: Unknown: failed to open stream: No such file or directory in Unknown o

2009-09-27 Thread alexbatko at gmail dot com
 ID:   49684
 Comment by:   alexbatko at gmail dot com
 Reported By:  alexbatko at gmail dot com
 Status:   Open
 Bug Type: Scripting Engine problem
 Operating System: Mac OS X 10.6.1
 PHP Version:  5.3.0
 New Comment:

I did the comparison myself, on another machine, and libphp5.so had the
same size and md5.


Previous Comments:


[2009-09-26 22:20:16] alexbatko at gmail dot com

Can someone on Mac OS X 10.6.1, running the built-in PHP 5.3.0 (cli)
(built: Jul 19 2009 00:34:29), please run these commands for the sake of
comparison?

ls -l /usr/libexec/apache2/libphp5.so
-rwxr-xr-x  1 root  wheel  29081072 Jul 19 00:35
/usr/libexec/apache2/libphp5.so

md5 /usr/libexec/apache2/libphp5.so
MD5 (/usr/libexec/apache2/libphp5.so) =
7117168f74cca3f5669c26a136321712



[2009-09-26 21:55:07] alexbatko at gmail dot com

Description:

Everything was working fine, then, out of the blue, after a page
reload, I have been continuously presented with the following errors:

[Sat Sep 26 14:12:12 2009] [error] [client 127.0.0.1] PHP Warning: 
Unknown: failed to open stream: No such file or directory in Unknown on
line 0

[Sat Sep 26 14:12:12 2009] [error] [client 127.0.0.1] PHP Fatal error: 
Unknown: Failed opening required '/path/to/script/here.php'
(include_path='.:/usr/lib/php') in Unknown on line 0

PHP 5.3.0 (cli) (built: Jul 19 2009 00:34:29) 
Copyright (c) 1997-2009 The PHP Group
Zend Engine v2.3.0, Copyright (c) 1998-2009 Zend Technologies

HTTP Server version: Apache/2.2.11 (Unix)
HTTP Server built:   May 18 2009 12:37:03

This bug seems to be the same as one submitted in 2007:

http://bugs.php.net/bug.php?id=40068

But that bug was closed - so I could not add to it - hence why I'm
opening a new one.

Reproduce code:
---
This problem occurred out of the blue. It is completely unrelated to my
code.

Expected result:

The page/code should load normally, 100% of the time.

Actual result:
--
As of the first time the error appeared (again, I emphasize: out of the
blue), I am only ever presented with the above mentioned errors... and
no PHP script is ever executed.





-- 
Edit this bug report at http://bugs.php.net/?id=49684&edit=1



#49684 [Com]: Warning: Unknown: failed to open stream: No such file or directory in Unknown o

2009-09-26 Thread alexbatko at gmail dot com
 ID:   49684
 Comment by:   alexbatko at gmail dot com
 Reported By:  alexbatko at gmail dot com
 Status:   Open
 Bug Type: Scripting Engine problem
 Operating System: Mac OS X 10.6.1
 PHP Version:  5.3.0
 New Comment:

Can someone on Mac OS X 10.6.1, running the built-in PHP 5.3.0 (cli)
(built: Jul 19 2009 00:34:29), please run these commands for the sake of
comparison?

ls -l /usr/libexec/apache2/libphp5.so
-rwxr-xr-x  1 root  wheel  29081072 Jul 19 00:35
/usr/libexec/apache2/libphp5.so

md5 /usr/libexec/apache2/libphp5.so
MD5 (/usr/libexec/apache2/libphp5.so) =
7117168f74cca3f5669c26a136321712


Previous Comments:


[2009-09-26 21:55:07] alexbatko at gmail dot com

Description:

Everything was working fine, then, out of the blue, after a page
reload, I have been continuously presented with the following errors:

[Sat Sep 26 14:12:12 2009] [error] [client 127.0.0.1] PHP Warning: 
Unknown: failed to open stream: No such file or directory in Unknown on
line 0

[Sat Sep 26 14:12:12 2009] [error] [client 127.0.0.1] PHP Fatal error: 
Unknown: Failed opening required '/path/to/script/here.php'
(include_path='.:/usr/lib/php') in Unknown on line 0

PHP 5.3.0 (cli) (built: Jul 19 2009 00:34:29) 
Copyright (c) 1997-2009 The PHP Group
Zend Engine v2.3.0, Copyright (c) 1998-2009 Zend Technologies

HTTP Server version: Apache/2.2.11 (Unix)
HTTP Server built:   May 18 2009 12:37:03

This bug seems to be the same as one submitted in 2007:

http://bugs.php.net/bug.php?id=40068

But that bug was closed - so I could not add to it - hence why I'm
opening a new one.

Reproduce code:
---
This problem occurred out of the blue. It is completely unrelated to my
code.

Expected result:

The page/code should load normally, 100% of the time.

Actual result:
--
As of the first time the error appeared (again, I emphasize: out of the
blue), I am only ever presented with the above mentioned errors... and
no PHP script is ever executed.





-- 
Edit this bug report at http://bugs.php.net/?id=49684&edit=1



#49684 [NEW]: Warning: Unknown: failed to open stream: No such file or directory in Unknown o

2009-09-26 Thread alexbatko at gmail dot com
From: alexbatko at gmail dot com
Operating system: Mac OS X 10.6.1
PHP version:  5.3.0
PHP Bug Type: Scripting Engine problem
Bug description:  Warning: Unknown: failed to open stream: No such file or 
directory in Unknown o

Description:

Everything was working fine, then, out of the blue, after a page reload, I
have been continuously presented with the following errors:

[Sat Sep 26 14:12:12 2009] [error] [client 127.0.0.1] PHP Warning: 
Unknown: failed to open stream: No such file or directory in Unknown on
line 0

[Sat Sep 26 14:12:12 2009] [error] [client 127.0.0.1] PHP Fatal error: 
Unknown: Failed opening required '/path/to/script/here.php'
(include_path='.:/usr/lib/php') in Unknown on line 0

PHP 5.3.0 (cli) (built: Jul 19 2009 00:34:29) 
Copyright (c) 1997-2009 The PHP Group
Zend Engine v2.3.0, Copyright (c) 1998-2009 Zend Technologies

HTTP Server version: Apache/2.2.11 (Unix)
HTTP Server built:   May 18 2009 12:37:03

This bug seems to be the same as one submitted in 2007:

http://bugs.php.net/bug.php?id=40068

But that bug was closed - so I could not add to it - hence why I'm opening
a new one.

Reproduce code:
---
This problem occurred out of the blue. It is completely unrelated to my
code.

Expected result:

The page/code should load normally, 100% of the time.

Actual result:
--
As of the first time the error appeared (again, I emphasize: out of the
blue), I am only ever presented with the above mentioned errors... and no
PHP script is ever executed.

-- 
Edit bug report at http://bugs.php.net/?id=49684&edit=1
-- 
Try a snapshot (PHP 5.2):
http://bugs.php.net/fix.php?id=49684&r=trysnapshot52
Try a snapshot (PHP 5.3):
http://bugs.php.net/fix.php?id=49684&r=trysnapshot53
Try a snapshot (PHP 6.0):
http://bugs.php.net/fix.php?id=49684&r=trysnapshot60
Fixed in SVN:
http://bugs.php.net/fix.php?id=49684&r=fixed
Fixed in SVN and need be documented: 
http://bugs.php.net/fix.php?id=49684&r=needdocs
Fixed in release:
http://bugs.php.net/fix.php?id=49684&r=alreadyfixed
Need backtrace:  
http://bugs.php.net/fix.php?id=49684&r=needtrace
Need Reproduce Script:   
http://bugs.php.net/fix.php?id=49684&r=needscript
Try newer version:   
http://bugs.php.net/fix.php?id=49684&r=oldversion
Not developer issue: 
http://bugs.php.net/fix.php?id=49684&r=support
Expected behavior:   
http://bugs.php.net/fix.php?id=49684&r=notwrong
Not enough info: 
http://bugs.php.net/fix.php?id=49684&r=notenoughinfo
Submitted twice: 
http://bugs.php.net/fix.php?id=49684&r=submittedtwice
register_globals:
http://bugs.php.net/fix.php?id=49684&r=globals
PHP 4 support discontinued:  http://bugs.php.net/fix.php?id=49684&r=php4
Daylight Savings:http://bugs.php.net/fix.php?id=49684&r=dst
IIS Stability:   
http://bugs.php.net/fix.php?id=49684&r=isapi
Install GNU Sed: 
http://bugs.php.net/fix.php?id=49684&r=gnused
Floating point limitations:  
http://bugs.php.net/fix.php?id=49684&r=float
No Zend Extensions:  
http://bugs.php.net/fix.php?id=49684&r=nozend
MySQL Configuration Error:   
http://bugs.php.net/fix.php?id=49684&r=mysqlcfg