Dreamweaver PHP 5
Moderator: General Moderators
- tecktalkcm0391
- DevNet Resident
- Posts: 1030
- Joined: Fri May 26, 2006 9:25 am
- Location: Florida
Dreamweaver PHP 5
Does dreamweaver support the codes for PHP 5. If not is there a way to add them?
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.
If you mean for the test server, then it depends on the PHP instalaltion on the server.
- tecktalkcm0391
- DevNet Resident
- Posts: 1030
- Joined: Fri May 26, 2006 9:25 am
- Location: Florida
That is what I was talking about, I was just wondering because I used str_ireplaceVerminox wrote:...If you mean for the syntax highlighting, then I know Dreamweaver 8 does...
Code: Select all
and it didnt' so i was just wonderingtecktalkcm0391 wrote:That is what I was talking about, I was just wondering because I used str_ireplaceVerminox wrote:...If you mean for the syntax highlighting, then I know Dreamweaver 8 does...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.