[PHP-DEV] Bug #13219 Updated: register_shutdown_function doesn't work

2001-09-09 Thread sterling
ID: 13219 Updated by: sterling Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: Unknown/Other Function Operating System: Windows 98 PHP Version: 4.0.6 New Comment: register_shutdown_function() returns void, this is not a bug Previous Comments:

[PHP-DEV] Bug #13219 Updated: register_shutdown_function doesn't work

2001-09-09 Thread jasperherik
ID: 13219 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Bogus Bug Type: Unknown/Other Function Operating System: Windows 98 PHP Version: 4.0.6 New Comment: what should i do to make it work? Previous Comments:

[PHP-DEV] Bug #8118 Updated: error in much warnings in session.c

2001-09-09 Thread sterling
ID: 8118 Updated by: sterling Reported By: [EMAIL PROTECTED] Old Status: Assigned Status: Closed Bug Type: Session related Operating System: MIPS V4 PHP Version: 4.0.3pl1 Assigned To: sas New Comment: Fixed in CVS. Previous Comments:

Re: [PHP-DEV] Bug #13219 Updated: register_shutdown_function doesn'twork

2001-09-09 Thread Sterling Hughes
On 9 Sep 2001 [EMAIL PROTECTED] wrote: ID: 13219 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Bogus Bug Type: Unknown/Other Function Operating System: Windows 98 PHP Version: 4.0.6 New Comment: what should i do to make it work? Remove your if

[PHP-DEV] Bug #8961 Updated: Omited Math Function

2001-09-09 Thread sterling
ID: 8961 Updated by: sterling Reported By: [EMAIL PROTECTED] Old Status: Analyzed Status: Bogus Bug Type: Math related Operating System: N/A PHP Version: 4.0 Latest CVS (27/01/2001) New Comment: PHP is not to my knowledge ASP. This is won't (shouldn't) be added anytime soon... Previous

[PHP-DEV] Bug #13218 Updated: Problema con números binarios

2001-09-09 Thread derick
ID: 13218 Updated by: derick Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: *Math Functions Operating System: Red Hat Linux 7.1 PHP Version: 4.0.4pl1 New Comment: Please report bugs in English bogus Derick Previous Comments:

[PHP-DEV] Bug #9054 Updated: problems in call_user_method

2001-09-09 Thread sterling
ID: 9054 Updated by: sterling Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Class/Object related Operating System: Linux/Solaris PHP Version: 4.0.4pl1 New Comment: you must pass a reference, anyhoo, call_user_method() is deprecated, use call_user_function(array($obj, Meethod));

[PHP-DEV] Bug #10550 Updated: mktime() returns -1 for certain valid dates

2001-09-09 Thread derick
ID: 10550 Updated by: derick Reported By: [EMAIL PROTECTED] Status: Assigned Bug Type: Date/time related Operating System: FreeBSD 3.4-RELEASE PHP Version: 4.0 Latest CVS (29/04/2001) Assigned To: derick New Comment: Closing this one, as it seems an issue with FreeBSD's daylight savings time.

[PHP-DEV] Bug #10550 Updated: mktime() returns -1 for certain valid dates

2001-09-09 Thread derick
ID: 10550 Updated by: derick Reported By: [EMAIL PROTECTED] Old Status: Assigned Status: Closed Bug Type: Date/time related Operating System: FreeBSD 3.4-RELEASE PHP Version: 4.0 Latest CVS (29/04/2001) Assigned To: derick New Comment: I said closed Previous Comments:

[PHP-DEV] Bug #10204 Updated: fgets causes memory leaks

2001-09-09 Thread sterling
ID: 10204 Updated by: sterling Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: Sockets related Operating System: Linux, BSD and Windows PHP Version: 4.0 Latest CVS (06/04/2001) New Comment: Can you compile php with --enable-debug, this should report all leaks, if

[PHP-DEV] Bug #10236 Updated: ftruncate problem

