[PHP-INSTALL] RE [PHP-INSTALL] Error when installing 5.2.8 on Win XP

2009-02-09 Thread j . kaluza
Did you try to install from zip archive also ? I had same problem on windows vista and i used zip php package and it worked fine. Jerôme Kaluza Service du Sang Service Informatique Croix-Rouge de Belgique rue de Stalle 96 - 5e étage B-1180 Bruxelles Tél. : + 32 (0)2 371 35 05 GSM : +32 (0)473 80

Re: [PHP-INSTALL] Re: strtr array replace issue...

2009-02-09 Thread Christopher Jones
Brad Freshour wrote: > Keith, thanks... no luck doing it that way either... Can someone else > try the snippet and see what is returned? > > php > $a = "/home/user/public_html/Packages/temp"; > php > $b = array('' => ''); > php > echo strtr($a, $b); > php > echo $a; > /home/user/public_html/Packa

[PHP-INSTALL] Re: strtr array replace issue...

2009-02-09 Thread Brad Freshour
On Mon, Feb 9, 2009 at 2:19 PM, Brad Freshour wrote: > Apache: 2.2.8 threaded > PHP: 5.2.4-2 > mySQL: 5.051.a > > Ubuntu 8.04 minimal with everything needed installed via apt-get. > > Using SMF forum, I'm having an issue with the strtr command... Here's > the code... > > $ftp_file = strtr($filena

Re: [PHP-INSTALL] strtr array replace issue...

2009-02-09 Thread Keith Roberts
On Mon, 9 Feb 2009, Brad Freshour wrote: To: php-install@lists.php.net From: Brad Freshour Subject: [PHP-INSTALL] strtr array replace issue... Apache: 2.2.8 threaded PHP: 5.2.4-2 mySQL: 5.051.a Ubuntu 8.04 minimal with everything needed installed via apt-get. Using SMF forum, I'm having an i

[PHP-INSTALL] strtr array replace issue...

2009-02-09 Thread Brad Freshour
Apache: 2.2.8 threaded PHP: 5.2.4-2 mySQL: 5.051.a Ubuntu 8.04 minimal with everything needed installed via apt-get. Using SMF forum, I'm having an issue with the strtr command... Here's the code... $ftp_file = strtr($filename, array ($_SESSION['pack_ftp']['root'] =>'')); The $_SESSION['pack_f

[PHP-INSTALL] Windows Server 2003 Installation Problems

2009-02-09 Thread Shaun Thornburgh
Hi, I am trying to get PHP to run on IIS on our Windows 2003 server. It has been running up until recently however I have just removed an ISAPI rewrite module and now PHP won't run at all. I have a simple file called index.php with the following contents: but this doesnt't work. Ammoyingly