error compiling

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
pauspling
Forum Newbie
Posts: 24
Joined: Thu Nov 17, 2005 4:06 pm

error compiling

Post by pauspling »

Hi!

I tried to install the full version of PHP 5.1.2. When I try to restart the Apache server I get an error message saying that it found an error in php.ini line 872 while compiling. Line 872 is the first line in this section:

[Informix]
; Default host for ifx_connect() (doesn't apply in safe mode).
ifx.default_host =


I.e. "[Informix]" .

What is the problem?
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

did you replace your ini with the one that comes with it? a lot of options have changed in the recent version. Just port in the entries you have changed..
Post Reply