[PHP] How can I start up a new and recompiled version of source PHP???

2002-11-09 Thread info
Hello PHP-ppl, please help me with an easy question. I want to recompile my sorce-installation from tarball, because I forgot an essential flag, the --enable-ftp flag: ./configure . --enable-ftp --other-flags Orderly I erased the config.cache file, the make distclean After running

Re: [PHP] How can I start up a new and recompiled version of source PHP???

2002-11-09 Thread @ Edwin
By restarting your web server? - E [EMAIL PROTECTED] wrote: [snip] How can I start up this new and recompiled version of PHP??? [/snip] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] How can I start up a new and recompiled version of source PHP???

2002-11-09 Thread info
Hello Edwin, Thank you for answering my question : - [snip] How can I start up this new and recompiled version of PHP??? [/snip] That´s all ?? Even for a -NOT-DSO but CGI-Installation.??? How can I check that all things were compiled? Hope for help. Oliver Etzel lowcost domains lowcost

Re: [PHP] How can I start up a new and recompiled version of source PHP???

2002-11-09 Thread @ Edwin
Well, *I think* if you've overwritten the previous files, then you'll be able to use the new versions. Try phpinfo() or php -v (or something) and perhaps you'll see if indeed the new version is running. - E [EMAIL PROTECTED] wrote: Hello Edwin, Thank you for answering my question : -