|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2003-07-24 07:56 UTC] sniper@php.net
[2003-07-24 19:17 UTC] Nico dot Laus dot 2001 at gmx dot de
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Thu Nov 27 11:00:01 2025 UTC |
Description: ------------ As I try to run a simple php script ie.: <? print('Hello world!') ?> I get this strange error Server error! Error message: Premature end of script headers: php.exe If you think this is a server error, please contact the webmaster Error 500 localhost 07/24/03 14:21:52 It's an error from the apache 2.0 webserver I traced it back to it's core, and it seems that there is a DLL missing in the last download, namely "iconv.dll" The distribution I downloaded was: php-5.0.0b1-Win32.zip Reproduce code: --------------- <? print('Hello world!') ?> Expected result: ---------------- Hello world! Actual result: -------------- Server error! Error message: Premature end of script headers: php.exe If you think this is a server error, please contact the webmaster Error 500 localhost 07/24/03 14:21:52 and running php.exe as executable gives: Application termination because iconv.dll is missing