Re: [PHP] Missing php.ini file

2003-07-15 Thread Chris Blake
On Tue, 2003-07-15 at 11:05, Joel Rees wrote: > ..here is the output : > > > > [EMAIL PROTECTED] php]# find / -name php.ini -print > > sudo is your friend. Not knowing much about Linux, at the moment sudo is very confusing, but I`ll be looking into it :) > > > /home/chris/Documents/M

Re: [PHP] Missing php.ini file

2003-07-15 Thread Joel Rees
> Greetings again, > > Did as Ralph suggested...here is the output : > > [EMAIL PROTECTED] php]# find / -name php.ini -print sudo is your friend. > /home/chris/Documents/Mein Stuph/PHP 4 > Package/php-4.3.1/pear/tests/php.ini > find: /mnt/floppy: Input/output error > find: /mnt/cdro

RE: [PHP] Missing php.ini file

2003-07-14 Thread Chris Blake
Greetings again, Did as Ralph suggested...here is the output : [EMAIL PROTECTED] php]# find / -name php.ini -print /home/chris/Documents/Mein Stuph/PHP 4 Package/php-4.3.1/pear/tests/php.ini find: /mnt/floppy: Input/output error find: /mnt/cdrom: Input/output error /mnt/ClientWebs/kno

RE: [PHP] Missing php.ini file

2003-07-14 Thread Ralph Guzman
Chris, Not sure how you went about searching for php.ini, but you can type in the following find command in your command prompt and it will search your entire system: find / -name php.ini -print You may also want to look for php.in in /usr/local/lib. This is where php install php.ini by default.

Re: [PHP] Missing php.ini file

2003-07-14 Thread Philip Olson
> > You'll be waiting a long time, until the end of time :) > > Because the php4 module is now named php-src, so change > > that in the url and you'll be set. > > Thanks. Someone needs to change the link in the Configuration chapter of the > manual, too, b/c that's how I always find it. :) Done,

Re: [PHP] Missing php.ini file

2003-07-14 Thread CPT John W. Holmes
> You'll be waiting a long time, until the end of time :) > Because the php4 module is now named php-src, so change > that in the url and you'll be set. Thanks. Someone needs to change the link in the Configuration chapter of the manual, too, b/c that's how I always find it. :) ---John Holmes...

Re: [PHP] Missing php.ini file

2003-07-14 Thread Philip Olson
On 14 Jul 2003, Chris Blake wrote: > On Mon, 2003-07-14 at 14:13, John W. Holmes wrote: > > . > > > > You can normally just get a new php.ini from here: > > > > http://cvs.php.net/co.php/php4/php.ini-dist > > > > but it's giving a 505 error right now. May have to wait a bit. > > > > First, cre

Re: [PHP] Missing php.ini file

2003-07-14 Thread Chris Blake
On Mon, 2003-07-14 at 14:13, John W. Holmes wrote: > . > > You can normally just get a new php.ini from here: > > http://cvs.php.net/co.php/php4/php.ini-dist > > but it's giving a 505 error right now. May have to wait a bit. > > First, create a PHP page with just the function on it. > Load up

Re: [PHP] Missing php.ini file

2003-07-14 Thread John W. Holmes
Chris Blake wrote: My php.ini file has gone awol, how or why I don`t know You can normally just get a new php.ini from here: http://cvs.php.net/co.php/php4/php.ini-dist but it's giving a 505 error right now. May have to wait a bit. First, create a PHP page with just the function on it. Lo