PHP

PHP 5.3.10 Released!

PHP Announcements - Thu, 02/02/2012 - 15:32
The PHP development team would like to announce the immediate availability of PHP 5.3.10. This release delivers a critical security fix. Security Fixes in PHP 5.3.10: Fixed arbitrary remote code execution vulnerability reported by Stefan Esser, CVE-2012-0830. All users are strongly encouraged to upgrade to PHP 5.3.10. For source downloads please visit our downloads page, Windows binaries can be found on windows.php.net/download/.
Categories: Development News, PHP, PHP News

PHP 5.4.0 RC6 released

PHP Announcements - Tue, 01/24/2012 - 08:05
The PHP development team announces the 6th release candidate of PHP 5.4. PHP 5.4 includes new language features and removes several legacy (deprecated) behaviours. Windows binaries can be downloaded from the Windows QA site. THIS IS A RELEASE CANDIDATE - DO NOT USE IT IN PRODUCTION!. This is the 6th release candidate. The release candidate phase is intended as a period of bug fixing prior to the stable release. No new features should be included before the final version of PHP 5.4.0. The 6th release candidate focused on improving traits. Please test them carefully and help us to identify bugs in order to ensure that the release is solid and all things behave as expected. Please take the time to test this release candidate against your code base and report any problems that you encounter to the QA mailing list and/or the PHP bug tracker. A complete list of changes since the last release candidate can be found at NEWS The next candidate will be released on Feb 2.
Categories: Development News, PHP, PHP News

ConFoo 2012

PHP Announcements - Fri, 01/20/2012 - 01:20
ConFoo 2012 in Montreal, Canada on Feb 29 - Mar 02 ConFoo is the unique web conference in Canada gathering different tech communities in one place. find working solutions for your day to day challenges; discover new tools that increase your productivity; network with people from some of the world’s biggest companies; 160 presentations focusing on core competencies improvement; Don't miss this great opportunity and register today! Also check out our two training days around PHP, HTML5, Symfony2 and security topics right before the conference.
Categories: Development News, PHP, PHP News

PHP 5.3.9 Released!

PHP Announcements - Tue, 01/10/2012 - 17:29
The PHP development team would like to announce the immediate availability of PHP 5.3.9. This release focuses on improving the stability of the PHP 5.3.x branch with over 90 bug fixes, some of which are security related. Security Enhancements and Fixes in PHP 5.3.9: Added max_input_vars directive to prevent attacks based on hash collisions. (CVE-2011-4885) Fixed bug #60150 (Integer overflow during the parsing of invalid exif header). (CVE-2011-4566) Key enhancements in PHP 5.3.9 include: Fixed bug #55475 (is_a() triggers autoloader, new optional 3rd argument to is_a and is_subclass_of). Fixed bug #55609 (mysqlnd cannot be built shared) Many changes to the FPM SAPI module For a full list of changes in PHP 5.3.9, see the ChangeLog. For source downloads please visit our downloads page, Windows binaries can be found on windows.php.net/download/. All users are strongly encouraged to upgrade to PHP 5.3.9.
Categories: Development News, PHP, PHP News

PHP 5.4.0 RC5 released

PHP Announcements - Sat, 01/07/2012 - 10:44
The PHP development team announces the 5th release candidate of PHP 5.4. PHP 5.4 includes new language features and removes several legacy (deprecated) behaviours. Windows binaries can be downloaded from the Windows QA site. THIS IS A RELEASE CANDIDATE - DO NOT USE IT IN PRODUCTION!. This is the 5th release candidate. The release candidate phase is intended as a period of bug fixing prior to the stable release. No new features should be included before the final version of PHP 5.4.0. We got a lot of feedback that helped us to improve the upcoming PHP version. Please continue to help us to identify bugs in order to ensure that the release is solid and all things behave as expected. Please take the time to test this release candidate against your code base and report any problems that you encounter to the QA mailing list and/or the PHP bug tracker. A complete list of changes since the last release candidate can be found at NEWS The next and probably last release candidate will be released in 14 days.
Categories: Development News, PHP, PHP News

PHPBenelux 2012

PHP Announcements - Sat, 01/07/2012 - 09:47
The PHPBenelux Conference is ready for its third edition and takes place January 27th & 28th in Antwerp (Belgium). We're very proud to have a great lineup this year and some awesome social events. All information about the conference can be found on our conference website http://conference.phpbenelux.eu/2012. There are some tickets still available, get them at http://shop.phpbenelux.eu.
Categories: Development News, PHP, PHP News

PHP 5.4.0 RC4 released

