ID:               36452
 Updated by:       [EMAIL PROTECTED]
 Reported By:      redscourge at gmail dot com
-Status:           Open
+Status:           Bogus
 Bug Type:         Apache2 related
 Operating System: windows xp sp2
 PHP Version:      5.1.2
 New Comment:

Everything works fine..
Check if you don't have any old dlls in Windows dirs (C:\windows and
C:\windows\system32).
Also, if you have mysal installed, with its dir in the path, check the
version of its libmysql.dll file, because it may be causing the
problem.

If still doesn't work, read *carefully* the on-line manual:
http://php.net/install.windows.manual


Previous Comments:
------------------------------------------------------------------------

[2006-02-19 03:40:24] redscourge at gmail dot com

Description:
------------
i just tried to upgrade from php 5.0.2 to 5.1.2 today. i replaced all
files properly, and tried first going line by line thru 5.1.2's php.ini
file and toggling on the features that i had in my previous php.ini
version, so that any new stuff added since then is in its new default,
but settings that affect my setup are as they should be.

i verified the file permissions, moved the updated php5ts.dll and
php5apache2.dll files to my apache folder, then started up my apache
server, version 2.0.55.

i loaded my front page, and BAM! i get nothing. then i tried a few
things, and apache2 was telling me on startup that it couldnt find the
php_mysql.dll or php_gd2.dll libraries that i enabled in the php.ini
file, that were there, that were being pointed at properly by the
php.ini file, and yet it didnt work.

i tried replacing those .dll files with the old ones from my previous
installation, didnt work.

tried keeping the new version dll's and putting all my original version
files back, didnt work.

this leads me to believe that the new php_mysql.dll file and
php_gd2.dll file are either corrupt, or do not work with apache 2.0.55

i know for damn sure i did nothing wrong, as i retried this several
times from scratch, and only when all 5.0.2 files present did php load
the dll's correctly.

Reproduce code:
---------------
my webpage depends on retrieving SQL code to produce all html output,
and since it couldnt load the mysql dll, i got a blank html source file
served on the main page, and any page that makes use of sql.

Expected result:
----------------
i expected my damn site to work, seeing as how i know the php.ini file
was fine, im lead to believe that php 5.1.2 is a released version and
should therefore work, and because i made sure i didnt forget anything
at all.

Actual result:
--------------
shit all


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


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

Reply via email to