From: sbriesen at gmx dot de
Operating system: SuSE 8.1
PHP version: 4.3.1
PHP Bug Type: *URL Functions
Bug description: parse_url() -> file:// not parsed correctly
$x=parse_url('file:///any/path/file.ext');
gives you:
Array
(
[scheme] => file
[ho
ID: 17159
Updated by: [EMAIL PROTECTED]
Reported By: [EMAIL PROTECTED]
Status: Closed
Bug Type: Reproducible crash
Operating System: linux, kernel 2.4.18
PHP Version: 4.2.0
New Comment:
great! :-)
btw: your response time is really fast!
ID: 17159
Updated by: [EMAIL PROTECTED]
Reported By: [EMAIL PROTECTED]
Status: Closed
Bug Type: Reproducible crash
Operating System: linux, kernel 2.4.18
PHP Version: 4.2.0
New Comment:
ok, I downloaded the latest snapshot. It is *partly* fi
From: [EMAIL PROTECTED]
Operating system: linux, kernel 2.4.18
PHP version: 4.2.0
PHP Bug Type: Reproducible crash
Bug description: touch() is broken
In PHP 4.2.0 the touch() function seems to be broken!
When you use touch($filename) the mtime is a random value... if you us