Zend's New PHP5 Info Center
Grok Headline matches for Zend's New PHP5 Info Center
Zend's PHP 5 Coding Contest
Zend's PHP 5 Coding Contest
06/06/2004 06:37 AMZend'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!
Zend's 100th Weekly Summary
Zend's 100th Weekly Summary
08/26/2002 08:32 AMSumming It Up: Zend's Weekly Summary
Summing It Up: Zend's Weekly Summary
09/16/2002 08:41 AMZend's PHP 5 Coding Contest winners
announced
Zend's PHP 5 Coding Contest winners
announced
12/17/2004 06:33 PMCongratulations to Qiang Xue, whose application 'PRADO' earned high
votes both from the public and from the judges' panel! There are 49
other prizewinning applications in Zend's contest gallery - too many
to list here. Some of them are ongoing projects, bringing PHP 5 a
small armoury of useful open source tools. The top 50 applications
will remain on display until the end of this year, giving you the
chance to take a leisurely look through the code and see how the new
features in PHP 5 should be used.
Community News: Coggeshall and Zend's
Classes
Community News: Coggeshall and Zend's
Classes
04/22/2004 07:50 AMFrom
John Coggeshall's weblog
this morning:
PHP Magazine: Zend Studio 3.0 - Zend's
latest IDE reviewed
PHP Magazine: Zend Studio 3.0 - Zend's
latest IDE reviewed
10/28/2003 11:08 PMThere are 4 things that set this software apart from the rest of the
IDEs out there that are nothing more than glorified text editors...
Marco Tabini's Webl0g: Details on Zend's
Cert.
Marco Tabini's Webl0g: Details on Zend's
Cert.
07/20/2004 02:55 PMThere's a new posting on
Marco Tabini's
weblog today that just might interest anyone out there looking at
the
Zend Certification recently
announced.
Is The Contact Info You Provide Someone
Public Or Private Info?
Is The Contact Info You Provide Someone
Public Or Private Info?
02/10/2004 05:32 PMI've complained in the past about the
annoyanc
e of Plaxo spam. Lately, the more I've been thinking about Plaxo,
the more it annoys me. Though I've never had anything to do with the
company, and have never responded to a single spam, they now have a
database with my contact info that others gave it. Bambi Francisco
over at CBS Marketwatch has
noticed the same thing with Spoke Software, which she
finds disconcerting. However, I'm wondering about the bigger legal
issues: is the personal info you've given to individuals for business
or personal reasons shareable? Some say that all Spoke is doing is
collecting
public information. However, if the info was given to an
individual, is there a reasonable expectation that the information is
not public at all, but for private use only? I'm not sure what the
answer is, but I wonder how long until there's a lawsuit around this
issue. Personally, like so many other things, I don't think it's
something you can get "back in the box," but these systems do reveal
to me who is freely giving away personal information about me, which
could make me less willing to do business with them in the future.
Testing PHP5
Testing PHP5
02/16/2004 03:36 AMNow that
PHP5 beta
4 has been released, it might be useful to share how we all do our
testing of different PHP versions.
We find it quite bothersome to reconfigure our web server(s) everytime
we want to switch between different versions of PHP4 and PHP5.
So we have automated all our testing on Windows using the command-line
interface to PHP5.
PHP5 beta 4 allows us to define a php.ini configuration file in the
same directory as the php.exe executable. We will first modify
php.ini, setting extension_dir and include_dir, and enable the
appropriate extension=* settings. Then we have a standard DOS batch
file that will run php.exe and unit-test ADOdb (the database
abstraction library for PHP that I maintain). The output is generated
to rez.html.
The last line of the batch file opens the resultant html file in IE.
The "start" command will attempt to open any file if the extension
mapping exists, e.g. "start rez.html".
The only disadvantage of this approach is that you are not testing
PHP5's long-term interaction with the web server, and you need to have
an existing set of unit tests that can be automated. This might not be
possible if you testing mostly user interface code.
And what do i think of PHP5 beta 4? Two thumbs up. Didn't have to
change anything in ADOdb to make it work with beta 4.
Sample DOS Batch File
Note: Each release of php5 is kept in its own sub-directory
(c:php5php5b1, c:php5php5b2, etc). Tests are in d:phpadodbtests.
c:
cd php5
del *.html
cd php5b4
d:
cd phpadodbtests
c:php test.php testmysql > c:php5rez.html
c:php test.php testoracle > c:php5rez2.html
c:
cd ..
start rez.html
start rez2.html

