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:             Not a bug
 Type:               Bug
 Package:            Reproducible crash
 Operating System:   Win 7 32/64 bit
 PHP Version:        5.4.0RC6
 Block user comment: N
 Private report:     N

 New Comment:

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


Previous Comments:
------------------------------------------------------------------------
[2012-01-23 07:13:41] bugzilla33 at gmail dot com

It's interesting, but this error only occurs on my machine.
It is independent of the operating system (Win 7 32/64 bit).
I can not reproduce it on another machine.

------------------------------------------------------------------------
[2012-01-22 16:27:03] bugzilla33 at gmail dot com

it's strange, but if you are loading additional php_soap.dll

   extension_dir = "c:\php5\ext"
   extension=php_gd2.dll
   extension=php_mbstring.dll
   extension=php_openssl.dll
   extension=php_soap.dll
   extension=php_sockets.dll

(Please compare with the first comment.)

Apache do not crash!

What is this strange behavior is caused by? (introduced in RC5)

------------------------------------------------------------------------
[2012-01-22 16:15:47] paj...@php.net

"Fix it then so that the internal loading order is not strictly tied to the 
order 
in php.ini"

they are loaded as listed in php.ini

------------------------------------------------------------------------
[2012-01-22 16:08:15] bugzilla33 at gmail dot com

only Apache log after crash:

[Sun Jan 22 17:03:51 2012] [notice] Parent: child process exited with status 
255 -- Restarting.

php_errors.log does not appear anything new

------------------------------------------------------------------------
[2012-01-21 19:39:10] paj...@php.net

You are welcome to contribute a patch.

However there is no crash but a warning, as I told you already, check your logs.

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


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

Reply via email to