 | News Feed |
 | Jobs Feed |
Sections
|
| feed this: |  |
PHP.net: PHP 5.4 beta2 released
by Chris Cornutt October 27, 2011 @ 10:12:59
The PHP.net site has a new announcement about the latest version of the language in the PHP 5.4.x series - beta 2 has been released for testing.
The PHP development team is proud to announce the second beta release 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. [...] Please help us to identify bugs by testing new features and looking for unintended backward compatibility breaks, so we can fix the problems and fully document intended changes before PHP 5.4.0 is released. Report findings to the QA mailing list and/or the PHP bug tracker.
Remember - this is not a production release, so do not use it in your live applications (unless you really like to live dangerously, of course). You can look at the NEWS file for a complete list of changes.
voice your opinion now!
beta release second windows binary qa bugtracker
Liip Blog: Easily Test PHP 5.4 Beta on OS X with PHP-OSX
by Chris Cornutt September 20, 2011 @ 10:43:30
Christian Stocker has a quick new post on the Liip blog today about an easy way to test the PHP 5.4 beta on your OS X-based platform with a simple package install and symlink.
Since the first beta of the next major release of PHP was released a few days ago, I thought we could provide packages for people who'd like to test it and see if there software is still running. And make adjustments or report bugs, if it doesn't. Complaining after the official stable release was made is usually too late, so testing your software against beta releases is very important. For your project and for PHP.
The install involves grabbing their package from the Liip server and calling the "packager.py" executable to make the version swap. You can go back to the pre-installed PHP5 version anytime by updating the symlink back. If you want more information on the package (or to report bugs) you can find the project over in github.
voice your opinion now!
phposx package download install test beta bug
Community News: PHP 5.4.0beta1 Released for Testing
by Chris Cornutt September 16, 2011 @ 12:12:22
The PHP development team has released the latest beta version of the PHP 5.4.x series for testing - 5.4.0beta1.
Release candidates are development packages released to check if any critical problems have slipped into the code during the previous development period. Release candidates are NOT for production use, they are for testing purposes only even though in most cases there are almost no differences between the general availability (GA) release and the last RC. You can help the PHP Team and yourself detect problems by installing and testing release candidates on your own (non-production!) server.
You're encouraged to compile this version on your platform and include the "make test" command in the process to report any issues found directly back to the PHP dev group. Windows users can find the latest binaries over on windows.php.net.
voice your opinion now!
beta release candidate rc test maketest
Stuart Herbert's Blog: Dealing With PEAR Dependency Quirks
by Chris Cornutt March 28, 2011 @ 11:09:56
Stuart Herbert has a new post to his blog today that shares some helpful hints about dependency quirks that can come with using PEAR packages and the PEAR installer.
To save myself a bit of effort, I thought it would make sense to make my API client reuse PEAR's existing HTTP_Request2 component. No sense in re-inventing the wheel, I thought. But that's where my troubles began. [...] There are a few quirks in the way that the PEAR installer handles version numbers, and you need to know how to deal with them if you're going to re-use PEAR project components in your own apps.
He shows how a dependency can be set up for the HTTP_Request2 package as a part of the update to his project. He talks about changes to the project's package.xml file and the trick with version numbering to get the latest. In this case, the latest is a non-stable alpha/beta component and the package.xml file needs some special handling to cooperate there (version, stability, release, api and min/max).
voice your opinion now!
pear dependency quirk tutorial httprequest2 package beta version
Phil Sturgeon's Blog: Introducing FuelPHP
by Chris Cornutt January 05, 2011 @ 11:03:17
Phil Sturgeon has made a new post to his blog today introducing the framework he and a few other developers have been working up - FuelPHP, a PHP 5.3 framework.
Like CodeIgniter, FuelPHP will be keeping things simple but moving to a better PHP 5 syntax. Sounds like Kohana right? Well... kinda. Kohana got a lot of things right in 2.x but the 3.x re-write was a confusing one. [...] odeIgniter and Kohana are the two main frameworks FuelPHP is based around but all of the base code is original with only some small parts sourced from other places. We have taken a few ideas from Rails for parts like code generation but this will not be a huge complicated convention-based framework. The idea is if we can improve on CodeIgniter and Kohana a little then we already have a player in the world of frameworks.
He talks about the other members of the development team (Jelmer Schreuder and Harro Verton) as well as some of the cool features about the framework like its cascading file system, its use of HMVC, packages and the "oil" command line utility (that lets you do simple migrations).
voice your opinion now!
fuelphp framework release beta codeigniter kohana
Kevin Schroder's Blog: PHP 5.3 Certification Beta Testers Needed
by Chris Cornutt July 09, 2010 @ 11:01:35
Kevin Schroder has posted a new announcement to his blog today about Zend's need for "beta testers" for the latest version of their PHP Certification exam (the 5.3 version).
Zend has recently teamed up with several of the top people in the PHP community to offer the PHP 5.3 Certification. It will be coming out in a few months, but before we can do that we need beta testers. That means YOU! If you want to participate all you need to do is fill out a quick qualification survey. These are the questions you will be asked (fill them out on the link, not on this page).
The survey will be open until July 15th (2010) and will ask you questions about your experience level with PHP overall and with PHP 5.3 as well as how much of your day is devoted to PHP and what best describes your role. If you'd like to give your feedback, go over and fill out the survey and get your name in.
voice your opinion now!
certification php5dot3 beta tester survey
Phil Sturgeon's Blog: CloudIgniter Easy hosting for CodeIgniter
by Chris Cornutt May 20, 2010 @ 10:52:34
In a recent post to his blog Phil Sturgeon mentions a service (cloud hosting) specifically targeted towards CodeIgniter users that's recently announced their private beta - CloudIgniter.
Ever wanted to install PyroCMS or set up a CodeIgniter playground but don't know what the hell you are doing? The wonderful new hosting service CloudIgniter does it all for you. The service is currently in private beta but I have been using it for a while and it seems perfectly stable.
Phil mentions one of the "killer features" of the service that puts it head and shoulders above other hosting - the one-click install of CodeIgniter-based applications (currently there's two of them). It also has a lot of the usual features like daily backups, automatic Google Apps MX records and pre-configured database installations along with the normal ssh/ftp sort of access. He also points out a "hidden gem" of being able to deploy your site with git as well.
If you're interested in trying it out, sign up for the beta and they'll let you know when things are all set up.
voice your opinion now!
cloudigniter codeigniter framework hosting cloud beta
|
Community Events
Don't see your event here? Let us know!
|