An overview of PHP5
An overview of PHP5
03/11/2003 09:44 AMI have spent the last few days playing around with PHP5?I'm preparing
some material on it and I wanted to take a first-hand look at how it
works and what it can do.My first impressions is that it's a giant
leap forward from many perspectives, although the new OOP model ...
PHP5 Information Available
PHP5 Information Available
03/11/2003 01:22 AMHåvard Eide has collected (thanks to PHPDeveloper for the link),
all available PHP5 information from various places and placed it onto
his web site. Now, for the first time, you get to see why you need to
look forward to this new version (be sure to click on the links to the
right, there are many pages available).
A Review of PHP5
A Review of PHP5
02/26/2003 12:28 PMPHP5 is comming closer and closer, and with that the Zend engine2.0
will change on how PHP handles OOP.
To be ready for this I have made a overview of the new features that
will be available when PHP5 finally arrives. I am also looking into
creating extentions for PHP, and when my C skills gets a bit better I
will try to dig through the source of the Zend engine and figure out
what is what there. But for now I have some examples that should show
you how the new features will affect you as a programmer when PHP5
arrives. -- Håvard Eide
Link thx to php developer
"zeldman.herself1"
PHP5 Beta 2
PHP5 Beta 2
11/02/2003 09:46 PMPHP5 by the end of the week?
PHP5 by the end of the week?
07/06/2004 03:06 AMPHP5 contest
PHP5 contest
06/03/2004 06:44 AMto my friends at Zend: our MT contest has cooler prizes
PHP5.0.1 Released!
PHP5.0.1 Released!
08/13/2004 03:57 PMThe PHP Development Team would like to announce the immediate
availability of PHP 5.0.1. This is a maintenance release that in
addition to many non-critical bug fixes also includes new UNIX and
Windows installation docs which are now auto-generated from the PHP
Manual.
phpBB-php5 MOD
phpBB-php5 MOD
07/29/2004 06:38 PMNew forum Up!
When will PHP5 be stable?
When will PHP5 be stable?
07/09/2004 05:17 AMDataAccessObjects (DAO) for PHP5
DataAccessObjects (DAO) for PHP5
01/04/2005 12:31 AMfirst release
PHP5: Could PHP Soon Be Owned by Sun?
PHP5: Could PHP Soon Be Owned by Sun?
08/06/2004 06:53 PMSlashdot Aug 6 2004 10:55PM GMT
Mach-II 0.1.3 (PHP5 branch)
Mach-II 0.1.3 (PHP5 branch)
04/08/2005 10:30 AMMach-II is an open source framework for building Web
applications. It is an object oriented, event-based, implicit
invocation Web application framework implementing true
Model-View-Controller (MVC) for separation of business
logic and presentation. It helps developers deliver scalable
and easy-to-maintain applications.
PHP5 Beta 2 Released!
PHP5 Beta 2 Released!
10/30/2003 06:07 PMFirst Feature Complete Version of PHP5!
PHP5 Beta 3 Released!
PHP5 Beta 3 Released!
12/21/2003 09:35 PMPHP5 Beta 3, One more step in the road to a stable PHP 5.
PHPEverywhere: Is PHP5 Good to Go?
PHPEverywhere: Is PHP5 Good to Go?
09/21/2004 08:14 AMFrom
PHPEverywhere:
Presto Poll 5.0 (PHP5)
Presto Poll 5.0 (PHP5)
09/26/2004 08:42 PMA poll system with an admin center.
Ming + PHP5 + AI = Pretty
Ming + PHP5 + AI = Pretty
06/09/2004 02:38 AMDynamicWebPages: Furthering the PHP5
Cause
DynamicWebPages: Furthering the PHP5
Cause
11/13/2003 08:49 AMDynamicWebPages.de has a
new posting this morning about a mailing list they are starting to try
to further the growth and beta testers for the PHP5 Beta releases that
have been posted.
Noas php5 Framework
Noas php5 Framework
01/04/2005 09:04 AMNoas php5 Framework Provision
NYPHP.org: OOP in PHP5 Through Patterns
NYPHP.org: OOP in PHP5 Through Patterns
06/28/2004 08:11 AMPHP Magazine and
NYPHP.org have a link this morning to
George Schlossnagle's recent talk at
their previous meeting concerning
Object-Oriented
Programming in PHP 5 Through Patterns
backwards-incompatible changes in PHP5
backwards-incompatible changes in PHP5
08/08/2004 03:25 PMa surprisingly short list, given all the improvements in PHP5
PHP5-DEV Mailing List
PHP5-DEV Mailing List
01/26/2003 01:11 PMPHP5 Development Plan
PHP5 Development Plan
02/02/2003 12:42 PMNow it is official. Since a couple of weeks ago, the work on the PHP5
branch of development has started. The year 2003 will be the year of
PHP5; it is expected in Q3/Q4 this year. The question on everyone's
mind is: What will the new version of PHP bring?
XML-'Reloaded' PHP5 Released
XML-'Reloaded' PHP5 Released
07/14/2004 01:47 PMInternet News Jul 14 2004 5:42PM GMT
PHP5: Ready For The Enterprise?
PHP5: Ready For The Enterprise?
12/12/2002 12:27 AMThe Open Enterprise talks about PHP5."My love affair with PHP started,
I suspect, the same way it does with most people. I simply started
using it. PHP's short learning curve and easy syntax makes it
approachable by anyone who has ever used a scripting language. Its
power comes from how it simplifies the task of building Web
applications because PHP isn't just a scripting language, it's a Web
scripting language."
In the Charts: Media Center 2005 PCs
Take Center Stage Among Desktops
In the Charts: Media Center 2005 PCs
Take Center Stage Among Desktops
12/29/2004 11:54 AMThis month's Top 15 Desktop PCs chart highlights two trends: the
emergence of powerful new gaming systems that have sophisticated
style, and the rapidly growing selection of Media Center PCs, which
expand PC-based home entertainment beyond gaming. Examples of the
former are two new Athlon-fueled machines that sit atop the power
section of our chart: Alienware's Aurora 64 FX-55 and ABS's Ultimate
M5-64. Both of these systems are visually appealing without shouting
"I'm just for games." Not only are they the two fastest systems on the
chart, but they also produced outstanding sound with their high-end
Creative Sound Blaster Audigy 2 cards and their 5.1-channel Logitech
speakers (the X-530 and the Z-680, respectively).
Know-Center - Austria's Competence
Center for Knowledge Management
Know-Center - Austria's Competence
Center for Knowledge Management
02/05/2005 09:29 PM
Know-Center
Know-Center - Austria's Competence Center for
Knowledge Management
http://www.know-center.at
The Know-Center is Austria’s Competence Center for
knowledge-based Applications and Systems. The Know-Center has its core
competences in the fields of information technology as enabling
technologies for knowledge management and in human-oriented knowledge
management. As a connecting link between science and industry the
Know-Center carries out problem-driven, result-oriented and
application-oriented projects in these competence areas. Their close
cooperation with scientific institutions, such as Graz University of
Technology and JOANNEUM RESEARCH ensures the access to latest research
results. Together with their partner companies, the Know-Center
transfers these scientific results in innovation for Styria in
particular and Austria in general. This has been added to
Knowledge Discovery
Subject Tracerâ„¢ Information Blog.
TheOpenEnterprise.com: PHP5: Ready For
The Enterprise?
TheOpenEnterprise.com: PHP5: Ready For
The Enterprise?
12/11/2002 04:19 PM"PHP's short learning curve and easy syntax makes it approachable by
anyone who has ever used a scripting language. Its power comes from
how it simplifies the task of building Web applications because PHP
isn't just a scripting language, it's a Web scripting language..."
internetnews.com: XML-'Reloaded' PHP5
Released
internetnews.com: XML-'Reloaded' PHP5
Released
07/14/2004 06:58 PM"Apache-backed PHP Group, which oversees one of the most popular open
source scripting languages, officially released PHP version 5.0
Tuesday..." More details on what's new in PHP 5.
The PRADO component framework for PHP5
The PRADO component framework for PHP5
09/03/2004 04:11 PMPRADO v1.0 beta released
Grok Description matches for Zend's New PHP5 Info Center
GrokA matches for Zend's New PHP5 Info Center
Zend's New PHP5 Info Center