I have php version 4.22 installed in my linux box , when i compiled it for the first time i forgot to give some options ( --enable-sysvsem --enable-sysvshm ) while configuring
so i tried it after four hours, everything went fine php is working but when i checked via phpinfo() the changes i made are not reflecting in the Configure Command section , even the build date is showing the date time of the first configuration
This is the configure command i used
./configure --with-apache=../apache_1.3.26 --enable-pic --enable-shared --enable-inline-optimization --with-regex=system --with-gettext --with-gd --with-jpeg-dir=/usr --with-png --with-zlib --enable-debugger --enable-magic-quotes --enable-sockets --enable-sysvsem --enable-sysvshm --enable-track-vars --enable-yp --enable-ftp --enable-wddx --with-xml --with-mysql --with-pgsql=shared --enable-sigchild --enable-force-cgi-redirect --with-pspell --enable-bcmath --enable-calendar
But the phpinfo function is showing
'./configure' '--with-apache=../apache_1.3.26' '--with-mysql' '--enable-pic' '--enable-shared' '--enable-inline-optimization' '--with-regex=system' '--with-gettext' '--with-gd' '--with-jpeg=/usr' '--with-png' '--with-zlib' '--enable-debugger' '--enable-magic-qoutes' '--enable-track-vars' '--enable-yp' '--enable-ftp' '--enable-wddx' '--with-xml' '--with-mysql' '--with-pgsql=shared' '--enable-sigchild' '--enable-force-cgi-redirect' '--with-pspell' '--enable-bcmatch' '--enable-calendar'
I am really confused , from where does phpinfo read these messages i even deleted the php.ini file but the phpinfo function din't throw any error cause i was under the impression that phpinfo function reads data for this file . Any help will be deeply appreciated . I'm struck