ID: 21273
Comment by: pmoulding at tedis dot com dot au
Reported By: emailtotom at gmx dot de
Status: No Feedback
Bug Type: PHP options/info functions
Operating System: Windows 2000 service pack 3
PHP Version: 4.3.0
New Comment:
I ran a test
ID: 21812
User updated by: [EMAIL PROTECTED]
Reported By: [EMAIL PROTECTED]
-Status: Feedback
+Status: Open
Bug Type: Reproducible crash
Operating System: Win2000
PHP Version: 4.3.0
New Comment:
http://snaps.php.net/win32/php4-win32-STABL
ID: 21812
User updated by: [EMAIL PROTECTED]
Reported By: [EMAIL PROTECTED]
-Status: Feedback
+Status: Open
Bug Type: Reproducible crash
Operating System: Win2000
PHP Version: 4.3.0
New Comment:
When I opened the error report, I did not k
ID: 21812
User updated by: [EMAIL PROTECTED]
Reported By: [EMAIL PROTECTED]
-Status: Feedback
+Status: Open
Bug Type: Reproducible crash
Operating System: Win2000
PHP Version: 4.3.0
New Comment:
The require_once error has not occurred whe
ID: 21812
User updated by: [EMAIL PROTECTED]
Reported By: [EMAIL PROTECTED]
Status: Open
Bug Type: Reproducible crash
Operating System: Win2000
PHP Version: 4.3.0
New Comment:
memory_limit = 80M
in php.ini fixed the XML process error. It can now
ID: 21812
User updated by: [EMAIL PROTECTED]
Reported By: [EMAIL PROTECTED]
Status: Open
Bug Type: Reproducible crash
Operating System: Win2000
PHP Version: 4.3.0
New Comment:
I found a new error causing the same error message from Apache 2. This
ID: 21812
User updated by: [EMAIL PROTECTED]
Reported By: [EMAIL PROTECTED]
-Status: Feedback
+Status: Open
Bug Type: Reproducible crash
Operating System: Win2000
PHP Version: 4.3.0
New Comment:
require_once();
Parse error: parse error,
ID: 21812
User updated by: [EMAIL PROTECTED]
Reported By: [EMAIL PROTECTED]
-Status: Feedback
+Status: Open
Bug Type: Reproducible crash
Operating System: Win2000
PHP Version: 4.3.0
New Comment:
I looked at the instructions for backtrace.
From: [EMAIL PROTECTED]
Operating system: Win2000
PHP version: 4.3.0
PHP Bug Type: Reproducible crash
Bug description: Apache crashes when require_once has array in directory name
I had
$common = 'common/';
at the top of the script and
require_once($common . 'x.html');
in
ID: 21537
Comment by: [EMAIL PROTECTED]
Reported By: [EMAIL PROTECTED]
Status: Bogus
Bug Type: Feature/Change Request
Operating System: inux, Solaris, NT, Win2000
PHP Version: 4.3.0
New Comment:
$a = 2.0;
$b = '2.0';
xxx($a, $b);
produces
From: [EMAIL PROTECTED]
Operating system: inux, Solaris, NT, Win2000
PHP version: 4.3.0
PHP Bug Type: Feature/Change Request
Bug description: Need function parameters as entered
When I write a function as
xxx(1.0, 1.8);
The function receives 1 and 1.8, not 1.0 and 1.8. I tr
11 matches
Mail list logo