Edit report at https://bugs.php.net/bug.php?id=60828&edit=1
ID: 60828 User updated by: bugzilla33 at gmail dot com Reported by: bugzilla33 at gmail dot com Summary: crash with specific php.ini Status: Assigned Type: Bug Package: Reproducible crash Operating System: Win 7 32/64 bit PHP Version: 5.4.0RC6 Assigned To: mattficken Block user comment: N Private report: N New Comment: Also the Polish language version. Previous Comments: ------------------------------------------------------------------------ [2012-02-03 20:03:31] bugzilla33 at gmail dot com I just checked on the third machine. This time, Windows 7 32-bit Home Premium SP1 with all updates. The problem also occurs. ------------------------------------------------------------------------ [2012-02-03 19:49:49] bugzilla33 at gmail dot com I have installed Windows 7 64-bit SP1 Polish and all updates from microsoft. Nazwa hosta: GOOROL Nazwa systemu operacyjnego: Microsoft Windows 7 Professional Wersja systemu operacyjnego: 6.1.7601 Service Pack 1 Kompilacja 7601 Producent systemu operacyjnego: Microsoft Corporation Konfiguracja systemu operacyjnego: Samodzielna stacja robocza Typ kompilacji systemu operacyjnego: Multiprocessor Free Zarejestrowany wÂaÂciciel: Admin Zarejestrowana organizacja: Identyfikator produktu: 00371-OEM-8992671-00004 Data oryginalnej instalacji: 2012-01-13, 21:58:57 Czas rozruchu systemu: 2012-02-03, 16:16:41 Producent systemu: MICRO-STAR INTERNATIONAL CO., LTD Model systemu: MS-7125 Typ systemu: x64-based PC Procesory: Zainstalowanych procesorËw: 1. [01]: AMD64 Family 15 Model 47 Stepping 2 AuthenticAMD ~1809 Mhz Wersja systemu BIOS: Phoenix Technologies, LTD 6.00 PG, 2006-05-22 Katalog Windows: C:\Windows Katalog systemowy: C:\Windows\system32 UrzÄdzenie rozruchowe: \Device\HarddiskVolume1 Ustawienia regionalne systemu: pl;Polski Ustawienia regionalne: pl;Polski Strefa czasowa: (UTC+01:00) Sarajewo, Skopie, Warszawa, Zagrzeb CaÂkowity rozmiar pami©ci fizycznej: 2Ë048 MB Dost©pna pami©â fizyczna: 806 MB Pami©â wirtualna: rozmiar maks.: 4Ë095 MB Pami©â wirtualna: dost©pna: 1Ë845 MB Pami©â wirtualna: w uľyciu: 2Ë250 MB Lokalizacje plikËw stronicowania: C:\pagefile.sys Domena: WORKGROUP Serwer logowania: BRAK Poprawki: Zainstalowane poprawki: 61 [01]: KB982861 [02]: 982861 [03]: KB971033 [04]: KB2425227 [05]: KB2479943 [06]: KB2484033 [07]: KB2488113 [08]: KB2491683 [09]: KB2492386 [10]: KB2503665 [11]: KB2505438 [12]: KB2506014 [13]: KB2506212 [14]: KB2506928 [15]: KB2507618 [16]: KB2509553 [17]: KB2510531 [18]: KB2511250 [19]: KB2511455 [20]: KB2515325 [21]: KB2518869 [22]: KB2522422 [23]: KB2529073 [24]: KB2532531 [25]: KB2533552 [26]: KB2536275 [27]: KB2536276 [28]: KB2539635 [29]: KB2541014 [30]: KB2544893 [31]: KB2545698 [32]: KB2547666 [33]: KB2552343 [34]: KB2556532 [35]: KB2560656 [36]: KB2563227 [37]: KB2564958 [38]: KB2567680 [39]: KB2570947 [40]: KB2572077 [41]: KB2579686 [42]: KB2584146 [43]: KB2585542 [44]: KB2588516 [45]: KB2603229 [46]: KB2607576 [47]: KB2618444 [48]: KB2618451 [49]: KB2619339 [50]: KB2620704 [51]: KB2620712 [52]: KB2631813 [53]: KB2633952 [54]: KB2639417 [55]: KB2641690 [56]: KB2644615 [57]: KB2656356 [58]: KB958488 [59]: KB976902 [60]: KB976932 [61]: KB982018 Karty sieciowe: Zainstalowane karty NIC: 2. [01]: Kontroler sieci NVIDIA nForce Nazwa poÂÄczenia: PoÂÄczenie lokalne Stan: NoÂnik odÂÄczony [02]: Karta Realtek RTL8139/810x Family Fast Ethernet NIC Nazwa poÂÄczenia: PoÂÄczenie lokalne 2 DHCP wÂÄczone: Nie Adresy IP [01]: 192.168.1.3 [02]: fe80::71d5:42a9:afa2:2cba 1 ------------------------------------------------------------------------ [2012-02-03 19:39:33] mattfic...@php.net Using both the INI files from http://host0001.webd.pl/bugs/php/crash.zip and http://host0001.webd.pl/bugs/php/bug.7z (and apache2.21.2 and php 5.4.0rc7 from bug.7z) I can NOT reproduce this problem on either Win7sp0x64 or Win7sp1x64. I have enabled the extensions from step 5 (gd2, mbstring, openssl, sockets). On both OS/Versions PHP and apache don't crash, and the extensions that are enabled show up in phpinfo(). Thank you for providing a detailed repro setup (bug.7z) with all dependencies, etc... It makes it fast and accurate to try to repro. If you want us to proceed further, would you provide the output of the 'systeminfo' command (from command prompt, run 'systeminfo'). That will provide patch information, etc... about the affected machine. ------------------------------------------------------------------------ [2012-02-03 18:28:26] paj...@php.net Matt, can you try to reproduce these steps please? I can't. ------------------------------------------------------------------------ [2012-02-03 18:25:34] bugzilla33 at gmail dot com 0. download http://host0001.webd.pl/bugs/php/bug.7z 1. This is http://www.apachelounge.com/download/binaries/httpd-2.2.21-win32.zip 2. And http://windows.php.net/downloads/qa/php-5.4.0RC7-Win32-VC9-x86.zip 3. httpd.conf modifications PHPINIDir c:/php54 LoadModule php5_module c:/php54/php5apache2_2.dll AddType application/x-httpd-php .php 4. php.ini (from php.ini-development) modifications extension_dir = "c:\php54\ext" extension=php_gd2.dll extension=php_intl.dll extension=php_mbstring.dll 5. Steps to reproduce - use Windows 7 (64-bit ?) - upack this to c:\ root - run install.bat (install Apache service) - run start.bat (start Apache service) - type in browser http://127.0.0.1/phpinfo.php 6. Expected result - gd loaded - intl loaded - mbstring loaded 7. Actual result - only mbstring loaded 8. Tested on two other machines ------------------------------------------------------------------------ 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=60828 -- Edit this bug report at https://bugs.php.net/bug.php?id=60828&edit=1