One big question, did you install php from source, and if so, did you install it twice, as you need to in order to update the CGI version of php. So for example if you did a:
./configure --with-apxs2=/usr/local/apache/bin/apxs (etc..other options);make;make install
but didn't ./configure again without the --with-apxs2 line(BTW, a good practice to make clean before running config again, then make;make install after the config, again), you only installed php for apache, and not CGI, hence your CGI version would be the last version that was installed.


On Tuesday, Sep 9, 2003, at 07:44 America/New_York, Burkhard Cruse wrote:

Hey * !

I' ve PHP 4.3.3 installed under Linux/Apache 2 without any problems.
But when i call the CLI with the m-flag (php -m), it show's a version-number
4.2.3 !
I test some 4.3-functions, and really, the cli says ': undefined function' !


Can anybody help me ?

Burkhard

--James Hughbanks
Mikro-Data Engineering Dept.
[EMAIL PROTECTED]
1-866-457-6287
http://www.mikro-data.net

Reply via email to