PHP Announcements - Sat, 12/24/2011 - 20:14
The PHP development team is proud to announce the 4th release candidate of PHP 5.4. PHP 5.4 includes new language features and removes several legacy (deprecated) behaviours. Windows binaries can be downloaded from the Windows QA site. THIS IS A RELEASE CANDIDATE - DO NOT USE IT IN PRODUCTION!. This is the 4th release candidate. The release candidate phase is intended as a period of bug fixing prior to the stable release. No new features should be included before the final version of PHP 5.4.0. The new release candidate fixed several bugs, including: Added max_input_vars directive to prevent attacks based on hash collisions Fixed a segfault in the traits code Read the NEWS file for a complete list of changes in this release. Please continue to help us to identify bugs in order to ensure that the release is solid and all things behave as expected. Please test this release candidate against your code base and report any problems that you encounter to the QA mailing list and/or the PHP bug tracker. The next release candidate will be released in 14 days.
Categories: Development News, PHP, PHP News

Dutch PHP Conference 2012

PHP Announcements - Fri, 12/23/2011 - 06:11
Ibuildings is proud to organise the sixth Dutch PHP Conference on June 8 and 9, plus a pre-conference tutorial day on June 7. Both programs will be completely in English so the only Dutch thing about it is the location. Keywords for these days: Know-how, Technology, Best Practices, Networking, Tips & Tricks. Website: http://www.phpconference.nl/
Categories: Development News, PHP, PHP News

PHP 5.4.0RC3 released

PHP Announcements - Wed, 12/14/2011 - 10:43
The PHP development team is proud to announce the third release candidate of PHP 5.4. PHP 5.4 includes new language features and removes several legacy (deprecated) behaviours. Windows binaries can be downloaded from the Windows QA site. THIS IS A RELEASE CANDIDATE - DO NOT USE IT IN PRODUCTION!. This is the third release candidate. The release candidate phase is intended as a period of bug fixing prior to the stable release. No new features should be included before the final version of PHP 5.4.0. Changes since the previous release candidate include: The intl extension now supports UTS #46 mapping for IDNA $_SERVER['SERVER_NAME'] and $_SERVER['SERVER_PORT'] are now available in the builtin CLI server implementation. Several improvements and bug fixes in the Zend Engine, Core and other extensions. Read the NEWS file for a complete list of changes in this release. Please continue to help us to identify bugs in order to ensure that the release is solid and all things behave as expected. Please test this release candidate against your code base and report any problems that you encounter to the QA mailing list and/or the PHP bug tracker.
Categories: Development News, PHP, PHP News

Talking to GitHub with PHP

PHPBuilder Articles & How To's - Thu, 12/08/2011 - 07:07
The Git-based project hosting service GitHub is certainly the belle of today's technology ball, havi ...
Categories: PHP, PHP How To

Talking to Facebook's Social Graph with PHP

PHPBuilder Articles & How To's - Thu, 12/08/2011 - 07:07
As a Facebook Platform developer, you can use Facebook APIs to bend Facebook's social graph in ways ...
Categories: PHP, PHP How To

Building RESTful Web Services with the Zend Framework

PHPBuilder Articles & How To's - Thu, 12/08/2011 - 07:07
The Zend Framework's Zend_Rest component offers PHP developers with an incredibly straightforward ap ...
Categories: PHP, PHP How To

An Early Look at Zend Framework 2.0

PHPBuilder Articles & How To's - Thu, 12/08/2011 - 07:07
The Zend Framework's soaring popularity, coupled with the rapid evolution of frameworks both within ...
Categories: PHP, PHP How To

Creating a Database-driven Fuel PHP Application

PHPBuilder Articles & How To's - Thu, 12/08/2011 - 07:07
Dive into the powerful Fuel PHP framework by learning how to how to configure it for a MySQL DB, and ...
Categories: PHP, PHP How To

PHPBuilder.com Founder Passes Away, Leaves Indelible FLOSS Legacy

PHPBuilder Articles & How To's - Thu, 12/08/2011 - 07:07
At 37, PHPBuilder Founder Tim Perdue died too soon, but his contributions to the PHP and open source ...
Categories: PHP, PHP How To

Building RESTful APIs with the Slim Microframework

PHPBuilder Articles & How To's - Thu, 12/08/2011 - 07:07
Slim is a slick RESTful microframework for PHP 5. In this article I'll show you just how easy it is ...
Categories: PHP, PHP How To

Incorporate Weather Data into Your PHP Web Apps

PHPBuilder Articles & How To's - Thu, 12/08/2011 - 07:07
The Services_Weather PEAR Package is perhaps the easiest way for PHP developers to retrieve weather- ...
Categories: PHP, PHP How To

Introducing Namespaces for PHP Developers

PHPBuilder Articles & How To's - Thu, 12/08/2011 - 07:07
PHP's historical lack of namespace support has long been a sore spot for developers residing both wi ...
Categories: PHP, PHP How To

Transfer Data via Multiple Protocols with Libcurl

PHPBuilder Articles & How To's - Thu, 12/08/2011 - 07:07
In this article you will see how to transfer data using various protocols with cURL, using the PHP l ...
Categories: PHP, PHP How To

PHP Simple HTML DOM Parser: Editing HTML Elements in PHP

PHPBuilder Articles & How To's - Thu, 12/08/2011 - 07:07
Simple HTML DOM parser is a PHP 5+ class that helps PHP developers manipulate HTML elements. Learn a ...
Categories: PHP, PHP How To
Syndicate content