xref: /web-php/archive/2011.php (revision d9bcfed4)
1<?php
2$_SERVER['BASE_PAGE'] = 'archive/2011.php';
3include_once __DIR__ . '/../include/prepend.inc';
4news_archive_sidebar();
5site_header("News Archive - 2011", ["cache" => true]);
6?>
7
8<h1>News Archive - 2011</h1>
9
10<p>
11 Here are the most important news items we have published in 2011 on PHP.net.
12</p>
13
14<hr>
15<div class="newsItem hentry">
16    <div class="newsImage"></div>
17    <h1 class="summary entry-title"><a id="id2011-12-25-1" href="#id2011-12-25-1" rel="bookmark" class="bookmark">PHP 5.4.0 RC4 released</a></h1>
18    <div class="entry-content description">
19        <abbr class="published newsdate" title="2011-12-25T01:14:52+01:00">[25-Dec-2011]</abbr>
20        <div>
21     <p>
22       The PHP development team is proud to announce the 4th
23       <a href="http://qa.php.net">release candidate</a> of PHP 5.4.
24       PHP 5.4 includes new language features and removes several legacy
25       (deprecated) behaviours. Windows binaries can be downloaded from the
26       <a href="http://windows.php.net/qa/">Windows QA site</a>.
27     </p>
28     <p>
29       <strong>THIS IS A RELEASE CANDIDATE - DO NOT USE IT IN PRODUCTION!</strong>.
30     </p>
31     <p>
32       This is the 4th release candidate. The release candidate phase is intended as
33       a period of bug fixing prior to the stable release. No new features should
34       be included before the final version of PHP 5.4.0.
35     </p>
36     <p>
37       The new release candidate fixed several bugs, including:
38     </p>
39     <ul>
40       <li>Added max_input_vars directive to prevent attacks based on hash collisions</li>
41       <li>Fixed a segfault in the traits code</li>
42     </ul>
43     <p>
44       Read the <a href="https://svn.php.net/repository/php/php-src/tags/php_5_4_0RC4/NEWS">NEWS</a>
45       file for a complete list of changes in this release.
46     </p>
47     <p>
48       Please continue to help us to identify bugs in order to ensure that the release is
49       solid and all things behave as expected.  Please test this release candidate
50       against your code base and report any problems that you encounter to the
51       <a href="mailto:php-qa@lists.php.net">QA mailing list</a> and/or the
52       <a href="https://bugs.php.net/">PHP bug tracker</a>.
53     </p>
54     <p>
55       The next release candidate will be released in 14 days.
56     </p>
57    </div>
58
59    </div>
60</div>
61
62<hr>
63<div class="newsItem hentry vevent">
64    <div class="newsImage"><?php news_image("http://www.phpconference.nl/", "dpc_2012.png", "Dutch PHP Conference 2012"); ?></div>
65    <h1 class="summary entry-title"><a id="id2011-12-23-1" href="http://www.phpconference.nl/" rel="bookmark" class="bookmark">Dutch PHP Conference 2012</a></h1>
66    <div class="entry-content description">
67        <abbr class="published newsdate" title="2011-12-23T11:11:49+01:00">[23-Dec-2011]</abbr>
68        <div>
69     <p>Ibuildings is proud to organise the sixth Dutch PHP Conference on June 8 and 9, plus a pre-conference tutorial day on June 7. Both programs will be completely in English so the only Dutch thing about it is the location. Keywords for these days: Know-how, Technology, Best Practices, Networking, Tips &amp; Tricks.
70     </p>
71     <p>
72         Website: <a href="http://www.phpconference.nl/">http://www.phpconference.nl/</a>
73     </p>
74    </div>
75
76    </div>
77</div>
78
79<hr>
80<div class="newsItem hentry">
81    <div class="newsImage"></div>
82    <h1 class="summary entry-title"><a id="id2011-12-14-1" href="#id2011-12-14-1" rel="bookmark" class="bookmark">PHP 5.4.0RC3 released</a></h1>
83    <div class="entry-content description">
84        <abbr class="published newsdate" title="2011-12-14T15:43:13+01:00">[14-Dec-2011]</abbr>
85        <div>
86      <p>
87        The PHP development team is proud to announce the third
88        <a href="http://qa.php.net">release candidate</a> of PHP 5.4.
89        PHP 5.4 includes new language features and removes several legacy
90        (deprecated) behaviours. Windows binaries can be downloaded from the
91        <a href="http://windows.php.net/qa/">Windows QA site</a>.
92      </p>
93      <p>
94        <strong>THIS IS A RELEASE CANDIDATE - DO NOT USE IT IN PRODUCTION!</strong>.
95      </p>
96      <p>
97        This is the third release candidate. The release candidate phase is intended as
98        a period of bug fixing prior to the stable release. No new features should
99        be included before the final version of PHP 5.4.0.
100      </p>
101      <p>
102        <strong>Changes since the previous release candidate include:</strong>
103      </p>
104      <ul>
105        <li>The intl extension now supports UTS #46 mapping for IDNA</li>
106        <li>$_SERVER['SERVER_NAME'] and $_SERVER['SERVER_PORT'] are now available in the builtin CLI server implementation.</li>
107        <li>Several improvements and bug fixes in the Zend Engine, Core and other extensions.</li>
108      </ul>
109      <p>
110        Read the <a href="https://svn.php.net/repository/php/php-src/tags/php_5_4_0RC3/NEWS">NEWS</a>
111        file for a complete list of changes in this release.
112      </p>
113      <p>
114        Please continue to help us to identify bugs in order to ensure that the release is
115        solid and all things behave as expected.  Please test this release candidate
116        against your code base and report any problems that you encounter to the
117        <a href="mailto:php-qa@lists.php.net">QA mailing list</a> and/or the
118        <a href="https://bugs.php.net/">PHP bug tracker</a>.
119      </p>
120    </div>
121
122    </div>
123</div>
124
125<hr>
126<div class="newsItem hentry">
127    <div class="newsImage"></div>
128    <h1 class="summary entry-title"><a id="id2011-11-29-1" href="#id2011-11-29-1" rel="bookmark" class="bookmark">PHP 5.4 RC2 released</a></h1>
129    <div class="entry-content description">
130        <abbr class="published newsdate" title="2011-11-29T21:34:29+00:00">[29-Nov-2011]</abbr>
131        <div>
132      <p>
133        The PHP development team is proud to announce the second
134        <a href="http://qa.php.net">release candidate</a> of PHP 5.4.
135        PHP 5.4 includes new language features and removes several legacy
136        (deprecated) behaviours. Windows binaries can be downloaded from the
137        <a href="http://windows.php.net/qa/">Windows QA site</a>.
138      </p>
139      <p>
140        <strong>THIS IS A RELEASE CANDIDATE - DO NOT USE IT IN PRODUCTION!</strong>.
141      </p>
142      <p>
143        This is the second release candidate. The release candidate phase is intended as
144        a period of bug fixing prior to the stable release. No new features should
145        be included before the final version of PHP 5.4.0.
146      </p>
147      <p>
148        <strong>Changes since the previous release candidate include:</strong>
149      </p>
150      <ul>
151        <li>Further bug fixes in the built-in web server.</li>
152        <li>PHP-FPM is no longer marked as EXPERIMENTAL.</li>
153        <li>Several improvements and bug fixes in the Zend Engine, Core and other extensions.</li>
154      </ul>
155      <p>
156        Read the <a href="https://svn.php.net/repository/php/php-src/tags/php_5_4_0RC2/NEWS">NEWS</a>
157        file for a complete list of changes in this release.
158      </p>
159      <p>
160        Please continue to help us to identify bugs in order to ensure that the release is
161        solid and all things behave as expected.  Please test this release candidate
162        against your code base and report any problems that you encounter to the
163        <a href="mailto:php-qa@lists.php.net">QA mailing list</a> and/or the
164        <a href="https://bugs.php.net/">PHP bug tracker</a>.
165      </p>
166    </div>
167
168    </div>
169</div>
170
171<hr>
172<div class="newsItem hentry vevent">
173    <div class="newsImage"><?php news_image("http://www.phpday.it/", "phpday2012.png", "Italian phpDay"); ?></div>
174    <h1 class="summary entry-title"><a id="id2011-11-17-1" href="http://www.phpday.it/" rel="bookmark" class="bookmark">Italian phpDay 2012</a></h1>
175    <div class="entry-content description">
176        <abbr class="published newsdate" title="2011-11-17T11:05:04+01:00">[17-Nov-2011]</abbr>
177        <div>
178     <p>
179         The <a href="http://www.grusp.it">Italian PHP user group GrUSP</a> is pleased to
180         announce the 9th edition of the <a href="http://www.phpday.it">Italian phpDay conference</a>, taking place
181         on May 18th and 19th, 2012 in Verona. We will show new development
182         traits, best-practices and success cases related to quality, revision
183         control, test-driven development, continuous integration and so on.
184         There are also talks about design, project management, agile and various
185         php-related technologies.
186     </p>
187     <p>
188         phpDay is the first historic Italian conference dedicated solely to PHP
189         development, technologies and management. It is aimed to IT managers,
190         developers and innovators. Each year it renews the opportunity to link
191         to new business partners.
192     </p>
193     <p>
194         The call for papers is open and will run until Feb 28th 2012. For more
195         information, please visit our website: <a href="http://www.phpday.it">http://www.phpday.it</a>
196     </p>
197    </div>
198
199    </div>
200</div>
201
202<hr>
203<div class="newsItem hentry">
204    <div class="newsImage"></div>
205    <h1 class="summary entry-title"><a id="id2011-11-11-1" href="#id2011-11-11-1" rel="bookmark" class="bookmark">PHP 5.4 RC1 released</a></h1>
206    <div class="entry-content description">
207        <abbr class="published newsdate" title="2011-11-11T00:01:11+00:00">[11-Nov-2011]</abbr>
208        <div>
209     <p>
210      The PHP development team is proud to announce the first
211      <a href="http://qa.php.net/">release candidate</a> of PHP 5.4.
212      PHP 5.4 includes new language features and removes several legacy
213      (deprecated) behaviours. Windows binaries can be downloaded from the
214      <a href="http://windows.php.net/qa/">Windows QA site</a>.
215     </p>
216     <p>
217      <strong>THIS IS A RELEASE CANDIDATE - DO NOT USE IT IN PRODUCTION!</strong>
218     </p>
219     <p>
220      This is the first release candidate. No new features will be included
221      before the final version of PHP 5.4.0. The release candidate phase is
222      intended as a period of bug fixing prior to the stable release.
223     </p>
224     <p>
225       <strong>Changes since the last beta version include:</strong>
226      </p>
227      <ul>
228        <li>Added class member access on instantiation (e.g. (new Foo)-&gt;bar()).</li>
229        <li>Changed silent conversion of array to string to produce a notice.</li>
230        <li>Numerous bug fixes and improvements in the Core and other extensions.</li>
231      </ul>
232     <p>
233      Please help us to identify bugs in order to ensure that the release is solid and
234      all things behave as expected.  Please test this release candidate against your
235      code base and report any problems that you encounter to the
236      <a href="mailto:php-qa@lists.php.net">QA mailing list</a> and/or the
237      <a href="https://bugs.php.net/">PHP bug tracker</a>.
238     </p>
239     <p>
240      Read the <a href="/releases/NEWS_5_4_0_RC1.txt">NEWS</a> file for a
241      complete list of changes in this release.
242     </p>
243    </div>
244
245    </div>
246</div>
247
248<hr>
249<div class="newsItem hentry">
250    <div class="newsImage"></div>
251    <h1 class="summary entry-title"><a id="id2011-10-26-1" href="#id2011-10-26-1" rel="bookmark" class="bookmark">PHP 5.4 beta2 released</a></h1>
252    <div class="entry-content description">
253        <abbr class="published newsdate" title="2011-10-26T19:16:50+00:00">[26-Oct-2011]</abbr>
254        <div>
255      <p>
256       The PHP development team is proud to announce the second <a href="http://qa.php.net/">beta release</a> of PHP 5.4.
257       PHP 5.4 includes new language features and removes several legacy (deprecated) behaviours.
258       Windows binaries can be downloaded from the <a href="http://windows.php.net/qa/">Windows QA site</a>.
259      </p>
260      <p>
261       <strong>THIS IS A DEVELOPMENT PREVIEW - DO NOT USE IT IN PRODUCTION!</strong>
262      </p>
263      <p>
264       Please help us to identify bugs by testing new features and looking for
265       unintended backward compatibility breaks, so we can fix the problems and
266       fully document intended changes before PHP 5.4.0 is released.
267       Report findings to the <a href="mailto:php-qa@lists.php.net">QA mailing list</a> and/or
268       the <a href="https://bugs.php.net/">PHP bug tracker</a>.
269      </p>
270      <p>
271       This release includes numerous bug fixes and improvements since the first beta release.
272      </p>
273      <p>
274       Read the <a href="/releases/NEWS_5_4_0_beta2.txt">NEWS</a>
275       file for a complete list of changes.
276      </p>
277    </div>
278
279    </div>
280</div>
281
282<hr>
283<div class="newsItem hentry vevent">
284    <div class="newsImage"><?php news_image("http://www.phprio.org/phpnrio11", "phpnrio11.png", "PHP'n Rio 11"); ?></div>
285    <h1 class="summary entry-title"><a id="id2011-10-06-1" href="http://www.phprio.org/phpnrio11" rel="bookmark" class="bookmark">PHP'n Rio 11</a></h1>
286    <div class="entry-content description">
287        <abbr class="published newsdate" title="2011-10-06T16:40:59+02:00">[06-Oct-2011]</abbr>
288        <div>
289     <p>
290               <a href="http://www.phprio.org/">The PHP Rio User Group</a>
291               is pleased to announce their third edition of
292               the <em>PHP'n Rio</em> conference. It will be held on November 05th,
293               2011, at the <a href="http://portal.cefet-rj.br/">CEFET-RJ university</a>,
294               Rio de Janeiro. It is a one day conference aimed on providing
295               experienced developers and beginners a chance to learn more about PHP
296               frameworks, web applications built in PHP, and the art of testing
297               code.
298           </p>
299
300           <p>
301               Whether you live here or are around just enjoying the marvelous city,
302               come and join us :) For more information, please visit
303               <a href="http://www.phprio.org/phpnrio11">
304                   http://www.phprio.org/phpnrio11
305               </a>
306               (Portuguese only).
307           </p>
308    </div>
309
310    </div>
311</div>
312
313<hr>
314<div class="newsItem hentry vevent">
315    <div class="newsImage"><?php news_image("http://www.web-devcon.de", "webdevcon2011.jpg", "Web DevCon 2011"); ?></div>
316    <h1 class="summary entry-title"><a id="id2011-09-30-1" href="http://www.web-devcon.de" rel="bookmark" class="bookmark">Web DevCon 2011</a></h1>
317    <div class="entry-content description">
318        <abbr class="published newsdate" title="2011-09-30T18:43:17+02:00">[30-Sep-2011]</abbr>
319        <div>
320     <p>
321     The Web DevCon 2011, the conference for web developers, will take place
322     from 17th – 18th of October 2011 in the InterContinental in Hamburg
323     (Germany). Web DevCon features trends, solutions and know-how for web
324     developers: From web technology and web architecture to programming
325     languages such as php, java and ruby as well as web frameworks and
326     development tools.
327     </p>
328     <p>
329     The event is aimed at web programmers, web designer, webmaster, software
330     developers, agencies and project managers from advertising- and media
331     agencies.
332     </p>
333     <p>
334     Conference Tickets:
335     <ul>
336     <li>1-day: € 399,– plus vat/tax before 7th of September 2011
337     (later booking € 499,– plus vat/tax)</li>
338     <li>2-day: € 699,– plus vat/tax before 7th of September 2011
339     (later booking € 799,– plus vat/tax)</li>
340     <li>3-day: € 999,– plus vat/tax before 7th of September 2011
341     (later booking € 1.099,– plus vat/tax)
342     </li>
343     </ul>
344     </p>
345     <p>
346     Information and booking via the website: <a href="http://www.web-devcon.de">http://www.web-devcon.de</a>
347     </p>
348    </div>
349
350    </div>
351</div>
352
353<hr>
354<div class="newsItem hentry">
355    <div class="newsImage"></div>
356    <h1 class="summary entry-title"><a id="id2011-09-27-1" href="#id2011-09-27-1" rel="bookmark" class="bookmark">PHP 5.4 beta1 released</a></h1>
357    <div class="entry-content description">
358        <abbr class="published newsdate" title="2011-09-27T01:05:49+02:00">[27-Sep-2011]</abbr>
359        <div>
360      <p>
361       The PHP development team is proud to announce the first <a href="http://qa.php.net/">beta release</a> of PHP 5.4.
362       PHP 5.4 includes new language features and removes several legacy (deprecated) behaviors.
363       Windows binaries can be downloaded from the <a href="http://windows.php.net/qa/"> Windows QA site</a>.
364      </p>
365      <p>
366       <strong>THIS IS A DEVELOPMENT PREVIEW - DO NOT USE IT IN PRODUCTION!</strong>
367      </p>
368      <p>
369       New features were added and bugs were fixed since alpha1.
370       Please help us to identify bugs by testing new features and looking for
371       unintended backward compatability breaks, so we can fix the problems and
372       fully document intended changes before PHP 5.4.0 is released.
373       Report findings to the <a href="mailto:php-qa@lists.php.net">QA mailing list</a> and/or
374       the <a href="https://bugs.php.net/">PHP bug tracker</a>.
375      </p>
376      <p>
377       <strong>Changes since the first alpha version include:</strong>
378      </p>
379      <ul>
380        <li>Added callable typehint.</li>
381        <li>Removed the timezone guessing algorithm. "UTC" is now used in case the timezone is not set.</li>
382        <li>The mysql, mysqli and pdo_mysql extensions now use mysqlnd by default.</li>
383      </ul>
384      <p>
385        Read the <a href="/releases/NEWS_5_4_0_beta1.txt">NEWS</a>
386        file for a complete list of changes.
387      </p>
388    </div>
389
390    </div>
391</div>
392
393<hr>
394<div class="newsItem hentry vevent">
395    <div class="newsImage"><?php news_image("http://phpconference.es/", "PHPBarcelonaConference2011.png", "PHP Barcelona 2011"); ?></div>
396    <h1 class="summary entry-title"><a id="id2011-09-15-1" href="http://phpconference.es/" rel="bookmark" class="bookmark">PHP Barcelona 2011</a></h1>
397    <div class="entry-content description">
398        <abbr class="published newsdate" title="2011-09-15T08:46:28+02:00">[15-Sep-2011]</abbr>
399        <div>
400     <p>
401     The <a href="http://phpbarcelona.org/">PHP Barcelona User Group</a> is proud
402     to announce that the 5th edition of the <a href="http://phpconference.es/">PHP
403     Barcelona Conference</a> is here!
404     </p>
405
406     <p>
407     There will be 30 one-hour talks and workshops in two days with three
408     parallel tracks, covering many PHP development subjects such as Application
409     Scalability, High Performance, Frameworks and IDEs, Continuous Integration,
410     Unit Testing, Best Practices, Cloud Computing, and many more topics and
411     surprises.
412     </p>
413
414     <p>
415     The conference will take place from the 28th to the 29th of October and will
416     bring together <strong>Rasmus Lerdorf</strong>, <strong>Derick
417     Rethans</strong>, <strong>Fabien Potencier</strong>, <strong>Marco
418     Tabini</strong> and many more of the shiniest names in the industry for two
419     fun-packed days of intensive PHP.
420     </p>
421
422     <p>
423     For registration and more info about it, please visit
424     <a href="http://phpconference.es/">http://phpconference.es</a>
425     </p>
426     <p>
427     Hope to see you in Barcelona!
428     </p>
429    </div>
430
431    </div>
432</div>
433
434<hr>
435<div class="newsItem hentry vevent">
436    <div class="newsImage"><?php news_image("http://conference.phpbenelux.eu/2012/", "phpbnl2012.png", "PHPBenelux 2012"); ?></div>
437    <h1 class="summary entry-title"><a id="id2011-09-12-1" href="http://conference.phpbenelux.eu/2012/" rel="bookmark" class="bookmark">PHPBenelux 2012</a></h1>
438    <div class="entry-content description">
439        <abbr class="published newsdate" title="2011-09-12T11:52:55+02:00">[12-Sep-2011]</abbr>
440        <div>
441     <p>The PHPBenelux Conference is ready for its third edition and takes place
442     January 27th &amp; 28th in Antwerp (Belgium). We're
443     <a href="http://conference.phpbenelux.eu/2012/call-for-papers/">calling for papers</a>
444     until October 15th and we're very much looking forward to your submissions.
445     </p>
446     <p>
447     These are the topics we're aiming for:
448     </p>
449
450     <ul>
451     <li>Content Management Systems</li>
452     <li>Cloud</li>
453     <li>NoSQL</li>
454     <li>Analytics</li>
455     <li>Frameworks</li>
456     <li>Best practises</li>
457     <li>General and in depth programming skills</li>
458     <li>HTML5 &amp; co (with a PHP twist)</li>
459     </ul>
460
461     <p>
462     All information about the conference and the CFP can be found on our
463     <a href="http://conference.phpbenelux.eu/2012">conference website</a>.
464     Schedule and ticket information will be announced early November
465     </p>
466
467    </div>
468
469    </div>
470</div>
471
472<hr>
473<div class="newsItem hentry">
474    <div class="newsImage"></div>
475    <h1 class="summary entry-title"><a id="id2011-08-23-1" href="#id2011-08-23-1" rel="bookmark" class="bookmark">PHP 5.3.8 Released!</a></h1>
476    <div class="entry-content description">
477        <abbr class="published newsdate" title="2011-08-23T17:08:45+02:00">[23-Aug-2011]</abbr>
478        <div>
479     <p>The PHP development team would like to announce the immediate
480     availability of PHP 5.3.8. This release fixes two issues introduced in
481     the PHP 5.3.7 release:</p>
482
483     <ul>
484         <li>Fixed bug <a href="https://bugs.php.net/bug.php?id=55439">#55439</a> (crypt() returns only the salt for MD5)</li>
485         <li>Reverted a change in timeout handling restoring PHP 5.3.6 behavior,
486          which caused mysqlnd SSL connections to hang (Bug #55283).</li>
487     </ul>
488
489     <p>All PHP users should note that the PHP 5.2 series is NOT supported
490        anymore. All users are strongly encouraged to upgrade to PHP 5.3.8.</p>
491
492     <p>For a full list of changes in PHP 5.3.8, see the <a href="/ChangeLog-5.php#5.3.8">ChangeLog</a>. For source downloads please
493        visit our <a href="/downloads.php">downloads page</a>, Windows binaries
494    can be found on <a href="http://windows.php.net/download/">windows.php.net/download/</a>.</p>
495    <p>
496         <strong>For more details on the crypt() blowfish security issue in pre 5.3.6 see <a href="http://php.net/security/crypt_blowfish">the crypt blowfish page</a></strong>
497    </p>
498    </div>
499
500    </div>
501</div>
502
503<hr>
504<div class="newsItem hentry">
505    <div class="newsImage"></div>
506    <h1 class="summary entry-title"><a id="id2011-08-22-1" href="#id2011-08-22-1" rel="bookmark" class="bookmark">5.3.7 upgrade warning</a></h1>
507    <div class="entry-content description">
508        <abbr class="published newsdate" title="2011-08-22T10:02:44+02:00">[22-Aug-2011]</abbr>
509        <div>
510     <p>
511         Due to unfortunate issues with 5.3.7 (see <a href="https://bugs.php.net/bug.php?id=55439">bug#55439</a>)
512         users should postpone upgrading until 5.3.8 is released (expected in a few days).
513     </p>
514    </div>
515
516    </div>
517</div>
518
519<hr>
520<div class="newsItem hentry vevent">
521    <div class="newsImage"><?php news_image("http://www.zendcon.com/", "zendcon_Logo_2011_225wide.jpg", "ZendCon 2011"); ?></div>
522    <h1 class="summary entry-title"><a id="id2011-08-19-1" href="http://www.zendcon.com/" rel="bookmark" class="bookmark">Zend PHP Conference 2011 (ZendCon)</a></h1>
523    <div class="entry-content description">
524        <abbr class="published newsdate" title="2011-08-19T12:04:13+02:00">[19-Aug-2011]</abbr>
525        <div>
526     <p>
527     The Zend PHP Conference (ZendCon) is the largest gathering of the PHP Community and brings together PHP developers and IT managers from around the world to discuss PHP best practices and explore new technologies.
528     </p>
529
530     <p>This year’s conference will be held on October 17-20, 2011 at the Convention Center in Santa Clara, California. The conference will include a variety of technical sessions and in-depth tutorials in the following areas:
531     <ul>
532     <li>Cloud Computing - build applications, not infrastructure.<br>Learn about the latest developments in PHP Cloud infrastructure, management and application services</li>
533     <li>Mobile and User Experience - go beyond the browser<br>Learn how to build engaging mobile apps with the latest PHP technologies and tools</li>
534     <li>Enterprise and Professional PHP - master your craft<br>Explore PHP best practices, new technologies and practical tips with industry experts</li>
535     </ul>
536     </p>
537     <p>
538     For more details and to register for ZendCon, visit the website at: http://www.zendcon.com/
539     </p>
540    </div>
541
542    </div>
543</div>
544
545<hr>
546<div class="newsItem hentry">
547    <div class="newsImage"></div>
548    <h1 class="summary entry-title"><a id="id2011-08-18-1" href="#id2011-08-18-1" rel="bookmark" class="bookmark">PHP 5.3.7 Released!</a></h1>
549    <div class="entry-content description">
550        <abbr class="published newsdate" title="2011-08-18T10:02:24-04:00">[18-Aug-2011]</abbr>
551        <div>
552     <p>The PHP development team would like to announce the immediate
553     availability of PHP 5.3.7. This release focuses on improving the
554     stability of the PHP 5.3.x branch with over 90 bug fixes, some of which
555     are security related.</p>
556
557     <p><b>Security Enhancements and Fixes in PHP 5.3.7:</b></p>
558     <ul>
559         <li>Updated crypt_blowfish to 1.2. (CVE-2011-2483) <a href="http://php.net/security/crypt_blowfish">(more info)</a></li>
560         <li>Fixed crash in error_log(). Reported by Mateusz Kocielski</li>
561         <li>Fixed buffer overflow on overlog salt in crypt().</li>
562         <li>Fixed bug #54939 (File path injection vulnerability in RFC1867 File upload filename). Reported by Krzysztof Kotowicz. (CVE-2011-2202)</li>
563         <li>Fixed stack buffer overflow in socket_connect(). (CVE-2011-1938)</li>
564         <li>Fixed bug #54238 (use-after-free in substr_replace()). (CVE-2011-1148)</li>
565     </ul>
566
567     <p><b>Key enhancements in PHP 5.3.7 include:</b></p>
568     <ul>
569         <li>Upgraded bundled Sqlite3 to version 3.7.7.1</li>
570         <li>Upgraded bundled PCRE to version 8.12</li>
571         <li>Fixed bug #54910 (Crash when calling call_user_func with unknown function name)</li>
572         <li>Fixed bug #54585 (track_errors causes segfault)</li>
573         <li>Fixed bug #54262 (Crash when assigning value to a dimension in a non-array)</li>
574         <li>Fixed a crash inside dtor for error handling</li>
575         <li>Fixed bug #55339 (Segfault with allow_call_time_pass_reference = Off)</li>
576         <li>Fixed bug #54935 php_win_err can lead to crash</li>
577         <li>Fixed bug #54332 (Crash in zend_mm_check_ptr // Heap corruption)</li>
578         <li>Fixed bug #54305 (Crash in gc_remove_zval_from_buffer)</li>
579         <li>Fixed bug #54580 (get_browser() segmentation fault when browscap ini directive is set through php_admin_value)</li>
580         <li>Fixed bug #54529 (SAPI crashes on apache_config.c:197)</li>
581         <li>Fixed bug #54283 (new DatePeriod(NULL) causes crash).</li>
582         <li>Fixed bug #54269 (Short exception message buffer causes crash)</li>
583         <li>Fixed Bug #54221 (mysqli::get_warnings segfault when used in multi queries)</li>
584         <li>Fixed bug #54395 (Phar::mount() crashes when calling with wrong parameters)</li>
585         <li>Fixed bug #54384 (Dual iterators, GlobIterator, SplFileObject and SplTempFileObject crash when user-space classes don't call the parent constructor)</li>
586         <li>Fixed bug #54292 (Wrong parameter causes crash in SplFileObject::__construct())</li>
587         <li>Fixed bug #54291 (Crash iterating DirectoryIterator for dir name starting with \0)</li>
588         <li>Fixed bug #54281 (Crash in non-initialized RecursiveIteratorIterator)</li>
589         <li>Fixed bug #54623 (Segfault when writing to a persistent socket after closing a copy of the socket)</li>
590         <li>Fixed bug #54681 (addGlob() crashes on invalid flags)</li>
591         <li>Over 80 other bug fixes.</li>
592     </ul>
593
594     <p>Windows users: please mind that we do no longer provide builds created
595     with Visual Studio C++ 6. It is impossible to maintain a high quality
596     and safe build of PHP for Windows using this unmaintained compiler.</p>
597
598     <p>For Apache SAPIs (php5_apache2_2.dll), be sure that you use a Visual
599     Studio C++ 9 version of Apache. We recommend the Apache builds as provided
600     by <a href="http://www.apachelounge.com/">ApacheLounge</a>. For any other
601     SAPI (CLI, FastCGI via mod_fcgi, FastCGI with IIS or other FastCGI capable
602     server), everything works as before. Third party extension providers
603     must rebuild their extensions to make them compatible and loadable with
604     the Visual Studio C++9 builds that we now provide.</p>
605
606     <p>All PHP users should note that the PHP 5.2 series is NOT supported
607     anymore. All users are strongly encouraged to upgrade to PHP 5.3.7.</p>
608    </div>
609
610    <p xmlns="http://www.w3.org/2005/Atom">For a full list of changes in PHP 5.3.7, see the
611     <a href="/ChangeLog-5.php#5.3.7">ChangeLog</a>. For source downloads
612     please visit our <a href="/downloads.php">downloads page</a>, Windows
613     binaries can be found on <a href="http://windows.php.net/download/">windows.php.net/download/</a>.</p>
614
615    </div>
616</div>
617
618<hr>
619<div class="newsItem hentry vevent">
620    <div class="newsImage"><?php news_image("http://confoo.ca/en", "confoo2012.gif", "ConFoo 2012"); ?></div>
621    <h1 class="summary entry-title"><a id="id2011-08-11-1" href="http://confoo.ca/en" rel="bookmark" class="bookmark">ConFoo 2012</a></h1>
622    <div class="entry-content description">
623        <abbr class="published newsdate" title="2011-08-11T18:10:12+02:00">[11-Aug-2011]</abbr>
624        <div>
625     <p>We just launched ConFoo 2012 edition and are presently calling for papers.
626     We are looking for the best speakers willing to share their skills and
627     experience with developers and managers. ConFoo is a community driven
628     conference dedicated to Web technologies.</p>
629
630     <p>The conference will be held in Montreal from February 29th to March 2nd,
631     2012 at the prestigious Hotel Hilton Bonaventure. We will also have two days
632     of private training. The topics will be revealed later this year.</p>
633
634     <p>Talk proposals must be received by September 2nd and may be written in English
635     or French.</p>
636
637     <p>For more information and updates, visit our Website:
638     <a href="http://confoo.ca/en">http://confoo.ca/en</a>.</p>
639    </div>
640
641    </div>
642</div>
643
644<hr>
645<div class="newsItem hentry">
646    <div class="newsImage"></div>
647    <h1 class="summary entry-title"><a id="id2011-06-28-1" href="#id2011-06-28-1" rel="bookmark" class="bookmark">PHP 5.4 alpha1 released</a></h1>
648    <div class="entry-content description">
649        <abbr class="published newsdate" title="2011-06-28T23:34:42+02:00">[28-Jun-2011]</abbr>
650        <div>
651     <p>
652      The PHP development team is proud to announce the first PHP 5.4 <a href="http://qa.php.net/">alpha release</a>.
653      PHP 5.4 includes new language features and removes several legacy (deprecated) behaviors.
654      Read the <a href="/releases/NEWS_5_4_0_alpha1.txt">NEWS</a>
655      file for a complete list of changes.
656     </p>
657     <p>
658      <strong>THIS IS A DEVELOPMENT PREVIEW - DO NOT USE IT IN PRODUCTION!</strong>
659     </p>
660     <p>
661      This alpha release exists to encourage users to identify bugs, and
662      to ensure that all new features and backward compatibility breaks are evaluated
663      and documented before PHP 5.4.0 is released. Please report findings to
664      the <a href="mailto:php-qa@lists.php.net">QA mailing list</a> and/or
665      the <a href="https://bugs.php.net/">PHP bug tracker</a>. Windows binaries
666      can be downloaded from the <a href="http://windows.php.net/qa/">
667      Windows QA site</a>.
668     </p>
669     <p>
670      Here is an incomplete list of changes:
671     </p>
672     <ul>
673       <li>Added: Traits language construct</li>
674       <li>Added: Array dereferencing support</li>
675       <li>Added: DTrace support</li>
676       <li>Improved: Improved Zend Engine memory usage and performance</li>
677       <li>Moved: ext/sqlite moved to pecl (sqlite3 support is still built-in)</li>
678     </ul>
679     <p>
680      Please note that some legacy features have been removed, including:
681     </p>
682     <ul>
683       <li>Removed: break/continue $var syntax</li>
684       <li>Removed: register_globals, allow_call_time_pass_reference, and register_long_arrays ini options</li>
685       <li>Removed: session_is_registered(), session_registered(), and session_unregister()</li>
686     </ul>
687     <p>
688         This is the first release that adopts the
689         <a href="https://wiki.php.net/rfc/releaseprocess/">releaseprocess RFC</a>.
690         The next alpha will be released within four weeks. The PHP 5.4 feature
691         set and API has not been finalized.
692     </p>
693    </div>
694
695    </div>
696</div>
697
698<hr>
699<div class="newsItem hentry">
700    <div class="newsImage"></div>
701    <h1 class="summary entry-title"><a id="id2011-06-25-1" href="#id2011-06-25-1" rel="bookmark" class="bookmark">PHP Documentation update</a></h1>
702    <div class="entry-content description">
703        <abbr class="published newsdate" title="2011-06-25T15:05:28-07:00">[25-Jun-2011]</abbr>
704        <div>
705
706     <p>
707      PHP has several new documentation features that the community should be aware of:
708     </p>
709     <ul>
710     <li>pman - PHP man pages
711     <ul>
712     <li>$ pear install doc.php.net/pman</li>
713     <li>$ pman strlen (this example displays a local textual version of the strlen docs)</li>
714     </ul>
715     </li>
716     <li>Enhanced CHM - contains user notes (over 25,000)
717     <ul>
718     <li>This additional CHM file is <a href="/download-docs.php">downloadable</a></li>
719     </ul>
720     </li>
721     <li>Online Documentation Editor - allows everyone to edit the PHP manual
722     <ul>
723     <li>URL: <a href="https://edit.php.net/">https://edit.php.net/</a></li>
724     <li>Every manual page will link to it in the future</li>
725     <li>Includes an IRC window to the #php.doc channel, so let's talk</li>
726     </ul>
727     </li>
728     </ul>
729     <p>
730      We hope you find the above features useful, and please write <a href="mailto:phpdoc@lists.php.net">phpdoc@lists.php.net</a> with feedback.
731      Additional features are being refined, which includes a JSON version of the manual.
732     </p>
733
734    </div>
735
736    </div>
737</div>
738
739<hr>
740<div class="newsItem hentry vevent">
741    <div class="newsImage"><?php news_image("http://2011.osidays.com/blog/php-days-call-paper", "OSIDays2011.png", "PHP Days | OSI Days"); ?></div>
742    <h1 class="summary entry-title"><a id="id2011-06-10-1" href="http://2011.osidays.com/blog/php-days-call-paper" rel="bookmark" class="bookmark">PHP Days | OSI Days</a></h1>
743    <div class="entry-content description">
744        <abbr class="published newsdate" title="2011-06-10T06:33:32-07:00">[10-Jun-2011]</abbr>
745        <div>
746     <p>
747     Come and speak at PHP Days, co-organized with OSI Days which will be held in
748     Bangalore, India on 20-21 November 2011. This year will be the 8th edition of
749     OSI Days.  This special conference is designed to bring focused attention to
750     PHP.  The last day of submission is June 20, 2011.  This edition of <em>PHP Days
751     | OSI Days</em> will have special focus on:
752     </p>
753     <ul>
754      <li>Enterprise and Professional PHP</li>
755      <li>Quality Management in PHP</li>
756      <li>PHP in Cloud</li>
757     </ul>
758     <p>
759      <a href="http://2011.osidays.com/blog/php-days-call-paper">Submit a proposal now!</a>
760     </p>
761    </div>
762
763    </div>
764</div>
765
766<hr>
767<div class="newsItem hentry vevent">
768    <div class="newsImage"><?php news_image("http://conference.phpnw.org.uk/phpnw11/", "phpnw11_200x66.png", "PHPNW11"); ?></div>
769    <h1 class="summary entry-title"><a id="id2011-05-30-1" href="http://conference.phpnw.org.uk/phpnw11/" rel="bookmark" class="bookmark">PHP North West, 2011</a></h1>
770    <div class="entry-content description">
771        <abbr class="published newsdate" title="2011-05-30T15:59:07+02:00">[30-May-2011]</abbr>
772        <div>
773     <p>The <a href="http://conference.phpnw.org.uk/phpnw11/">PHP North West
774     conference</a> returns in 2011 with the usual great selection of
775     technical content for you to enjoy!</p>
776     <p>
777     We're at Ramada Hotel on Picadilly Gardens right in the centre of
778     Manchester on October 8th and 9th (Saturday and Sunday) with some
779     excellent talks.  For those looking for more in-depth technical
780     learning, we're adding a tutorial day this year; join us on Friday 7th
781     October for a full day of workshop format sessions with industry
782     leaders - and every ticket includes a pass to the main conference!
783     </p>
784     <p>
785     Our call for papers runs until June 12th 2011, and whether you join us
786     as a speaker, a sponsor, or an attendee, we know you'll have a great
787     time.  PHPNW is a fun weekend of PHP and technology with an excellent
788     crowd to hang out with - hope to see you there :)
789     </p>
790    </div>
791
792    </div>
793</div>
794
795<hr>
796<div class="newsItem hentry vevent">
797    <div class="newsImage"><?php news_image("http://www.phpconference.nl/", "dpc11_banner.png", "Dutch PHP Conference 2011"); ?></div>
798    <h1 class="summary entry-title"><a id="id2011-04-06-1" href="http://www.phpconference.nl/" rel="bookmark" class="bookmark">Dutch PHP Conference 2011</a></h1>
799    <div class="entry-content description">
800        <abbr class="published newsdate" title="2011-04-06T16:07:54+02:00">[06-Apr-2011]</abbr>
801        <div>
802     <p>
803     Ibuildings is proud to organise the fifth <a href="http://www.phpconference.nl/">Dutch PHP Conference</a> on May 20 and 21, plus a pre-conference tutorial day on May 19.
804     </p>
805     <p>
806     Both programs will be completely in English so the only Dutch thing about it is the location. <br>
807     Keywords for these days: Know-how, Technology, Best Practices, Networking, Tips &amp; Tricks.
808     </p>
809    </div>
810
811    </div>
812</div>
813
814<hr>
815<div class="newsItem hentry vevent">
816    <div class="newsImage"><?php news_image("http://www.phpday.it/", "phpday2011.png", "Italian phpDay"); ?></div>
817    <h1 class="summary entry-title"><a id="id2011-04-04-1" href="http://www.phpday.it/" rel="bookmark" class="bookmark">Italian phpDay 2011</a></h1>
818    <div class="entry-content description">
819        <abbr class="published newsdate" title="2011-04-04T17:23:04+02:00">[04-Apr-2011]</abbr>
820        <div>
821     <p>
822     The <a href="http://www.grusp.it">Italian PHP user group GrUSP</a> is pleased to
823     announce the 8th edition of the <a href="http://www.phpday.it">Italian phpDay</a>
824     conference, taking place from May 12th to 14th, 2011 in Verona. We will
825     show new development traits, best-practices and success cases related to
826     quality, revision control, test-driven development, continuous
827     integration and so on. There are also talks about design, project
828     management, agile and various php-related technologies.
829     </p>
830
831     <p>
832     phpDay is the first historic Italian conference dedicated solely to PHP
833     development, technologies and management. It is aimed to IT managers,
834     developers and innovators. Each year it renews the opportunity to link
835     to new business partners.
836     </p>
837
838     <p>
839     <a href="http://www.phpday.it">phpDay</a> introduces the most important
840     international PHP gurus to italian
841     and european developers. Tree tracks, three days of talks and workshops:
842     you can learn best-practices, good methodologies, case histories about
843     quality assurance, and have a broader view on development and innovation
844     with PHP.
845     </p>
846    </div>
847
848    </div>
849</div>
850
851<hr>
852<div class="newsItem hentry">
853    <div class="newsImage"></div>
854    <h1 class="summary entry-title"><a id="id2011-03-19-1" href="#id2011-03-19-1" rel="bookmark" class="bookmark">php.net security notice</a></h1>
855    <div class="entry-content description">
856        <abbr class="published newsdate" title="2011-03-19T11:20:04-07:00">[19-Mar-2011]</abbr>
857        <div>
858     <p>The wiki.php.net box was compromised and the attackers were able to
859     collect wiki account credentials. No other machines in the php.net
860     infrastructure appear to have been affected. Our biggest concern is,
861     of course, the integrity of our source code. We did an extensive code
862     audit and looked at every commit since 5.3.5 to make sure that no stolen
863     accounts were used to inject anything malicious. Nothing was found.
864     The compromised machine has been wiped and we are forcing a password
865     change for all svn accounts.</p>
866
867     <p>We are still investigating the details of the attack which combined a
868     vulnerability in the Wiki software with a Linux root exploit.</p>
869    </div>
870
871    </div>
872</div>
873
874<hr>
875<div class="newsItem hentry">
876    <div class="newsImage"></div>
877    <h1 class="summary entry-title"><a id="id2011-03-17-1" href="#id2011-03-17-1" rel="bookmark" class="bookmark">PHP 5.3.6 Released!</a></h1>
878    <div class="entry-content description">
879        <abbr class="published newsdate" title="2011-03-17T13:43:21+00:00">[17-Mar-2011]</abbr>
880        <div>
881     <p>The PHP development team would like to announce the immediate
882     availability of PHP 5.3.6. This release focuses on improving the
883     stability of the PHP 5.3.x branch with over 60 bug fixes, some of which
884     are security related.</p>
885
886     <p><b>Security Enhancements and Fixes in PHP 5.3.6:</b></p>
887     <ul>
888     <li>Enforce security in the fastcgi protocol parsing with fpm SAPI.</li>
889     <li>Fixed bug #54247 (format-string vulnerability on Phar). (CVE-2011-1153)</li>
890     <li>Fixed bug #54193 (Integer overflow in shmop_read()). (CVE-2011-1092)</li>
891     <li>Fixed bug #54055 (buffer overrun with high values for precision ini setting).</li>
892     <li>Fixed bug #54002 (crash on crafted tag in exif). (CVE-2011-0708)</li>
893     <li>Fixed bug #53885 (ZipArchive segfault with FL_UNCHANGED on empty archive). (CVE-2011-0421)</li>
894     </ul>
895
896     <p><b>Key enhancements in PHP 5.3.6 include:</b></p>
897     <ul>
898     <li>Upgraded bundled Sqlite3 to version 3.7.4.</li>
899     <li>Upgraded bundled PCRE to version 8.11.</li>
900     <li>Added ability to connect to HTTPS sites through proxy with basic authentication using stream_context/http/header/Proxy-Authorization.</li>
901     <li>Added options to debug backtrace functions.</li>
902     <li>Changed default value of ini directive serialize_precision from 100 to 17.</li>
903     <li>Fixed Bug #53971 (isset() and empty() produce apparently spurious runtime error).</li>
904     <li>Fixed Bug #53958 (Closures can't 'use' shared variables by value and by reference).</li>
905     <li>Fixed bug #53577 (Regression introduced in 5.3.4 in open_basedir with a trailing forward slash).</li>
906     <li>Over 60 other bug fixes.</li>
907     </ul>
908
909     <p>Windows users: please mind that we do no longer provide builds created
910     with Visual Studio C++ 6. It is impossible to maintain a high quality
911     and safe build of PHP for Windows using this unmaintained compiler.
912     </p>
913
914     <p>For Apache SAPIs (php5_apache2_2.dll), be sure that you use a Visual
915     Studio C++ 9 version of Apache. We recommend the Apache builds as provided
916     by <a href="http://www.apachelounge.com/">ApacheLounge</a>. For any other SAPI (CLI,
917     FastCGI via mod_fcgi, FastCGI with IIS or other FastCGI capable
918     server), everything works as before. Third party extension providers
919     must rebuild their extensions to make them compatible and loadable with
920     the Visual Studio C++ 9 builds that we now provide.
921     </p>
922
923     <p>All PHP users should note that the PHP 5.2 series is NOT supported anymore. All users
924     are strongly encouraged to upgrade to PHP 5.3.6.</p>
925
926     <p>For a full list of changes in PHP 5.3.6, see the
927     <a href="/ChangeLog-5.php#5.3.6">ChangeLog</a>. For source downloads
928     please visit our <a href="/downloads.php">downloads page</a>, Windows
929     binaries can be found on <a href="http://windows.php.net/download/">windows.php.net/download/</a>.</p>
930    </div>
931
932    </div>
933</div>
934
935<hr>
936<div class="newsItem hentry vevent">
937    <div class="newsImage"><?php news_image("http://phpcon.org/", "phpcomcon2011.jpg", "PHP Community Conference"); ?></div>
938    <h1 class="summary entry-title"><a id="id2011-03-03-1" href="http://phpcon.org/" rel="bookmark" class="bookmark">PHP Community Conference</a></h1>
939    <div class="entry-content description">
940        <abbr class="published newsdate" title="2011-03-03T04:05:38+00:00">[03-Mar-2011]</abbr>
941        <div>
942      <p>
943        The <a href="http://phpcon.org/">PHP Community Conference</a> is
944        a conference by and for the PHP community. It's for people who care
945        about PHP and what they make with it.
946      </p>
947      <p>
948        Inspired by conferences like <a href="http://www.webstock.org.nz/">Webstock</a>
949        and <a href="http://brooklynbeta.org/">Brooklyn Beta</a>, we want
950        to make a friendly conference for us. Together with our friends and
951        peers, we (<a href="http://twitter.com/ramsey">Ben</a>,
952        <a href="http://twitter.com/lisamusing">Lisa</a>, and
953        <a href="http://twitter.com/NickASloan">Nick</a>) aim to inspire you
954        to make great things with PHP.
955      </p>
956      <p>
957        The PHP Community Conference is a two-day event, taking place April
958        21st and 22nd, 2011 in Nashville, TN. We have an
959        <a href="http://phpcon.org/speakers">awesome line-up of speakers</a>,
960        including a keynote address by <strong>Rasmus Lerdorf</strong>.
961      </p>
962      <p>
963        We'll kick things off with a tutorial day that will introduce you
964        to tools and ideas that you can use in your code right away. The
965        second day will consist of presentations that will inspire you to
966        create something new with PHP. With the help of our sponsors, we
967        are able to offer admission to the entire event for $350 USD. We'll
968        provide lunch and snacks on both days. On Friday night, we'll
969        finish off the conference with a party featuring
970        <a href="http://en.wikipedia.org/wiki/Pecha_Kucha">pecha kucha</a>
971        talks by our awesome attendees.
972      </p>
973      <p>
974        For more information and to register, check out our website at
975        <a href="http://phpcon.org/">phpcon.org</a>.
976      </p>
977      <p>
978        See you in Nashville!
979      </p>
980    </div>
981
982    </div>
983</div>
984
985<hr>
986<div class="newsItem hentry">
987    <div class="newsImage"></div>
988    <h1 class="summary entry-title"><a id="id2011-01-06-1" href="#id2011-01-06-1" rel="bookmark" class="bookmark">PHP 5.3.5 and 5.2.17 Released!</a></h1>
989    <div class="entry-content description">
990        <abbr class="published newsdate" title="2011-01-06T13:34:56-08:00">[06-Jan-2011]</abbr>
991        <div>
992    <p>
993     The PHP development team would like to announce the immediate
994     availability of PHP <a href="/releases/5_3_5.php">5.3.5</a> and <a href="/releases/5_2_17.php">5.2.17</a>.
995    </p>
996    <p>
997     This release resolves a critical issue, reported as PHP bug #53632 and
998     CVE-2010-4645, where conversions from string to double might cause the PHP
999     interpreter to hang on systems using x87 FPU registers.
1000    </p>
1001    <p>
1002     The problem is known to only affect x86 32-bit PHP processes, regardless
1003     of whether the system hosting PHP is 32-bit or 64-bit. You can test
1004     whether your system is affected by running <a href="/distributions/test_bug53632.txt">this script</a>
1005     from the command line.
1006    </p>
1007    <p>
1008     All users of PHP are strongly advised to update to these versions
1009     immediately.
1010    </p>
1011    </div>
1012
1013    </div>
1014</div>
1015
1016<?php site_footer(['elephpants' => true, 'sidebar' => $SIDEBAR_DATA]);
1017