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

 ID:                 60773
 Updated by:         paj...@php.net
 Reported by:        bugzilla33 at gmail dot com
 Summary:            configuration certainly contain DLLs from older PHP
-Status:             Open
+Status:             Bogus
 Type:               Bug
 Package:            Reproducible crash
 Operating System:   win 7
 PHP Version:        5.4.0RC5
 Block user comment: N
 Private report:     N

 New Comment:

Again and this is my very last warning, please stop to report duplicate bugs 
endlessly.

If you have anything to add to a specific bug, add a comment there.


Previous Comments:
------------------------------------------------------------------------
[2012-01-16 19:26:42] bugzilla33 at gmail dot com

Description:
------------
paj...@php.net says:

http://host0001.webd.pl/bugs/php/reports/Reports.zip

The backtrace clearly shows what 

http://windows.php.net/downloads/qa/php-5.4.0RC5-Win32-VC9-x86.zip

configuration certainly contain DLLs from older PHP
versions or missing some in your paths.


Please pay attention to it when compiling the next builds.

Test script:
---------------
PID_1080.php:

<?php
 file_put_contents('test.php',str_repeat('passed, ',1024));
 require('test.php');
?>


PID_1280.php:

<?php
 header('Location: http://php.net/');
?>


PID_4656.php:

<?php
 phpinfo();
?>


Expected result:
----------------
configuration do not contain DLLs from older PHP
versions and do not missing some in your paths

Actual result:
--------------
configuration certainly contain DLLs from older PHP
versions or missing some in your paths


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



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

Reply via email to