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

 ID:                 60773
 Comment by:         bugzilla33 at gmail dot com
 Reported by:        bugzilla33 at gmail dot com
 Summary:            configuration certainly contain DLLs from older PHP
 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:

Ok, could you say why the problem no occur with the RC1, RC2, RC3, RC4,
but occurs with RC5 and RC6 last dev?
I tested on Win 32 and Win 64 after system reinstall.

I use Apache 2.2.21 VC9.


Previous Comments:
------------------------------------------------------------------------
[2012-01-16 19:50:23] paj...@php.net

And no, the zip do not contain old DLLs, was referring to your configuration.

The passes*1024 is another bug and already reported. And you even commented 
there 
as well.

------------------------------------------------------------------------
[2012-01-16 19:49:03] paj...@php.net

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.

------------------------------------------------------------------------
[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