2001-09-09 Thread sterling
ID: 10236 Updated by: sterling Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: Filesystem function related Operating System: Linux 2.2.5 / glibc 2.0.7 PHP Version: 4.0.4 New Comment: wow :) No this is not a bug... and no we shouldn't be doing an fflush(), you can do a

[PHP-DEV] Bug #10477 Updated: ob_start('function') is called before trans-sid is applied, not after

2001-09-09 Thread sterling
ID: 10477 Updated by: sterling Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: Output Control Operating System: linux 2.2 PHP Version: 4.0.4pl1 New Comment: Fixed in CVS. Previous Comments:

[PHP-DEV] Bug #10805 Updated: Compile error on zend_operators.c

2001-09-09 Thread sterling
ID: 10805 Updated by: sterling Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: Compile Failure Operating System: Tru64/OSF1 V5.0 a PHP Version: 4.0.5 New Comment: this problem shouldn't be present now... Previous Comments:

[PHP-DEV] Bug #13219 Updated: register_shutdown_function doesn't work

2001-09-09 Thread jeroen
ID: 13219 Updated by: jeroen Reported By: [EMAIL PROTECTED] Status: Bogus Bug Type: Unknown/Other Function Operating System: Windows 98 PHP Version: 4.0.6 New Comment: end_func isn't called until the script ends, i.e. you won't see the output anymore since the page already has been sent to the

[PHP-DEV] Ppl who are still interested in _RAND_

2001-09-09 Thread jeroen
should go to http://www.A-Eskwadraat.nl/~jeroen/rand and give their opinion. --Jeroen -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

[PHP-DEV] str_replace: boyer

2001-09-09 Thread Derick Rethans
Hello, the proto for str_replace shows this: /* {{{ proto mixed str_replace(mixed search, mixed replace, mixed subject [, bool boyer]) Replaces all occurrences of search in haystack with replace */ What is that boyer parameter doing there? It seems that it selects a different algorithm for

Re: [PHP-DEV] str_replace: boyer

2001-09-09 Thread Sterling Hughes
On Sun, 9 Sep 2001, Derick Rethans wrote: Hello, the proto for str_replace shows this: /* {{{ proto mixed str_replace(mixed search, mixed replace, mixed subject [, bool boyer]) Replaces all occurrences of search in haystack with replace */ What is that boyer parameter doing there? It

[PHP-DEV] Bug #11806 Updated: Using $string = md5($string); crashed HTTP child processes

2001-09-09 Thread derick
ID: 11806 Updated by: derick Reported By: [EMAIL PROTECTED] Old Status: Assigned Status: Closed Bug Type: Reproducible crash Operating System: Linux 2.2.16 PHP Version: 4.0.6 Assigned To: derick New Comment: No feedback, considered fixed. Previous Comments:

[PHP-DEV] Bug #11028 Updated: ip2long use now unsigned integer and long2ip doesnt work

2001-09-09 Thread derick
ID: 11028 Updated by: derick Reported By: [EMAIL PROTECTED] Old Status: Assigned Status: Closed Bug Type: Network related Operating System: i686-pc-linux-gnu PHP Version: 4.0 Latest CVS (2001-05-22) Assigned To: derick New Comment: Not a bug at all, this is the correct way to do it: ?php

[PHP-DEV] Bug #13220: Query problem with Unix billions

2001-09-09 Thread crimson
From: [EMAIL PROTECTED] Operating system: FreeBSD PHP version: 4.0.6 PHP Bug Type: MySQL related Bug description: Query problem with Unix billions I'm honestly not sure if this is a PHP bug or a MySQL bug. I apologize if this is a waste of time. Here's an example script:

[PHP-DEV] Bug #13220 Updated: Query problem with Unix billions

2001-09-09 Thread derick
ID: 13220 Updated by: derick Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: MySQL related Operating System: FreeBSD PHP Version: 4.0.6 New Comment: Not a PHP bug, queries are executed in MySQL, and MySQL returns the results. Derick Previous Comments:

Re: [PHP-DEV] Woah

