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

 ID:                 48034
 Comment by:         ninzya at inbox dot lv
 Reported by:        ninzya at inbox dot lv
 Summary:            Crash when script is 8192 (8KB) bytes long
 Status:             Assigned
 Type:               Bug
 Package:            Reproducible crash
 Operating System:   *
 PHP Version:        5.*, 6CVS (2009-04-21)
 Assigned To:        dmitry
 Block user comment: N
 Private report:     N

 New Comment:

Just ran into this problem again, almost exactly two years later :) But this 
time 
with 4KB (4096 bytes) long script:

<?php(any 4089 bytes long data)?>


Previous Comments:
------------------------------------------------------------------------
[2012-01-17 09:30:14] dmi...@php.net

Automatic comment from SVN on behalf of dmitry
Revision: http://svn.php.net/viewvc/?view=revision&amp;revision=322384
Log: Fixed workaround for bug #48034 on Windows (Crash when script is 8192 
(8KB) bytes long)

------------------------------------------------------------------------
[2012-01-17 08:15:40] paj...@php.net

Dmitry,

I think you can apply it already :)

------------------------------------------------------------------------
[2012-01-16 23:09:15] paj...@php.net

>From Matt (our tester/QA team):
"I've tested the patch from 48034 on php_5_4 r322075 on Win7 x64 sp1 and it 
fixes the bug from 60771.

I tested the repro script PID1080 from 60771 that produces a >8k text file and 
tries to require it.

I also produced another >8k file myself and added some php code to it (inside <?
php tags) and required it from another script. With 48034 patch, that also 
works."

phpt for that is coming too

------------------------------------------------------------------------
[2012-01-16 17:09:02] pvasilevich at parallels dot com

I have applied similar patch and problem solved. ( I have removed #ifdef 
HAVE_MMAP at all)

------------------------------------------------------------------------
[2012-01-16 14:46:00] dmitry at zend dot com

Can anyone check if the attached patch fixes the problem?

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


The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at

    https://bugs.php.net/bug.php?id=48034


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

Reply via email to