|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
[2003-06-29 19:33 UTC] zarxos at yahoo dot com
Description: ------------ In Windows XP and Apache 1.3.27, when you try to load a php page, it says PHP could not be loaded because iconv.dll could not be found. This is fixable by moving it to C:\Windows\System32 but I thought I would just let you guys know. Reproduce code: --------------- Any PHP Code Expected result: ---------------- Whatever PHP page I'm trying to load. Actual result: -------------- 500 - Internal Server Error PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sat Dec 06 23:00:01 2025 UTC |
To edink@php.net: Very bad suggestion !!! Do you realy expect ppl to copy all *.dll to the system32 folder when trying to use a beta PHP5 (or other version)? How do you expect Ppl do any testing? What I usually did in V4.x is to copy the apache API-dll C:/php4/sapi/php4apache.dll to C:/php4/ That did the trick so far. But in PHP V5 Apache complains it can't load php4apache.dll (even if it's there). I found out that PHP5 requires an additional DLL: the C:/php4/dlls/iconv.dll for some reson. So I also copy C:/php5/dlls/iconv.dll to C:/php5/ and everything works so far again.