On Thursday 11 March 2004 07:24, Joe Patiani wrote: > I`ve tried use php without php.ini , but why the php still running without > any error. It magic, isn`t it. > I don`t know idea why it happen > Please tell which is not right.
Yes php can run without php.ini, nothing magic about it, it just uses the system defaults for the settings. As others have pointed out use phpinfo() to see where your version of php expects to find php.ini located. Then if you really have no php.ini file at the location where your version of php expects it to be then get yourself a copy from either one of the source tarballs or from CVS. -- Jason Wong -> Gremlins Associates -> www.gremlins.biz Open Source Software Systems Integrators * Web Design & Hosting * Internet & Intranet Applications Development * ------------------------------------------ Search the list archives before you post http://marc.theaimsgroup.com/?l=php-general ------------------------------------------ /* What I want to find out is -- do parrots know much about Astro-Turf? */ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php