php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #60773 configuration certainly contain DLLs from older PHP
Submitted: 2012-01-16 19:26 UTC Modified: 2012-01-16 19:50 UTC
Votes:1
Avg. Score:5.0 ± 0.0
Reproduced:1 of 1 (100.0%)
Same Version:1 (100.0%)
Same OS:1 (100.0%)
From: bugzilla33 at gmail dot com Assigned:
Status: Not a bug Package: Reproducible crash
PHP Version: 5.4.0RC5 OS: win 7
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: bugzilla33 at gmail dot com
New email:
PHP Version: OS:

 

 [2012-01-16 19:26 UTC] bugzilla33 at gmail dot com
Description:
------------
pajoye@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

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2012-01-16 19:49 UTC] pajoye@php.net
-Status: Open +Status: Bogus
 [2012-01-16 19:49 UTC] pajoye@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:50 UTC] pajoye@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 21:01 UTC] bugzilla33 at gmail dot com
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.
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Mon Jul 14 05:01:34 2025 UTC