PHP in the News
Netcraft's March server survey results are
out. They don't actually have scripting language numbers online at Netcraft, but
they do a manual grep and email us this information monthly. Here is a little
bar chart showing the growth of PHP usage over the past
couple of months.
PHP 3.0.7 has been released!
March 1, 1999. A nice round date for version 3.0.7. A number of bug fixes,
a ton of RedHat and DSO related build fixes and a couple of new modules:
WDDX, ASpell, along with a much improved Oracle OCI8 module. See the
ChangeLog for the complete list of changes.
Zend has been announced
Zend, a new optimized engine for PHP has been announced
on January 4th, 1999.
Visit the Zend Web site! Note that Zend is not a new version
of PHP. Zend is the name of the engine that will be a critical component of PHP Version 4 which
is still a couple of months away from being available in any form whatsoever.
What is PHP?
PHP is a server-side, cross-platform, HTML embedded scripting language.
If you are completely new to PHP and want to get some idea of how it works,
have a look at the Introductory Tutorial. Once you get
beyond that have a look at the example archive sites and some of the other
resources available in the Links section.
So, how much does it cost?
This may sound a little foreign to all you folks coming from a non-Unix
background, but PHP doesn't cost anything. You can use it for commercial
and/or non-commercial use all you want. You can give it to your friends,
print it out and hang it on your wall or eat it for lunch. Welcome to
the world of Open Source software!
Smile, be happy, the world is good. For the full legalese, see the
official license.
Year 2000 Compliance
Just like your C compiler or your favourite text editor, PHP is just about as
year 2000 compliant as your pencil. If you're still worried (perhaps all
pencils are built to break on December 31st 1999?) -
read this.