2001-09-09 Thread Sascha Schumann
Cleaning up a language is a benefit worth paying in price for. How many millions of lines of C code had to be re-written when the ANSI standard was published? Exactly none. ANSI preserves most KR semantics and that won't change in the foreseeable future. - Sascha

[PHP-DEV] Re: Note added to rand

2001-09-09 Thread Jeroen van Wolffelaar
People interested in rand can still visit http://www.A-Eskwadraat.nl/~jeroen/rand , but if you have something interesting to say you can of course also mail to php-dev! World Wide Web Cie [EMAIL PROTECTED] wrote: Note added by jmoore: My vote: ±1 :) Suggestions/remarks: I think that PHP

[PHP-DEV] Trans-Sid still broken

2001-09-09 Thread Sascha Schumann
a href=#foo should demonstrate it. The session-id is appended after the #foo which is obviously wrong. This worked before the recent changes, so, whoever broke it, please fix it. Thanks, - Sascha Experience IRCG

Re: [PHP-DEV] str_replace: boyer

2001-09-09 Thread Sascha Schumann
What is that boyer parameter doing there? It seems that it selects a different algorithm for str_replace, but what is the difference? It is an algorithm which uses suffix-automata to speed up locating the search pattern (Boyer-Moore algorithm). - Sascha

[PHP-DEV] Bug #13141 Updated: Undefined function errors appear everywhere

2001-09-09 Thread john
ID: 13141 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Scripting Engine problem Operating System: Sun Solaris SunOS 5.8 PHP Version: 4.0.5 New Comment: I managed to solve my own problem by downgrading from PHP version 4.0.5 to version 4.0.3 - which

[PHP-DEV] Bug #13141 Updated: Undefined function errors appear everywhere

2001-09-09 Thread john
ID: 13141 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Scripting Engine problem Operating System: Sun Solaris SunOS 5.8 PHP Version: 4.0.5 New Comment: I managed to solve my own problem by downgrading from PHP version 4.0.5 to version 4.0.3 - which

[PHP-DEV] Bug #13141 Updated: Undefined function errors appear everywhere

2001-09-09 Thread john
ID: 13141 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Scripting Engine problem Operating System: Sun Solaris SunOS 5.8 PHP Version: 4.0.5 New Comment: I managed to solve my own problem by downgrading from PHP version 4.0.5 to version 4.0.3 - which

[PHP-DEV] Bug #13141 Updated: Undefined function errors appear everywhere

2001-09-09 Thread rasmus
ID: 13141 Updated by: rasmus Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: Scripting Engine problem Operating System: Sun Solaris SunOS 5.8 PHP Version: 4.0.5 New Comment: Check your php.ini file and turn on register_globals Previous Comments:

[PHP-DEV] Bug #4025 Updated: unable to use $this when calling array_walk from a class method.

2001-09-09 Thread sterling
ID: 4025 Updated by: sterling Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: Misbehaving function Operating System: Linux RH6.1 / WinNT4 PHP Version: 3.0.15 New Comment: not a bug, ask php support questions on [EMAIL PROTECTED] Previous Comments:

[PHP-DEV] Bug #5708 Updated: fopen claims file does not exist after first couple uses.

2001-09-09 Thread sterling
ID: 5708 Updated by: sterling Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: Misbehaving function Operating System: Linux PHP Version: 3.0.16 New Comment: I highly doubt this is truly a PHP bug, if you can find a test case that can always be reproduced, please open a

Re: [PHP-DEV] Woah

2001-09-09 Thread Zeev Suraski
Uhm, no. Read my message again, it actually makes sense. At 14:56 09-09-01, Jani Taskinen wrote: Does this mean we can forget namespaces then? Is this where we have come to: blackmail ? --Jani On Sat, 8 Sep 2001, Zeev Suraski wrote: Fine. Let it be noted that I oppose going forward with

[PHP-DEV] Re: RC2: zend_language_scanner.c:2697: warning: parameter names (without types) in function declaration

