xref: /web-php/archive/2014.php (revision d9bcfed4)
1<?php
2
3$_SERVER['BASE_PAGE'] = 'archive/2014.php';
4include_once __DIR__ . '/../include/prepend.inc';
5include_once __DIR__ . '/../include/pregen-news.inc';
6news_archive_sidebar();
7site_header("News Archive - 2014", ["cache" => true]);
8?>
9
10<h1>News Archive - 2014</h1>
11
12<p>
13 Here are the most important news items we have published in 2014 on PHP.net.
14</p>
15
16<hr>
17
18<article class="newsItem">
19  <header>
20    <div class="newsImage"><?php news_image("http://2015.phpsouthcoast.co.uk/", "php-south-coast.png", "PHP South Coast 2015"); ?></div>
21    <h2 class="newstitle"><a id="id2014-12-29-2" href="http://2015.phpsouthcoast.co.uk/" rel="bookmark" class="bookmark">PHP South Coast 2015</a></h2>
22  </header>
23  <time class="newsdate" datetime="2014-12-29T23:08:32+01:00">29 Dec 2014</time>
24  <div class="newscontent">
25    <div>
26     <p> We’re pleased to announce our first conference, PHP South Coast 2015!</p>
27     <p> Taking place on the south coast of England in Summer 2015, where community members from around the world will come together to learn and share information about the latest trends and technologies in professional PHP development.</p>
28    </div>
29
30  </div>
31</article>
32<article class="newsItem">
33  <header>
34    <div class="newsImage"><?php news_image("http://bulgariawebsummit.com/", "bulgaria-web-summit.png", "Bulgaria Web Summit 2015"); ?></div>
35    <h2 class="newstitle"><a id="id2014-12-29-1" href="http://bulgariawebsummit.com/" rel="bookmark" class="bookmark">Bulgaria Web Summit 2015</a></h2>
36  </header>
37  <time class="newsdate" datetime="2014-12-29T23:03:02+01:00">29 Dec 2014</time>
38  <div class="newscontent">
39    <div>
40     <p>Bulgaria Web Summit 2015 is an event about (almost) everything a modern web person should know: {Programming, IoT, UX, UI, Fun, Privacy}. This year we will have strong PHP presense to support the growth of Bulgarian PHP community.  The event will take place on the 18th of April  at the conference area of the Inter Expo Centre.</p>
41
42     <p>The purpose of this meeting is to discuss the new tendencies in this direction and to popularize the internet technologies in the spheres of business, education, and services. The range of subjects includes technologies like PHP, JavaScript, CSS, Privacy and others.</p>
43
44     <p>Join us and have fun while learning something new.</p>
45     <p>Twitter: <a href="https://twitter.com/bgwebsummit">@bgwebsummit</a></p>
46
47    </div>
48
49  </div>
50</article>
51<article class="newsItem">
52  <header>
53    <div class="newsImage"></div>
54    <h2 class="newstitle"><a id="id2014-12-18-3" href="http://php.net/archive/2014.php#id2014-12-18-3" rel="bookmark" class="bookmark">PHP 5.4.36 Released</a></h2>
55  </header>
56  <time class="newsdate" datetime="2014-12-18T18:15:29-08:00">18 Dec 2014</time>
57  <div class="newscontent">
58    <div>
59     <p>The PHP development team announces the immediate availability of PHP
60     5.4.36. Two security-related bugs were fixed in this release, including the fix for CVE-2014-8142.
61
62     All PHP 5.4 users are encouraged to upgrade to this version.
63     </p>
64
65     <p>For source downloads of PHP 5.4.36 please visit our <a href="http://www.php.net/downloads.php">downloads page</a>,
66     Windows binaries can be found on <a href="http://windows.php.net/download/">windows.php.net/download/</a>.
67     The list of changes is recorded in the <a href="http://www.php.net/ChangeLog-5.php#5.4.36">ChangeLog</a>.
68     </p>
69
70    </div>
71
72  </div>
73</article>
74<article class="newsItem">
75  <header>
76    <div class="newsImage"></div>
77    <h2 class="newstitle"><a id="id2014-12-18-2" href="http://php.net/archive/2014.php#id2014-12-18-2" rel="bookmark" class="bookmark">PHP 5.6.4 is available</a></h2>
78  </header>
79  <time class="newsdate" datetime="2014-12-18T16:35:48-08:00">18 Dec 2014</time>
80  <div class="newscontent">
81    <div>
82     <p>The PHP development team announces the immediate availability of PHP
83     5.6.4. This release fixes several bugs and one CVE related to unserialization.
84
85     All PHP 5.6 users are encouraged to upgrade to this version.
86     </p>
87
88     <p>For source downloads of PHP 5.6.4 please visit our <a href="http://www.php.net/downloads.php">downloads page</a>,
89     Windows binaries can be found on <a href="http://windows.php.net/download/">windows.php.net/download/</a>.
90     The list of changes is recorded in the <a href="http://www.php.net/ChangeLog-5.php#5.6.4">ChangeLog</a>.
91     </p>
92    </div>
93
94  </div>
95</article>
96<article class="newsItem">
97  <header>
98    <div class="newsImage"></div>
99    <h2 class="newstitle"><a id="id2014-12-18-1" href="http://php.net/archive/2014.php#id2014-12-18-1" rel="bookmark" class="bookmark">PHP 5.5.20 is available</a></h2>
100  </header>
101  <time class="newsdate" datetime="2014-12-18T16:10:55+00:00">18 Dec 2014</time>
102  <div class="newscontent">
103    <div>
104     <p>The PHP development team announces the immediate availability of PHP
105     5.5.20. This release fixes several bugs and one CVE related to unserialization.
106
107     All PHP 5.5 users are encouraged to upgrade to this version.
108     </p>
109
110     <p>For source downloads of PHP 5.5.20 please visit our <a href="http://www.php.net/downloads.php">downloads page</a>,
111     Windows binaries can be found on <a href="http://windows.php.net/download/">windows.php.net/download/</a>.
112     The list of changes is recorded in the <a href="http://www.php.net/ChangeLog-5.php#5.5.20">ChangeLog</a>.
113     </p>
114    </div>
115
116  </div>
117</article>
118<article class="newsItem">
119  <header>
120    <div class="newsImage"></div>
121    <h2 class="newstitle"><a id="id2014-11-13-3" href="http://php.net/archive/2014.php#id2014-11-13-3" rel="bookmark" class="bookmark">PHP 5.4.35 Released</a></h2>
122  </header>
123  <time class="newsdate" datetime="2014-11-13T22:11:34-08:00">13 Nov 2014</time>
124  <div class="newscontent">
125    <div>
126     <p>The PHP development team announces the immediate availability of PHP
127     5.4.35. 4 security-related bugs were fixed in this release, including the fix for CVE-2014-3710.
128
129     All PHP 5.4 users are encouraged to upgrade to this version.
130     </p>
131
132     <p>For source downloads of PHP 5.4.35 please visit our <a href="http://www.php.net/downloads.php">downloads page</a>,
133     Windows binaries can be found on <a href="http://windows.php.net/download/">windows.php.net/download/</a>.
134     The list of changes is recorded in the <a href="http://www.php.net/ChangeLog-5.php#5.4.35">ChangeLog</a>.
135     </p>
136    </div>
137
138  </div>
139</article>
140<article class="newsItem">
141  <header>
142    <div class="newsImage"></div>
143    <h2 class="newstitle"><a id="id2014-11-13-2" href="http://php.net/archive/2014.php#id2014-11-13-2" rel="bookmark" class="bookmark">PHP 5.6.3 is available</a></h2>
144  </header>
145  <time class="newsdate" datetime="2014-11-13T15:15:58-08:00">13 Nov 2014</time>
146  <div class="newscontent">
147    <div>
148     <p>The PHP development team announces the immediate availability of PHP 5.6.3.
149     This release fixes several bugs and one CVE in the fileinfo extension.
150     All PHP 5.6 users are encouraged to upgrade to this version.
151     </p>
152
153     <p>For source downloads of PHP 5.6.3 please visit our <a href="http://www.php.net/downloads.php">downloads page</a>,
154     Windows binaries can be found on <a href="http://windows.php.net/download/">windows.php.net/download/</a>.
155     The list of changes is recorded in the <a href="http://www.php.net/ChangeLog-5.php#5.6.3">ChangeLog</a>.
156     </p>
157    </div>
158
159  </div>
160</article>
161<article class="newsItem">
162  <header>
163    <div class="newsImage"></div>
164    <h2 class="newstitle"><a id="id2014-11-13-1" href="http://php.net/archive/2014.php#id2014-11-13-1" rel="bookmark" class="bookmark">PHP 5.5.19 is available</a></h2>
165  </header>
166  <time class="newsdate" datetime="2014-11-13T16:45:26+00:00">13 Nov 2014</time>
167  <div class="newscontent">
168    <div>
169     <p>The PHP development team announces the immediate availability of PHP
170     5.5.19. This release fixes several bugs and one CVE in the fileinfo extension.
171     All PHP 5.5 users are encouraged to upgrade to this version.
172     </p>
173
174     <p>For source downloads of PHP 5.5.19 please visit our <a href="http://www.php.net/downloads.php">downloads page</a>,
175     Windows binaries can be found on <a href="http://windows.php.net/download/">windows.php.net/download/</a>.
176     The list of changes is recorded in the <a href="http://www.php.net/ChangeLog-5.php#5.5.19">ChangeLog</a>.
177     </p>
178    </div>
179
180  </div>
181</article>
182<article class="newsItem">
183  <header>
184    <div class="newsImage"><?php news_image("https://phpconference.com/2015se/en", "ipc2015.png", "International PHP Conference Spring 2015"); ?></div>
185    <h2 class="newstitle"><a id="id2014-11-05-1" href="https://phpconference.com/2015se/en" rel="bookmark" class="bookmark">International PHP Conference Spring 2015</a></h2>
186  </header>
187  <time class="newsdate" datetime="2014-11-05T22:31:52+01:00">05 Nov 2014</time>
188  <div class="newscontent">
189    <div>
190	<p>The International PHP Conference is an opportunity for all those involved in the PHP and the Web developer community to learn about the latest trends and technologies. The conference takes place in the center of Berlin which is often considered the "Silicon Valley of Europe". We have some of the best speakers in the world and a tremendous opportunity to get involved in a wonderful networking atmosphere to get in contact with your peers.</p>
191
192        <p>The conference will provide the latest know how for building modern and innovative web applications and everything you need for digital success. The conference will explore key topics and core technologies for web developers and decision makers. We will show you how to scale your applications and explain the details of Continuous Integration or evaluate different approaches to NoSQL.</p>
193
194        <p>Attendees will have the opportuntiy to meet World Class speakers, core developers and consultants. In addition to having the the chance to meet international known PHP and Web experts at this conference, you will also be given the chance to evaluate your code.</p>
195
196        <p>This Conference has been around for ten years and it is definitely a must go event for the PHP Community!</p>
197        <p>
198        Basic facts: <br/><br/>
199
200        Date: June 7th - 11th, 2015 <br/>
201        Location: Maritim proArte, Berlin <br/>
202        </p>
203
204        <p>HIGHLIGHTS</p>
205        <ul>
206            <li><strong>90+</strong> best practice sessions</li>
207            <li><strong>Cool PHP &amp; the Gang: 60+</strong> international top speakers</li>
208            <li>Hands-on Power Workshop Days</li>
209            <li><strong>Expo</strong> with exiting exhibitors</li>
210            <li><strong>Conference Combo:</strong> Visit the webinale For Free</li>
211            <li><strong>All inclusive:</strong> Changing buffets, snacks &amp; refreshing drinks Official certificate for attendees</li>
212            <li><strong>Free Swag:</strong> Developer backpack, T-Shirt, magazines etc.</li>
213            <li>Exclusive <strong>community events</strong></li>
214        </ul>
215
216        <p>Topics:</p>
217        <ul>
218            <li>Core PHP /PHPNG</li>
219            <li>PHP Frameworks</li>
220            <li>PHP Scaling &amp; Performance</li>
221            <li>PHP Security</li>
222            <li>PHP Testing &amp; Quality</li>
223            <li>HHVM &amp; Hack</li>
224            <li>Architecture</li>
225            <li>JavaScript / ECMAScript 6</li>
226            <li>JavaScript Frameworks</li>
227            <li>JavaScript Performance &amp; Security</li>
228            <li>Web APIs &amp; Services</li>
229            <li>Agile</li>
230            <li>Continuous Delivery</li>
231            <li>DevOps</li>
232            <li>Cloud</li>
233            <li>Data Stores</li>
234        </ul>
235    </div>
236
237  </div>
238</article>
239<article class="newsItem">
240  <header>
241    <div class="newsImage"><?php news_image("http://www.phpuceu.org/phpuceu-2015/", "phpuceu-may-2015-thumb.png", "PHP Unconference Europe 2015"); ?></div>
242    <h2 class="newstitle"><a id="id2014-10-27-1" href="http://www.phpuceu.org/phpuceu-2015/" rel="bookmark" class="bookmark">PHP Unconference Europe 2015</a></h2>
243  </header>
244  <time class="newsdate" datetime="2014-10-27T01:23:45+02:00">27 Oct 2014</time>
245  <div class="newscontent">
246    <div>
247      <p>The 4th PHPucEU is taking place on May 9th and 10th on the wonderful island of Majorca, Spain.</p>
248      <p>
249        For the 3rd PHP Unconference Europe in 2014 about 100 attendees came to
250        Spain and joined a bunch of different sessions. Our mission is to bring
251        together an international group with knowledge of PHP. In order to address
252        as wide an audience as possible, the language of all sessions, presentations
253        and round table discussions will be English.
254      </p>
255      <p>
256        One of the key aspects of an unconference, besides the sessions themselves,
257        is the motivation for further discussions about topics while a coffee break
258        (or depending on the time of the day, a beer). We are looking forward to
259        organize an inspiring, comprehensive and successful weekend, talking about
260        PHP and related Open Source and web technologies on the sunny island
261        of Majorca again.
262      </p>
263      <p>
264        Start your summer with a short trip to Majorca, enjoy good coffee and shiny
265        weather while discussing PHP related topics with international attendees.
266      </p>
267      <p>
268        <a href="http://www.phpuceu.org/phpuceu-2015/" title="PHP Unconference Europe 2015">PHP Unconference Europe 2015</a>
269        <a href="https://twitter.com/hashtag/phpuceu" title="PHP Unconference Europe on Twitter">#phpuceu</a>
270      </p>
271    </div>
272
273  </div>
274</article>
275<article class="newsItem">
276  <header>
277    <div class="newsImage"><?php news_image("http://sunshinephp.com/", "sunshinephp-feb-2015-thumb.png", "SunshinePHP Developer Conference 2015"); ?></div>
278    <h2 class="newstitle"><a id="id2014-10-18-1" href="http://sunshinephp.com/" rel="bookmark" class="bookmark">SunshinePHP Developer Conference 2015</a></h2>
279  </header>
280  <time class="newsdate" datetime="2014-10-18T03:42:05+02:00">18 Oct 2014</time>
281  <div class="newscontent">
282    <div>
283     <p>
284         The 3rd year of <a href="http://sunshinephp.com/" title="SunshinePHP">SunshinePHP</a> in Miami, Florida is shaping up to be awesome once again from February 5th - 7th, 2015.  We will have a full day of in-depth 3-hour tutorials on Thursday, followed by the 2 day conference on Friday an Saturday.  The conference has something for every level of PHP developer, as well as a hack-a-thon, unscheduled Uncon, fun activities, and of course sunshine.  February is the perfect time to be in sunny Miami, Florida but you'll want to hurry because tickets sold out last year.
285     </p>
286     <p>
287         So when it is cold everywhere else, come down to Florida where it is sunny and warm to enjoy some PHP, learning, community, and fun!
288     </p>
289     <p>
290         <a href="http://sunshinephp.com/" title="SunshinePHP">SunshinePHP</a>
291         <a href="https://twitter.com/hashtag/ssp15" title="SunshinePHP on Twitter">#ssp15</a>
292     </p>
293     <p>
294         NOTE: Yes, there will be elePHPants!
295     </p>
296    </div>
297
298  </div>
299</article>
300<article class="newsItem">
301  <header>
302    <div class="newsImage"></div>
303    <h2 class="newstitle"><a id="id2014-10-16-3" href="http://php.net/archive/2014.php#id2014-10-16-3" rel="bookmark" class="bookmark">PHP 5.6.2 is available</a></h2>
304  </header>
305  <time class="newsdate" datetime="2014-10-16T16:26:14-07:00">16 Oct 2014</time>
306  <div class="newscontent">
307    <div>
308     <p>The PHP development team announces the immediate availability of PHP 5.6.2.
309     Four security-related bugs were fixed in this release, including fixes for CVE-2014-3668, CVE-2014-3669 and CVE-2014-3670.
310     All PHP 5.6 users are encouraged to upgrade to this version.
311     </p>
312
313     <p>For source downloads of PHP 5.6.2 please visit our <a href="http://www.php.net/downloads.php">downloads page</a>,
314     Windows binaries can be found on <a href="http://windows.php.net/download/">windows.php.net/download/</a>.
315     The list of changes is recorded in the <a href="http://www.php.net/ChangeLog-5.php#5.6.2">ChangeLog</a>.
316     </p>
317    </div>
318
319  </div>
320</article>
321<article class="newsItem">
322  <header>
323    <div class="newsImage"></div>
324    <h2 class="newstitle"><a id="id2014-10-16-2" href="http://php.net/archive/2014.php#id2014-10-16-2" rel="bookmark" class="bookmark">PHP 5.4.34 Released</a></h2>
325  </header>
326  <time class="newsdate" datetime="2014-10-16T15:32:14-07:00">16 Oct 2014</time>
327  <div class="newscontent">
328    <div>
329     <p>The PHP development team announces the immediate availability of PHP
330     5.4.34. 6 security-related bugs were fixed in this release, including fixes for
331     CVE-2014-3668, CVE-2014-3669 and CVE-2014-3670. Also, a fix for OpenSSL which
332     produced regressions was reverted.
333
334     All PHP 5.4 users are encouraged to upgrade to this version.
335     </p>
336
337     <p>For source downloads of PHP 5.4.34 please visit our <a href="http://www.php.net/downloads.php">downloads page</a>,
338     Windows binaries can be found on <a href="http://windows.php.net/download/">windows.php.net/download/</a>.
339     The list of changes is recorded in the <a href="http://www.php.net/ChangeLog-5.php#5.4.34">ChangeLog</a>.
340     </p>
341    </div>
342
343  </div>
344</article>
345<article class="newsItem">
346  <header>
347    <div class="newsImage"></div>
348    <h2 class="newstitle"><a id="id2014-10-16-1" href="http://php.net/archive/2014.php#id2014-10-16-1" rel="bookmark" class="bookmark">PHP 5.5.18 is available</a></h2>
349  </header>
350  <time class="newsdate" datetime="2014-10-16T13:32:40+00:00">16 Oct 2014</time>
351  <div class="newscontent">
352    <div>
353     <p>The PHP development team announces the immediate availability of PHP
354     5.5.18. Several bugs were fixed in this release. A regression in OpenSSL introduced in PHP 5.5.17 has
355     also been addressed in this release.
356     PHP 5.5.18 also fixes 4 CVEs in different components.
357
358     All PHP 5.5 users are encouraged to upgrade to this version.
359     </p>
360
361     <p>For source downloads of PHP 5.5.18 please visit our <a href="http://www.php.net/downloads.php">downloads page</a>,
362     Windows binaries can be found on <a href="http://windows.php.net/download/">windows.php.net/download/</a>.
363     The list of changes is recorded in the <a href="http://www.php.net/ChangeLog-5.php#5.5.18">ChangeLog</a>.
364     </p>
365    </div>
366
367  </div>
368</article>
369<article class="newsItem">
370  <header>
371    <div class="newsImage"></div>
372    <h2 class="newstitle"><a id="id2014-10-02-1" href="http://php.net/archive/2014.php#id2014-10-02-1" rel="bookmark" class="bookmark">PHP 5.6.1 released</a></h2>
373  </header>
374  <time class="newsdate" datetime="2014-10-02T16:44:05-07:00">02 Oct 2014</time>
375  <div class="newscontent">
376    <div>
377      <p>The PHP development team announces the immediate availability of PHP
378     5.6.1. Several bugs were fixed in this release.
379
380     All PHP 5.6 users are encouraged to upgrade to this version.
381     </p>
382
383     <p>For source downloads of PHP 5.6.1 please visit our <a href="http://www.php.net/downloads.php">downloads page</a>,
384     Windows binaries can be found on <a href="http://windows.php.net/download/">windows.php.net/download/</a>.
385     The list of changes is recorded in the <a href="http://www.php.net/ChangeLog-5.php#5.6.1">ChangeLog</a>.
386     </p>
387    </div>
388
389  </div>
390</article>
391<article class="newsItem">
392  <header>
393    <div class="newsImage"><?php news_image("http://www.phpconference.com.au", "php-australia-march12.png", "PHP Australia Conference 2015"); ?></div>
394    <h2 class="newstitle"><a id="id2014-09-26-1" href="http://www.phpconference.com.au" rel="bookmark" class="bookmark">PHP Australia Conference 2015</a></h2>
395  </header>
396  <time class="newsdate" datetime="2014-09-26T09:52:27+02:00">26 Sep 2014</time>
397  <div class="newscontent">
398    <div>
399     <p>
400         We are extremely pleased to be hosting Australia’s first ever PHP
401         Conference on the 12th &amp; 13th March 2015 in Sydney. This conference
402         has been a long time coming. We aim to inspire, educate and motivate
403         our brilliant PHP Australia developers. We are delighted to be hosting
404         this event where beginner, intermediate to skilled developers are
405         welcome to participate. Please join us on this opportunity, share your
406         ideas, get valuable knowledge, collaborate with your peers and enjoy
407         this amazing adventure.
408     </p>
409
410     <p>
411         With more than 200 delegates expected over two days, this will be the
412         highlight of our 2015 calendar. We will be welcoming some amazing
413         international and local speakers to share their knowledge.
414     </p>
415
416     <p>
417         <a href="http://www.phpconference.com.au">http://www.phpconference.com.au</a>
418         <a href="https://twitter.com/hashtag/PHPOZ15">#phpoz15</a>
419     </p>
420    </div>
421
422  </div>
423</article>
424<article class="newsItem">
425  <header>
426    <div class="newsImage"></div>
427    <h2 class="newstitle"><a id="id2014-09-18-2" href="http://php.net/archive/2014.php#id2014-09-18-2" rel="bookmark" class="bookmark">PHP 5.4.33 Released</a></h2>
428  </header>
429  <time class="newsdate" datetime="2014-09-18T20:03:36-07:00">18 Sep 2014</time>
430  <div class="newscontent">
431    <div>
432     <p>The PHP development team announces the immediate availability of PHP
433     5.4.33. 10 bugs were fixed in this release.
434
435     All PHP 5.4 users are encouraged to upgrade to this version.
436     </p>
437
438     <p>
439     This release is the last planned release that contains regular bugfixes. All the consequent releases
440     will contain only security-relevant fixes, for the term of one year.
441     PHP 5.4 users that need further bugfixes are encouraged to upgrade to PHP 5.6 or PHP 5.5.
442     </p>
443
444     <p>For source downloads of PHP 5.4.33 please visit our <a href="http://www.php.net/downloads.php">downloads page</a>,
445     Windows binaries can be found on <a href="http://windows.php.net/download/">windows.php.net/download/</a>.
446     The list of changes is recorded in the <a href="http://www.php.net/ChangeLog-5.php#5.4.33">ChangeLog</a>.
447     </p>
448    </div>
449
450  </div>
451</article>
452<article class="newsItem">
453  <header>
454    <div class="newsImage"></div>
455    <h2 class="newstitle"><a id="id2014-09-18-1" href="http://php.net/archive/2014.php#id2014-09-18-1" rel="bookmark" class="bookmark">PHP 5.5.17 is available</a></h2>
456  </header>
457  <time class="newsdate" datetime="2014-09-18T11:55:24+00:00">18 Sep 2014</time>
458  <div class="newscontent">
459    <div>
460      <p>The PHP development team announces the immediate availability of PHP
461     5.5.17. Several bugs were fixed in this release.
462
463     All PHP 5.5 users are encouraged to upgrade to this version.
464     </p>
465
466     <p>For source downloads of PHP 5.5.17 please visit our <a href="http://www.php.net/downloads.php">downloads page</a>,
467     Windows binaries can be found on <a href="http://windows.php.net/download/">windows.php.net/download/</a>.
468     The list of changes is recorded in the <a href="http://www.php.net/ChangeLog-5.php#5.5.17">ChangeLog</a>.
469     </p>
470    </div>
471
472  </div>
473</article>
474<article class="newsItem">
475  <header>
476    <div class="newsImage"></div>
477    <h2 class="newstitle"><a id="id2014-08-28-1" href="http://php.net/archive/2014.php#id2014-08-28-1" rel="bookmark" class="bookmark">PHP 5.6.0 released</a></h2>
478  </header>
479  <time class="newsdate" datetime="2014-08-28T08:14:28+00:00">28 Aug 2014</time>
480  <div class="newscontent">
481    <div>
482    <p>The PHP Development Team announces the immediate availability of PHP 5.6.0.
483This new version comes with new features, some backward incompatible changes and many improvements.
484</p>
485
486        <p><b>The main features of PHP 5.6.0 include:</b></p>
487        <ul>
488         <li><a href="http://php.net/migration56.new-features#migration56.new-features.const-scalar-exprs">Constant scalar expressions</a>.</li>
489         <li><a href="http://php.net/functions.arguments#functions.variable-arg-list">Variadic functions</a> and argument unpacking using the <code>...</code> operator.</li>
490         <li><a href="http://php.net/language.operators.arithmetic">Exponentiation using the <code>**</code> operator</a>.</li>
491         <li><a href="http://php.net/migration56.new-features#migration56.new-features.use">Function and constant importing</a> with the <a href="http://php.net/language.namespaces.importing">use keyword</a>.</li>
492         <li><a href="http://phpdbg.com/docs">phpdbg</a> as an interactive integrated debugger SAPI.</li>
493         <li><a href="http://php.net/wrappers#wrappers.php.input">php://input</a> is now reusable, and <code>$HTTP_RAW_POST_DATA</code> is deprecated.</li>
494         <li><a href="http://php.net/book.gmp">GMP</a> objects now support operator overloading.</li>
495         <li>File uploads larger than 2 gigabytes in size are now accepted.</li>
496        </ul>
497
498        <p>For a full list of new features, you may read <a href="http://php.net/migration56.new-features">the new features chapter of the migration guide</a>.</p>
499
500        <p>
501        <b>PHP 5.6.0 also introduces changes that affect compatibility:</b>
502        </p>
503
504        <ul>
505         <li>Array keys won't be overwritten when defining an array as a property of a class via an array literal.</li>
506         <li><a href="http://php.net/function.json-decode">json_decode()</a> is more strict in JSON syntax parsing.</li>
507         <li>Stream wrappers now verify peer certificates and host names by default when using SSL/TLS.</li>
508         <li><a href="http://php.net/book.gmp">GMP</a> resources are now objects.</li>
509         <li><a href="http://php.net/book.mcrypt">Mcrypt</a> functions now require valid keys and IVs.</li>
510        </ul>
511
512        <p>
513         For users upgrading from PHP 5.5, <a href="http://php.net/migration56">a full migration guide</a> is available, detailing the changes between 5.5 and 5.6.0.
514        </p>
515
516        <p>For source downloads of PHP 5.6.0, please visit our <a href="http://www.php.net/downloads.php">downloads page</a>.
517        Windows binaries can be found on <a href="http://windows.php.net/download/">windows.php.net/download/</a>.
518        The full list of changes is available in the <a href="http://www.php.net/ChangeLog-5.php#5.6.0">ChangeLog</a>.
519        </p>
520    </div>
521
522  </div>
523</article>
524<article class="newsItem">
525  <header>
526    <div class="newsImage"><?php news_image("http://world.phparch.com/", "conference_php_world_11_10.png", "php[world] in Washington, D.C."); ?></div>
527    <h2 class="newstitle"><a id="id2014-08-27-1" href="http://world.phparch.com/" rel="bookmark" class="bookmark">php[world] in Washington, D.C.</a></h2>
528  </header>
529  <time class="newsdate" datetime="2014-08-27T21:06:14+02:00">27 Aug 2014</time>
530  <div class="newscontent">
531    <div>
532     <p>The team at <a href="http://www.phparch.com/" title="php[architect] : Magazine, Training, Books, Conferences">php[architect]</a> is excited to
533         announce our new conference: <a href="http://world.phparch.com/" title="php[world] conference">php[world]</a>!  This conference, is being
534         designed to bring together all of the various PHP communities into one
535         place to share ideas together.
536     </p>
537     <p>Whether you are a core PHP developer, or use WordPress, Drupal,
538         Magento, Joomla!, Symfony, Laravel, Zend Framework or another framework.
539         This conference has a track specifically for you!  Check out our
540         published <a href="http://world.phparch.com/schedule/">schedule</a> and
541         <a href="http://world.phparch.com/speakers/">speaker list</a> to see all
542         the sessions available.
543     </p>
544     <p>The conference takes place on November 10-14, 2014 in Washington, DC,
545         USA.  It features a Training Day, Tutorial Day, and 3 days full of
546         sessions &amp; keynotes.  Our Training day includes full day trainings on
547         WordPress, Web Security, and an Introduction to PHP.
548     </p>
549     <p>We've recently announced our <a href="http://world.phparch.com/five-amazing-keynotes/">keynote
550         lineup</a> as well, including:
551     </p>
552     <ul>
553         <li><b>Angela Byron</b> - @webchick - Core Contributor to Drupal</li>
554         <li><b>Andrew Nacin</b> - @nacin - Lead Developer on WordPress</li>
555         <li><b>Jeffrey 'jam' McQuire</b> - @horncologne - Open Source
556             Evangelist for Acquia
557         </li>
558         <li><b>Luke Stokes</b> - @lukestokes - Founder and CTO of FoxyCart</li>
559         <li>Plus we will be ending the conference with the
560             <b><i>biggest</i></b> panel around.  Featuring key notables from at
561             least seven different of the most popular PHP applications and
562             frameworks to discuss, debate, and answer your questions.
563         </li>
564     </ul>
565     <p>For more information and to purchase your tickets, head over to
566         <a href="http://world.phparch.com/">world.phparch.com</a> and we look
567         forward to seeing you in D.C.!
568     </p>
569    </div>
570
571  </div>
572</article>
573<article class="newsItem">
574  <header>
575    <div class="newsImage"></div>
576    <h2 class="newstitle"><a id="id2014-08-22-1" href="http://php.net/archive/2014.php#id2014-08-22-1" rel="bookmark" class="bookmark">PHP 5.5.16 is released</a></h2>
577  </header>
578  <time class="newsdate" datetime="2014-08-22T07:59:58+00:00">22 Aug 2014</time>
579  <div class="newscontent">
580    <div>
581     <p>The PHP Development Team announces the immediate availability of PHP 5.5.16.
582This release fixes several bugs against PHP 5.5.15 and resolves CVE-2014-3538, CVE-2014-3587,
583CVE-2014-2497, CVE-2014-5120 and CVE-2014-3597.
584</p>
585
586<p>All PHP users are encouraged to upgrade to this new version.</p>
587
588<p>For source downloads of PHP 5.5.16, please visit our <a href="http://www.php.net/downloads.php">downloads page</a>.
589Windows binaries can be found on <a href="http://windows.php.net/download/">windows.php.net/download/</a>.
590The list of changes is recorded in the <a href="http://www.php.net/ChangeLog-5.php#5.5.16">ChangeLog</a>.
591</p>
592    </div>
593
594  </div>
595</article>
596<article class="newsItem">
597  <header>
598    <div class="newsImage"></div>
599    <h2 class="newstitle"><a id="id2014-08-21-1" href="http://php.net/archive/2014.php#id2014-08-21-1" rel="bookmark" class="bookmark">PHP 5.4.32 Released</a></h2>
600  </header>
601  <time class="newsdate" datetime="2014-08-21T17:27:58-07:00">21 Aug 2014</time>
602  <div class="newscontent">
603    <div>
604     <p>The PHP development team announces the immediate availability of PHP
605     5.4.32. 16 bugs were fixed in this release, including the following security-related issues:
606     CVE-2014-2497, CVE-2014-3538, CVE-2014-3587, CVE-2014-3597, CVE-2014-4670, CVE-2014-4698, CVE-2014-5120.
607
608     All PHP 5.4 users are encouraged to upgrade to this version.
609     </p>
610
611     <p>For source downloads of PHP 5.4.32 please visit our <a href="http://www.php.net/downloads.php">downloads page</a>,
612     Windows binaries can be found on <a href="http://windows.php.net/download/">windows.php.net/download/</a>.
613     The list of changes is recorded in the <a href="http://www.php.net/ChangeLog-5.php#5.4.32">ChangeLog</a>.
614     </p>
615    </div>
616
617  </div>
618</article>
619<article class="newsItem">
620  <header>
621    <div class="newsImage"></div>
622    <h2 class="newstitle"><a id="id2014-08-14-1" href="http://php.net/archive/2014.php#id2014-08-14-1" rel="bookmark" class="bookmark">Last 5.3 release ever available: PHP 5.3.29 - 5.3 now EOL</a></h2>
623  </header>
624  <time class="newsdate" datetime="2014-08-14T14:26:40+02:00">14 Aug 2014</time>
625  <div class="newscontent">
626    <div>
627     <p>The PHP development team announces the immediate availability of
628     PHP 5.3.29. This release marks the <strong>end of life</strong> of the <strong>PHP 5.3 series</strong>.
629     Future releases of this series are <strong>not planned</strong>. All PHP 5.3 users are
630     encouraged to upgrade to the current stable version of PHP 5.5 or
631     previous stable version of PHP 5.4, which are supported till at least
632     2016 and 2015 respectively.</p>
633
634     <p>PHP 5.3.29 contains about 25 potentially security related fixes
635	     backported from PHP 5.4 and 5.5.</p>
636
637     <p>For source downloads of PHP 5.3.29, please visit our <a href="http://www.php.net/downloads.php">downloads page</a>. Windows
638     binaries can be found on <a href="http://windows.php.net/download/">windows.php.net/download/</a>. The list of changes is recorded in
639     the <a href="http://www.php.net/ChangeLog-5.php#5.3.29">ChangeLog</a>.</p>
640
641     <p>For helping your migration to newer versions please refer to our migration
642     guides for updates from <a href="http://php.net/migration54">PHP 5.3 to
643	     5.4</a> and from <a href="http://php.net/migration55">PHP 5.4 to 5.5</a>.</p>
644    </div>
645
646  </div>
647</article>
648<article class="newsItem">
649  <header>
650    <div class="newsImage"></div>
651    <h2 class="newstitle"><a id="id2014-08-14-2" href="http://php.net/archive/2014.php#id2014-08-14-2" rel="bookmark" class="bookmark">PHP 5.6.0RC4 is available</a></h2>
652  </header>
653  <time class="newsdate" datetime="2014-08-14T23:23:50-07:00">14 Aug 2014</time>
654  <div class="newscontent">
655    <div>
656      <p>
657        The PHP development team announces the immediate availability of the fourth and
658        hopefully last release candidate of PHP 5.6.0. As we entered the feature freeze
659        with beta1, this is a bugfix-only release. All users of PHP are encouraged to test
660        this version carefully, and report any bugs in <a href="https://bugs.php.net">
661        the bug tracking system</a>.
662      </p>
663
664      <p>
665        <strong>THIS IS A DEVELOPMENT PREVIEW - DO NOT USE IT IN PRODUCTION!</strong>
666      </p>
667
668      <p>
669        For more information about the new features you can check out the work-in-progress
670        <a href="http://www.php.net/manual/en/migration56.new-features.php">documentation</a>
671        or you can read the full list of changes in the
672        <a href="https://github.com/php/php-src/blob/php-5.6.0RC4/NEWS">NEWS file</a>
673        contained in the release archive.
674      </p>
675
676      <p>
677        For source downloads of PHP 5.6.0RC4 please visit
678        the <a href="http://qa.php.net/">download page</a>. Windows binaries
679        can be found on <a href="http://windows.php.net/qa/">windows.php.net/qa/</a>.
680      </p>
681
682      <p>
683        The stable 5.6.0 release should show up on the 28th of August.
684      </p>
685
686      <p>
687        Thank you for helping us make PHP better.
688      </p>
689    </div>
690
691  </div>
692</article>
693<article class="newsItem">
694  <header>
695    <div class="newsImage"><?php news_image("http://cakefest.org/", "cakefest-2014.png", "CakeFest 2014"); ?></div>
696    <h2 class="newstitle"><a id="id2014-08-04-3" href="http://cakefest.org/" rel="bookmark" class="bookmark">CakeFest 2014 - The CakePHP Conference</a></h2>
697  </header>
698  <time class="newsdate" datetime="2014-08-04T21:11:08+01:00">04 Aug 2014</time>
699  <div class="newscontent">
700    <div>
701      <p>
702        <a href="http://cakefest.org/">CakeFest</a> is the annual conference
703        dedicated to the CakePHP framework and related technologies, hosting
704        live workshops, and inviting a variety of great speakers, to give the
705        very best in presentations and talks on the latest from the community.
706        This year the conference comes to Madrid, Spain, and takes place from
707        August 21st until August 24th.
708      </p>
709      <p>
710        The workshops are a great way to learn CakePHP, and get up-to-date with
711        the latest version 3.0 and innovations directly from the core
712        developers, while the conference days are packed with presentations,
713        discussions and talks, and an ideal moment to learn more from
714        the community.
715      </p>
716      <p>
717        It's a great opportunity to network, meet friends old and new, and have
718        some fun with the core members of the project. Plus, there's cake!
719      </p>
720      <p>
721        Tickets are available <a href="http://cakefest.org/">here</a> and a list of conference
722        speakers is available <a href="http://cakefest.org/schedule">here</a>.
723      </p>
724    </div>
725
726  </div>
727</article>
728<article class="newsItem">
729  <header>
730    <div class="newsImage"><?php news_image("http://www.madisonphpconference.com/", "madison-php-2013.png", "Madison PHP Conference 2014"); ?></div>
731    <h2 class="newstitle"><a id="id2014-08-04-2" href="http://www.madisonphpconference.com/" rel="bookmark" class="bookmark">Madison PHP Conference 2014</a></h2>
732  </header>
733  <time class="newsdate" datetime="2014-08-04T20:57:13+01:00">04 Aug 2014</time>
734  <div class="newscontent">
735    <div>
736      <p>
737        One day, three tracks, more fun than a barrel of elePHPants!
738      </p>
739      <p>
740        Join us for a one day, three-track conference that focuses on PHP and
741        related web technologies. This event is organized by Madison PHP and is
742        designed to offer something to attendees at all skill levels. It will
743        be a day of networking, learning, sharing, and great fun!
744      </p>
745      <p>
746        <strong>Three Tracks</strong>
747      </p>
748      <p>
749        We've carefully crafted three distinct tracks but you're not locked
750        into just one. Attend any talk from any track.
751      </p>
752      <p>
753        <strong>PHP Foundations Track</strong>
754      </p>
755      <p>
756        Learn the basics of PHP development. A carefully selected set of talks
757        for those who have never programmed before or who are new to PHP and
758        would like a refresher of the basics.
759      </p>
760      <p>
761        <strong>PHP Professional Track (2x)</strong>
762      </p>
763      <p>
764        Explore new technologies and techniques. Gather with other seasoned
765        developers and increase your value with a series of talks that will
766        both energize and get you excited about the future of PHP.
767      </p>
768    </div>
769
770  </div>
771</article>
772<article class="newsItem">
773  <header>
774    <div class="newsImage"><?php news_image("https://www.brnophp.cz/conference-2014", "brnophp-conference-2014.png", "BRNO PHP Conference 2014"); ?></div>
775    <h2 class="newstitle"><a id="id2014-08-04-1" href="https://www.brnophp.cz/conference-2014" rel="bookmark" class="bookmark">Brno PHP Conference 2014</a></h2>
776  </header>
777  <time class="newsdate" datetime="2014-08-04T20:41:07+01:00">04 Aug 2014</time>
778  <div class="newscontent">
779    <div>
780      <p>
781        Brno PHP Conference 2014 - 20th of September 2014
782      </p>
783      <p>
784        We are pleased to announce the first international PHP conference in Czech
785        Republic. Over the years, the creative minds behind this conference,
786        gathered experience and motivation to do something bigger and unique. Being
787        the first of its kind, it brings together great technology content and
788        great people. You will find a high-quality presentations by the brightest
789        experts in the PHP world, coupled with a welcoming and friendly community
790        of attendees and speakers.
791      </p>
792      <p>
793        We have special events <a href="https://www.brnophp.cz/workshop-microsoft-azure">Microsoft Azure Workshop</a>
794        and a smashing <a href="https://www.brnophp.cz/conference-2014-after-party">After Party</a>.
795      </p>
796      <p>
797        See a schedule at <a href="https://www.brnophp.cz/conference-2014">https://www.brnophp.cz/conference-2014</a>
798        and you certainly enjoy it!
799      </p>
800      <p>
801        Looking forward to see you there :-)
802      </p>
803    </div>
804
805  </div>
806</article>
807<article class="newsItem">
808  <header>
809    <div class="newsImage"></div>
810    <h2 class="newstitle"><a id="id2014-07-31-1" href="http://php.net/archive/2014.php#id2014-07-31-1" rel="bookmark" class="bookmark">PHP 5.6.0RC3 is available</a></h2>
811  </header>
812  <time class="newsdate" datetime="2014-07-31T13:50:59-07:00">31 Jul 2014</time>
813  <div class="newscontent">
814    <div>
815      <p>
816        The PHP development team announces the immediate availability of the third release
817        candidate of PHP 5.6. As we entered the feature freeze with beta1, this is a
818        bugfix-only release. All users of PHP are encouraged to test this version carefully,
819        and report any bugs in <a href="https://bugs.php.net">the bug tracking system</a>.
820      </p>
821
822      <p>
823        <strong>THIS IS A DEVELOPMENT PREVIEW - DO NOT USE IT IN PRODUCTION!</strong>
824      </p>
825
826      <p>
827        For more information about the new features you can check out the work-in-progress
828        <a href="http://www.php.net/manual/en/migration56.new-features.php">documentation</a>
829        or you can read the full list of changes in the
830        <a href="https://github.com/php/php-src/blob/php-5.6.0RC3/NEWS">NEWS file</a>
831        contained in the release archive.
832      </p>
833
834      <p>
835        For source downloads of PHP 5.6.0RC3 please visit
836        the <a href="http://qa.php.net/">download page</a>. Windows binaries
837        can be found on <a href="http://windows.php.net/qa/">windows.php.net/qa/</a>.
838      </p>
839
840      <p>
841        Our next Release Candidate should show up on the 14th of August.
842      </p>
843
844      <p>
845        Thank you for helping us make PHP better.
846      </p>
847    </div>
848
849  </div>
850</article>
851<article class="newsItem">
852  <header>
853    <div class="newsImage"></div>
854    <h2 class="newstitle"><a id="id2014-07-24-2" href="http://php.net/archive/2014.php#id2014-07-24-2" rel="bookmark" class="bookmark">PHP 5.4.31 Released</a></h2>
855  </header>
856  <time class="newsdate" datetime="2014-07-24T21:30:09-07:00">24 Jul 2014</time>
857  <div class="newscontent">
858    <div>
859     <p>The PHP development team announces the immediate availability of PHP
860     5.4.31. Over 10 bugs were fixed in this release.
861
862     All PHP 5.4 users are encouraged to upgrade to this version.
863     </p>
864
865     <p>For source downloads of PHP 5.4.31 please visit our <a href="http://www.php.net/downloads.php">downloads page</a>,
866     Windows binaries can be found on <a href="http://windows.php.net/download/">windows.php.net/download/</a>.
867     The list of changes is recorded in the <a href="http://www.php.net/ChangeLog-5.php#5.4.31">ChangeLog</a>.
868     </p>
869    </div>
870
871  </div>
872</article>
873<article class="newsItem">
874  <header>
875    <div class="newsImage"></div>
876    <h2 class="newstitle"><a id="id2014-07-24-1" href="http://php.net/archive/2014.php#id2014-07-24-1" rel="bookmark" class="bookmark">PHP 5.5.15 is released</a></h2>
877  </header>
878  <time class="newsdate" datetime="2014-07-24T09:01:34+00:00">24 Jul 2014</time>
879  <div class="newscontent">
880    <div>
881     <p>The PHP Development Team announces the immediate availability of PHP 5.5.15.
882This release fixes several bugs against PHP 5.5.14.
883</p>
884
885<p>All PHP users are encouraged to upgrade to this new version.</p>
886
887<p>For source downloads of PHP 5.5.15, please visit our <a href="http://www.php.net/downloads.php">downloads page</a>.
888Windows binaries can be found on <a href="http://windows.php.net/download/">windows.php.net/download/</a>.
889The list of changes is recorded in the <a href="http://www.php.net/ChangeLog-5.php#5.5.15">ChangeLog</a>.
890</p>
891    </div>
892
893  </div>
894</article>
895<article class="newsItem">
896  <header>
897    <div class="newsImage"><?php news_image("http://www.phpsouthafrica.com/", "capetown2014.png", "PHP Cape Town"); ?></div>
898    <h2 class="newstitle"><a id="id2014-07-08-1" href="http://www.phpsouthafrica.com/" rel="bookmark" class="bookmark">PHP Cape Town Conference</a></h2>
899  </header>
900  <time class="newsdate" datetime="2014-07-08T17:03:44-07:00">08 Jul 2014</time>
901  <div class="newscontent">
902    <div>
903     <p>
904     Cape Town's 2nd Annual PHP Conference is here... 2nd – 4th October 2014
905     </p>
906
907     <p>
908     We are excited to announce our 2nd Annual
909     <a href="http://www.phpsouthafrica.com/">PHP Cape Town Conference</a>, 3 Days
910     at The Cape Town Stadium overlooking the Atlantic Ocean - yip insane views.
911     </p>
912
913     <p>
914     Keeping with our winning formula of international speakers combined with some
915     great local talent to learn off. With over 300 delegates expected, you do not
916     want to miss this one.
917     </p>
918
919     <p>
920     PHP Cape Town 2013 SOLD OUT in less than 4 weeks and it will happen again.
921     </p>
922
923     <p>
924     If you're PHP-Curious or Skilled Developer we would like you to share in the
925     experience. Thank You to the PHP Cape Town Community for volunteering and
926     helping out. Call for Papers will close 20th July 2014.
927     </p>
928
929     <ul>
930       <li>12 Speakers</li>
931       <li>6 Practical Workshop Sessions</li>
932       <li>Great Sponsors</li>
933       <li>Free Swag, T Shirt and Books</li>
934       <li>Prize Draws</li>
935     </ul>
936    </div>
937
938  </div>
939</article>
940<article class="newsItem">
941  <header>
942    <div class="newsImage"></div>
943    <h2 class="newstitle"><a id="id2014-07-03-1" href="http://php.net/archive/2014.php#id2014-07-03-1" rel="bookmark" class="bookmark">PHP 5.6.0RC2 is available</a></h2>
944  </header>
945  <time class="newsdate" datetime="2014-07-03T14:16:36-07:00">03 Jul 2014</time>
946  <div class="newscontent">
947    <div>
948      <p>
949        The PHP development team announces the immediate availability of the second release
950        candidate of PHP 5.6. As we entered the feature freeze with beta1, this is a
951        bugfix-only release. All users of PHP are encouraged to test this version carefully,
952        and report any bugs in <a href="https://bugs.php.net">the bug tracking system</a>.
953      </p>
954
955      <p>
956        <strong>THIS IS A DEVELOPMENT PREVIEW - DO NOT USE IT IN PRODUCTION!</strong>
957      </p>
958
959      <p>
960        For more information about the new features you can check out the work-in-progress
961        <a href="http://www.php.net/manual/en/migration56.new-features.php">documentation</a>
962        or you can read the full list of changes in the
963        <a href="https://github.com/php/php-src/blob/php-5.6.0RC2/NEWS">NEWS file</a>
964        contained in the release archive.
965      </p>
966
967      <p>
968        For source downloads of PHP 5.6.0RC2 please visit
969        the <a href="http://qa.php.net/">download page</a>. Windows binaries
970        can be found on <a href="http://windows.php.net/qa/">windows.php.net/qa/</a>.
971      </p>
972
973      <p>
974        Our third Release Candidate should show up on the 17th of July.
975      </p>
976
977      <p>
978        Thank you for helping us make PHP better.
979      </p>
980    </div>
981
982  </div>
983</article>
984<article class="newsItem">
985  <header>
986    <div class="newsImage"></div>
987    <h2 class="newstitle"><a id="id2014-06-27-1" href="http://php.net/archive/2014.php#id2014-06-27-1" rel="bookmark" class="bookmark">PHP 5.5.14 is released</a></h2>
988  </header>
989  <time class="newsdate" datetime="2014-06-27T09:40:44+00:00">27 Jun 2014</time>
990  <div class="newscontent">
991    <div>
992     <p>The PHP Development Team announces the immediate availability of PHP 5.5.14.
993        This release fixes several bugs against PHP 5.5.13.
994        Also, this release fixes a total of 8 CVEs, half of them concerning the FileInfo
995        extension.</p>
996
997        <p>All PHP users are encouraged to upgrade to this new version.</p>
998
999        <p>Please, note that this release also fixes a backward compatibility issue that has been
1000        detected in the PHP 5.5.13 release. Still, the fix in PHP 5.5.14 may break some very rare
1001        situations. As this tiny compatibility break involves security, and as security is our primary
1002        concern, we had to fix it. This concerns
1003        <a href="https://bugs.php.net/bug.php?id=67072">bug 67072</a>. For more information about
1004        this bug and its actual resolution, please visit our
1005        <a href="https://github.com/php/php-src/raw/PHP-5.5/UPGRADING">upgrading guide</a>.
1006        We apologize for any inconvenience you may have experienced with this behavior.</p>
1007
1008        <p>For source downloads of PHP 5.5.14, please visit our <a href="http://www.php.net/downloads.php">downloads page</a>.
1009        Windows binaries can be found on <a href="http://windows.php.net/download/">windows.php.net/download/</a>.
1010        The list of changes is recorded in the <a href="http://www.php.net/ChangeLog-5.php#5.5.14">ChangeLog</a>.
1011        </p>
1012    </div>
1013
1014  </div>
1015</article>
1016<article class="newsItem">
1017  <header>
1018    <div class="newsImage"></div>
1019    <h2 class="newstitle"><a id="id2014-06-26-1" href="http://php.net/archive/2014.php#id2014-06-26-1" rel="bookmark" class="bookmark">PHP 5.4.30 Released</a></h2>
1020  </header>
1021  <time class="newsdate" datetime="2014-06-26T15:31:05-07:00">26 Jun 2014</time>
1022  <div class="newscontent">
1023    <div>
1024     <p>The PHP development team announces the immediate availability of PHP
1025     5.4.30. Over 20 bugs were fixed in this release, including the following security issues:
1026     CVE-2014-3981, CVE-2014-0207, CVE-2014-3478, CVE-2014-3479, CVE-2014-3480, CVE-2014-3487,
1027     CVE-2014-4049, CVE-2014-3515.
1028
1029     All PHP 5.4 users are encouraged to upgrade to this version.
1030     </p>
1031
1032     <p>Please, note that this release also fixes a backward compatibility issue that has been
1033     detected in the PHP 5.4.29 release. Still, the fix in PHP 5.4.30 may break some very rare
1034     situations. As this tiny compatibility break involves security, and as security is our primary
1035     concern, we had to fix it. This concerns
1036     <a href="https://bugs.php.net/bug.php?id=67072">bug 67072</a>. For more information about
1037     this bug and its actual resolution, please refer to our
1038     <a href="https://github.com/php/php-src/raw/PHP-5.4/UPGRADING">upgrading guide</a>, section 4a.
1039     We apologize for any inconvenience you may have experienced with this behavior.</p>
1040
1041
1042     <p>For source downloads of PHP 5.4.30 please visit our <a href="http://www.php.net/downloads.php">downloads page</a>,
1043     Windows binaries can be found on <a href="http://windows.php.net/download/">windows.php.net/download/</a>.
1044     The list of changes is recorded in the <a href="http://www.php.net/ChangeLog-5.php#5.4.30">ChangeLog</a>.
1045     </p>
1046    </div>
1047
1048  </div>
1049</article>
1050<article class="newsItem">
1051  <header>
1052    <div class="newsImage"><?php news_image("http://phpconference.com/", "ipc2014-oct.png", "International PHP Conference 2014"); ?></div>
1053    <h2 class="newstitle"><a id="id2014-06-19-3" href="http://phpconference.com/" rel="bookmark" class="bookmark">International PHP Conference 2014</a></h2>
1054  </header>
1055  <time class="newsdate" datetime="2014-06-19T23:29:15+00:00">19 Jun 2014</time>
1056  <div class="newscontent">
1057    <div>
1058     <p>
1059       As the world's first conference for PHP professionals, movers and
1060       shakers, the International PHP Conference has established itself as
1061       one of the most important meeting places for developers and decision
1062       makers. This year's IPC presents 4 days packed with know-how about
1063       PHP and web technologies, from October 26 to 29 in Munich.
1064     </p>
1065     <p>
1066       Highlights 2014
1067     </p>
1068     <ul>
1069       <li><strong>90+ </strong>best practice sessions with <strong>60+</strong> international top speakers</li>
1070       <li>Hands on Power Workshop Day on Sunday (October 26, 2014) </li>
1071       <li><b>2-day expo</b> with exciting exhibitors</li>
1072       <li><strong>Conference Combo: </strong>Visit the <a href="http://www.webtechcon.de/" title="WebTech Conference 2014">WebTech Conference</a> for free</li>
1073       <li><strong>All inclusive:</strong> Changing buffets, snacks &amp; refreshing drinks</li>
1074       <li>Official <strong>conference certificate</strong> for all attendees</li>
1075       <li><strong>Free Swag:</strong> Developer backpack, T-Shirt, magazines etc.</li>
1076       <li>Networking at exclusive <strong>community events</strong></li>
1077       <li>And so much more... <a href="http://phpconference.com/">http://phpconference.com</a></li>
1078     </ul>
1079     <p>
1080       To get in touch, please follow us on <a href="http://twitter.com/phpconference">Twitter</a>,
1081       <a href="https://www.facebook.com/ipc.germany">Facebook</a> and
1082       <a href="https://plus.google.com/b/109347669400413843557/109347669400413843557/posts">Google+</a>
1083       and see you soon in Munich!
1084     </p>
1085    </div>
1086
1087  </div>
1088</article>
1089<article class="newsItem">
1090  <header>
1091    <div class="newsImage"><?php news_image("http://www.phpconference.co.nz/", "newzealand-2014.png", "New Zealand PHP Conference 2014"); ?></div>
1092    <h2 class="newstitle"><a id="id2014-06-19-2" href="http://www.phpconference.co.nz/" rel="bookmark" class="bookmark">New Zealand PHP Conference 2014</a></h2>
1093  </header>
1094  <time class="newsdate" datetime="2014-06-19T23:19:54+00:00">19 Jun 2014</time>
1095  <div class="newscontent">
1096    <div>
1097     <p>
1098     We're thrilled to announce the <a href="http://www.phpconference.co.nz/">2014
1099     New Zealand PHP Conference</a> held on 27th, 28th and 29th August at The
1100     Victoria Business School located in the coolest little capital in the world,
1101     Wellington - New Zealand.
1102     </p>
1103
1104
1105     <p>
1106     This conference promises to be one of the most important IT events connecting
1107     the Oceania PHP Community, with highly recognized speakers presenting two
1108     concurrent tracks including over 22 talks exploring PHP trends and other web
1109     technologies to both inspire and challenge you.
1110     </p>
1111
1112     <p>
1113     A tutorial day on Wednesday 27th August provides an opportunity to spend some
1114     time with experts, going in-depth on particular topics. This is an opportunity
1115     to rub shoulders with national and international speakers, Web developers and
1116     leading IT companies from all over New Zealand, Australia and the global PHP
1117     community.
1118     </p>
1119
1120     <p>
1121     Our main topics are: SilverStripe, Apigility, Zend Framework 2, Laravel,
1122     Symfony, Scaling PHP, Performance Testing, Web optimization, AngularJS, Apache
1123     Cassandra, Security, Cloud, Working remotely, Patterns, OOP, Raspberry Pi,
1124     Arduino and PHP and much more.
1125     </p>
1126    </div>
1127
1128  </div>
1129</article>
1130<article class="newsItem">
1131  <header>
1132    <div class="newsImage"></div>
1133    <h2 class="newstitle"><a id="id2014-06-19-1" href="http://php.net/archive/2014.php#id2014-06-19-1" rel="bookmark" class="bookmark">PHP 5.6.0RC1 is available</a></h2>
1134  </header>
1135  <time class="newsdate" datetime="2014-06-19T15:22:27-07:00">19 Jun 2014</time>
1136  <div class="newscontent">
1137    <div>
1138      <p>
1139        The PHP development team announces the immediate availability of the first release
1140        candidate of PHP 5.6. As we entered the feature freeze with beta1, this is a
1141        bugfix-only release. All users of PHP are encouraged to test this version carefully,
1142        and report any bugs in <a href="https://bugs.php.net">the bug tracking system</a>.
1143      </p>
1144
1145      <p>
1146        <strong>THIS IS A DEVELOPMENT PREVIEW - DO NOT USE IT IN PRODUCTION!</strong>
1147      </p>
1148
1149      <p>
1150        For more information about the new features you can check out the work-in-progress
1151        <a href="http://www.php.net/manual/en/migration56.new-features.php">documentation</a>
1152        or you can read the full list of changes in the
1153        <a href="https://github.com/php/php-src/blob/php-5.6.0RC1/NEWS">NEWS file</a>
1154        contained in the release archive.
1155      </p>
1156
1157      <p>
1158        For source downloads of PHP 5.6.0RC1 please visit
1159        the <a href="http://qa.php.net/">download page</a>. Windows binaries
1160        can be found on <a href="http://windows.php.net/qa/">windows.php.net/qa/</a>.
1161      </p>
1162
1163      <p>
1164        Our second Release Candidate should show up on the 3rd of July.
1165      </p>
1166
1167      <p>
1168        Thank you for helping us make PHP better.
1169      </p>
1170    </div>
1171
1172  </div>
1173</article>
1174<article class="newsItem">
1175  <header>
1176    <div class="newsImage"></div>
1177    <h2 class="newstitle"><a id="id2014-06-05-1" href="http://php.net/archive/2014.php#id2014-06-05-1" rel="bookmark" class="bookmark">PHP 5.6.0beta4 Released</a></h2>
1178  </header>
1179  <time class="newsdate" datetime="2014-06-05T13:20:11-07:00">05 Jun 2014</time>
1180  <div class="newscontent">
1181    <div>
1182      <p>
1183        The PHP development team announces the immediate availability of PHP 5.6.0beta4.
1184        As we entered the feature freeze with beta1, this is a bugfix-only release.
1185        All users of PHP are encouraged to test this version carefully, and report any
1186        bugs in <a href="https://bugs.php.net">the bug tracking system</a>.
1187      </p>
1188
1189      <p>
1190        The beta phase is officially closed with this release. A couple of RCs are to be
1191        expected, until we are confident that the release is stable enough for the final
1192        release. For that, we really need your help in testing and reporting any problems
1193        that you encounter.
1194      </p>
1195
1196      <strong>THIS IS A DEVELOPMENT PREVIEW - DO NOT USE IT IN PRODUCTION!</strong>
1197
1198      <p>
1199        For more information about the new features you can check out the work-in-progress
1200        <a href="http://docs.php.net/manual/en/migration56.new-features.php">documentation</a>
1201        or you can read the full list of changes in the
1202        <a href="https://github.com/php/php-src/blob/php-5.6.0beta4/NEWS">NEWS file</a>
1203        contained in the release archive.
1204      </p>
1205
1206      <p>
1207        For source downloads of PHP 5.6.0beta4 please visit
1208        the <a href="http://qa.php.net/">download page</a>. Windows binaries
1209        can be found on <a href="http://windows.php.net/qa/">windows.php.net/qa/</a>.
1210      </p>
1211
1212      <p>
1213        Our first Release Candidate should show up on the 19th of June.
1214      </p>
1215
1216      <p>
1217        Thank you for helping us make PHP better.
1218      </p>
1219    </div>
1220
1221  </div>
1222</article>
1223<article class="newsItem">
1224  <header>
1225    <div class="newsImage"></div>
1226    <h2 class="newstitle"><a id="id2014-05-29-5" href="http://php.net/archive/2014.php#id2014-05-29-5" rel="bookmark" class="bookmark">PHP 5.4.29 Released</a></h2>
1227  </header>
1228  <time class="newsdate" datetime="2014-05-29T15:53:48-07:00">29 May 2014</time>
1229  <div class="newscontent">
1230    <div>
1231     <p>The PHP development team announces the immediate availability of PHP
1232     5.4.29. 16 bugs were fixed in this release, including two security issues in fileinfo extension.
1233     All PHP 5.4 users are encouraged to upgrade to this version.
1234     </p>
1235
1236     <p>For source downloads of PHP 5.4.29 please visit our <a href="http://www.php.net/downloads.php">downloads page</a>,
1237     Windows binaries can be found on <a href="http://windows.php.net/download/">windows.php.net/download/</a>.
1238     The list of changes is recorded in the <a href="http://www.php.net/ChangeLog-5.php#5.4.29">ChangeLog</a>.
1239     </p>
1240    </div>
1241
1242  </div>
1243</article>
1244<article class="newsItem">
1245  <header>
1246    <div class="newsImage"></div>
1247    <h2 class="newstitle"><a id="id2014-05-29-3" href="http://php.net/archive/2014.php#id2014-05-29-3" rel="bookmark" class="bookmark">PHP 5.5.13 Released</a></h2>
1248  </header>
1249  <time class="newsdate" datetime="2014-05-29T09:18:44+00:00">29 May 2014</time>
1250  <div class="newscontent">
1251    <div>
1252     <p>The PHP Development Team announces the immediate availability of PHP 5.5.13.
1253        This release fixes several bugs in PHP 5.5.12, and addresses two
1254        CVEs in Fileinfo (CVE-2014-0238 and CVE-2014-0237).</p>
1255
1256        <p>All PHP users are encouraged to upgrade to this new version.</p>
1257
1258        <p>For source downloads of PHP 5.5.13, please visit our <a href="http://www.php.net/downloads.php">downloads page</a>.
1259        Windows binaries can be found on <a href="http://windows.php.net/download/">windows.php.net/download/</a>.
1260        The list of changes is recorded in the <a href="http://www.php.net/ChangeLog-5.php#5.5.13">ChangeLog</a>.
1261        </p>
1262    </div>
1263
1264  </div>
1265</article>
1266<article class="newsItem">
1267  <header>
1268    <div class="newsImage"><?php news_image("http://devconf.ru", "devconfru2012.png", "DevConf 2014"); ?></div>
1269    <h2 class="newstitle"><a id="id2014-05-29-3" href="http://devconf.ru" rel="bookmark" class="bookmark">DevConf 2014</a></h2>
1270  </header>
1271  <time class="newsdate" datetime="2014-05-29T16:57:52+00:00">29 May 2014</time>
1272  <div class="newscontent">
1273    <div>
1274     <p>
1275      DevConf 2014 in Moscow, Russia on Jun 14
1276     </p>
1277     <p>
1278      DevConf is the ultimate meeting place for russian-speaking web-developers,
1279      combining several language-specific conferences under one roof.
1280     </p>
1281     <p>
1282      This year DevConf will include the following sections:
1283     </p>
1284     <ul>
1285      <li>DevConf::PHP();</li>
1286      <li>DevConf::Ruby();</li>
1287      <li>DevConf::Python();</li>
1288      <li>DevConf::Javascript();</li>
1289      <li>DevConf::Mobi();</li>
1290      <li>DevConf::Storage();</li>
1291     </ul>
1292     <p>
1293      Each section will feature several talks from the active contributors/authors of the language.
1294	  Among the invited speakers are Dmitry Stogov (Zend), Shawn McCool (Laravel), Dmitry Vyukov (Google),
1295      Sveta Smirnova (Oracle), Andrey Aksyonov (Sphinx), Anatoly Panov (Badoo) and many others,
1296      see more details on <a href="http://devconf.ru">the official website</a>.
1297     </p>
1298    </div>
1299
1300  </div>
1301</article>
1302<article class="newsItem">
1303  <header>
1304    <div class="newsImage"><?php news_image("http://cfp.zendcon.com", "ZendCon2014.png", "ZendCon 2014"); ?></div>
1305    <h2 class="newstitle"><a id="id2014-05-29-2" href="http://cfp.zendcon.com" rel="bookmark" class="bookmark">ZendCon 2014 - 10th Annual Event</a></h2>
1306  </header>
1307  <time class="newsdate" datetime="2014-05-29T03:11:15+02:00">29 May 2014</time>
1308  <div class="newscontent">
1309    <p xmlns="http://www.w3.org/2005/Atom">We’re pleased to announce the 10th annual ZendCon which will be held October 27-30th, 2014 in Santa Clara, CA. ZendCon 2014 has a long history of being one of the “must attend” PHP conferences as community members from around the world have come together to learn and share information about the latest trends and technologies in professional PHP development. Our main topics this year are:</p>
1310
1311     <ul xmlns="http://www.w3.org/2005/Atom">
1312        <li>PHP Best Practices and Tooling</li>
1313        <li>Continuous Delivery and DevOps</li>
1314        <li>Application Architecture - APIs, Mobile, Cloud Services</li>
1315    </ul>
1316
1317    <p xmlns="http://www.w3.org/2005/Atom">
1318        We would welcome submission of any talk included in the wide variety of
1319        topics related to PHP and tools commonly used by PHP developers. We are
1320        looking for submissions for:
1321    </p>
1322
1323    <ul xmlns="http://www.w3.org/2005/Atom">
1324        <li>Pre-conference tutorials on October 27 - 3 hour intensive session</li>
1325        <li>Breakout sessions on October 28, 29 and 30 - 1 hour sessions including Q&amp;A</li>
1326        <li>Keynote sessions on October 28-30 – 1 hour sessions with topics appealing to the entire audience</li>
1327    </ul>
1328
1329    <p xmlns="http://www.w3.org/2005/Atom">
1330        For those interested in speaking, please head out to
1331        <a href="http://cfp.zendcon.com">http://cfp.zendcon.com</a> to
1332        submit on or before June 16th, 2014.
1333    </p>
1334
1335  </div>
1336</article>
1337<article class="newsItem">
1338  <header>
1339    <div class="newsImage"><?php news_image("http://www.phpconchina.com/", "china2014conference.png", "China PHP Conference 2014"); ?></div>
1340    <h2 class="newstitle"><a id="id2014-05-29-1" href="http://www.phpconchina.com/" rel="bookmark" class="bookmark">China PHP Conference 2014</a></h2>
1341  </header>
1342  <time class="newsdate" datetime="2014-05-29T01:43:06+02:00">29 May 2014</time>
1343  <div class="newscontent">
1344    <div>
1345     <p>2nd Annual China PHP Conference – August 2 to 3, Shanghai!</p>
1346
1347     <p>ThinkInLAMP will be hosting a 2-day event filled with high quality,
1348     technical sessions about PHP Core, PHP High Performance, PHP Engineering,
1349     and more PHP. During this conference, you will hear from Xinchen Hui, a PHP
1350     core developer.
1351     </p>
1352
1353     <p>Don’t miss out on 2 great days of sessions, delicious food, fantastic shows,
1354     and countless networking opportunities to engage with speakers and
1355     delegates. For tickets and more information, see: <a href="http://www.phpconchina.com/">www.phpconchina.com</a></p>
1356
1357
1358    </div>
1359
1360  </div>
1361</article>
1362<article class="newsItem">
1363  <header>
1364    <div class="newsImage"></div>
1365    <h2 class="newstitle"><a id="id2014-05-27-1" href="http://php.net/archive/2014.php#id2014-05-27-1" rel="bookmark" class="bookmark">PHP Next Generation</a></h2>
1366  </header>
1367  <time class="newsdate" datetime="2014-05-27T17:28:16+00:00">27 May 2014</time>
1368  <div class="newscontent">
1369    <div>
1370     <p>When we aren't looking for pictures of kittens on the internet, internals developers are nearly always looking for ways to improve PHP, a few developers have a focus on performance.</p>
1371     <p>Over the last year, some research into the possibility of introducing JIT compilation capabilities to PHP has been conducted.</p>
1372     <p>During this research, the realization was made that in order to achieve optimal performance from PHP, some internal API's should be changed.</p>
1373     <p>This necessitated the birth of the phpng branch, initially authored by Dmitry Stogov, Xinchen Hui, and Nikita Popov. This branch does not include JIT capabilities, but rather seeks to solve those problems that prohibit the current, and any future implementation of a JIT capable executor achieving optimal performance by improving memory usage and cleaning up some core API's.</p>
1374     <p>By making these improvements, the phpng branch gives us a considerable performance gain in real world applications, for example a 20% increase in throughput for Wordpress. The door may well now be open for a JIT capable compiler that can perform as we expect, but it's necessary to say that these changes stand strong on their own, without requiring a JIT capable compiler in the future to validate them.</p>
1375     <p>The name "Next Generation" was optimistically presumptuous; in reality phpng is an internal project that we are working on, it is not a production ready branch that anyone should deploy, or judge as they would a release of PHP.</p>
1376     <p>The work on phpng, the doors it opens, the conversations it has started, the collaboration it is inspiring, are all worth getting excited about. But, we need to stay grounded, honest, and open; and say that there is much work to do in order to make the "Next Generation" a reality, this is only the start.</p>
1377    </div>
1378
1379  </div>
1380</article>
1381<article class="newsItem">
1382  <header>
1383    <div class="newsImage"></div>
1384    <h2 class="newstitle"><a id="id2014-05-15-1" href="http://php.net/archive/2014.php#id2014-05-15-1" rel="bookmark" class="bookmark">PHP 5.6.0beta3 Released</a></h2>
1385  </header>
1386  <time class="newsdate" datetime="2014-05-15T17:07:04+02:00">15 May 2014</time>
1387  <div class="newscontent">
1388    <div>
1389      <p>
1390        The PHP development team announces the immediate availability of PHP 5.6.0beta3.
1391        As we entered the feature freeze with beta1, this is a bugfix-only release.
1392        All users of PHP are encouraged to test this version carefully,
1393        and report any bugs in <a href="https://bugs.php.net">the bug tracking system</a>.
1394     </p>
1395
1396     <strong>THIS IS A DEVELOPMENT PREVIEW - DO NOT USE IT IN PRODUCTION!</strong>
1397
1398     <p>For more information about the new features you can check out the work-in-progress
1399      <a href="http://docs.php.net/manual/en/migration56.new-features.php">documentation</a>
1400      or you can read the full list of changes in the
1401      <a href="https://github.com/php/php-src/blob/php-5.6.0beta3/NEWS">NEWS file</a> contained
1402      in the release archive.
1403     </p>
1404
1405     <p>
1406      For source downloads of PHP 5.6.0beta3 please visit
1407      the <a href="http://qa.php.net/">download page</a>. Windows binaries
1408      can be found on <a href="http://windows.php.net/qa/">windows.php.net/qa/</a>.
1409     </p>
1410
1411     <p>
1412      Our fourth and final beta should show up on the 29th of May.
1413     </p>
1414
1415     <p>
1416        Thank you for helping us make PHP better.
1417     </p>
1418    </div>
1419
1420  </div>
1421</article>
1422<article class="newsItem">
1423  <header>
1424    <div class="newsImage"></div>
1425    <h2 class="newstitle"><a id="id2014-05-02-1" href="http://php.net/archive/2014.php#id2014-05-02-1" rel="bookmark" class="bookmark">PHP 5.6.0beta2 Released</a></h2>
1426  </header>
1427  <time class="newsdate" datetime="2014-05-02T08:42:52+02:00">02 May 2014</time>
1428  <div class="newscontent">
1429    <div>
1430      <p>
1431        The PHP development team announces the immediate availability of PHP 5.6.0beta2.
1432        As we entered the feature freeze with beta1, this release is almost exclusively
1433        a bugfix-only release.
1434        All users of PHP are encouraged to test this version carefully,
1435        and report any bugs in <a href="https://bugs.php.net">the bug tracking system</a>.
1436     </p>
1437
1438     <strong>THIS IS A DEVELOPMENT PREVIEW - DO NOT USE IT IN PRODUCTION!</strong>
1439
1440     <p>
1441      PHP 5.6.0beta2 comes with a small number of new features, including:
1442     </p>
1443     <ul>
1444        <li>Watchpoint support for phpdbg</li>
1445        <li>A new fetching mode to mysqlnd which uses less memory but implies more memory copy</li>
1446     </ul>
1447
1448     <p>For more information about the new features you can check out the work-in-progress
1449      <a href="http://docs.php.net/manual/en/migration56.new-features.php">documentation</a>
1450      or you can read the full list of changes in the
1451      <a href="https://github.com/php/php-src/blob/php-5.6.0beta2/NEWS">NEWS file</a> contained
1452      in the release archive.
1453     </p>
1454
1455     <p>
1456      For source downloads of PHP 5.6.0beta2 please visit
1457      the <a href="http://qa.php.net/">download page</a>. Windows binaries
1458      can be found on <a href="http://windows.php.net/qa/">windows.php.net/qa/</a>.
1459     </p>
1460
1461     <p>
1462      Our third beta should show up on the 15th of May.
1463     </p>
1464
1465     <p>
1466        Thank you for helping us make PHP better.
1467     </p>
1468    </div>
1469
1470  </div>
1471</article>
1472<article class="newsItem">
1473  <header>
1474    <div class="newsImage"></div>
1475    <h2 class="newstitle"><a id="id2014-05-01-1" href="http://php.net/archive/2014.php#id2014-05-01-1" rel="bookmark" class="bookmark">PHP 5.4.28 Released</a></h2>
1476  </header>
1477  <time class="newsdate" datetime="2014-05-01T22:32:15-07:00">01 May 2014</time>
1478  <div class="newscontent">
1479    <div>
1480     <p>The PHP development team announces the immediate availability of PHP
1481     5.4.28. 19 bugs were fixed in this release, including CVE-2014-0185.
1482     All PHP 5.4 users are encouraged to upgrade to this version.
1483     </p>
1484
1485     <p>For source downloads of PHP 5.4.28 please visit our <a href="http://www.php.net/downloads.php">downloads page</a>,
1486     Windows binaries can be found on <a href="http://windows.php.net/download/">windows.php.net/download/</a>.
1487     The list of changes is recorded in the <a href="http://www.php.net/ChangeLog-5.php#5.4.28">ChangeLog</a>.
1488     </p>
1489    </div>
1490
1491  </div>
1492</article>
1493<article class="newsItem">
1494  <header>
1495    <div class="newsImage"></div>
1496    <h2 class="newstitle"><a id="id2014-04-30-1" href="http://php.net/archive/2014.php#id2014-04-30-1" rel="bookmark" class="bookmark">PHP 5.5.12 Released</a></h2>
1497  </header>
1498  <time class="newsdate" datetime="2014-04-30T09:01:48+00:00">30 Apr 2014</time>
1499  <div class="newscontent">
1500    <div>
1501        <p>The PHP Development Team announces the immediate availability of PHP 5.5.12.
1502        This release fixes several bugs against PHP 5.5.11, as well as CVE-2014-0185 regarding PHP-FPM.</p>
1503
1504        <p>All PHP users are encouraged to upgrade to this new version.</p>
1505
1506        <p>For source downloads of PHP 5.5.12, please visit our <a href="http://www.php.net/downloads.php">downloads page</a>.
1507        Windows binaries can be found on <a href="http://windows.php.net/download/">windows.php.net/download/</a>.
1508        The list of changes is recorded in the <a href="http://www.php.net/ChangeLog-5.php#5.5.12">ChangeLog</a>.
1509        </p>
1510    </div>
1511
1512  </div>
1513</article>
1514<article class="newsItem">
1515  <header>
1516    <div class="newsImage"></div>
1517    <h2 class="newstitle"><a id="id2014-04-11-1" href="http://php.net/archive/2014.php#id2014-04-11-1" rel="bookmark" class="bookmark">PHP 5.6.0beta1 Released</a></h2>
1518  </header>
1519  <time class="newsdate" datetime="2014-04-11T13:57:47+02:00">11 Apr 2014</time>
1520  <div class="newscontent">
1521    <div>
1522      <p>
1523        The PHP development team announces the immediate availability of
1524        PHP 5.6.0beta1. This release adds new features and fixes bugs and marks
1525        the feature freeze for the PHP 5.6.0 release.
1526        All users of PHP are encouraged to test this version carefully,
1527        and report any bugs in <a href="https://bugs.php.net">the bug tracking system</a>.
1528     </p>
1529
1530     <strong>THIS IS A DEVELOPMENT PREVIEW - DO NOT USE IT IN PRODUCTION!</strong>
1531
1532     <p>
1533      PHP 5.6.0beta1 comes with a number of new features, including:
1534     </p>
1535     <ul>
1536        <li>A new method called fread() to the SplFileObject class</li>
1537        <li>A new static method called createFromMutable() to the DateTimeImmutable class</li>
1538        <li>A new function called hash_equals()</li>
1539        <li>Support for marks to the PCRE extension</li>
1540        <li>Support for asynchronous connections and queries to the Pgsql extension</li>
1541     </ul>
1542
1543     <p>For more information about the new features you can check out the work-in-progress
1544      <a href="http://docs.php.net/manual/en/migration56.new-features.php">documentation</a>
1545      or you can read the full list of changes in the
1546      <a href="https://github.com/php/php-src/blob/php-5.6.0beta1/NEWS">NEWS file</a> contained
1547      in the release archive.
1548     </p>
1549
1550     <p>
1551      For source downloads of PHP 5.6.0beta1 please visit
1552      the <a href="http://qa.php.net/">download page</a>. Windows binaries
1553      can be found on <a href="http://windows.php.net/qa/">windows.php.net/qa/</a>.
1554     </p>
1555
1556     <p>
1557      Our second beta should show up on the 24th of April.
1558     </p>
1559
1560     <p>
1561        Thank you for helping us make PHP better.
1562     </p>
1563    </div>
1564
1565  </div>
1566</article>
1567<article class="newsItem">
1568  <header>
1569    <div class="newsImage"></div>
1570    <h2 class="newstitle"><a id="id2014-04-03-1" href="http://php.net/archive/2014.php#id2014-04-03-1" rel="bookmark" class="bookmark">PHP 5.4.27 Released</a></h2>
1571  </header>
1572  <time class="newsdate" datetime="2014-04-03T15:54:41-07:00">03 Apr 2014</time>
1573  <div class="newscontent">
1574    <div>
1575     <p>The PHP development team announces the immediate availability of PHP
1576     5.4.27. 6 bugs were fixed in this release, including CVE-2013-7345.
1577     All PHP 5.4 users are encouraged to upgrade to this version.
1578     </p>
1579
1580     <p>For source downloads of PHP 5.4.27 please visit our <a href="http://www.php.net/downloads.php">downloads page</a>,
1581     Windows binaries can be found on <a href="http://windows.php.net/download/">windows.php.net/download/</a>.
1582     The list of changes is recorded in the <a href="http://www.php.net/ChangeLog-5.php#5.4.27">ChangeLog</a>.
1583     </p>
1584
1585    </div>
1586
1587  </div>
1588</article>
1589<article class="newsItem">
1590  <header>
1591    <div class="newsImage"></div>
1592    <h2 class="newstitle"><a id="id2014-04-02-1" href="http://php.net/archive/2014.php#id2014-04-02-1" rel="bookmark" class="bookmark">PHP 5.5.11 Released</a></h2>
1593  </header>
1594  <time class="newsdate" datetime="2014-04-02T16:28:21+00:00">02 Apr 2014</time>
1595  <div class="newscontent">
1596    <div>
1597     <p>The PHP development team announces the immediate availability of PHP
1598     5.5.11. Several bugs were fixed in this release, some bundled libraries updated and a security issue
1599     has been fixed : CVE-2013-7345. We recommand all PHP 5.5 users to upgrade to this version.
1600     </p>
1601
1602     <p>For source downloads of PHP 5.5.11 please visit our <a href="http://www.php.net/downloads.php">downloads page</a>,
1603     Windows binaries can be found on <a href="http://windows.php.net/download/">windows.php.net/download/</a>.
1604     The list of changes is recorded in the <a href="http://www.php.net/ChangeLog-5.php#5.5.11">ChangeLog</a>.
1605     </p>
1606    </div>
1607
1608  </div>
1609</article>
1610<article class="newsItem">
1611  <header>
1612    <div class="newsImage"><?php news_image("http://www.phpconference.com.ar/", "argentina-2014.png", "PHP Argentina"); ?></div>
1613    <h2 class="newstitle"><a id="id2014-03-26-1" href="http://www.phpconference.com.ar/" rel="bookmark" class="bookmark">PHP Conference Argentina</a></h2>
1614  </header>
1615  <time class="newsdate" datetime="2014-03-26T16:56:35-07:00">26 Mar 2014</time>
1616  <div class="newscontent">
1617    <div>
1618      <p>
1619        We are excited to invite you to the 2014 edition of
1620        <a href="http://www.phpconference.com.ar">PHP Conference Argentina</a>,
1621        to be held on November 7, 8 and 9 in Buenos Aires, Argentina.
1622      </p>
1623      <p>
1624        <a href="http://www.phpconference.com.ar">PHP Conference Argentina</a>,
1625        is the largest developer conference in Argentina and one of the most important
1626        events in the region, where programmers and decision makers from all over Latin
1627        America get together for a 3-days event filled with talks given by highly
1628        recognized speakers, and networking opportunities.
1629      </p>
1630      <p>
1631        Conference numbers
1632        <ul>
1633          <li>Expecting more than 700 attendees</li>
1634          <li>Full exclusivity of a highly recognized venue in Buenos Aires, giving us
1635            amazing opportunities for a wide variety of activities.</li>
1636          <li>A three day event spanned across two days of conference talks, and a full
1637            day at a farm (called the "Gaucho day") to improve networking opportunities.</li>
1638          <li>Organized social activities for both conference days.</li>
1639        </ul>
1640        More info: <a href="http://www.phpconference.com.ar">www.phpconference.com.ar</a>
1641      </p>
1642    </div>
1643
1644  </div>
1645</article>
1646<article class="newsItem">
1647  <header>
1648    <div class="newsImage"><?php news_image("http://www.phpconference.nl/", "dpc_2014-2.png", "DPC2014"); ?></div>
1649    <h2 class="newstitle"><a id="id2014-03-13-1" href="http://www.phpconference.nl/" rel="bookmark" class="bookmark">Dutch PHP Conference 2014</a></h2>
1650  </header>
1651  <time class="newsdate" datetime="2014-03-13T06:18:00-07:00">13 Mar 2014</time>
1652  <div class="newscontent">
1653    <div>
1654
1655     <p>
1656     Ibuildings is proud to organise the eighth
1657     <a href="http://www.phpconference.nl/">Dutch PHP Conference</a> on June 27 and 28,
1658     plus a pre-conference tutorial day on June 26. Both programs will be completely in
1659     English so the only Dutch thing about it is the location.
1660     </p>
1661
1662     <p>
1663     DPC brings together the best speakers and PHP talent from Europe and beyond
1664     for three days of high-level technical sessions. Our
1665     <a href="http://www.phpconference.nl/schedule">schedule</a> is already online and
1666     features talks on Redis, Git, HHVM, NGINX, Security, Mocking, PhpSpec 2, Zend
1667     Framework 2, Apache Cassandra, JavaScript testing, Docker and much more.
1668     </p>
1669
1670     <p>
1671     The tutorial day on Thursday 26th June at the same venue gives an opportunity for a
1672     smaller number of attendees to spend some time with an expert, going in-depth on
1673     particular topics - topics like DDD, Zend Framework 2, Ansible, Apigility, JavaScript
1674     Testing, Laravel, Symfony and more are all on offer.
1675     </p>
1676
1677     <p>
1678     So come along to our two main conference days on 27th and 28th June and our
1679     tutorial day on 26th June in Amsterdam!
1680     </p>
1681    </div>
1682
1683  </div>
1684</article>
1685<article class="newsItem">
1686  <header>
1687    <div class="newsImage"></div>
1688    <h2 class="newstitle"><a id="id2014-03-07-1" href="http://php.net/archive/2014.php#id2014-03-07-1" rel="bookmark" class="bookmark">PHP 5.4.26 Released</a></h2>
1689  </header>
1690  <time class="newsdate" datetime="2014-03-07T07:16:31+02:00">07 Mar 2014</time>
1691  <div class="newscontent">
1692    <div>
1693     <p>The PHP development team announces the immediate availability of PHP
1694     5.4.26. 5 bugs were fixed in this release, including CVE-2014-1943.
1695     All PHP 5.4 users are encouraged to upgrade to this version.
1696     </p>
1697
1698     <p>For source downloads of PHP 5.4.26 please visit our <a href="http://www.php.net/downloads.php">downloads page</a>,
1699     Windows binaries can be found on <a href="http://windows.php.net/download/">windows.php.net/download/</a>.
1700     The list of changes is recorded in the <a href="http://www.php.net/ChangeLog-5.php#5.4.26">ChangeLog</a>.
1701     </p>
1702    </div>
1703
1704  </div>
1705</article>
1706<article class="newsItem">
1707  <header>
1708    <div class="newsImage"></div>
1709    <h2 class="newstitle"><a id="id2014-03-06-2" href="http://php.net/archive/2014.php#id2014-03-06-2" rel="bookmark" class="bookmark">PHP 5.6.0alpha3 Released</a></h2>
1710  </header>
1711  <time class="newsdate" datetime="2014-03-06T22:42:01+01:00">06 Mar 2014</time>
1712  <div class="newscontent">
1713    <div>
1714      <p>
1715        The PHP development team announces the immediate availability of
1716        PHP 5.6.0alpha3. This release adds new features and fixes bugs.
1717        All users of PHP are encouraged to test this version carefully,
1718        and report any bugs in <a href="https://bugs.php.net">the bug tracking system</a>.
1719     </p>
1720
1721     <strong>THIS IS A DEVELOPMENT PREVIEW - DO NOT USE IT IN PRODUCTION!</strong>
1722
1723     <p>
1724      PHP 5.6.0alpha3 comes with a number of new features, including:
1725     </p>
1726     <ul>
1727        <li>A new magic method called __debugInfo() for providing additional debug information for an object</li>
1728        <li>A new config option called clear_env for the FPM SAPI</li>
1729        <li>A new function called opcache_is_script_cached()</li>
1730        <li>Support for the Windows CA cert store for peer verification when no CA file is available</li>
1731        <li>Various other ssl related improvements in the curl and openssl extensions</li>
1732     </ul>
1733
1734     <p>For more information about the new features you can check out the work-in-progress
1735      <a href="http://docs.php.net/manual/en/migration56.new-features.php">documentation</a>
1736      or you can read the full list of changes in the
1737      <a href="https://github.com/php/php-src/blob/php-5.6.0alpha3/NEWS">NEWS file</a> contained
1738      in the release archive.
1739     </p>
1740
1741     <p>
1742      For source downloads of PHP 5.6.0alpha3 please visit
1743      the <a href="http://downloads.php.net/tyrael">download page</a>. Windows binaries
1744      can be found on <a href="http://windows.php.net/qa/">windows.php.net/qa/</a>.
1745     </p>
1746
1747     <p>
1748      Hopefully this was our last alpha for 5.6.0, and our first beta should show up on the
1749      20th of March, which will mark the start of the feature freeze for this version.
1750     </p>
1751
1752     <p>
1753        Thank you for helping us make PHP better.
1754     </p>
1755    </div>
1756
1757  </div>
1758</article>
1759<article class="newsItem">
1760  <header>
1761    <div class="newsImage"></div>
1762    <h2 class="newstitle"><a id="id2014-03-06-1" href="http://php.net/archive/2014.php#id2014-03-06-1" rel="bookmark" class="bookmark">PHP 5.5.10 Released</a></h2>
1763  </header>
1764  <time class="newsdate" datetime="2014-03-06T08:58:58+00:00">06 Mar 2014</time>
1765  <div class="newscontent">
1766    <div>
1767     <p>The PHP development team announces the immediate availability of PHP
1768     5.5.10. Several bugs were fixed in this release, including security issues related
1769     to CVEs. CVE-2014-1943, CVE-2014-2270 and CVE-2013-7327 have been addressed in this release.
1770     We recommand all PHP 5.5 users to upgrade to this version.
1771     </p>
1772
1773     <p>For source downloads of PHP 5.5.10 please visit our <a href="http://www.php.net/downloads.php">downloads page</a>,
1774     Windows binaries can be found on <a href="http://windows.php.net/download/">windows.php.net/download/</a>.
1775     The list of changes is recorded in the <a href="http://www.php.net/ChangeLog-5.php#5.5.10">ChangeLog</a>.
1776     </p>
1777    </div>
1778
1779  </div>
1780</article>
1781<article class="newsItem">
1782  <header>
1783    <div class="newsImage"></div>
1784    <h2 class="newstitle"><a id="id2014-02-13-1" href="http://php.net/archive/2014.php#id2014-02-13-1" rel="bookmark" class="bookmark">PHP 5.6.0alpha2 Released</a></h2>
1785  </header>
1786  <time class="newsdate" datetime="2014-02-13T23:00:39+01:00">13 Feb 2014</time>
1787  <div class="newscontent">
1788    <div>
1789      <p>
1790        The PHP development team announces the immediate availability of
1791        PHP 5.6.0alpha2. This release adds new features and fixes bugs.
1792        All users of PHP are encouraged to test this version carefully,
1793        and report any bugs in <a href="https://bugs.php.net">the bug tracking system</a>.
1794     </p>
1795
1796     <strong>THIS IS A DEVELOPMENT PREVIEW - DO NOT USE IT IN PRODUCTION!</strong>
1797
1798     <p>
1799      PHP 5.6.0alpha2 comes with a number of new features, including:
1800     </p>
1801     <ul>
1802        <li>Peer certificates are now verified by default when connecting to SSL/TLS servers</li>
1803        <li>An exponentiation operator has been added: **</li>
1804        <li>Output encoding handling has been simplified by using default_charset as the default character encoding</li>
1805     </ul>
1806
1807     <p>For more information about the new features you can check out the work-in-progress
1808      <a href="http://docs.php.net/manual/en/migration56.new-features.php">documentation</a>
1809      or you can read the full list of changes in the
1810      <a href="https://github.com/php/php-src/blob/php-5.6.0alpha2/NEWS">NEWS file</a> contained
1811      in the release archive.
1812     </p>
1813
1814     <p>
1815      For source downloads of PHP 5.6.0alpha2 please visit
1816      the <a href="http://downloads.php.net/tyrael">download page</a>. Windows binaries
1817      can be found on <a href="http://windows.php.net/qa/">windows.php.net/qa/</a>.
1818     </p>
1819
1820     <p>
1821      Our third alpha should show up on the 27th of February.
1822     </p>
1823
1824     <p>
1825        Thank you for helping us make PHP better.
1826     </p>
1827    </div>
1828
1829  </div>
1830</article>
1831<article class="newsItem">
1832  <header>
1833    <div class="newsImage"></div>
1834    <h2 class="newstitle"><a id="id2014-02-06-1" href="http://php.net/archive/2014.php#id2014-02-06-1" rel="bookmark" class="bookmark">PHP 5.4.25 Released</a></h2>
1835  </header>
1836  <time class="newsdate" datetime="2014-02-06T21:14:31-08:00">06 Feb 2014</time>
1837  <div class="newscontent">
1838    <div>
1839     <p>The PHP development team announces the immediate availability of PHP
1840     5.4.25. 5 bugs were fixed in this release.
1841     All PHP 5.4 users are encouraged to upgrade to this version.
1842     </p>
1843
1844     <p>For source downloads of PHP 5.4.25 please visit our <a href="http://www.php.net/downloads.php">downloads page</a>,
1845     Windows binaries can be found on <a href="http://windows.php.net/download/">windows.php.net/download/</a>.
1846     The list of changes is recorded in the <a href="http://www.php.net/ChangeLog-5.php#5.4.25">ChangeLog</a>.
1847     </p>
1848    </div>
1849
1850  </div>
1851</article>
1852<article class="newsItem">
1853  <header>
1854    <div class="newsImage"></div>
1855    <h2 class="newstitle"><a id="id2014-02-05-4" href="http://php.net/archive/2014.php#id2014-02-05-1" rel="bookmark" class="bookmark">PHP 5.5.9 Released</a></h2>
1856  </header>
1857  <time class="newsdate" datetime="2014-02-05T10:45:56+00:00">05 Feb 2014</time>
1858  <div class="newscontent">
1859    <div>
1860     <p>The PHP development team announces the immediate availability of PHP 5.5.9. This release fixes several bugs against
1861      PHP 5.5.8.</p>
1862
1863    <p>
1864      For source downloads of PHP 5.5.9 please visit our <a href="http://www.php.net/downloads.php">downloads page</a>,
1865     Windows binaries are located on <a href="http://windows.php.net/download/">windows.php.net/download/</a>.
1866     The list of changes can be found in the <a href="http://www.php.net/ChangeLog-5.php#5.5.9">ChangeLog</a>.
1867   </p>
1868    </div>
1869
1870  </div>
1871</article>
1872<article class="newsItem">
1873  <header>
1874    <div class="newsImage"><?php news_image("http://www.midwestphp.org/", "midwest2014.jpg", "MidwestPHP 2014"); ?></div>
1875    <h2 class="newstitle"><a id="id2014-02-05-3" href="http://www.midwestphp.org/" rel="bookmark" class="bookmark">MidwestPHP 2014</a></h2>
1876  </header>
1877  <time class="newsdate" datetime="2014-02-05T13:09:54-08:00">05 Feb 2014</time>
1878  <div class="newscontent">
1879    <div>
1880     <p><a href="http://www.midwestphp.org/">MidwestPHP</a> is back in Minneapolis
1881     again for its second year, March 15th-16th, boasting 2 days filled with sessions about Zend
1882     Framework 2, PHPUnit, RabbitMQ, Vagrant, Application development, Security, and
1883     more.  And if you're new to PHP, there's something for you too- php|architect
1884     will be hosting a training day to cover the basics of PHP on the 14th.
1885     </p>
1886
1887     <p>Don't miss out on 2 great days of sessions, fantastic Minnesota food, a
1888     great chance for networking, and of course the world famous Minnesota Niceness
1889     everyone is talking about.
1890     <a href="http://www.midwestphp.org/registration/">Register for your spot at MidwestPHP</a> today!
1891     </p>
1892    </div>
1893
1894  </div>
1895</article>
1896<article class="newsItem">
1897  <header>
1898    <div class="newsImage"><?php news_image("http://tek.phparch.com/", "tek14.fb.png", "php[tek] 2014 : Schedule Announced"); ?></div>
1899    <h2 class="newstitle"><a id="id2014-02-05-1" href="http://tek.phparch.com/" rel="bookmark" class="bookmark">php[tek] 2014 : Schedule Announced</a></h2>
1900  </header>
1901  <time class="newsdate" datetime="2014-02-05T12:52:31-08:00">05 Feb 2014</time>
1902  <div class="newscontent">
1903    <div>
1904     <p>The <a href="http://tek.phparch.com/schedule/">conference
1905     schedule</a> has now been posted for <a href="http://tek.phparch.com/">php[tek] 2014</a> – The premier
1906     professional PHP conference from the team at php[architect].</p>
1907
1908     <p>Taking place from May 19-23rd in Chicago, IL, USA, the conference
1909     will consist of 4 parallel tracks of sessions, a tutorial day, an <a href="http://tek.phparch.com/speakers/#91919">introduction to PHP day of
1910     training</a>, and more.</p>
1911
1912     <p>New to php[tek] this year is the <a href="http://tek.phparch.com/events/#open">Open Spaces</a> room, where
1913     we hope to encourage all sorts of great discussions to take place by our
1914     attendees, and larger breaks between sessions as well to make sure that
1915     the hallway-track is given as much importance as the sessions
1916     themselves.</p>
1917
1918     <p>Our <a href="http://tek.phparch.com/pricing-and-registration/">Early
1919     Bird Sale</a> is still currently ongoing, but expires on February 15th.
1920      So make sure to <a href="http://tek.phparch.com/pricing-and-registration/">register
1921     soon</a> in order to save $200 off the total price!</p>
1922    </div>
1923
1924  </div>
1925</article>
1926<article class="newsItem">
1927  <header>
1928    <div class="newsImage"></div>
1929    <h2 class="newstitle"><a id="id2014-01-23-1" href="http://php.net/archive/2014.php#id2014-01-23-1" rel="bookmark" class="bookmark">PHP 5.6.0alpha1 Released</a></h2>
1930  </header>
1931  <time class="newsdate" datetime="2014-01-23T23:24:10+01:00">23 Jan 2014</time>
1932  <div class="newscontent">
1933    <div>
1934      <p>
1935        The PHP development team announces the immediate availability of
1936        PHP 5.6.0alpha1. This release marks the beginning of the PHP 5.6.0 release cycle.
1937        All users of PHP are encouraged to test this version carefully,
1938        and report any bugs in <a href="https://bugs.php.net">the bug tracking system</a>.
1939     </p>
1940
1941     <strong>THIS IS A DEVELOPMENT PREVIEW - DO NOT USE IT IN PRODUCTION!</strong>
1942
1943     <p>
1944      PHP 5.6.0alpha1 comes with new features such as (incomplete list) :
1945     </p>
1946     <ul>
1947        <li>constant scalar expressions,</li>
1948        <li>variadic functions,</li>
1949        <li>argument unpacking,</li>
1950        <li>support for large(&gt;2GiB) file uploads,</li>
1951        <li>SSL/TLS improvements,</li>
1952        <li>a new command line debugger called phpdbg.</li>
1953     </ul>
1954
1955     <p>For more information about the new features you can check out the work-in-progress
1956      <a href="http://docs.php.net/manual/en/migration56.new-features.php">documentation</a>
1957      or you can read the full list of changes in the
1958      <a href="https://github.com/php/php-src/blob/php-5.6.0alpha1/NEWS">NEWS file</a> contained
1959      in the release archive.
1960     </p>
1961
1962     <p>
1963      For source downloads of PHP 5.6.0alpha1 please visit
1964      the <a href="http://downloads.php.net/tyrael">download page</a>, Windows binaries
1965      can be found on <a href="http://windows.php.net/qa/">windows.php.net/qa/</a>.
1966     </p>
1967
1968     <p>
1969      Our second alpha should show up on 6th of February.
1970     </p>
1971
1972     <p>
1973        Thank you for helping us making PHP better.
1974     </p>
1975    </div>
1976
1977  </div>
1978</article>
1979<article class="newsItem">
1980  <header>
1981    <div class="newsImage"><?php news_image("http://phpconference.com/2014se/en", "ipc2014.png", "IPC 2014"); ?></div>
1982    <h2 class="newstitle"><a id="id2014-01-22-2" href="http://phpconference.com/2014se/en" rel="bookmark" class="bookmark">International PHP Conference - Spring Edition - 2014</a></h2>
1983  </header>
1984  <time class="newsdate" datetime="2014-01-22T11:31:42-08:00">22 Jan 2014</time>
1985  <div class="newscontent">
1986    <div>
1987     <p>
1988     Since its inception in 2001, the
1989     <a href="http://phpconference.com/2014se/en">International PHP Conference</a>
1990     has evolved into one of the most significant PHP events worldwide. As a meeting point for
1991     PHP professionals, evangelists, movers and shakers, the tradition continues this year from
1992     June 1 to 4 in Berlin (Germany). Once again, the conference will explore key topics and
1993     core technologies for developers and decision makers.
1994     </p>
1995
1996     <p>
1997     Highlights 2014
1998     </p>
1999     <ul>
2000     <li>Heavyset PHProgram: 60+ workshops, sessions &amp; keynotes</li>
2001     <li>Cool PHP &amp; the Gang: 50+ international speakers and trainers</li>
2002     <li>Hands-on Power Workshops on Sunday (June 1, 2014)</li>
2003     <li>2-day expo with leading IT companies (June 3-4, 2014)</li>
2004     <li>Full board during the conference: lunch, snacks &amp; drinks</li>
2005     <li>Free swag: certificate, t-shirt, backpack, magazines…</li>
2006     <li>Plenty of best practices and networking opportunities</li>
2007     </ul>
2008
2009     <p>
2010     Join us on <a href="http://twitter.com/phpconference">Twitter</a>,
2011     <a href="https://www.facebook.com/ipc.germany">Facebook</a> and
2012     <a href="https://plus.google.com/b/109347669400413843557/109347669400413843557/posts">Google+</a>
2013     or visit our website at <a href="http://phpconference.com/">http://phpconference.com</a>
2014     We look forward to seeing you in Berlin!
2015     </p>
2016    </div>
2017
2018  </div>
2019</article>
2020<article class="newsItem">
2021  <header>
2022    <div class="newsImage"><?php news_image("http://www.phpsouthafrica.com/", "phpsa2014.png", "PHP Cape Town"); ?></div>
2023    <h2 class="newstitle"><a id="id2014-01-22-1" href="http://www.phpsouthafrica.com/" rel="bookmark" class="bookmark">PHP Cape Town 2014</a></h2>
2024  </header>
2025  <time class="newsdate" datetime="2014-01-22T11:24:46-08:00">22 Jan 2014</time>
2026  <div class="newscontent">
2027    <div>
2028     <p>
2029     <a href="http://www.phpsouthafrica.com/">PHP Cape Town</a><br/>
2030     12th April2014
2031     </p>
2032     <p>
2033     This intimate One Day Advanced PHP Craft session is for the experienced developer, CTO and
2034     skilled developers looking to take the next step.
2035     </p>
2036     <p>During this session you will hear from
2037     Rasmus Lerdorf about his 7 year experience with Yahoo and an exclusive Q&amp;A with him. We
2038     will also hear Phil Sturgeon share some of his experiences and knowledge about API
2039     Pain-Points &amp; The FIG:PSR-4.
2040     </p>
2041     <p>You will have the opportunity to question, interact and solve
2042     some of your issues. At this Craft Session we will be welcoming some more international
2043     guests for this jammed packed full day session. This PHP Advanced Developers session in
2044     Cape Town will be the highlight of our calendar to Welcome some acclaimed developers to
2045     The Mother City.
2046     </p>
2047     <p>We have limited seat available for this event to encourage more
2048     interaction.
2049     </p>
2050    </div>
2051
2052  </div>
2053</article>
2054<article class="newsItem">
2055  <header>
2056    <div class="newsImage"></div>
2057    <h2 class="newstitle"><a id="id2014-01-10-2" href="http://php.net/archive/2014.php#id2014-01-10-2" rel="bookmark" class="bookmark">PHP 5.4.24 Released</a></h2>
2058  </header>
2059  <time class="newsdate" datetime="2014-01-10T09:22:38-08:00">10 Jan 2014</time>
2060  <div class="newscontent">
2061    <div>
2062          <p>The PHP development team announces the immediate availability of PHP
2063          5.4.24. About 14 bugs were fixed. All PHP 5.4 users are encouraged to upgrade to this version.
2064          </p>
2065
2066          <p>For source downloads of PHP 5.4.24 please visit our <a href="http://www.php.net/downloads.php">downloads page</a>,
2067          Windows binaries can be found on <a href="http://windows.php.net/download/">windows.php.net/download/</a>.
2068          The list of changes is recorded in the <a href="http://www.php.net/ChangeLog-5.php#5.4.24">ChangeLog</a>.
2069          </p>
2070	</div>
2071
2072  </div>
2073</article>
2074<article class="newsItem">
2075  <header>
2076    <div class="newsImage"></div>
2077    <h2 class="newstitle"><a id="id2014-01-10-1" href="http://php.net/archive/2014.php#id2014-01-10-1" rel="bookmark" class="bookmark">PHP 5.5.8 Released</a></h2>
2078  </header>
2079  <time class="newsdate" datetime="2014-01-10T09:24:43+00:00">10 Jan 2014</time>
2080  <div class="newscontent">
2081    <div>
2082     <p>The PHP development team announces the immediate availability of PHP 5.5.8. This release fixes about 20 bugs against
2083      PHP 5.5.7 components.</p>
2084
2085    <p>
2086      For source downloads of PHP 5.5.8 please visit our <a href="http://www.php.net/downloads.php">downloads page</a>,
2087     Windows binaries are located on <a href="http://windows.php.net/download/">windows.php.net/download/</a>.
2088     The list of changes can be found in the <a href="http://www.php.net/ChangeLog-5.php#5.5.8">ChangeLog</a>.
2089   </p>
2090    </div>
2091
2092  </div>
2093</article>
2094<?php
2095
2096/* %s/<a href="\(.*\)"><img src="\/images\/news\/\(.*\)" alt="\(.*\)" width.*><\/a>/<?php news_image("\1", "\2", "\3"); ?>/g */
2097site_footer(['elephpants' => true, 'sidebar' => $SIDEBAR_DATA]);
2098