php-windows Digest 22 Dec 2001 21:17:38 -0000 Issue 914
Topics (messages 11077 through 11080):
References Problem
11077 by: Alek Andreev
Re: question about IIS 4.0
11078 by: Numero 6
PHP software tool
11079 by: LaserJetter
11080 by: Martin Halford
Administrivia:
To subscribe to the digest, e-mail:
[EMAIL PROTECTED]
To unsubscribe from the digest, e-mail:
[EMAIL PROTECTED]
To post to the list, e-mail:
[EMAIL PROTECTED]
----------------------------------------------------------------------
--- Begin Message ---
Hi!
I've got a problem with references. Here's an example:
$a = 5;
$b &= $a;
// $b == 5 - this part is ok, but
$a = new MyObject(5);
// $c->value == 5
$d &= $c;
// $d->value == NULL, and in fact
// $d == NULL
How can I have $d point to $c?
Regards,
Alek Andreev
[EMAIL PROTECTED]
--- End Message ---
--- Begin Message ---
IIS 4.0 is included in NT4 Option Pack
It's an additional CD of the NT distribution
"Roberto Caravaggi" <[EMAIL PROTECTED]> ha scritto nel messaggio
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> We start a new environment with O.S. Microsoft NT4.0, (service pack 6)
and
> Microsoft SQL 7.0.
>
> After start-up we found pakage "Internet Information Server 3.0" but
we are
> looking for IIS 4.0 to work whit PHP sw.
>
> Where can we found the new version or an upgrade of the previous
release?
>
> Thanks so much!
>
> R.Caravaggi
>
--- End Message ---
--- Begin Message ---
Does anybody know of or can recommend any freeware text editing tools for
editing PHP code in Win32?
I can manage with Windows' Notepad but something with code highlighting etc
and of a similar footprint to notepad would be useful.
--- End Message ---
--- Begin Message ---
Dear 'LaserJetter'
I quite like HTML-Kit from:
http://www.chami.com/html-kit/
It's free, stable, has line numbering, php plug-in and above all else
remembers file locations and has a good recent files look-up.
Give it a try!
Best regards,
Martin
----------------------------------
Martin Halford
V-Consult Limited
http://www.v-consult.co.uk
----------------------------------
-----Original Message-----
From: LaserJetter [mailto:[EMAIL PROTECTED]]
Sent: Saturday, December 22, 2001 6:47 PM
To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
Subject: [PHP-WIN] PHP software tool
Does anybody know of or can recommend any freeware text editing tools for
editing PHP code in Win32?
I can manage with Windows' Notepad but something with code highlighting etc
and of a similar footprint to notepad would be useful.
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]
---
Incoming mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.309 / Virus Database: 170 - Release Date: 17-Dec-01
--- End Message ---