تیم توسعه پی اچ پی ( PHP ) با افتخار اعلام میکند : PHP 5.3.0 Stable منتشر شد. این نسخه نقطه عطفی در PHP سری 5 میباشد که در آن ویژگیهای جدیدی اضافه شده و باگهای گزارش شده نسخ قبل حل شده است . از ویژگیهای اصلی نسخه 5.3 میتوان به namespaces, late static binding, closures, optional garbage collection for cyclic references و اکستنشهای جدید مانند ext/phar, ext/intl و ext/fileinfo و حل بیشتر از یکصد و بیست باگ اشاره کرد . ( در ادامه مطالب ویژگی های بیشتری مورد اشاره قرار گرفته اند )
* Support for namespaces
* Late static binding
* Lambda Functions and Closures
* Syntax additions: NOWDOC, ternary short cut "?:" and jump label (limited goto),
__callStatic()
* Under the hood performance improvements
* Optional garbage collection for cyclic references
* Optional mysqlnd PHP native replacement for libmysql
* Improved Windows support including VC9 and experimental X64 binaries as well
as portability to other supported platforms
* More consistent float rounding
* Deprecation notices are now handled via E_DEPRECATED (part of E_ALL) instead
of the E_STRICT error level
* Several enhancements to enable more flexiblity in php.ini (and ini parsing in
general)
* New bundled extensions: ext/phar, ext/intl, ext/fileinfo, ext/sqlite3,
ext/enchant
* Over 140 bug fixes and improvements to PHP, in particular to: ext/openssl,
ext/spl and ext/date
برای اطلاع بیشتر مقاله زیر را مطالعه کنید :
What's new in PHP 5.3 ?
|