ID:               48034
 Updated by:       j...@php.net
 Reported By:      ninzya at inbox dot lv
 Status:           Feedback
 Bug Type:         Reproducible crash
 Operating System: Windows XP
 PHP Version:      5.3.0RC1
 New Comment:

Also: Exactly how does it crash? Are you sure it crashes? How did you
configure PHP in Apache? (READ: Not enough information, 99% bogus..)


Previous Comments:
------------------------------------------------------------------------

[2009-04-21 11:13:45] j...@php.net

Thank you for this bug report. To properly diagnose the problem, we
need a short but complete example script to be able to reproduce
this bug ourselves. 

A proper reproducing script starts with <?php and ends with ?>,
is max. 10-20 lines long and does not require any external 
resources such as databases, etc. If the script requires a 
database to demonstrate the issue, please make sure it creates 
all necessary tables, stored procedures etc.

Please avoid embedding huge scripts into the report.

(can not reproduce..)

------------------------------------------------------------------------

[2009-04-21 11:01:44] ninzya at inbox dot lv

Still crashes

------------------------------------------------------------------------

[2009-04-21 10:35:14] j...@php.net

Please try using this CVS snapshot:

  http://snaps.php.net/php5.3-latest.tar.gz
 
For Windows:

  http://windows.php.net/snapshots/



------------------------------------------------------------------------

[2009-04-21 10:22:26] ninzya at inbox dot lv

Description:
------------
Configuration: Apache HTTPd 2.0.61.200
PHP: 5.3.0RC1
OS: Windows XP SP3

PHP crashes apache when php file including php tags + data between them
is 8192 bytes (8KB) long.

Reproduce code:
---------------
Create file with the following content:

<?php(any 8185 byte long data)?>

or

<?(any 8188 byte long data)?>

and request it through the browser.

Expected result:
----------------
No crashes

Actual result:
--------------
Crash


------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=48034&edit=1

Reply via email to