Page 1 of 1

Dreamweaver PHP 5

Posted: Wed Jun 21, 2006 12:03 am
by tecktalkcm0391
Does dreamweaver support the codes for PHP 5. If not is there a way to add them?

Posted: Wed Jun 21, 2006 12:23 am
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.

Posted: Wed Jun 21, 2006 12:39 am
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

Posted: Wed Jun 21, 2006 7:55 am
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.