RE: [PHP] Update PHP

2002-06-16 Thread Christian Ista
> You may want to do a phpinfo() on your existing installation, to > determine the configuration directives that were used. Likely, you > will want to use the same ones (or nearly the same) with this new > build. I have that : System Linux localhost.localdomain 2.4.7-10BOOT #1 Thu Sep 6 16:15:0

RE: [PHP] Update PHP

2002-06-16 Thread Christian Ista
> If you were the person who installed PHP before, then you probably > remember the process. It's a configure/make/make install process. Sure :) But I rent a dedicated server with all preinstalled, PHP, MySQL ... Bye -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit

Re: [PHP] Update PHP

2002-06-16 Thread Julie Meloni
CI> I have a dedied server (with linux RedHat 7.2) and PHP 4.1.2. CI> I'd like to update to the version 4.2.1 Wise. Be sure to read the changelog! CI> Is it enought : CI> tar -zxvf phpfile4-2-1.gz No. All that does is unpack the distribution. You must now build the PHP module. If you were t

Re: [PHP] Update: [PHP] Weird?

2002-03-16 Thread scott furt
I meant, have you created a physical directory named $date? That's your problem. There's no directory named $date on your computer, and you're trying to write files into a non-existent directory. jtjohnston wrote: > I have created date :) > $date = date ("MD"); > That's not it. It seems to fail