Dreamweaver PHP 5

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

Post Reply
User avatar
tecktalkcm0391
DevNet Resident
Posts: 1030
Joined: Fri May 26, 2006 9:25 am
Location: Florida

Dreamweaver PHP 5

Post by tecktalkcm0391 »

Does dreamweaver support the codes for PHP 5. If not is there a way to add them?
User avatar
Verminox
Forum Contributor
Posts: 101
Joined: Sun May 07, 2006 5:19 am

Post by Verminox »

What do you mean 'support PHP5'? If you mean for the syntax highlighting, then I know Dreamweaver 8 does. I have DW8 and it highlights most PHP5 functions (except for a very few), but not the PHP5 DOM functions, as those are object methods.

If you mean for the test server, then it depends on the PHP instalaltion on the server.
User avatar
tecktalkcm0391
DevNet Resident
Posts: 1030
Joined: Fri May 26, 2006 9:25 am
Location: Florida

Post by tecktalkcm0391 »

Verminox wrote:...If you mean for the syntax highlighting, then I know Dreamweaver 8 does...
That is what I was talking about, I was just wondering because I used str_ireplace

Code: Select all

 and it didnt' so i was just wondering
User avatar
Verminox
Forum Contributor
Posts: 101
Joined: Sun May 07, 2006 5:19 am

Post by Verminox »

tecktalkcm0391 wrote:
Verminox wrote:...If you mean for the syntax highlighting, then I know Dreamweaver 8 does...
That is what I was talking about, I was just wondering because I used str_ireplace

Code: Select all

 and it didnt' so i was just wondering[/quote]


Dreamweaver does have occasional bugs. Most [url=http://www.zend.com/manual/migration5.functions.php]PHP5 functions[/url] like array_combine() do work but I guess str_ireplace doesn't. I've noticed incompatibility with some filesystem functions as well, although I can't remember which one it was now.
Post Reply