xref: /web-php/archive/2008.xml (revision bc4da882)
1<?xml version="1.0" encoding="utf-8"?>
2<feed xmlns="http://www.w3.org/2005/Atom" xmlns:php="http://php.net/ns/news">
3  <title>PHP.net news &amp; announcements</title>
4  <link href="http://www.php.net/feed.atom" rel="self"/>
5  <icon>/images/news/php-logo.gif</icon>
6  <updated>2008-12-10T19:49:46+01:00</updated>
7  <id>http://php.net/archive/2008.php</id>
8  <author>
9    <name>Webmaster</name>
10    <uri>http://php.net/contact</uri>
11    <email>php-webmaster@lists.php.net</email>
12  </author>
13  <entry>
14    <title>Windows PECL binaries</title>
15    <id>http://www.php.net/archive/2008.php#id2008-12-10-1</id>
16    <published>2008-12-10T19:50:38+01:00</published>
17    <updated>2008-12-10T19:50:38+01:00</updated>
18    <category term="frontpage" label="PHP.net frontpage news"/>
19    <link href="http://www.php.net/index.php#id2008-12-10-1" rel="alternate" type="text/html"/>
20    <link href="http://www.php.net/archive/2008.php#id2008-12-10-1" rel="via" type="text/html"/>
21    <content type="xhtml">
22      <div xmlns="http://www.w3.org/1999/xhtml">
23        <p>Due to unfortunate circumstances Windows binaries for PECL extensions will no longer be available on http://pecl4win.php.net.</p>
24        <p>Work is being done to incorporate Windows binaries for PECL extensions into <a href="http://pecl.php.net">pecl.php.net</a> and will hopefully be ready during the 1st quarter 2009</p>
25      </div>
26    </content>
27  </entry>
28  <entry>
29    <title>PHP 5.2.8 Released!</title>
30    <id>http://www.php.net/archive/2008.php#id2008-12-08-1</id>
31    <published>2008-12-08T15:58:43-05:00</published>
32    <updated>2008-12-08T15:58:43-05:00</updated>
33    <category term="frontpage" label="PHP.net frontpage news"/>
34    <link href="http://www.php.net/index.php#id2008-12-08-1" rel="alternate" type="text/html"/>
35    <link href="http://www.php.net/archive/2008.php#id2008-12-08-1" rel="via" type="text/html"/>
36    <content type="xhtml">
37      <div xmlns="http://www.w3.org/1999/xhtml">
38        <p>The PHP Development Team would like to announce the immediate availability of PHP 5.2.8. This release addresses a regression introduced by 5.2.7 in regard to the magic_quotes functionality, which was broken by an incorrect fix to the filter extension. All users who have upgraded to 5.2.7 are encouraged to upgrade to this release.  Alternatively you can apply a work-around for the bug by changing "filter.default_flags=0" in php.ini.</p>
39      </div>
40    </content>
41  </entry>
42  <entry>
43    <title>PHP 5.2.7 has been removed from distribution</title>
44    <id>http://www.php.net/archive/2008.php#id2008-12-07-1</id>
45    <published>2008-12-07T22:01:14-08:00</published>
46    <updated>2008-12-07T23:01:14-08:00</updated>
47    <category term="frontpage" label="PHP.net frontpage news"/>
48    <link href="http://www.php.net/index.php#id2008-12-07-1" rel="alternate" type="text/html"/>
49    <link href="http://www.php.net/archive/2008.php#id2008-12-07-1" rel="via" type="text/html"/>
50    <content type="xhtml">
51      <div xmlns="http://www.w3.org/1999/xhtml">
52        <p>
53        Due to a security bug found in the PHP 5.2.7 release, it has been removed from distribution.
54        The bug affects configurations where <a href="/magic_quotes">magic_quotes_gpc</a> is enabled,
55        because it remains off even when set to on.
56        In the meantime, use PHP <a href="/releases/5_2_6.php">5.2.6</a> until PHP 5.2.8 is later released.
57       </p>
58      </div>
59    </content>
60  </entry>
61  <entry>
62    <title>PHP 5.2.7 Released</title>
63    <id>http://www.php.net/archive/2008.php#id2008-12-04-3</id>
64    <published>2008-12-04T20:44:17-05:00</published>
65    <updated>2008-12-06T03:11:20+01:00</updated>
66    <category term="releases" label="New PHP release"/>
67    <category term="frontpage" label="PHP.net frontpage news"/>
68    <link href="http://www.php.net/index.php#id2008-12-04-3" rel="alternate" type="text/html"/>
69    <link href="http://www.php.net/archive/2008.php#id2008-12-04-3" rel="via" type="text/html"/>
70    <content type="xhtml">
71     <div xmlns="http://www.w3.org/1999/xhtml">
72      <p>
73       The PHP development team would like to
74       announce the immediate availability of <a href="/downloads.php#v5">PHP 5.2.7</a>.
75       This release focuses on improving the stability of the PHP 5.2.x branch with over
76       120 bug fixes, several of which are security related. All users of PHP are
77       encouraged to upgrade to this release.
78      </p>
79      <p>
80       <b>Security Enhancements and Fixes in PHP 5.2.7:</b>
81      </p>
82      <ul>
83       <li>
84        Upgraded PCRE to version 7.8 (Fixes CVE-2008-2371)
85       </li>
86       <li>
87        Fixed missing initialization of BG(page_uid) and BG(page_gid), reported by Maksymilian Arciemowicz.
88       </li>
89       <li>
90        Fixed incorrect php_value order for Apache configuration, reported by Maksymilian Arciemowicz.
91       </li>
92       <li>
93        Fixed a crash inside gd with invalid fonts (Fixes CVE-2008-3658).
94       </li>
95       <li>
96        Fixed a possible overflow inside memnstr (Fixes CVE-2008-3659).
97       </li>
98       <li>
99        Fixed security issues detailed in CVE-2008-2665 and CVE-2008-2666.
100       </li>
101       <li>
102        Fixed bug #45151 (Crash with URI/file..php (filename contains 2 dots)).(Fixes CVE-2008-3660)
103       </li>
104       <li>
105        Fixed bug #42862 (IMAP toolkit crash: rfc822.c legacy routine buffer overflow). (Fixes CVE-2008-2829)</li>
106       <li>
107        Fixed extraction of zip files and directories with crafted entries, reported by Stefan Esser.
108       </li>
109      </ul>
110      <p>
111       Further details about the PHP 5.2.7 release can be found in the <a href="/releases/5_2_7.php">release announcement for 5.2.7</a>, the full list of changes is available in the <a href="/ChangeLog-5.php#5.2.7">ChangeLog for PHP 5</a>.
112      </p>
113      <br />
114      <p>
115       <strong>Update (December 6th):</strong>
116       Added missing zip security fix
117      </p>
118     </div>
119    </content>
120  </entry>
121  <entry>
122    <title>PHP 5.3 alpha3 released!</title>
123    <id>http://www.php.net/archive/2008.php#id2008-12-04-2</id>
124    <published>2008-12-04T17:00:32+01:00</published>
125    <updated>2008-12-04T17:00:32+01:00</updated>
126    <category term="frontpage" label="PHP.net frontpage news"/>
127    <link href="http://www.php.net/index.php#id2008-12-04-2" rel="alternate" type="text/html"/>
128    <link href="http://www.php.net/archive/2008.php#id2008-12-04-2" rel="via" type="text/html"/>
129    <content type="xhtml">
130      <div xmlns="http://www.w3.org/1999/xhtml">
131        <p>The PHP development team is proud to announce the <a href="http://qa.php.net/">third alpha release</a>
132        of the upcoming PHP 5.3.0 minor version update of PHP.
133        Several new features have already been documented in the <a href="http://php.net/docs.php">official documentation</a>,
134        others are listed on the <a href="http://wiki.php.net/doc/scratchpad/upgrade/53">wiki</a>
135        in preparation of getting documented. It is imperative that more people
136        join the effort to complete the documentation for PHP 5.3.0.
137        Please also review the <a href="http://php.net/php5news">NEWS</a> file.</p>
138        <strong>THIS IS A DEVELOPMENT PREVIEW - DO NOT USE IT IN PRODUCTION!</strong>
139        <p>The purpose of this alpha release is to encourage users to not only actively
140         participate in identifying bugs, but also in ensuring that all new features or
141         necessary backwards compatibility breaks are noted in the documentation. Please
142         report any findings to the <a href="mailto:php-qa@lists.php.net">QA mailinglist</a>
143         or the <a href="http://bugs.php.net">bug tracker</a>.</p>
144        <p>There have been a great number of other additions and improvements since the last alpha,
145        but here is a short overview of the most important changes:</p>
146        <ul>
147          <li><a href="http://php.net/language.namespaces">Namespaces</a> (documentation has been updated to the current state)</li>
148          <li>
149            <a href="http://wiki.php.net/rfc/rounding">Rounding behavior</a>
150          </li>
151          <li>ext/msql has been removed, while ext/ereg will now raise E_DEPRECATED notices</li>
152          <li>ext/mhash has been replaced by ext/hash but full BC is maintained</li>
153          <li>PHP now uses cc as the default compiler, instead of gcc</li>
154          <li>A number of bug fixes to ext/pdo, ext/soap, the stream layer among others</li>
155        </ul>
156        <p>Several under the hood changes also require in depth testing with existing
157        applications to ensure that any backwards compatibility breaks are minimized.</p>
158        <p>The current <a href="http://wiki.php.net/todo/php53">release plan</a> expects
159        a stable release sometime around the end of Q1 2009.</p>
160      </div>
161    </content>
162  </entry>
163  <entry>
164    <title>PHP Advent 2008</title>
165    <id>http://www.php.net/archive/2008.php#id2008-12-04-1</id>
166    <published>2008-12-04T09:30:00-05:00</published>
167    <updated>2008-12-04T09:30:00-05:00</updated>
168    <category term="frontpage" label="PHP.net frontpage news"/>
169    <link href="http://www.php.net/index.php#id2008-12-04-1" rel="alternate" type="text/html"/>
170    <link href="http://www.php.net/archive/2008.php#id2008-12-04-1" rel="via" type="text/html"/>
171    <content type="xhtml">
172      <div xmlns="http://www.w3.org/1999/xhtml">
173        <p>December is a busy and exciting time of the year.
174        <a href="http://phpadvent.org/">PHP Advent</a> is an attempt to capture
175        and share doses of wisdom from a few of the people in the PHP community
176        who have been kind enough to share their thoughts and tips. Please join
177        us on our daily journey by <a href="http://feeds.feedburner.com/phpadvent">subscribing to our feed</a>
178        or <a href="http://twitter.com/phpadvent">following us on Twitter</a>.
179        Happy holidays.</p>
180      </div>
181    </content>
182  </entry>
183  <entry>
184    <title>Forum PHP Paris 2008</title>
185    <id>http://www.php.net/archive/2008.php#id2008-11-15-1</id>
186    <published>2008-11-15T21:56:55-07:00</published>
187    <updated>2008-11-15T21:56:55-07:00</updated>
188    <php:finalTeaserDate xmlns="http://php.net/ns/news">2008-12-09</php:finalTeaserDate>
189    <php:newsImage link="http://www.afup.org/" title="Forum AFUP Paris 2008">afup2008.png</php:newsImage>
190    <category term="conferences" label="Conference announcement"/>
191    <link href="http://www.php.net/conferences/index.php#id2008-11-15-1" rel="alternate" type="text/html"/>
192    <link href="http://www.php.net/archive/2008.php#id2008-11-15-1" rel="via" type="text/html"/>
193    <content type="html">
194      <p>The 2008 edition of the French PHP users welcomes once again unique
195      speakers : Zak Greant, from Foo Associates, Laura Thompson from Mozilla, and
196      Lukas Smith, Core PHP Developper.
197          </p>
198      <p>
199	Set in Paris, on December 8th and 9th 2008, by the
200	Association Française des Utilisateurs de PHP (French PHP User Group,
201	<a href="http://www.afup.org/" alt="AFUP">http://www.afup.org/</a>),
202	the Forum PHP 2008 focuses on the themas of Professional Web Services,
203	and PHP large scale projects.
204    </p>
205    </content>
206  </entry>
207  <entry>
208    <title>PHPNW08 - November 22nd - Manchester, UK</title>
209    <id>http://www.php.net/archive/2008.php#id2008-11-04-2</id>
210    <published>2008-11-04T12:55:09+00:00</published>
211    <updated>2008-11-04T12:55:09+00:00</updated>
212    <php:finalTeaserDate xmlns="http://php.net/ns/news">2008-11-22</php:finalTeaserDate>
213    <category term="conferences" label="Conference announcement"/>
214    <link href="http://www.php.net/conferences/index.php#id2008-11-04-2" rel="alternate" type="text/html"/>
215    <php:newsImage xmlns="http://php.net/ns/news" link="http://conference.phpnw.org.uk" title="PHPNW08 logo">phpnw08_logo.jpg</php:newsImage>
216    <link href="http://conference.phpnw.org.uk" rel="via" type="text/html"/>
217    <content type="xhtml">
218      <div xmlns="http://www.w3.org/1999/xhtml">
219        <p>
220       PHP North West are pleased to announce their first conference, PHPNW08, to be held at <span class="location">Manchester Central (formerly GMex)</span>.
221      </p>
222        <p>
223       On <abbr class="dtstart" title="2008-11-22">Saturday 22nd November 2008</abbr>,
224       PHPNW08 will bring together the North-of-England PHP community for a
225       one-day event of exceptional presentations, challenging workshops,
226       sensational debates and networking opportunities. The conference will
227       host a mixture of well-known regulars on the speakers' circuit and local
228       talent, and aims to highlight current best practices and emerging topics
229       within the sphere of PHP and web development. See our
230       <a href="http://conference.phpnw.org.uk/phpnw08/?page_id=118" class="url">conference schedule</a> for details.
231      </p>
232        <p>
233       We would love developers, designers, managers or anyone else with an
234       interest in the PHP programming language to join us for what promises to
235       be an awesome event at a very reasonable rate:
236      </p>
237        <ul>
238          <li>Standard tickets: £60.00</li>
239          <li>Early bird (until 8th November): £50.00</li>
240          <li>Concessionary tickets: £35.00</li>
241        </ul>
242        <p>
243       Tickets for PHPNW08 are on sale now at
244       <a href="http://conference.phpnw.org.uk/phpnw08/register/" class="url">http://conference.phpnw.org.uk/phpnw08/register/</a>.
245      </p>
246      </div>
247    </content>
248  </entry>
249  <entry>
250    <title>PHP UK Conference 2009 Call For Papers</title>
251    <id>http://www.php.net/archive/2008.php#id2008-11-04-1</id>
252    <published>2008-11-04T00:04:17-08:00</published>
253    <updated>2008-11-04T00:04:17-08:00</updated>
254    <php:finalTeaserDate xmlns="http://php.net/ns/news">2008-11-30</php:finalTeaserDate>
255    <category term="cfp" label="Call for Papers"/>
256    <link href="http://www.php.net/conferences/index.php#id2008-11-04-1" rel="alternate" type="text/html"/>
257    <link href="http://www.php.net/archive/2008.php#id2008-11-04-1" rel="via" type="text/html"/>
258    <content type="xhtml">
259      <div xmlns="http://www.w3.org/1999/xhtml">
260        <p>
261       PHP London are pleased to announce their 4th annual UK PHP conference,
262       building on the success of previous events and accommodating the continual
263       growth of the PHP community and PHP development industry. The event will
264       take place on Friday <abbr class="dtstart" title="2009-02-27">February 27th 2009</abbr>
265       at <span class="location">Olympia Conference Centre, London</span>.
266       Registration will commence in December 2008 and those interested in attending
267       can create an account on the PHP UK Conference website at
268       <a href="http://www.phpconference.co.uk/user/register" class="url">http://www.phpconference.co.uk/user/register</a>
269       and sign-up for notifications of updates to the website.
270      </p>
271        <p>
272       The Call For Papers is now open and finishes at the end of November 2008.
273       Speakers interested in talking at the event can submit their details at
274       <a href="http://www.phpconference.co.uk/call-for-papers">http://www.phpconference.co.uk/call-for-papers</a>
275       whilst potential sponsors can contact the conference committee using the form at
276       <a href="http://www.phpconference.co.uk/contact">http://www.phpconference.co.uk/contact</a>
277     </p>
278      </div>
279    </content>
280  </entry>
281  <entry>
282    <title>PHP Quebec 2009</title>
283    <id>http://www.php.net/archive/2008.php#id2008-09-16-1</id>
284    <published>2008-09-16T10:12:12+02:00</published>
285    <updated>2008-09-17T11:35:47+02:00</updated>
286    <php:finalTeaserDate xmlns="http://php.net/ns/news">2008-10-19</php:finalTeaserDate>
287    <category term="cfp" label="Call for Papers"/>
288    <link href="http://www.php.net/conferences/index.php#id2008-09-16-1" rel="alternate" type="text/html"/>
289    <link href="http://www.php.net/archive/2008.php#id2008-09-16-1" rel="via" type="text/html"/>
290    <content type="html">
291      <p>
292	PHP Québec is pleased to announce the seventh edition of the PHP Québec Conference.
293    The Conference will take place in <span class="location">Montréal, Québec,
294    Canada</span> between <abbr title="2009-03-04T00:00:00+01:00" class="dtstart">March 4</abbr>
295    and <abbr title="2009-03-06T00:00:00+01:00" class="dtend">6th 2009</abbr>.
296    We are looking for speakers willing to share their expertise with Canadian and United States PHP professionals.
297	</p>
298      <p>
299	The Conference features technical talks and Labs dedicated to advanced software development techniques with PHP5 and PHP6, XML, web services,databases, etc., project management where speakers and visitor swill try to find solutions to actual business problems.
300	</p>
301      <p>
302	Organizers will prioritize new and original topics in English or French. For more information, visit the website:
303	<a href="http://conf.phpquebec.com/en" title="2009 PHP QuebecConference">http://conf.phpquebec.com</a>
304</p>
305    </content>
306  </entry>
307  <entry>
308    <title>Barcelona PHP Conference 2008</title>
309    <id>http://www.php.net/archive/2008.php#id2008-09-10-1</id>
310    <published>2008-09-10T15:08:49+02:00</published>
311    <updated>2008-09-10T15:08:49+02:00</updated>
312    <php:finalTeaserDate xmlns="http://php.net/ns/news">2008-09-27</php:finalTeaserDate>
313    <category term="conferences" label="Conference announcement"/>
314    <link href="http://www.php.net/conferences/index.php#id2008-09-10-1" rel="alternate" type="text/html"/>
315    <php:newsImage xmlns="http://php.net/ns/news" link="http://phpconference.es/" title="Barcelona PHP Conference">PHPBarcelonaConference003.png</php:newsImage>
316    <link href="http://phpconference.es/" rel="via" type="text/html"/>
317    <content type="xhtml">
318      <div xmlns="http://www.w3.org/1999/xhtml">
319        <p><a href="http://phpbarcelona.org/">The PHP Barcelona User Group</a>
320        is proud to announce its first
321        <a href="http://phpconference.es/">international PHP Conference</a>.
322        It will be celebrated on <abbr class="dtstart" title="2008-09-27">Saturday,
323         September 27th</abbr>, at <span class="location">Barcelona</span>.
324       </p>
325        <p>
326        The PHP Barcelona User Group (aka PHPBarcelona) is a non-profit
327        organization aimed at spreading and interchanging knowledge among
328        the PHP developers community of Barcelona and surroundings, and
329        also evangelizing the PHP technology on universities and
330        enterprises as well.
331       </p>
332        <p>
333        This year they had celebrated another events but this one is
334        the first which will be developed completely in English. The
335        highlights of this conference will be the talks of internationally
336        recognized PHP developers, like Derick Rethans and Scott MacVicar
337        among others.
338       </p>
339        <p>
340        For more information about Barcelona PHP Conference 2008 and to
341        register, please visit
342        <a href="http://phpconference.es/" class="url">http://phpconference.es</a>
343       </p>
344      </div>
345    </content>
346  </entry>
347  <entry>
348    <title>International PHP Conference 2008 October 27-31st Mainz, Germany</title>
349    <id>http://www.php.net/archive/2008.php#id2008-09-08-1</id>
350    <published>2008-09-08T12:31:08+02:00</published>
351    <updated>2008-09-08T12:31:08+02:00</updated>
352    <php:finalTeaserDate xmlns="http://php.net/ns/news">2008-10-27</php:finalTeaserDate>
353    <category term="conferences" label="Conference announcement"/>
354    <link href="http://www.php.net/conferences/index.php#id2008-09-08-1" rel="alternate" type="text/html"/>
355    <php:newsImage xmlns="http://php.net/ns/news" link="http://www.phpconference.com/" title="International PHP Conference 2008">icp08.jpg</php:newsImage>
356    <link href="http://www.phpconference.com/" rel="via" type="text/html"/>
357    <content type="xhtml">
358      <div xmlns="http://www.w3.org/1999/xhtml">
359        <h3>The premiere PHP Conference – Celebrate the 14th event with us!</h3>
360        <p>
361       Today the ICP is <emphasis>the</emphasis> reference whenever substructures of existing technologies
362       should be extended or the basis for new developments should be created. Thus, you
363       do not only profit from the concentrated know-how of worldwide acknowledged,
364       international PHP-experts but also from the professional transfer of knowledge
365       between industry and development.
366      </p>
367        <p>
368       With its mixture of topics the International PHP Conference provides an ideal
369       resource for all professionals and their successful daily routine within the whole
370       PHP-spectrum. Insights into current Web 2.0 technologies, Security, Best Practices
371       for tools and components, Enterprise know-how, databases, architectures and more
372       are provided at the ICP 2008.
373      </p>
374        <p>
375       The International PHP Conference celebrates it's 14th Edition. Celebrate with us,
376       and profit from our Celebrate 14teen offers!
377      </p>
378        <ul>
379          <li>199 € / Special Price</li>
380          <li>149 €* / Special Price for Freelancer</li>
381          <li>99 €** / Student Price</li>
382        </ul>
383        <p>Offer is valid till 30th September!</p>
384        <p>
385          <a href="http://phpconference.com/">Register now!</a>
386        </p>
387        <p>
388          <small>* Confirmation with your company's letter head</small>
389          <br/>
390          <small>** With Student ID. Limited seating available</small>
391        </p>
392      </div>
393    </content>
394  </entry>
395  <entry xmlns="http://www.w3.org/2005/Atom">
396    <title>php|works &amp; PyWorks 2008 - Atlanta</title>
397    <link href="http://www.php.net/conferences/index.php#2008-09-03-1" rel="alternate" type="text/html"/>
398    <link href="http://phpworks.mtacon.com/" rel="via" type="text/html"/>
399    <id>http://php.net/archive/2008.php#2008-09-03-1</id>
400    <published>2008-09-03T11:49:33+02:00</published>
401    <updated>2008-09-03T11:49:33+02:00</updated>
402    <category term="conferences" label="Conference announcement"/>
403    <php:finalTeaserDate>2008-11-13</php:finalTeaserDate>
404    <php:newsImage link="http://phpworks.mtacon.com/" title="php|works / PyWorks 2008: Chicago">phppyworks.png</php:newsImage>
405    <content type="xhtml">
406      <div xmlns="http://www.w3.org/1999/xhtml">
407        <a href="http://tek.phparch.com/" class="url">php|tek 2008: Chicago</a>
408        <p>
409          The publishers of <a href="http://www.phparch.com/">php|architect Magazine</a> and <a href="http://pythonmagazine.com">Python Magazine</a> are proud to announce the
410          joint <a href="http://phpworks.mtacon.com">php|works</a> / <a href="http://pyworks.mtacon.com">PyWorks 2008</a> conferences in Atlanta, Georgia, USA.
411        </p>
412        <p>
413          php|works and PyWorks feature over 65 talks, 10 tutorials and 5 tracks on topics ranging from web development to database optimization with PHP and Python over the course of two days,
414          social events in the evening and plenty of networking opportunities with industry peers.
415        </p>
416        <p>
417          This year, the PHP Community (and the Python Community, too!) meets <abbr class="dtstart" title="2008-11-12">November 12</abbr>-<abbr class="dtend" title="2008-11-14">14</abbr> for one of North America's premier PHP conferences of 2008.
418        </p>
419        <p>
420          Join us to hear <a href="http://phpworks.mtacon.com/c/schedule">top speakers</a> such as Derick Rethans (eZ Systems), Chris Shiflett (OmniTI), Mike Potter (Adobe) and more.
421        </p>
422      </div>
423    </content>
424  </entry>
425  <entry>
426    <title>PHP 4.4.9 released!</title>
427    <id>http://www.php.net/archive/2008.php#id2008-08-07-1</id>
428    <published>2008-08-07T20:12:42+02:00</published>
429    <updated>2008-08-07T20:12:42+02:00</updated>
430    <category term="frontpage" label="PHP.net frontpage news"/>
431    <category term="releases" label="New PHP release"/>
432    <link href="http://www.php.net/index.php#id2008-08-07-1" rel="alternate" type="text/html"/>
433    <link href="http://www.php.net/archive/2008.php#id2008-08-07-1" rel="via" type="text/html"/>
434    <content type="xhtml">
435      <div xmlns="http://www.w3.org/1999/xhtml">
436        <p>The PHP development team would like to announce the immediate
437        availability of PHP 4.4.9. It continues to improve the security and the
438        stability of the 4.4 branch and all users are strongly encouraged to
439        upgrade to it as soon as possible. This release wraps up all the
440        outstanding patches for the PHP 4.4 series, and is therefore the
441        <b>last</b> PHP 4.4 release.</p>
442        <p>
443          <b>Security Enhancements and Fixes in PHP 4.4.9:</b>
444        </p>
445        <ul>
446          <li>Updated PCRE to version 7.7.</li>
447          <li>Fixed overflow in memnstr().</li>
448          <li>Fixed crash in imageloadfont when an invalid font is given.</li>
449          <li>Fixed open_basedir handling issue in the curl extension.</li>
450          <li>Fixed mbstring.func_overload set in .htaccess becomes global.</li>
451        </ul>
452        <p> For a full list of changes in PHP 4.4.9, see the <a href="/ChangeLog-4.php#4.4.9">ChangeLog</a>.</p>
453      </div>
454    </content>
455  </entry>
456  <entry>
457    <title>PHP 5.3 alpha1 released!</title>
458    <id>http://www.php.net/archive/2008.php#id2008-08-01-1</id>
459    <published>2008-08-01T08:50:37+02:00</published>
460    <updated>2008-08-05T15:02:37+02:00</updated>
461    <category term="frontpage" label="PHP.net frontpage news"/>
462    <link href="http://www.php.net/index.php#id2008-08-01-1" rel="alternate" type="text/html"/>
463    <link href="http://www.php.net/archive/2008.php#id2008-08-01-1" rel="via" type="text/html"/>
464    <content type="xhtml">
465      <div xmlns="http://www.w3.org/1999/xhtml">
466        <p>The PHP development team is proud to announce the <a href="http://qa.php.net/">first alpha release</a> of the upcoming minor version update of PHP. <a href="http://windows.php.net/download/">Windows binaries</a> will be available starting with alpha2 (intermediate snapshots available at <a href="http://snaps.php.net">snaps.php.net</a>). The new version PHP 5.3 is expected to improve stability and performance as well as add new language syntax and extensions. Several new features have already been documented in the <a href="http://php.net/docs.php">official documentation</a>, others are listed on the <a href="http://wiki.php.net/doc/scratchpad/upgrade/53">wiki</a> in preparation of getting documented. Please also review the <a href="http://php.net/php5news">NEWS</a> file.</p>
467        <strong>THIS IS A DEVELOPMENT PREVIEW - DO NOT USE IT IN PRODUCTION!</strong>
468        <p>The purpose of this alpha release is to encourage users to not only actively
469         participate in identifying bugs, but also in ensuring that all new features or
470         necessary backwards compatibility breaks are noted in the documentation. Please
471         report any findings to the <a href="mailto:php-qa@lists.php.net">QA mailinglist</a>
472         or the <a href="http://bugs.php.net">bug tracker</a>.</p>
473        <p>There have been a great number of other additions and improvements, but here is a short overview of the most important changes:</p>
474        <ul>
475          <li><a href="http://php.net/language.namespaces">Namespaces</a> (documentation maybe out dated)</li>
476          <li><a href="http://php.net/oop5.late-static-bindings">Late static binding</a> and <a href="http://php.net/language.oop5.overloading">__callStatic</a></li>
477          <li>
478            <a href="http://wiki.php.net/rfc/closures">Lambda functions and closures</a>
479          </li>
480          <li>Addition of the <a href="http://php.net/book.intl">intl</a>, <a href="http://php.net/book.phar">phar</a> (phar is scheduled for some more work a head of alpha2), <a href="http://php.net/book.fileinfo">fileinfo </a> and <a href="http://php.net/book.sqlite3">sqlite3</a> extensions</li>
481          <li>Optional cyclic garbage collection</li>
482          <li>Optional support for the <a href="http://forge.mysql.com/wiki/PHP_MYSQLND">MySQLnd</a> replacement driver for libmysql</li>
483          <li>Windows older than Windows 2000 (Windows 98, NT4, etc.) are not supported anymore (<a href="http://wiki.php.net/internals/windows/releasenotes">details</a>)</li>
484          <li>New syntax features like <a href="http://php.net/language.types.string#language.types.string.syntax.nowdoc">NOWDOC</a>, limited GOTO, ternary short cut "?:"</li>
485        </ul>
486        <p>Several under the hood changes also require in depth testing with existing applications to ensure that any backwards compatibility breaks are minimized. This is especially important for users that require the undocumented Zend engine multibyte support.</p>
487        <p>The current <a href="http://wiki.php.net/todo/php53">release plan</a> states that there will be alpha/beta/RC releases in 2-3 week intervals with an expected stable release of PHP 5.3 between mid September and mid October of 2008.</p>
488      </div>
489    </content>
490  </entry>
491  <entry>
492    <title>TestFest 2008 wrap-up</title>
493    <id>http://www.php.net/archive/2008.php#id2008-07-30-1</id>
494    <published>2008-07-30T00:23:14+01:00</published>
495    <updated>2008-08-04T11:12:37+02:00</updated>
496    <category term="frontpage" label="PHP.net frontpage news"/>
497    <link href="http://www.php.net/index.php#id2008-07-30-1" rel="alternate" type="text/html"/>
498    <link href="http://www.php.net/archive/2008.php#id2008-07-30-1" rel="via" type="text/html"/>
499    <content type="xhtml">
500      <div xmlns="http://www.w3.org/1999/xhtml">
501        <p>Overall 158 tests have been submitted as part of <a href="http://qa.php.net/testfest.php">TestFest 2008</a> since the launch of the <a href="http://testfest.php.net">TestFest submission site</a> by 30 different people from people all over the world. Actually this is not counting the various submissions by existing core developers, who also took this opportunity to add some more tests. This has actually increased total <a href="http://gcov.php.net/" target="_new">test coverage</a> for ext/reflection, ext/dom and ext/exif by about 10% each. While the organization of the TestFest was a bit adhoc, there were numerous TestFest events in local user groups. So the number of people exposed to the PHP test framework is much greater. Hopefully this will lead to more people submitting bug reports with an accompanying <a href="http://qa.php.net/write-test.php">phpt</a> test file!</p>
502        <p>Our top submitter Felix De Vliegher has actually committed his last submissions himself since, based on the high quality of his submissions, he has been granted commit rights to the PHP repository. We have not heard back from all participants, but we encourage everybody to <a href="http://www.deshong.net/?p=76" target="_new">blog</a> about their experience and provide us with feedback on how to improve future events.</p>
503        <p>Now better late than never, here are the 10 winners of the promised <a href="http://flickr.com/groups/elephpants/pool/">elePHPant</a> raffle sponsored by <a href="http://www.nexen.net">Nexen</a>. Note that Felix asked me not to include him in the raffle, since he is already herding quite a number of elePHPants at home.</p>
504        <ul>
505          <li>Eric Stewart</li>
506          <li>Håvard Eide</li>
507          <li>Marc Veldman</li>
508          <li>Michelangelo van Dam</li>
509          <li>Rein Velt</li>
510          <li>Rob Young</li>
511          <li>Sami Greenbury</li>
512          <li>Sebastian Deutsch</li>
513          <li>Sebastian Schürmann</li>
514          <li>Stefan Koopmanschap</li>
515        </ul>
516        <p>We will provide Nexen with the email addresses of the winners, so that they can arrange to get the elePHPants shipped. Also for those people wondering, you can continue to submit tests on the <a href="http://testfest.php.net">TestFest submission site</a>. A bit thank you to all participants and TestFest organizers! Without the countless people that helped organize local events, implement the infrastructure and submissions reviewers, the TestFest would have obviously not worked out as well as it has. We will surely do similar events in the future based on the big success of TestFest 2008.</p>
517      </div>
518    </content>
519  </entry>
520  <entry>
521    <title>Manual restructure and license change</title>
522    <id>http://www.php.net/archive/2008.php#id2008-07-29-1</id>
523    <published>2008-07-29T23:50:37+02:00</published>
524    <updated>2008-07-29T23:50:37+02:00</updated>
525    <category term="frontpage" label="PHP.net frontpage news"/>
526    <link href="http://www.php.net/index.php#id2008-07-29-1" rel="alternate" type="text/html"/>
527    <link href="http://www.php.net/archive/2008.php#id2008-07-29-1" rel="via" type="text/html"/>
528    <content type="xhtml">
529      <div xmlns="http://www.w3.org/1999/xhtml">
530        <p>
531        A few weeks ago the <a href="/manual">manual</a> was restructured
532        to improve navigation and make room for
533        <a href="/pdo.prepared-statements">per-extension chapters</a>
534        and <a href="/haru.examples">usage examples</a> along with
535        <a href="/class.xmlreader">improved documentation</a> for
536        <a href="/oop5/">object oriented</a> extensions.
537       </p>
538        <p>
539        The most noticable changes are the <a href="/funcref">function reference</a>,
540        <a href="/reserved.variables">predefined variables</a>,
541        <a href="/context">context options and parameters</a> and
542        <a href="/reserved.exceptions">predefined exceptions</a> manual pages,
543        for which <a href="/contact">we would really appreciate feedback</a> on.
544       </p>
545        <p>
546        The upcomming PHP5.3 release introduces
547        <a href="http://wiki.php.net/doc/scratchpad/upgrade/53">several major features</a>
548        such as <a href="/namespaces">namespaces</a>, closures,
549        <a href="/lsb">late static bindings</a>, <a href="/intl">internationalization functions</a>,
550        <a href="/ini.sections">INI sections</a>, and <a href="/phar">Phar</a> among others.
551        We would really appreciate any and all help we can get improving the documentation.
552       </p>
553        <p>
554        In related news, the manual was relicensed recently and is now
555        covered by the
556        <a href="http://creativecommons.org/licenses/by/3.0/" rel="license">CreativeCommons Attribution license</a>.
557       </p>
558      </div>
559    </content>
560  </entry>
561  <entry>
562    <title>ZendCon 2008 - September 15-18 - Santa Clara, CA-US</title>
563    <id>http://www.php.net/archive/2008.php#id2008-07-13-1</id>
564    <published>2008-07-13T18:23:14+02:00</published>
565    <updated>2008-07-13T18:23:14+02:00</updated>
566    <php:finalTeaserDate xmlns="http://php.net/ns/news">2008-09-15</php:finalTeaserDate>
567    <category term="conferences" label="Conference announcement"/>
568    <link href="http://www.php.net/conferences/index.php#id2008-07-13-1" rel="alternate" type="text/html"/>
569    <php:newsImage xmlns="http://php.net/ns/news" link="http://zendcon.com/" title="ZendCon 2008">zlogo.gif</php:newsImage>
570    <link href="http://zendcon.com/" rel="via" type="text/html"/>
571    <content type="xhtml">
572      <div xmlns="http://www.w3.org/1999/xhtml">
573        <p>Join us for the largest PHP only gathering, <abbr class="dtstart" title="2008-09-15T00:00:00+02:00">September 15th</abbr> - <abbr class="dtend" title="2008-09-19T00:00:00+02:00">18th</abbr>. Discuss topics such as:</p>
574        <ul>
575          <li>PHP in the Enterprise</li>
576          <li>Advanced PHP Programming Techniques</li>
577          <li>Scalability</li>
578          <li>PHP and RIAs</li>
579        </ul>
580        <p>Our guest keynote speaker this year is Zak Greant who will be speaking on <q>The Age of Literate Machines</q></p>
581        <p>For more information and to register for the biggest PHP even of the year, visit <a href="http://zendcon.com/">http://zendcon.com/</a></p>
582      </div>
583    </content>
584  </entry>
585  <entry>
586    <title>php|works CfP Announced!</title>
587    <id>http://www.php.net/archive/2008.php#id2008-07-10-1</id>
588    <published>2008-07-10T22:29:53+02:00</published>
589    <updated>2008-07-10T22:29:53+02:00</updated>
590    <php:finalTeaserDate xmlns="http://php.net/ns/news">2008-07-25</php:finalTeaserDate>
591    <category term="cfp" label="Call for Papers"/>
592    <link href="http://www.php.net/conferences/index.php#id2008-07-10-1" rel="alternate" type="text/html"/>
593    <php:newsImage xmlns="http://php.net/ns/news" link="http://phpworks.mtacon.com/c/p/phpworks,cfp" title="php|works">phpworks2008.png</php:newsImage>
594    <link href="http://phpworks.mtacon.com/c/p/phpworks,cfp" rel="via" type="text/html"/>
595    <content type="xhtml">
596      <div xmlns="http://www.w3.org/1999/xhtml">
597        <p>php|works 2008 will be held November 12-14, 2008 in Atlanta, GA. Our Call for Papers is <abbr title="2008-07-10T22:34:04+02:00" class="dtstart">now open</abbr>, but the deadline for submissions is <abbr title="2008-07-25T00:00:00+02:00" class="dtend">July 25, 2008</abbr>.</p>
598        <p>This year's php|works takes place concurrently with PyWorks 2008, MTA's new fall Python conference, organized by the publishers of Python Magazine, and attendees to both conferences will be able to attend talks from either.</p>
599        <p>This gives us a great opportunity to create cross-over talks to cover topics that bridge both worlds, enriching members of either communities and facilitating the cross-pollination of ideas. If you have a topic that fits the bill, or that could be equally interesting to both PHPers and Pythonistas, don't hesitate to propose it.</p>
600        <p>For more information about our Call for Papers, visit our site at <a href="http://phpworks.mtacon.com/c/p/phpworks,cfp">http://phpworks.mtacon.com/c/p/phpworks,cfp</a>.</p>
601      </div>
602    </content>
603  </entry>
604  <entry>
605    <title>Open Source Developers' Conference 2008 - Sydney - Call for Papers</title>
606    <id>http://www.php.net/archive/2008.php#id2008-05-17-1</id>
607    <published>2008-05-17T16:50:56+02:00</published>
608    <updated>2008-05-17T16:50:56+02:00</updated>
609    <php:finalTeaserDate xmlns="http://php.net/ns/news">2008-06-30</php:finalTeaserDate>
610    <category term="cfp" label="Call for Papers"/>
611    <link href="http://www.php.net/conferences/index.php#id2008-05-17-1" rel="alternate" type="text/html"/>
612    <link href="http://www.php.net/archive/2008.php#id2008-05-17-1" rel="via" type="text/html"/>
613    <content type="xhtml">
614      <div xmlns="http://www.w3.org/1999/xhtml">
615        <p>
616 The Open Source Developers' Conference 2008 is a conference run by open
617 source developers, for developers and business people. It covers
618 numerous programming languages across a range of operating systems, and
619 related topics such as business processes, licensing, and strategy.
620 Talks vary from introductory pieces through to the deeply technical. It
621 is a great opportunity to meet, share, and learn with like-minded
622 individuals.
623</p>
624        <p>
625 This year, the conference will be held in <span class="location">Sydney, Australia</span> during the
626 first week of December. If you are an Open Source maintainer, developer
627 or user, the organising committee would encourage you to submit a talk
628 proposal on open source tools, solutions, languages or technologies you
629 are working with.
630</p>
631        <p>
632 For more details, see:
633 <a href="http://osdc.com.au/2008/papers/cfp.html">http://osdc.com.au/2008/papers/cfp.html</a>.
634</p>
635        <p>
636 If you have any questions or require assistance with your submission,
637 please don't hesitate to ask!
638</p>
639        <p>
640 We continue to recognise the increasing importance of Open Source
641 in providing a medium for collaboration between individuals,
642 researchers, business and government. In recognition of this and
643 ensure a high standard of presentations, we intend to peer-review
644 all submitted papers.
645</p>
646        <p>
647 OSDC 2008 Sydney (Australia) - Key Program Dates:
648</p>
649        <ol>
650          <li><abbr title="2008-04-28" class="dtstart">28 Apr</abbr> - Call for Papers</li>
651          <li><abbr title="2008-06-30" class="dtend">30 Jun</abbr> - Initial proposals (short abstract) due</li>
652          <li>21 Jul - Proposal acceptance</li>
653          <li>15 Sep - Accepted paper submissions</li>
654        </ol>
655        <p>
656 For all information, contacts and updates, see the OSDC conference
657 web site at <a href="http://osdc.com.au/2008/" class="url">http://osdc.com.au/2008/</a>.
658</p>
659      </div>
660    </content>
661  </entry>
662  <entry>
663    <title>Call for PUG, for elePHPants, 2008 generation</title>
664    <id>http://www.php.net/archive/2008.php#id2008-05-13-1</id>
665    <published>2008-05-13T11:56:55-07:00</published>
666    <updated>2008-05-14T16:19:11-05:00</updated>
667    <php:finalTeaserDate xmlns="http://php.net/ns/news">2008-06-01</php:finalTeaserDate>
668    <php:newsImage link="http://www.afup.org/" title="elePHPants">elephpants.jpg</php:newsImage>
669    <category term="cfp" label="Call for Papers"/>
670    <link href="http://www.php.net/conferences/index.php#id2008-05-13-1" rel="alternate" type="text/html"/>
671    <link href="http://www.php.net/archive/2008.php#id2008-05-13-1" rel="via" type="text/html"/>
672    <content type="xhtml">
673      <div xmlns="http://www.w3.org/1999/xhtml">
674        <p>The elePHPants are now ready to make their 2008 generation.
675      PHP User groups, enthusiasts and companies that are interested in
676      groups of elePHPants, shall join this year's herd.</p>
677        <p>
678ElePHPants are a great link of the community, happily promoting your favorite
679language in conferences, on work station, baby cribs and other unusual places.
680Production prices make it possible for groups to raise funds, entice membership
681or simply bring joy and PHP around.
682    </p>
683        <p>
684Pre-register your <a href="http://www.nexen.net/elephpant/2008_en.php">herd of elePHPants</a>
685online, for big and small,
686and join the <a href="http://www.flickr.com/photos/tags/elephpant/">world of blue elePHPants</a>.
687    </p>
688      </div>
689    </content>
690  </entry>
691  <entry>
692    <title>PHP 5.2.6 Released</title>
693    <id>http://www.php.net/archive/2008.php#id2008-05-01-1</id>
694    <published>2008-05-01T19:27:58-04:00</published>
695    <updated>2008-05-06T09:56:38+02:00</updated>
696    <category term="frontpage" label="PHP.net frontpage news"/>
697    <category term="releases" label="New PHP release"/>
698    <link href="http://www.php.net/index.php#id2008-05-01-1" rel="alternate" type="text/html"/>
699    <link href="http://www.php.net/archive/2008.php#id2008-05-01-1" rel="via" type="text/html"/>
700    <content type="xhtml">
701      <div xmlns="http://www.w3.org/1999/xhtml">
702        <p>The PHP development team would like to announce the immediateavailability of PHP 5.2.6. This release focuses on improving the stability ofthe PHP 5.2.x branch with over 120 bug fixes, several of which are security related.All users of PHP are encouraged to upgrade to this release.</p>
703        <p>        Further details about the PHP 5.2.6 release can be found in the        <a href="/releases/5_2_6.php">release announcement for 5.2.6</a>, the full list of        changes is available in the <a href="/ChangeLog-5.php#5.2.6">ChangeLog for PHP 5</a>.</p>
704        <p>
705          <b>Security Enhancements and Fixes in PHP 5.2.6:</b>
706        </p>
707        <ul>
708          <li>Fixed possible stack buffer overflow in the FastCGI SAPI identified by Andrei Nigmatulin.</li>
709          <li>Fixed integer overflow in printf() identified by Maksymilian Aciemowicz.</li>
710          <li>Fixed security issue detailed in CVE-2008-0599 identified by Ryan Permeh.</li>
711          <li>Fixed a safe_mode bypass in cURL identified by Maksymilian Arciemowicz.</li>
712          <li>Properly address incomplete multibyte chars inside escapeshellcmd() identified by Stefan Esser.</li>
713          <li>Upgraded bundled PCRE to version 7.6</li>
714        </ul>
715        <p><strong>Update (<abbr class="updated" title="2008-05-06T09:56:38+02:00">May 6th</abbr>):</strong> The Windows installers were missing the <a href="/xsl">XSL</a>
716         and <a href="/imap">IMAP</a> extensions.</p>
717        <p><strong>Update (<abbr class="updated" title="2008-05-03T09:56:38+02:00">May 3rd</abbr>):</strong> The Windows archives were missing the <a href="/xsl">XSL</a>
718         and <a href="/imap">IMAP</a> extensions.</p>
719      </div>
720    </content>
721  </entry>
722  <entry>
723    <title>Google Summer of Code: php.net students</title>
724    <id>http://www.php.net/archive/2008.php#id2008-04-22-1</id>
725    <published>2008-04-22T20:04:48+02:00</published>
726    <updated>2008-05-11T17:48:11+02:00</updated>
727    <category term="frontpage" label="PHP.net frontpage news"/>
728    <link href="http://www.php.net/index.php#id2008-04-22-1" rel="alternate" type="text/html"/>
729    <link href="http://www.php.net/archive/2008.php#id2008-04-22-1" rel="via" type="text/html"/>
730    <content type="xhtml">
731      <div xmlns="http://www.w3.org/1999/xhtml">
732        <p>
733	The PHP team is once again proud to participate in the
734	<a href="http://code.google.com/soc/">Google Summer of Code</a>.
735	Ten students will "flip bits instead of burgers" this summer:
736</p>
737        <ul>
738          <li><span class="vcard"><a href="http://code.google.com/soc/2008/php/appinfo.html?csaid=73D5F5E282F9163F" class="url">Zend LLVM Extension</a> by
739		<span class="fn"><span class="given-name">Joonas </span><span class="family-name">Govenius</span></span>,
740	</span>
741	mentored by
742	<span class="vcard"><span class="fn"><span class="given-name">Nuno </span><span class="family-name">Lopes</span></span></span></li>
743          <li><span class="vcard"><a href="http://code.google.com/soc/2008/php/appinfo.html?csaid=12A8D27646C9771A" class="url">PHP Optimizer</a> by
744		<span class="fn"><span class="given-name">Samuel </span><span class="family-name">Graham Kelly IV</span></span>,
745	</span>
746	mentored by
747	<span class="vcard"><span class="fn"><span class="given-name">Derick </span><span class="family-name">Rethans</span></span></span></li>
748          <li><span class="vcard"><a href="http://code.google.com/soc/2008/php/appinfo.html?csaid=3D5258783F22F62C" class="url">PhD (PHP Docbook) Project</a> by
749		<span class="fn"><span class="given-name">Rudy </span><span class="family-name">Nappée</span></span>,
750	</span>
751	mentored by
752	<span class="vcard"><span class="fn"><span class="given-name">Hannes </span><span class="family-name">Magnusson</span></span></span></li>
753          <li><span class="vcard"><a href="http://code.google.com/soc/2008/php/appinfo.html?csaid=93F63E6C761134FB" class="url">Replace auto* with CMake</a> by
754		<span class="fn"><span class="given-name">Alejandro Leiva </span><span class="family-name">Rojas</span></span>,
755	</span>
756	mentored by
757	<span class="vcard"><span class="fn"><span class="given-name">Pierre A. </span><span class="family-name">Joye</span></span></span></li>
758          <li><span class="vcard"><a href="http://code.google.com/soc/2008/php/appinfo.html?csaid=F74E5E31D92F95D0" class="url">gsoc:2008 - XDebug</a> by
759		<span class="fn"><span class="given-name">Chung-Yang </span><span class="family-name">Lee</span></span>,
760	</span>
761	mentored by
762	<span class="vcard"><span class="fn"><span class="given-name">David </span><span class="family-name">Coallier</span></span></span></li>
763          <li><span class="vcard"><a href="http://code.google.com/soc/2008/php/appinfo.html?csaid=435245F847240738" class="url">Rewrite the run-tests.php script</a> by
764		<span class="fn"><span class="given-name">Cesar </span><span class="family-name">Montedonico</span></span>,
765	</span>
766	mentored by
767	<span class="vcard"><span class="fn"><span class="given-name">Travis </span><span class="family-name">Swicegood</span></span></span></li>
768          <li><span class="vcard"><a href="http://code.google.com/soc/2008/php/appinfo.html?csaid=837287100B93044F" class="url">PHP Bindings for Cairo</a> by
769		<span class="fn"><span class="given-name">Akshat </span><span class="family-name">Gupta</span></span>,
770	</span>
771	mentored by
772	<span class="vcard"><span class="fn"><span class="given-name">Anant </span><span class="family-name">Narayanan</span></span></span></li>
773          <li><span class="vcard"><a href="http://code.google.com/soc/2008/php/appinfo.html?csaid=25AE6211DDEC86FD" class="url">Algorithm Optimizations</a> by
774		<span class="fn"><span class="given-name">Michal </span><span class="family-name">Dziemianko</span></span>,
775	</span>
776	mentored by
777	<span class="vcard"><span class="fn"><span class="given-name">Scott </span><span class="family-name">MacVicar</span></span></span></li>
778          <li><span class="vcard"><a href="http://code.google.com/soc/2008/php/appinfo.html?csaid=5A442E6A7568434D" class="url">PECL, Website Improvements</a> by
779		<span class="fn"><span class="given-name">Barry </span><span class="family-name">Carlyon</span></span>,
780	</span>
781	mentored by
782	<span class="vcard"><span class="fn"><span class="given-name">Helgi Þormar </span><span class="family-name">Þorbjörnsson</span></span></span></li>
783          <li><span class="vcard"><a href="http://code.google.com/soc/2008/php/appinfo.html?csaid=AD4803BA9A70BCB3" class="url">Implement Unicode into PHP 6</a> by
784		<span class="fn"><span class="given-name">Henrique do Nascimento </span><span class="family-name">Angelo</span></span>,
785	</span>
786	mentored by
787	<span class="vcard"><span class="fn"><span class="given-name">Scott </span><span class="family-name">MacVicar</span></span></span></li>
788        </ul>
789        <p><strong>Update (<abbr class="updated" title="2008-05-11T17:48:11+02:00">May 11th</abbr>):</strong>
790         Unfortunately <span class="vcard"><span class="fn">Nicholas Sloan</span></span> had to drop out of the
791         program, but he will be replaced by <span class="vcard"><span class="fn">Rudy Nappée</span></span> working on the same application.</p>
792      </div>
793    </content>
794  </entry>
795  <entry>
796    <title>Call for speakers for Forum PHP Paris 2008</title>
797    <id>http://www.php.net/archive/2008.php#id2008-04-13-2</id>
798    <published>2008-04-13T21:56:55-07:00</published>
799    <updated>2008-04-14T07:35:49+02:00</updated>
800    <php:finalTeaserDate xmlns="http://php.net/ns/news">2008-05-11</php:finalTeaserDate>
801    <php:newsImage link="http://www.afup.org/" title="Forum AFUP Paris 2008">afup2008.png</php:newsImage>
802    <category term="cfp" label="Call for Papers"/>
803    <link href="http://www.php.net/conferences/index.php#id2008-04-13-2" rel="alternate" type="text/html"/>
804    <link href="http://www.php.net/archive/2008.php#id2008-04-13-2" rel="via" type="text/html"/>
805    <content type="html">
806      <p>The AFUP, Association Française des Utilisateurs de PHP,
807	is proud to announce the upcoming conference "Forum PHP 2008".</p>
808      <p>For this unique event in France, we are looking for the best French speaking experts,
809	who want to share their know-how and enthusiasm.
810	This two day conference features one technical day, with the most advanced PHP techniques
811	and a business day, with case studies and examples of successful projects.
812        <ul><li>How to manage a PHP project (tools, methods, ...)</li><li>Insure code quality</li><li>Internet and legal issues (intellectual property, ...)</li><li>Build a business around</li><li>PHP scalibility</li><li>Connect services(web services)</li><li>Rich User Interfaces (technology choice, implementation, ...)</li></ul>
813    </p>
814      <h3>Date and location</h3>
815      <p>
816		The "Forum PHP Paris 2008" will take place in Paris on
817		<abbr class="dtstart" title="2008-12-08">8th</abbr>-<abbr class="dtend" title="2008-12-10">9th december 2008</abbr>
818	</p>
819      <p>Sessions will typically be 45 minutes long followed by a 10 minutes Q&amp;A session and up to
820    3 hours for workshops. Use the <a href="http://afup.org/pages/forumphp2008/appel-a-conferenciers.php">form on the site</a>,
821    no email proposal will be accepted.</p>
822      <p>
823    Proposals will be reviewed after the deadline has passed. Additional information may be asked where needed. Proposals will be chosen according to their layout, relevancy for a professional audience and the overall homegeneity of the forum. Every candidate will be personnally notified of the status of their proposal. The decision is final. Priority will be given to sessions in French.
824    </p>
825    </content>
826  </entry>
827  <entry xmlns="http://www.w3.org/2005/Atom">
828    <title>PHP DC conference 2008</title>
829    <link href="http://www.php.net/conferences/index.php#id2008-04-13-1" rel="alternate" type="text/html"/>
830    <link href="http://www.dcphpconference.com/" rel="via" type="text/html"/>
831    <id>http://php.net/archive/2008.php#id2008-04-13-1</id>
832    <published>2008-04-13T12:00:00-05:00</published>
833    <updated>2008-04-13T12:00:00-05:00</updated>
834    <category term="conferences" label="Conference announcement"/>
835    <php:finalTeaserDate>2008-06-04</php:finalTeaserDate>
836    <php:newsImage link="http://www.dcphpconference.com/" title="PHP DC conference 2008">dcphpconference.2008.png</php:newsImage>
837    <content type="xhtml">
838      <div xmlns="http://www.w3.org/1999/xhtml">
839        <p>
840      	The DC PHP Developers Group recently announced Kshemendra Paul as a
841		featured keynote speaker at the DC PHP Conference &amp; Expo,
842		<abbr class="dtstart" title="2008-06-02">June 2</abbr>-<abbr class="dtend" title="2008-06-05">4</abbr>,
843      	2008, at George Washington University in Washington, DC. Paul, chief
844      	architect for the Office of Management and Budget Executive Office of
845      	the President, will be presenting on "Federal E-Government and
846      	Enterprise Architecture Updates."
847      	</p>
848        <p>
849		Join hundreds of PHP practitioners, business managers, and government
850		officials from around the world in the exchange of ideas and solutions
851		for building a better web application infrastructure. The DC PHP
852		conference will include tracks pertaining to business cases, best
853		practices, the art of PHP, PHP applications, PHP in the enterprise,
854		and Open Source. The full speaker schedule will be announced shortly.
855		</p>
856        <p>
857		For more information about DC PHP Conference &amp; Expo 2008 and to register,
858		please visit <a href="http://www.dcphpconference.com/">www.dcphpconference.com</a>.
859		Early discounted registration rates affective until April 15, 2008
860		</p>
861      </div>
862    </content>
863  </entry>
864  <entry>
865    <title>TestFest 2008</title>
866    <id>http://php.net/archive/2008.php#2008-03-30-1</id>
867    <published>2008-03-30T21:06:55+01:00</published>
868    <updated>2008-03-30T21:06:55+01:00</updated>
869    <category term="frontpage" label="PHP.net frontpage news"/>
870    <link href="http://www.php.net/index.php#2008-03-30-1" rel="alternate" type="text/html"/>
871    <link href="http://www.php.net/archive/2008.php#2008-03-30-1" rel="via" type="text/html"/>
872    <content type="xhtml">
873      <div xmlns="http://www.w3.org/1999/xhtml">
874        <p>The PHP-QA team would like to announce the
875        <a href="http://qa.php.net/testfest.php">TestFest</a> for the month of
876        May 2008. The TestFest is an event that aims at improving the
877        <a href="http://gcov.php.net">code coverage</a> of the
878        <a href="http://qa.php.net/running-tests.php">test suite</a> for the PHP
879        language itself. As part of this event, local User Groups (UG) are
880        invited to join the TestFest. These UGs can meet physically or come
881        together virtually. The point however is that people network to learn
882        together. Aside from being an opportunity for all of you to make friends
883        with like minded people in your (virtual) community, it also will
884        hopefully reduce the work load for the PHP.net mentors.</p>
885        <p>All it takes is someone to organize a UG to spearhead the event and
886        to get others involved in
887        <a href="http://qa.php.net/write-test.php">writing phpt tests</a>.
888        The submissions will then be reviewed by members of php.net before
889        getting included in the official test suite. Please visit the
890        <a href="http://qa.php.net/testfest.php">TestFest homepage</a> to get
891        additional details on the TestFest on how to get involved, either as a
892        UG or by setting up the necessary infrastructure.</p>
893      </div>
894    </content>
895  </entry>
896  <entry>
897    <title>PHP @ FrOSCon: Call for Papers</title>
898    <id>http://www.php.net/archive/2008.php#id2008-03-20-1</id>
899    <published>2008-03-20T20:24:29+01:00</published>
900    <updated>2008-03-20T20:24:29+01:00</updated>
901    <php:finalTeaserDate xmlns="http://php.net/ns/news">2008-06-02</php:finalTeaserDate>
902    <category term="cfp" label="Call for Papers"/>
903    <link href="http://www.php.net/conferences/index.php#id2008-03-20-1" rel="alternate" type="text/html"/>
904    <php:newsImage xmlns="http://php.net/ns/news" link="http://froscon.de/" title="The Free and Open Source Conference">froscon.2008.png</php:newsImage>
905    <link href="http://froscon.de/" rel="via" type="text/html"/>
906    <content type="xhtml">
907      <div xmlns="http://www.w3.org/1999/xhtml">
908        <p><a href="http://froscon.de/">The Free and Open Source Conference (FrOSCon)</a> 2008 is a two-day conference on free software and open source. It will take place on <abbr class="dtstart" title="2008-08-23">August, 23th</abbr> and <abbr class="dtend" title="2008-08-25">24th</abbr> 2008 in <span class="location">Sankt Augustin near Bonn, Germany.</span></p>
909        <p>The <a href="http://phpugdo.de/">PHP Usergroups Dortmund</a>, Köln/Bonn and Hamburg are cooperatively organizing the <a href="http://froscon.phpugdo.de/">PHP track as a sub-conference</a> of the FrOSCon. The <a href="http://froscon.phpugdo.de/call_for_papers.html">call for paper</a> is now open.</p>
910      </div>
911    </content>
912  </entry>
913  <entry>
914    <title>Google Summer of Code 2008</title>
915    <id>http://php.net/archive/2008.php#2008-03-19-1</id>
916    <published>2008-03-19T13:53:55-04:00</published>
917    <updated>2008-03-19T13:53:55-04:00</updated>
918    <category term="frontpage" label="PHP.net frontpage news"/>
919    <link href="http://www.php.net/index.php#2008-03-19-1" rel="alternate" type="text/html"/>
920    <link href="http://www.php.net/archive/2008.php#2008-03-19-1" rel="via" type="text/html"/>
921    <content type="xhtml">
922      <div xmlns="http://www.w3.org/1999/xhtml">
923        <p>Once again we are glad to announce that we have been accepted to be a Google Summer of Code project. See <a href="http://code.google.com/soc/2008/php/about.html">our program</a> for this year's GSoC.</p>
924        <p>We would like to take this opportunity to say thanks to Google Inc. for this privilege to participate once again, and would like to invite everyone to look at our list of ideas: <a href="http://wiki.php.net/gsoc/2008">http://wiki.php.net/gsoc/2008</a>. Students are of course more than welcome to come up with their own ideas for their proposals and we will consider each and every application that we will receive.</p>
925        <p>So once again, thanks to everyone who is involved in this magnificent journey and we hope to see many of you great students and open source passionate join us in our most enjoyable <a href="http://code.google.com/soc/2008">Google Summer of Code</a> projects.</p>
926      </div>
927    </content>
928  </entry>
929  <entry xmlns="http://www.w3.org/2005/Atom">
930    <title>php|tek 2008: Chicago</title>
931    <link href="http://www.php.net/conferences/index.php#2008-02-19-1" rel="alternate" type="text/html"/>
932    <link href="http://tek.phparch.com/" rel="via" type="text/html"/>
933    <id>http://php.net/archive/2008.php#2008-02-19-1</id>
934    <published>2008-02-19T11:45:00-05:00</published>
935    <updated>2008-02-28T17:50:00-05:00</updated>
936    <category term="conferences" label="Conference announcement"/>
937    <php:finalTeaserDate>2008-05-24</php:finalTeaserDate>
938    <php:newsImage link="http://tek.phparch.com/" title="php|tek 2008: Chicago">phptek_2008.png</php:newsImage>
939    <content type="xhtml">
940      <div xmlns="http://www.w3.org/1999/xhtml">
941        <a href="http://tek.phparch.com/" class="url">php|tek 2008: Chicago</a>
942        <p>
943The publishers of <a href="http://www.phparch.com/">php|architect Magazine</a> are proud to announce the php|tek 2008 conference in Chicago, Illinois, USA.
944</p>
945        <p>
946The PHP Community meets <abbr class="dtstart" title="2008-05-20">May 20</abbr>-<abbr class="dtend" title="2008-05-24">23</abbr> for one of North America's premier PHP conferences of 2008. Join us to hear <a href="http://tek.phparch.com/c/schedule">top speakers</a> such as Derick Rethans (eZ Systems), Lucas Nelan (Facebook), Chris Shiflett (OmniTI), Eli White (Digg) and yes, even Terry Chay (Tagged).
947</p>
948        <p>
949For the past two years, php|architect's spring conference has sold out <em>weeks</em> before the start date, so if you're interested in attending, don't delay, and be sure to <a href="http://tek.phparch.com/c/p/signup">sign up</a> ASAP!
950</p>
951      </div>
952    </content>
953  </entry>
954  <entry xmlns="http://www.w3.org/2005/Atom">
955    <title>PHP Québec conference 2008</title>
956    <link href="http://www.php.net/conferences/index.php#2008-02-06-1" rel="alternate" type="text/html"/>
957    <link href="http://conf.phpquebec.com/en/conf2008/" rel="via" type="text/html"/>
958    <id>http://php.net/archive/2008.php#2008-02-06-1</id>
959    <published>2008-02-06T19:23:51+01:00</published>
960    <updated>2008-02-06T19:23:51+01:00</updated>
961    <category term="conferences" label="Conference announcement"/>
962    <php:finalTeaserDate>2008-03-16</php:finalTeaserDate>
963    <php:newsImage link="http://conf.phpquebec.com/en/conf2008/" title="PHP Québec conference 2008">conference_php_quebec.gif</php:newsImage>
964    <content type="xhtml">
965      <div xmlns="http://www.w3.org/1999/xhtml">
966        <a href="http://conf.phpquebec.com/">2008 PHP Quebec Conference &amp; Job Fair</a>
967        <p>
968The PHP Quebec team is pleased to present the sixth edition of the <a href="http://conf.phpquebec.com" class="url">PHP
969Quebec Conference</a>. The Conference will take place in Montreal, Canada,
970on <abbr class="dtstart" title="2008-03-12">March 12</abbr> through
971<abbr class="dtend" title="2008-03-15">14</abbr>.
972</p>
973        <p>
974Join us for the PHPLabs, 2 days of technical talks, the Open Source Job
975Fair &amp; Cocktail. Meet with well know community members such as: John
976Coggeshall, Marcus Boerger, Zak Greant, Chris Shiflett, Damien Seguy and
977many more.
978</p>
979        <p>
980Take note that online registration ends on March 7th. For more information,
981visit the website: <a href="http://conf.phpquebec.com">http://conf.phpquebec.com</a></p>
982      </div>
983    </content>
984  </entry>
985  <entry>
986    <title>phplondon conference 2008</title>
987    <id>http://php.net/archive/2008.php#2008-01-10-1</id>
988    <published>2008-01-10T16:23:20+01:00</published>
989    <updated>2008-01-10T16:23:20+01:00</updated>
990    <php:finalTeaserDate xmlns="http://php.net/ns/news">2008-02-29</php:finalTeaserDate>
991    <category term="conferences" label="Conference announcement"/>
992    <link href="http://www.php.net/conferences/index.php#2008-01-10-1" rel="alternate" type="text/html"/>
993    <php:newsImage xmlns="http://php.net/ns/news" link="http://www.phpconference.co.uk/" title="PHP London Conference 08">phplondon2008.png</php:newsImage>
994    <link href="http://www.phpconference.co.uk/" rel="via" type="text/html"/>
995    <content type="xhtml">
996      <div xmlns="http://www.w3.org/1999/xhtml">
997        <p><abbr class="dtstart" title="2008-02-29">February 29th</abbr> (Leap Year Day). phplondon.org  announce their third
998            annual <a href="http://www.phpconference.co.uk" alt="phplondon.org community conference" class="url">community conference</a>
999            to be held at Inmarsat, Old Street, London.</p>
1000        <p>This year the conference will run two tracks and include speakers such as Derick Rethans, Wez Furlong, Scott MacVicar and Zoe Slattery.</p>
1001        <p>We will also be holding an extended presentation and discussion on frameworks for PHP.</p>
1002        <p>Visit our <a href=" http://www.phpconference.co.uk" alt="phplondon.org community conference">conference site</a> to register. Early bird discount is available until 1st February 2008.</p>
1003      </div>
1004    </content>
1005  </entry>
1006  <entry>
1007    <title>PHP 4.4.8 Released</title>
1008    <id>http://php.net/archive/2008.php#2008-01-03-1</id>
1009    <published>2008-01-03T10:13:50+01:00</published>
1010    <updated>2008-01-03T10:13:50+01:00</updated>
1011    <category term="frontpage" label="PHP.net frontpage news"/>
1012    <category term="releases" label="New PHP release"/>
1013    <link href="http://www.php.net/index.php#2008-01-03-1" rel="alternate" type="text/html"/>
1014    <link href="http://www.php.net/archive/2008.php#2008-01-03-1" rel="via" type="text/html"/>
1015    <content type="xhtml">
1016      <div xmlns="http://www.w3.org/1999/xhtml">
1017        <p>
1018The PHP development team would like to announce the immediate <a href="http://www.php.net/downloads.php#v4">availability of
1019PHP 4.4.8</a>.  It continues to improve the security and the stability of the 4.4
1020branch and all users are strongly encouraged to upgrade to it as soon as
1021possible. This release wraps up all the outstanding patches for the PHP 4.4
1022series, and is therefore the last normal PHP 4.4 release. If necessary,
1023releases to address security issues could be made until 2008-08-08.
1024</p>
1025        <p>
1026          <b>Security Enhancements and Fixes in PHP 4.4.8:</b>
1027        </p>
1028        <ul>
1029          <li>Improved fix for MOPB-02-2007.</li>
1030          <li>Fixed an integer overflow inside chunk_split(). Identified by Gerhard Wagner.</li>
1031          <li>Fixed integer overlow in str[c]spn().</li>
1032          <li>Fixed regression in glob when open_basedir is on introduced by #41655 fix.</li>
1033          <li>Fixed money_format() not to accept multiple %i or %n tokens.</li>
1034          <li>Added "max_input_nesting_level" php.ini option to limit nesting level of input variables. Fix for MOPB-03-2007.</li>
1035          <li>Fixed INFILE LOCAL option handling with MySQL - now not allowed when open_basedir or safe_mode is active.</li>
1036          <li>Fixed session.save_path and error_log values to be checked against open_basedir and safe_mode (CVE-2007-3378).</li>
1037        </ul>
1038        <p>
1039 For a full list of changes in PHP 4.4.8, see the <a href="http://www.php.net/ChangeLog-4.php#4.4.8">ChangeLog</a>.
1040</p>
1041      </div>
1042    </content>
1043  </entry>
1044  <entry>
1045    <title>DC PHP Conference 2008: Call For Papers Open</title>
1046    <id>http://php.net/archive/2008.php#2008-01-03-2</id>
1047    <published>2008-01-03T13:57:46+01:00</published>
1048    <updated>2008-01-03T13:57:46+01:00</updated>
1049    <php:finalTeaserDate xmlns="http://php.net/ns/news">2008-03-15</php:finalTeaserDate>
1050    <category term="cfp" label="Call for Papers"/>
1051    <link href="http://www.php.net/conferences/index.php#2008-01-03-2" rel="alternate" type="text/html"/>
1052    <php:newsImage xmlns="http://php.net/ns/news" link="http://dcphpconference.com/" title="DC PHP Conference 2008">dcphpconference.2008.png</php:newsImage>
1053    <link href="http://dcphpconference.com/" rel="via" type="text/html"/>
1054    <content type="xhtml">
1055      <div xmlns="http://www.w3.org/1999/xhtml">
1056        <p>2008 DC PHP Conference June 2nd - 4th</p>
1057        <ul>
1058          <li>Submission Deadline: March 15, 2008</li>
1059          <li>Notification by: April 2, 2008 </li>
1060        </ul>
1061        <p> Join us at the <a href="http://dcphpconference.com/" title="DC PHP Conference 2008">3rd Annual DC PHP Conference</a>. The event will take place at George Washington University's Cafritz Conference Center in the heart of Washington DC. The three day conference begins June 2nd and 3rd with general sessions, and ends June 4th with tutorials.</p>
1062        <p> For more details go to <a href="http://www.dcphpconference.com/node/346" title="Call for Papers to DC conference"> http://www.dcphpconference.com/node/346</a></p>
1063      </div>
1064    </content>
1065  </entry>
1066</feed>
1067