2001-09-09 Thread Zeev Suraski
You're right. I thought it was MFH'd, but now that you mention it, I waited for a confirmation it actually solves the problem, and forgot about it... At 17:45 09-09-01, Sascha Schumann wrote: IIRC this broke the build with some vendor compilers. Should not this be fixed for 4.0.7?

Re: [PHP-DEV] Woah

2001-09-09 Thread Zeev Suraski
At 16:57 09-09-01, George Schlossnagle wrote: Replaced with a call to strstr and function declaration placed ahead of usage (althoough I disagree about how much faster this will make it. I only declare the function once and loop it, so whether do_bind_function_or_class is called on it during

Re: [PHP-DEV] Trans-Sid still broken

2001-09-09 Thread Zeev Suraski
You never fail me! :) At 15:13 09-09-01, Sascha Schumann wrote: a href=#foo should demonstrate it. The session-id is appended after the #foo which is obviously wrong. This worked before the recent changes, so, whoever broke it, please fix it. Thanks, - Sascha

Re: [PHP-DEV] zend_parse_parameters

2001-09-09 Thread Zeev Suraski
At 14:44 09-09-01, Jani Taskinen wrote: ..People don't read the .h files usually and copy from other extensions.. If ZE was properly documented, people didn't have to rely on only the sources. Like I suggested earlier, by adding at least protos there would help the documentation effort..ie.

Re: [PHP-DEV] Trans-Sid still broken

2001-09-09 Thread Sascha Schumann
On Sun, 9 Sep 2001, Zeev Suraski wrote: You never fail me! :) Well, I broke it and I fixed it just as my email said :) - Sascha Experience IRCG http://schumann.cx/http://schumann.cx/ircg -- PHP Development Mailing List

RE: [PHP-DEV] Woah

2001-09-09 Thread Cristopher Daniluk
Let's just make the supposition for a second that you're right, that the difference between calling a userspace function over an internal function is going to create phenomenal decreases in overall execution time. The implication I believe you give is that over an amortized amount of time,

[PHP-DEV] Re: Performance

2001-09-09 Thread George Schlossnagle
Again, I believe that's exactly the point Cris was making - running a million executions of a code block is not something which happens in real life. In practice, chances are the speed loss will be negligible in most real world situations. I've seen code where people do things like write their

[PHP-DEV] Bug #12022 Updated: limitations of php://stdout

2001-09-09 Thread noisefactor
ID: 12022 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Output Control Operating System: linux PHP Version: 4.0.2 New Comment: incidently, i've used telnet to port 80 to monitor the output of the .php script that feeds the applet, and it's clear

[PHP-DEV] Bug #8961 Updated: Omited Math Function

2001-09-09 Thread Frank
ID: 8961 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Bogus Bug Type: Math related Operating System: N/A PHP Version: 4.0 Latest CVS (27/01/2001) New Comment: I am not sure where ASP, came from. These are all native functions of most Numeric Processors. My

[PHP-DEV] Documenting Zend (was: zend_parse_parameters)

2001-09-09 Thread Wez Furlong
Zeev Suraski [mailto:[EMAIL PROTECTED]] wrote: At 14:44 09-09-01, Jani Taskinen wrote: If ZE was properly documented, people didn't have to rely on only the sources. By the way, your post had absolutely nothing to do with the subject of the discussion. I think it does; if there were some

Re: [PHP-DEV] Documenting Zend (was: zend_parse_parameters)

2001-09-09 Thread Sterling Hughes
On Sun, 9 Sep 2001, Wez Furlong wrote: Zeev Suraski [mailto:[EMAIL PROTECTED]] wrote: At 14:44 09-09-01, Jani Taskinen wrote: If ZE was properly documented, people didn't have to rely on only the sources. By the way, your post had absolutely nothing to do with the subject of the

Re: [PHP-DEV] Documenting Zend (was: zend_parse_parameters)

