Date: 06/21/01
- Next message: lenar <email protected>: "[PHP-DEV] Bug #11609: documentation packaging format"
- Previous message: Liz: "[PHP-DEV] FW: [PHP-QA] 4.0.6 Packaged!"
- Next in thread: sniper <email protected>: "[PHP-DEV] Bug #11562 Updated: PHP crashes everytime with little syntax error"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
ID: 11562
Updated by: sniper
Reported By: wachters <email protected>
Status: Feedback
Bug Type: Reproducible crash
Operating system:
PHP Version: 4.0.5
Assigned To:
Comments:
The correct url is of course:
http://www.zend.com/snapshots/
Previous Comments:
---------------------------------------------------------------------------
[2001-06-20 09:50:20] sniper <email protected>
Another question: I assume it does NOT crash if you don't have errors in your scripts?
---------------------------------------------------------------------------
[2001-06-20 02:32:26] derick <email protected>
I tried this on Linux with PHP 4.0.7dev as CGI executable and Apache static module, it just gives me a parse error.
Can you possibly try one of the snapshots from http://www.zend.com/shapshots/ and see if the problem does still exists?
---------------------------------------------------------------------------
[2001-06-19 11:13:48] wachters <email protected>
create 3 files
test.php:
<?php
include("test1.php");
include("test2.php");
?>
test1.php:
<?php
foreach($a as $b){
echo"a");
}
?>
test2.php:
<?php
?>
now run test.php.. PHP crashes. There's a little syntax error in test1.php: echo"a"); should be echo("a");
---------------------------------------------------------------------------
ATTENTION! Do NOT reply to this email!
To reply, use the web interface found at http://bugs.php.net/?id=11562&edit=2
-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: lenar <email protected>: "[PHP-DEV] Bug #11609: documentation packaging format"
- Previous message: Liz: "[PHP-DEV] FW: [PHP-QA] 4.0.6 Packaged!"
- Next in thread: sniper <email protected>: "[PHP-DEV] Bug #11562 Updated: PHP crashes everytime with little syntax error"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

