Hi,
if I have a statement like this;
$success = @include "somefile.inc";
under normally runnning in win2000 php 4.3.3 $success is true if the file
somefile.inc exists, but when run under the server debugger, $success is
false, unless somefile.inc has a return statement such as;
return 1;
in i
Hi,
Im using php 4.3.3 on win 2000 server, and ive enabled extensions like so;
extension=php_gd2.dll
extension=php_gettext.dll
and set the extension_dir to C:\php\extensions
and php loads the gd2 library ok, it just fails to open the gettext dll.
with a "PHP Warning: Unknown(): Unable to load dyna
, but as yet I'm unable to track it down.
Thanks in advance for any pointers on fixing this one!!
Cheers
Tom H
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
3 matches
Mail list logo