2001-09-09 Thread Zeev Suraski
At 00:26 10-09-01, Wez Furlong wrote: Zeev Suraski [mailto:[EMAIL PROTECTED]] wrote: At 14:44 09-09-01, Jani Taskinen wrote: If ZE was properly documented, people didn't have to rely on only the sources. By the way, your post had absolutely nothing to do with the subject of the

Re: [PHP-DEV] Documenting Zend (was: zend_parse_parameters)

2001-09-09 Thread Zeev Suraski
At 00:27 10-09-01, Sterling Hughes wrote: Oh yeah, not to mention the license is pretty bad :) I give up all rights to the material that I write (more so than an assignment of rights, which is standard for contributors to commercial texts), and you don't even get payed for

Re: [PHP-DEV] Documenting Zend (was: zend_parse_parameters)

2001-09-09 Thread George Schlossnagle
On Sunday, September 9, 2001, at 05:45 PM, Zeev Suraski wrote: At 00:26 10-09-01, Wez Furlong wrote: Zeev Suraski [mailto:[EMAIL PROTECTED]] wrote: At 14:44 09-09-01, Jani Taskinen wrote: If ZE was properly documented, people didn't have to rely on only the sources. By the way, your

Re: [PHP-DEV] Documenting Zend (was: zend_parse_parameters)

2001-09-09 Thread Egon Schmid
George Schlossnagle wrote: On Sunday, September 9, 2001, at 05:45 PM, Zeev Suraski wrote: At 00:26 10-09-01, Wez Furlong wrote: Zeev Suraski [mailto:[EMAIL PROTECTED]] wrote: At 14:44 09-09-01, Jani Taskinen wrote: If ZE was properly documented, people didn't have to rely on

Re: [PHP-DEV] Documenting Zend (was: zend_parse_parameters)

2001-09-09 Thread Sterling Hughes
On Mon, 10 Sep 2001, Zeev Suraski wrote: At 00:27 10-09-01, Sterling Hughes wrote: Oh yeah, not to mention the license is pretty bad :) I give up all rights to the material that I write (more so than an assignment of rights, which is standard for contributors to commercial

Re: [PHP-DEV] Documenting Zend (was: zend_parse_parameters)

2001-09-09 Thread Sterling Hughes
On Sun, 9 Sep 2001, Sterling Hughes wrote: On Mon, 10 Sep 2001, Zeev Suraski wrote: At 00:27 10-09-01, Sterling Hughes wrote: Oh yeah, not to mention the license is pretty bad :) I give up all rights to the material that I write (more so than an assignment of rights,

Re: [PHP-DEV] Documenting Zend (was: zend_parse_parameters)

2001-09-09 Thread Zeev Suraski
At 00:59 10-09-01, George Schlossnagle wrote: The reason I told Jani it had nothing to do with the discussion was that I think that this is wrong... The reason I disagree is that a large number of people (today, probably most) code based on examples, not on documentation. Nothing forces you

Re: [PHP-DEV] Documenting Zend (was: zend_parse_parameters)

2001-09-09 Thread Sterling Hughes
On Mon, 10 Sep 2001, Zeev Suraski wrote: At 00:59 10-09-01, George Schlossnagle wrote: The reason I told Jani it had nothing to do with the discussion was that I think that this is wrong... The reason I disagree is that a large number of people (today, probably most) code based on examples,

Re: [PHP-DEV] Documenting Zend (was: zend_parse_parameters)

2001-09-09 Thread Zeev Suraski
At 01:28 10-09-01, Sterling Hughes wrote: On Mon, 10 Sep 2001, Zeev Suraski wrote: At 00:27 10-09-01, Sterling Hughes wrote: Oh yeah, not to mention the license is pretty bad :) I give up all rights to the material that I write (more so than an assignment of rights,

Re: [PHP-DEV] Documenting Zend (was: zend_parse_parameters)

2001-09-09 Thread Zeev Suraski
At 01:15 10-09-01, Egon Schmid wrote: Not writing documentation is certainly within your right, but this is a poor argument for not doing so. Certainly a main reason that people code from examples and not documentation is when documentation is poor. Sorry, couldn't resist. The

[PHP-DEV] Re: Documenting ZE (was: Re: [PHP-DEV] zend_parse_parameters)

2001-09-09 Thread lo-tek
I've wanted to suggest for a while that there be an option to annotate the API docs on Zend's site. There have been a few things ive discovered in the process of extension development that could benefit fellow travelers, but as of now there seems not to be a process (that im aware of) to

Re: [PHP-DEV] Documenting Zend (was: zend_parse_parameters)

2001-09-09 Thread Egon Schmid
Zeev Suraski wrote: At 01:15 10-09-01, Egon Schmid wrote: Not writing documentation is certainly within your right, but this is a poor argument for not doing so. Certainly a main reason that people code from examples and not documentation is when documentation is poor. Sorry,

Re: [PHP-DEV] Documenting Zend (was: zend_parse_parameters)

2001-09-09 Thread Zeev Suraski
At 02:19 10-09-01, Egon Schmid wrote: To make it short. You are yourself on the list of authors. Should I deprecate you? If it makes you feel better, sure, go ahead. The only reason I'm there is because I've written the documentation for the MySQL module, but I realize it's not too much, and

Re: [PHP-DEV] Documenting Zend (was: zend_parse_parameters)

2001-09-09 Thread Sterling Hughes
On Mon, 10 Sep 2001, Zeev Suraski wrote: At 01:28 10-09-01, Sterling Hughes wrote: On Mon, 10 Sep 2001, Zeev Suraski wrote: At 00:27 10-09-01, Sterling Hughes wrote: Oh yeah, not to mention the license is pretty bad :) I give up all rights to the material that I write

