Re: PHP Setup



Lammi wrote:
XAMP won't solve your problem because you want PostGres SQL, not MySQL.

of course it will, all he has to do is to active the postgres-dll.
and he gets a clean, accurate installation.


And he has a lot of disk space unnecessarily taken up by MySQL.

As to your problem. It looks like PHP isn't finding the file. Do you
have your PHPiniDir before the LoadModule statement for PHP?

it should be AFTER the load_module directive.


Maybe it doesn't make any difference. I always put it before the LoadModule statement so it's available when the module is loaded.

Also, I
always use forward slashes - they work fine, even in Windows (except the
command processor), and sometimes backslashes cause problems. You might
try putting PHPiniDir "C:/PHP".

you're right, in some cases, php ignores paths given with backslashes
(don't know why).
forward slashes may solve the problem.

regards



--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@xxxxxxxxxxxxx
==================
.



Relevant Pages

  • Re: PHP Setup
    ... have your PHPiniDir before the LoadModule statement for PHP? ... and sometimes backslashes cause problems. ... forward slashes may solve the problem. ...
    (comp.lang.php)
  • Re: PHP/Apache Configuration
    ... Try altering the LoadModule statement to refer to php5apache2_2.dll and see ... After that also try removing the AddModule line. ... I added my PHP directory, C:/PHP5, to my PATH ... If I comment out the above two statemens, Apache will start. ...
    (comp.lang.php)