Re: [PHP-INSTALL] Configure Command from ./php -i incorrect?
[email protected] (Philipp Schuler)
| Newsgroups | php.install |
|---|---|
| Message-ID | <2011053116590483152-philippschuler@boomingde> |
On 2011-05-31 16:18:36 +0200, Sharl.Jimh.Tsin said: > On 2011年05月31日 19:34, Philipp Schuler wrote: >> Hi all, >> >> I wanted to check one of my php installations, a php-5.3.5 . >> On php -i it only shows a part of the configure command I used, however >> everything I wanted to configure/compile in _IS_ working. >> For example --enable-calendar, doesnt show up in the configure command >> but it DOES work and shows up as "enabled" in the rest of the php -i >> >> Is there any reason why the configure command outputted by php-i isnt >> complete ? >> >> Help appreciated, Phil > that's impossible,if you do not compile the module in,it should not > exist.run "php -m" to check again. I checked php -m and all expected modules are there, but I still wonder why the configure command shown by php -i isnt what I used during confiugration/compilation