Difference is in the way they handle a failure.Require gives a fatal
error and processing of the page halts, while include continues
processing the page. More info in the PHP online manual
http://www.php.net/docs.php
-Oorspronkelijk bericht-
Van: Rinku Shivnani [mailto:[EMAIL PROTECTED]
V
1)Check if you don't have an instance of php.exe running for some reason
when you load apache
2)try using LoadModule php4_module (not LoadModule php5) The module
might for some reason be called Module php4 internally
3) put php4apache2.dll in c:/php/sapi/php4apache2.dll (wherever your
sapi dir
Check your firewall/router settings if you have these running, you might
have to change settings there.
-Oorspronkelijk bericht-
Van: Disko_kex [mailto:[EMAIL PROTECTED]
Verzonden: vrijdag 17 oktober 2003 10:33
Aan: [EMAIL PROTECTED]
Onderwerp: failed to open stream: HTTP
Hi.
This has
Did you add
In the series 'LoadModule'
LoadModule php4_module c:/php/sapi/php4apache2.dll (or wherever this
dll resides on your system)
And in the series 'AddType '
AddType application/x-httpd-php .php .phtml
to your apache config?
-Oorspronkelijk bericht-
Van: Peter Gerwing [mailt
Try this: put a copy of the php4ts.dll in your php\sapi folder
-Oorspronkelijk bericht-
Van: Morten Gulbrandsen [mailto:[EMAIL PROTECTED]
Verzonden: dinsdag 30 september 2003 18:04
Aan: [EMAIL PROTECTED]
Onderwerp: Can't start php under Apache after Load Module php4apache.dll
Hello Prog
Issue solved: a setting in the firewall prevented proper execution of
the PHP scripts on Apache.
.sigh..
Thanks for help/suggestions on and off list!
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
apache 2.0.47
php 4.3.3
win XP Pro
With the above combination most of the scripts I have don't work under
Apache, however they do running Omni HTTPd.
With Apache for example remote includes fail:
Warning: failed to open stream: Bad file descriptor
Failed opening 'http://somedomain.com/test.htm'