FreeBSD Server Administration

February 05, 2008

Confusing Server Debug in Eclipse

The server debug (Debug as PHP web page) in Eclipse is quite confusing. For example:
- It always opens the browser despite the setting 'Open in Browser' is unchecked.

- The Apache error often pops up without a clue. It seems caused by the settings of 'Debug Dialog'.

Continue reading "Confusing Server Debug in Eclipse"

Posted by FreeBSD Newbie at 01:25 PM | Comments (1)

February 04, 2008

Eclipse

PDT User Guide in the help manual is very helpful, I followed its 'Basic Tutorials' smoothly until I tried the debug part. The server debug configuration is confusing to me. After lots of attempts, I finally got Eclipse working with XDebug.

Continue reading "Eclipse"

Posted by FreeBSD Newbie at 05:23 PM | Comments (0)

My PHP Journey

As a long time C++ and Java developer, I have managed to modify/debug some PHP scripts with the help of PHP manual, but never spent time learning it. I don't dare to start a PHP project without systematic learning. The performance, security risks and language specific details should be taken seriously, which requires solid learning and practice.

Continue reading "My PHP Journey"

Posted by FreeBSD Newbie at 07:31 AM | Comments (0)