Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
PHP: Hypertext Preprocessor
[go: Go Back, main page]

PHP  
downloads | documentation | faq | getting help | mailing lists | reporting bugs | php.net sites | links | my php.net 
search for in the  
PHP 5

PHP 5.0.0 Released!

[13-Jul-2004] The PHP team is proud to announce the final release of PHP 5!

Some of the key features of PHP 5 include:

  • The Zend Engine II with a new object model and dozens of new features.
  • XML support has been completely redone in PHP 5, all extensions are now focused around the excellent libxml2 library (http://www.xmlsoft.org/).
  • A new SimpleXML extension for easily accessing and manipulating XML as PHP objects. It can also interface with the DOM extension and vice-versa.
  • A brand new built-in SOAP extension for interoperability with Web Services.
  • A new MySQL extension named MySQLi for developers using MySQL 4.1 and later. This new extension includes an object-oriented interface in addition to a traditional interface; as well as support for many of MySQL's new features, such as prepared statements.
  • SQLite has been bundled with PHP. For more information on SQLite, please visit their website.
  • Streams have been greatly improved, including the ability to access low-level socket operations on streams.
  • And lots more...

For changes since Release Candidate 3, please consult the ChangeLog.


PHP 4

PHP 4.3.8 released!

[13-Jul-2004] PHP Development Team would like to announce the immediate availability of PHP 4.3.8. This release is made in response to several security issues that have been discovered since the 4.3.7 release. All users of PHP are strongly encouraged to upgrade to PHP 4.3.8 as soon as possible.


International PHP Conference 2004

[18-Jun-2004] The traditional International PHP Conference 2004 will be taking place from 7th November to 10th November in Frankfurt (FFM). The Call for Papers has been issued, so if you have an interesting talk, the organizers would love to hear about it! You can expect a gathering of PHP experts and core developers.

You can find the CfP on the website. The deadline is 16th July, 2004.

The conference is also featuring an OpenSource Exhibition where PHP related OpenSource projects can present themselves for free.


php|works

php|works - early-bird discount now in effect

[16-Jun-2004] php|architect magazine is proud to introduce php|works 2004, a three-day conference on PHP and the business of open-source software that will be held in Toronto, Canada, September 22-24 2004.

The conference includes a total of over 30 hours of technical and business-oriented presentations that range from Rasmus Lerdorf's "Best Practices for PHP Developers" to "Getting your OSS Business Funded", presented by venture capital specialist Christian Mayaud. Other sessions include practical talks on PHP 5, regular expressions, multilingual development, PDO, XML and OOP. The business track includes sessions on the use of PHP in the legal, financial and healthcare industry, growing your business with OSS, the status of the PHP market and much, much more!

As an added bonus, attendees who sign up before July 20th are eligible for up to $100 in early-bird savings.

For more information, visit the php|works website.


Lamp Area

LAMP area at LinuxTag 2004 in Karlsruhe, Germany

[14-Jun-2004] The LAMP area will highlight the use of Linux, Apache, MySQL and PHP as technologies for enterprise applications at LinuxTag 2004 in Karlsruhe, Germany from June 23 to 26. The companies that are presenting in the speakers area of the 150 square meters booth are: 100days, eZ systems, Mayflower, MySQL and Zend.

Besides presentations from the above companies the LAMP area also presents over 40 sessions by Apache-, MySQL- and PHP-developers, such as Rasmus Lerdorf, Ken Coar and Brian Aker. Entrance to LinuxTag is free if you pre-register. For more information see the LAMP Area website.


PHP 5

PHP 5 Release Candidate 3 Released!

[8-Jun-2004] The third (and hopefully final) Release Candidate of PHP 5 is now available! This mostly bug fix release improves PHP 5's stability and irons out some of the remaining issues before PHP 5 can be deemed release quality. Everyone is now encouraged to start playing with it!

There are few changes changes since Release Candidate 2, which can be found here.


Zend Technologies

Zend's PHP 5 Coding Contest

[06-Jun-2004] Zend's PHP 5 Coding Contest is underway and accepting submissions. This is every developer's chance to flaunt their PHP 5 skills and let their application shine!

Applications will be rated both by your peers and by a panel of judges assembled from among the most known and well-respected names in the PHP community.

Lots of prizes are available!


AFUP

Call to speaker for Paris Forum 2004

[17-May-2004] The AFUP, Association Française des Utilisateurs de PHP, is proud to announce the forum PHP 2004. For this unique event in France, we are looking for the best French speaking experts, who want to share their know-how and enthusiasm.

The forum PHP features 2 days, with distinct themas:

  • Technical day, with the most advanced PHP technics
  • Business day, with user cases and successful projects

The forum PHP 2004 will take place in Paris, at the FIAP Jean Monnet, on thursday 25th and friday 26th, november 2004.
More information in French at this URL.


PHP 5

PHP 5 Release Candidate 2 Released!

[25-Apr-2004] The second Release Candidate of PHP 5 is now available! This mostly bug fix release improves PHP 5's stability and irons out some of the remaining issues before PHP 5 can be deemed release quality. Note that it is still not recommended for mission-critical use but people are encouraged to start playing with it and report any problems.

Key changes since Release Candidate 1 include:

  • The Zend Engine I compatibility mode (zend.ze1_compatibility_mode) has been re-implemented to more accurately support PHP 4's object auto-clone behavior.
  • All object-oriented extensions except for MySQLi have moved to studlyCaps. This includes SQLite, SOAP, Reflection API, Ming and others.
  • Implementing an interfaces and/or abstract method with the wrong prototype is now a fatal error. For backwards compatibility, re-implementing regular methods with the wrong prototype will only result in an E_STRICT warning.
  • Features as described in the Release Candidate 1 release announcement
  • And lots more...

For changes since Release Candidate 1, please consult the ChangeLog.


Second PHP Marathon announced

[06-Apr-2004] DotGeek.org is proud to announce the second PHP Programming Marathon to be held on the 24 April 2004. Instead of receiving the problems and composing your solutions offline, it all takes place online and within a specific timeframe. The Marathon is kindly sponsored by Zend Technologies and will now feature a problem on PHP 5. Participation is free of charge.


PHP 5

PHP 5 Release Candidate 1 Released!

[18-Mar-2004] The first Release Candidate of PHP 5 is finally here! The move from Beta stage to RC stage means that PHP 5 is now feature complete, and is quite stable - stable enough for everyone to start playing with. Note that it is still not recommended for mission-critical use.

Some of the key features of PHP 5 include:

  • The Zend Engine II with a new object model and dozens of new features.
  • XML support has been completely redone in PHP 5, all extensions are now focused around the excellent libxml2 library (http://www.xmlsoft.org/).
  • A new MySQL extension named MySQLi for developers using MySQL 4.1 and later. This new extension includes an object-oriented interface in addition to a traditional interface; as well as support for many of MySQL's new features, such as prepared statements.
  • SQLite has been bundled with PHP. For more information on SQLite, please visit their website.
  • A brand new built-in SOAP extension for interoperability with Web Services.
  • A new SimpleXML extension for easily accessing and manipulating XML as PHP objects. It can also interface with the DOM extension and vice-versa.
  • Streams have been greatly improved, including the ability to access low-level socket operations on streams.
  • And lots more...

For changes since Beta 4, please consult the ChangeLog.


Spanish PHP Mailing List Now at PHP.net

[29-Feb-2004] The Spanish PHP mailing list was relocated to our list server. If you would like to subscribe to the list, you can do it via our mailing lists page. To read the archives, please see our news server.


International PHP Conference 2004 - Spring Edition

International PHP Conference 2004 Amsterdam: Timetable and Open Source PHP projects

[27-Feb-2004] Having the CfP over now, the organizers of the International PHP Conference 2004 Spring Edition Amsterdam have published the session and workshop timetable. The Conference features 32 sessions and two power workshops. It will happen again at the RAI Conference Centre, Amsterdam.

Open Source PHP projects can present themselves, like in the last years, for free on the Conference at the exhibition area between the commercial exhibitors. Take your chance and contact Frank Stepan from Software & Support.


Conference PHP Quebec

Conférence PHP Québec 2004 - (Montréal, March 25&26rst, 2004)

[11-Feb-2004] The PHP Québec Association announces the Conference PHP Québec 2004. The conference features 20 sessions over 2 days, in English and French. 3 tracks : PHP advanced technics, PHP professionnal and Open Source technologies. It will take place downtown Montréal, Québec, Canada.

We are currently offering early bird prices. Students and Small Businesses are eligible for reduced prices. Buy your tickets early to get rebates and discount with the DVD!

Learn more about those exciting days at conf.phpquebec.com.


PHP and Web Standards Conference - UK 2004

PaWS Tickets Now On Sale!

[05-Feb-2004] The PaWS Group is proud to announce that tickets are now available for the first PHP and Web Standards Conference. We are offering Weekend tickets (Saturday 21st and Sunday 22nd only) as well as Conference tickets (Friday 20th - Tuesday 24th) for the entire length of the event. Additionally, we also have Daily tickets available for each day of the conference. Tickets will also be available on the door for those that simply want to drop in.

For ticket and accommodation Prices, look over our pricing guide for more information. Purchase your tickets today for this one of a kind conference!


News Archive

show source | credits | sitemap | contact | advertising | mirror sites 
Copyright © 2001-2004 The PHP Group
All rights reserved.
This unofficial mirror is operated at: http://www2.php.net/
Last updated: Wed Jul 28 05:24:55 2004 IDT