 | News Feed |
 | Jobs Feed |
Sections
|
| feed this: |  |
Web & PHP Magazine: May 2013 Issue - "Time Travel"
by Chris Cornutt May 09, 2013 @ 13:23:53
The Web & PHP Magazine has officially released their latest issue - the May 2013 edition, "Time Travel".
You may already be familiar with Git, but did you know that it can rewrite time itself? GitHubber Ben Straub explains all in this month's issue, which also features tutorials on extracting XML data from RSS, using Composer to manage project dependencies and using the PHP Content Repository. If you've ever thought about starting a PHP user group, Atlanta PHP User Group co-organiser Kevin Roberts shares his secrets - plus, there's our regular columns on agile, big data and testing.
Articles included in this latest issue include:
- "Change the Past" (Ben Straub)
- "Why do User Groups?" (Kevin Roberts)
- "Sprint Retrospective Primer" (Steffan Surdek)
- "Urban Legends and Error Handling" (Stefan Priebsch)
- "Managing your project's dependencies with Composer" (Jefersson Nathan de O. Chaves)
As always, this issue is available free of charge and can be downloaded directly from their site.
voice your opinion now!
webandphpmagazine issue timetravel download pdf
Community News: PHP 5.3.18RC1 & PHP 5.4.8RC1 Released for Testing
by Chris Cornutt October 05, 2012 @ 09:22:53
The latest Release Candidates in the PHP 5.3.x and 5.4.x series and are available for download and testing - PHP 5.3.18RC1 and PHP 5.4.8RC1:
We've released PHP 5.3.18RC1 and 5.4.8RC1. This is a regular bugfix release, the full list of issues fixed can be found in the NEWS files. Please test and report if anything is broken. If no critical issues is found in this RC, the final version will be released in two weeks.
Bugs fixed in this release include issues with is_callable, the catching of an exception in an __autoload call, fixes for the SOAP an dSPL extensions as well as updates to the CLI server (501 response, PATCH support) and changes to the DOM, FPM and cURL extensions. You can download these latest Candidates and get testing here:
5.3.18RC1:
5.4.8RC1:
Windows binaries for both as always are at: http://windows.php.net/qa/
voice your opinion now!
release candidate bugfix news download
PHP.net: PHP 5.4.6 and PHP 5.3.16 released!
by Chris Cornutt August 17, 2012 @ 06:44:14
The PHP.net site has announced the latest versions of PHP are now available for download - PHP 5.4.6 and 5.3.16:
The PHP development team announces the immediate availability of PHP 5.4.6 and PHP 5.3.16. These releases fix over 20 bugs. All users of PHP are encouraged to upgrade to PHP 5.4.6, or at least 5.3.16. For source downloads of PHP 5.4.6 and PHP 5.3.16 please visit our downloads page, Windows binaries can be found on windows.php.net/download/. The list of changes are recorded in the ChangeLog.
Bugs fixed in these two releases relate to things like bugs that were causing crashes in auto_prepend_file on the CLI web server, a segfault when DateInterval was extended, a return type on PDO and a fix for the count() call on an IteratorIterator. See the ChangeLog for the full list.
voice your opinion now!
release bugfix featurerequest download
Symfony Blog: Symfony2 Components as standalone Packages
by Chris Cornutt July 09, 2012 @ 13:55:35
On the Symfony blog there's a recent post talking about the availability of the SF2 packages as standalone components available for separate downloads.
Each Symfony Component has been available as a standalone "package" for a very long time, but this is the first time I post something about this on this blog. That's because the way it was done was quite experimental... until recently. Why is it useful? Let's say you have a project that does not use Symfony, the full-stack framework, but you still want to rely on a few Symfony Components like YAML, Console, and Process for instance. In that case, instead of depending on the main symfony/symfony code, your project can just depend on these specific components.
An example of the composer.json configuration needed to grab individual components and define a "minimum stability" for the sources.
The new version has been online for the last week and the Components are now updated 1 or 2 minutes after some changes are pushed to the Symfony component. Unfortunately, we have had one force push during that time due to a bug in the Git subtree command (I haven't found the time to submit a bug report yet).
voice your opinion now!
components package download symfony2
|
Community Events
Don't see your event here? Let us know!
|