#21273 [Com]: memory_limit seems to be ignored

2003-03-08 Thread pmoulding at tedis dot com dot au
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

#21812 [Fbk->Opn]: Apache crashes when require_once has array in directory name

2003-01-22 Thread pmoulding
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

#21812 [Fbk->Opn]: Apache crashes when require_once has array in directory name

2003-01-22 Thread pmoulding
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

#21812 [Fbk->Opn]: Apache crashes when require_once has array in directory name

2003-01-22 Thread pmoulding
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

#21812 [Opn]: Apache crashes when require_once has array in directory name

2003-01-21 Thread pmoulding
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

#21812 [Opn]: Apache crashes when require_once has array in directory name

2003-01-21 Thread pmoulding
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

#21812 [Fbk->Opn]: Apache crashes when require_once has array in directory name

2003-01-21 Thread pmoulding
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,

#21812 [Fbk->Opn]: Apache crashes when require_once has array in directory name

2003-01-21 Thread pmoulding
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.

#21812 [NEW]: Apache crashes when require_once has array in directory name

2003-01-21 Thread pmoulding
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

#21537 [Com]: Need function parameters as entered

2003-01-09 Thread pmoulding
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

#21537 [NEW]: Need function parameters as entered

2003-01-08 Thread pmoulding
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