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
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
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
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
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
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