For Programmers: Free Programming Magazines  


Home > Archive > PHP Programming > July 2004 > PHP: Stop running with new versions!









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author PHP: Stop running with new versions!
Perttu Pulkkinen

2004-07-28, 8:57 pm

I just want to ask php-community, are they running too fast with new
versions. Why:

1) Its not so nice to load 4.2x and then come back couople of months later
to find out that php 5 is out while you're still making yourself familiar
with 4.2x.

2) Are webhosters happy to announce their clients "btw, we have installed
new version, if your applications stop running, that maybe the reason, but
figure out yourself"?

3) Documentation seems to be RUNNING BEHIND all the time.

4) Massive amount of functions is typical to php, but that is not solution
to every problem. To some problems a php-level framework could be better
solution. PHP community could give more encouragemet and support to one our
two php-level framework so that most downloaders would download "naturally"
the framework/libs, install that to their website and localhost and then
hosting companies would not need to run into vicious circle of new
php-versions.


Janwillem Borleffs

2004-07-28, 8:57 pm

Perttu Pulkkinen wrote:
> 1) Its not so nice to load 4.2x and then come back couople of months later
> to find out that php 5 is out while you're still making yourself familiar
> with 4.2x.


The knowledge gained with each version will benefit you with later releases.

>
> 2) Are webhosters happy to announce their clients "btw, we have installed
> new version, if your applications stop running, that maybe the reason, but
> figure out yourself"?
>


I don't see the problem here, because most webhosters upgrade rather
fast when a new minor version releases (e.g. x.3.3) and wait a while
before they are upgrading to a new major release (e.g. 5).

And even when they didn't, it is well possible to write scripts which
are fully compatible with new major releases. PHP 5, for instance, is
fully backward compatible with the 4.x releases.

> 3) Documentation seems to be RUNNING BEHIND all the time.
>


Most of the documentation will apply to both current and future
releases. Gaps can be filled with curiosity.

> 4) Massive amount of functions is typical to php, but that is not solution
> to every problem. To some problems a php-level framework could be better
> solution. PHP community could give more encouragemet and support to one our
> two php-level framework so that most downloaders would download "naturally"
> the framework/libs, install that to their website and localhost and then
> hosting companies would not need to run into vicious circle of new
> php-versions.
>
>


A massive amount of functions doesn't mean that you are expected to use
all of them, but that you have a wide range to choose from.

You use what you need and when a new release introduces that specific
function you've always wanted, take out the fireworks!

Anyways, PHP is a language in motion and this is a good thing. When this
wouldn't be the case anymore, the language would stop evolving and die
at the end.


JW

Tim Tyler

2004-07-28, 8:57 pm

Janwillem Borleffs <jw@jwscripts.com> wrote or quoted:
> Perttu Pulkkinen wrote:


>
> A massive amount of functions doesn't mean that you are expected to use
> all of them, but that you have a wide range to choose from.


What all the functions mean is that PHP was made operational before
it gained the concept of a namespace - and now its global namespace
is in a complete mess :-|
--
__________
|im |yler http://timtyler.org/ tim@tt1lock.org Remove lock to reply.
Chris Hope

2004-07-28, 8:57 pm

Perttu Pulkkinen wrote:

> 1) Its not so nice to load 4.2x and then come back couople of months later
> to find out that php 5 is out while you're still making yourself familiar
> with 4.2x.


4.2.x is an old release now anyway. The 4.3.x branch has been current since
December 2002. And PHP 5 hardly snuck up on us - the first of three release
candidates was released in March after 4 beta releases that started in June
last year.

--
Chris Hope - The Electric Toolbox - http://www.electrictoolbox.com/
Perttu Pulkkinen

2004-07-28, 8:57 pm

"Janwillem Borleffs" <jw@jwscripts.com> wrote
> The knowledge gained with each version will benefit you with later

releases.

Unless what I have learned is already "depracated".

[color=darkred]
> Most of the documentation will apply to both current and future
> releases. Gaps can be filled with curiosity.


Gaps should be filled by php authors. I cannot imagine even windows versions
arrive with that slogan of yours.

> A massive amount of functions doesn't mean that you are expected to use
> all of them, but that you have a wide range to choose from.


And also that I'm not challenged to learn programming. I'm waiting for that
all-comprehensive function:
------------------------------------------
create_website
(PHP 6)
Description
str create_website(mixed content, str type, str style, array color_theme)
------------------------------------------

> Anyways, PHP is a language in motion and this is a good thing. When this
> wouldn't be the case anymore, the language would stop evolving and die
> at the end.


Not only motion is enough, also direction of motion is needed. I didn's say:
stop evolving, i said: evolve in depth - not just in width.


Hello World

2004-07-28, 8:57 pm

> And also that I'm not challenged to learn programming. I'm waiting for that
> all-comprehensive function:
> ------------------------------------------
> create_website
> (PHP 6)
> Description
> str create_website(mixed content, str type, str style, array color_theme)
> ------------------------------------------


Create your own classes, or use a pre-written template system. But
personally, i don't see why i should be forced to use the template
system that the host would have decided if/given i know how to program
smaller/less generic/faster codes.
Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2010 codecomments.com