Re: [PHP-DEV] Documenting Zend (was: zend_parse_parameters)

2001-09-09 Thread Zeev Suraski
At 02:29 10-09-01, Sterling Hughes wrote: ;) -- I know they chose the license (you forget, I used to work for one of them, and I'm still friends with the other :) The license makes sense from the Book's point of view, but as an Open Source License it doesn't make sense

[PHP-DEV] Re: Note added to rand

2001-09-09 Thread Sterling Hughes
On Sun, 9 Sep 2001, Jeroen van Wolffelaar wrote: Well, I didn't see them agree to all that, but... You also can't really say rand() isn't thread safe. It is thread safe on quite a few platforms, rand() isn't thread safe, but only very few platforms (i.e., Microsoft's ISS

[PHP-DEV] Bug #13075 Updated: English PHP Windows Help File manual-en.chm crashes hh.exe when opened

2001-09-09 Thread derick
ID: 13075 Updated by: derick Reported By: [EMAIL PROTECTED] Old Status: Assigned Status: Closed Bug Type: Documentation problem Operating System: win 2000 SP2 PHP Version: 4.0.6 Assigned To: derick New Comment: Fixed Previous Comments:

[PHP-DEV] Bug #13221: php_gd.dll not runnig

2001-09-09 Thread blazekm
From: [EMAIL PROTECTED] Operating system: Windows 98 PHP version: 4.0.6 PHP Bug Type: GD related Bug description: php_gd.dll not runnig Hi, php_gd.dll in 4.0.6 Win32 bin distribution is not running. PHP is normaly running. When I uncomment ;extension php_gd.dll, I get

[PHP-DEV] Bug #13222: system does not seem to work on 98

2001-09-09 Thread duncanmadcow
From: [EMAIL PROTECTED] Operating system: windows 98 PHP version: 4.0.6 PHP Bug Type: Unknown/Other Function Bug description: system does not seem to work on 98 html head titledir test/title /head body ?php $str=`dir c:`; ? pre ?php echo $str; ?

[PHP-DEV] Bug #13207 Updated: open_basedir not restricting file access properly

2001-09-09 Thread jedi
ID: 13207 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: IIS related Operating System: NT 4.0 PHP Version: 4.0.6 New Comment: Unless there is some other configuration I'm not aware of, I mentioned in the bug report that I have open_basedir enabled in