[PHP-INST] Re: phpinfo reports wrong version of apache

2001-09-17 Thread Martin Pavlas
ow the correct information. This also happens when you add some configuration option (ex. --with-something) and do just "make". Then phpinfo won't show this new optin in the Configure Command in phpinfo. But if you use make clear and make, everything is shown correctly. Martin --

[PHP-INST] How to compile PHP modules

2001-09-17 Thread Martin Pavlas
them in php.ini with extension=xxx.so? It's pain to recompile the whole PHP when I need to upgrade only one extension. It seems like --enable-shared is not doing what I want? Or I'm wrong? BTW: what is --enable-sysvsem --enable-sysvshm doing? Shall I use it on Linux (Intel Pentium II)?