웹마스터 팁

PHP 5가 RC 2 버젼을 내 놓았네요. 아래는 http://www.php.net의 원문 내용입니다.
RSS리더를 이용하시는 분들은 http://www.php.net/news.rss 주소를 RSS 리더에 등록하시면 PHP에 대한 정보에 대한 접근성이 향상되겠네요.


PHP 5 Release Candidate 2 Released!
[25-Apr-2004] The second Release Candidate of PHP 5 is now available! This mostly bug fix release improves PHP 5's stability and irons out some of the remaining issues before PHP 5 can be deemed release quality. Note that it is still not recommended for mission-critical use but people are encouraged to start playing with it and report any problems.

Key changes since Release Candidate 1 include:

The Zend Engine I compatibility mode (zend.ze1_compatibility_mode) has been re-implemented to more accurately support PHP 4's object auto-clone behavior.
All object-oriented extensions except for MySQLi have moved to studlyCaps. This includes SQLite, SOAP, Reflection API, Ming and others.
Implementing an interfaces and/or abstract method with the wrong prototype is now a fatal error. For backwards compatibility, re-implementing regular methods with the wrong prototype will only result in an E_STRICT warning.
Features as described in the Release Candidate 1 release announcement
And lots more...
For changes since Release Candidate 1, please consult the ChangeLog.