[PHP] include not returning true under zend debugger - possible bug?

2003-09-19 Thread Tom H
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

[PHP] win32 php on win2000 does not seem to be searching its own C:\php\dlls folder???

2003-09-16 Thread Tom H
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

[PHP] argg - new install of php 4.3.3 on iis/w2k - post variables are empty

2003-09-09 Thread Tom H
, 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