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

 ID:               51185
 Updated by:       paj...@php.net
 Reported by:      randy at thehiringsurvey dot com
 Summary:          Apache won't start after PHP 5.3.1 is installed
-Status:           Feedback
+Status:           Bogus
 Type:             Bug
 Package:          Windows Installer
 Operating System: Windows 7 (x64)
 PHP Version:      5.3.1

 New Comment:

@cunobatis at bluewin dot ch



that's a configuration problem. Adding the PHP directory to your PATH is
a required step when you configure PHP with Apache.


Previous Comments:
------------------------------------------------------------------------
[2010-03-16 00:36:30] cunobatis at bluewin dot ch

I just had the same problem as randy and adding the path where php
resides to my PATH varible did the trick indeed!

------------------------------------------------------------------------
[2010-03-04 16:49:52] paj...@php.net

interbase is not available in 5.3, so I think you were using the old
php.ini or messing extensions.

------------------------------------------------------------------------
[2010-03-04 16:00:19] c dot fior at bss-gt dot com

This were the installed extension, but now I have gone back to 5.2.12
because it is a production server



extension=php_dbase.dll

extension=php_gd2.dll

extension=php_imap.dll

extension=php_interbase.dll

extension=php_mysql.dll

extension=php_openssl.dll

extension=php_pdo_mysql.dll

extension=php_xsl.dll

extension=php_zip.dll

------------------------------------------------------------------------
[2010-03-04 15:43:21] randy at thehiringsurvey dot com

pajoye asked me which extensions were enabled.  I'm sorry but because I
have uninstalled 5.3.1 and installed 5.2.13 I can no longer say for
certain.  I do not have a copy of the php.ini from the 5.3.1
installation.  I checked my trash, and it's gone.



When I installed 5.3.1 I did go through the custom setup and to select
extensions.  There were a few extensions that I knew I needed.  I think
that they (PEAR and MySQL) were both selected by default, so I just took
the defaults.

------------------------------------------------------------------------
[2010-03-04 11:29:02] paj...@php.net

Which extension(s) are enabled in the php.ini?



It could be due to some extensions requiring external DLLs (oracle for
example) or the PHP directory not being in your PATH.



Try to call php from the command line as well, with or without using the
system php.ini (be sure that you have removed or updated the 5.2's
php.ini, especially the extension_dir setting).



php.exe -n -i no php.ini loaded

php.exe -i with system php.ini

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


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

    http://bugs.php.net/bug.php?id=51185


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

Reply via email to