ID: 41593
Comment by: marekm at apnet dot pl
Reported By: jonepet at dcvhost dot no
Status: No Feedback
Bug Type: CGI related
Operating System: Linux
PHP Version: 5.2.3
Assigned To: dmitry
New Comment:
I can confirm that the same
From: marekm at apnet dot pl
Operating system: All
PHP version: 4.4.3
PHP Bug Type: Feature/Change Request
Bug description: mail() returns false when using 5th parameter in safe mode
(even when empty)
Description:
I think, mail() function with 5 parameters
ID: 31332
User updated by: marekm at apnet dot pl
Reported By: marekm at apnet dot pl
-Status: Feedback
+Status: Open
Bug Type: Performance problem
Operating System: *
PHP Version: 4CVS, 5CVS (2005-01-04)
New Comment:
I've teste
From: marekm at apnet dot pl
Operating system: Win32/Linux
PHP version: 4.3.10
PHP Bug Type: Performance problem
Bug description: unserialize() works terribly slow on huge strings compared to
4.3.9
Description:
I keep big multidimensional arrays serialize()
From: marekm at apnet dot pl
Operating system: All
PHP version: 4.3.7
PHP Bug Type: Feature/Change Request
Bug description: Possibility to make sessions read-only
Description:
I'm using a php script that uses sessions and send really big files as
output t
From: marekm at aptus dot pl
Operating system: Linux
PHP version: 4.3.2
PHP Bug Type: Feature/Change Request
Bug description: Would be useful if PHP with "enable-trans-sid" modified "Location"
header field
I've just tested my session-using-site wit
ID: 15696
Updated by: [EMAIL PROTECTED]
-Summary: Can't set/unset global-ed variables
Reported By: [EMAIL PROTECTED]
Status: Bogus
Bug Type: Scripting Engine problem
Operating System: Linux & Win32
PHP Version: 4.1.1
New Comment:
OK
From: [EMAIL PROTECTED]
Operating system: Linux & Win32
PHP version: 4.1.1
PHP Bug Type: Scripting Engine problem
Bug description: Can't set/unset global-ed variables
I'm running the following script:
$id=1;
function test()
{
global $id;
unset($id);
}