473,804 Members | 3,081 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

PHP: Stop running with new versions!

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.
Jul 17 '05 #1
6 1665
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

Jul 17 '05 #2
Janwillem Borleffs <jw@jwscripts.c om> wrote or quoted:
Perttu Pulkkinen wrote:

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.


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/ ti*@tt1lock.org Remove lock to reply.
Jul 17 '05 #3
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/
Jul 17 '05 #4
"Janwillem Borleffs" <jw@jwscripts.c om> wrote
The knowledge gained with each version will benefit you with later releases.

Unless what I have learned is already "depracated ".
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.
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.
Jul 17 '05 #5
> 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.
Jul 17 '05 #6
"Perttu Pulkkinen" <pe************ **@co.jyu.fi> wrote in message
news:qS******** ******@read3.in et.fi...
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.
Well, you don't have to upgrade if you don't feel like it. Many of us will
probably be coding to PHP 4.x in the foreseeable future. It's worth
remembering that PHP is an open source project. A final release often means
that "the software is ready for testing by the general public." I can tell
you that PHP5 is far from being done. There're still serious unresolved
issues within the scripting engine itself. If all goes well it will
stablizes within a year's time. More realistically, we're looking at a
couple years before PHP5 will achieve the same stability as the current
releases of PHP4.

In short, have no fear of being left behind. If a PHP5 feature is useful
enough, it'll get backported to the 4 branch.
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.


Just because they are there doesn't mean you have to use them. To complain
that PHP has too many functions is like complaining that English has too
many words.

Personally, I like to think of computer languages as...well, languages. When
you are programming you're communicating something to the computer. A good
language is one that allows you to express a broad range of ideas clearly
and concisely. In that respect PHP is extremely effective. But of course, as
it's true with human languages, you need become fluent first before you can
appreciate its power :-)
Jul 17 '05 #7

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
1995
by: Tim Tyler | last post by:
I'm running: PHP 5 beta under Apache 2 on 'doze - and get no error messages from my PHP scripts. Whenever there's an error they simply silently stop outputting. Running earlier versions under Linux works fine. Version details: Apache/2.0.47 (Win32) PHP/5.0.0b1 <-- note the beta s/w.
3
4442
by: Nwsgrp | last post by:
Am using apache (2.0.48) and php (4.3.4) running on Linux. Configuring with ./configure --with-mysql --with-apxs2=/usr/local/apache2/bin/apxs Build works and no errors. Installing software and restarting (stop / start) apache. Putting php.ini into /usr/local/lib (???) according to documentation.. However running any php (say <?php phpinfo(); ?>) script results in no output (at the browser) but also no errors at apache.
3
7490
by: Chris Paul | last post by:
I'm having trouble with PHP & PostgreSQL/OpenLDAP/Apache on Windows. I've set this up countless times on BSD (piece of cake) but I'm trying to do this on Windows now so that my developer can work on her local machine. Everything looks pretty good. OpenLDAP/cygwin works great. PostgreSQL works great. Apache runs. PHP runs. But when I try to connect to my PostgreSQL server using PHPPgAdmin, I
3
3223
by: genenamg | last post by:
Hi, I am trying to run and configure Apache 2.0, php 5 and mysql on win xp professional - this is the first time I have tried to install and configure all three. I am having difficulty trying to configure them on my computer. Can somebody help me - this is what I have done so far. Installed Apache 2.0, it worked perfectly ( I checked with my browser - http://localhost) till the point where I started to point where I
5
3372
by: NewbieSupreme | last post by:
I installed Apache 2.0.58, tested it, got the "working" page. Installed MySQL 5.0.22, and didn't really see how to test that, but there is a mysql process running in the task manager. Ran through the PHP 5.1.4 installation directions, and that seems to work, since I can use phpinfo() and get all the information on a test php page. Then I installed (really just unzipped and placed some files according to the directions) PHPMyAdmin; did...
1
6511
by: laredotornado | last post by:
Hi, I'm using PHP 4.4.4 on Apache 2 on Fedora Core 5. PHP was installed using Apache's apxs and the php library was installed to /usr/local/php. However, when I set my "error_reporting" setting to be "E_ALL", notices are still not getting reported. The perms on my file are 664, with owner root and group root. The php.ini file is located at /usr/local/lib/php/php.ini. Any ideas why the setting does not seem to be having an effect? ...
1
3347
by: Sabine Dinis Blochberger | last post by:
I have written a rather simple php script using class_jabber.php (http://www.centova.com). It just logs in as a bot, and keeps track of the on/offline status of our support staff (writing to a firebird2 table). It works fine as is when it's running. The problem is that the daemon will stop working (exits memory) without any trace in the log files after seemingly random amounts of time. I use set_time_limit(0); to prevent PHP stopping...
13
1888
by: John | last post by:
Our technical guy says that our linux server is running PHP 4. I thought we were running 5 already. He says he wants to charge us £500 a year to install and support it because it is a lot of work, and the problems it will create on our current systems are huge etc. Now I installed 5 on my PC at home running Apache without any problems and develop sites locally and then upload to the server (running 4). I have never had a problem with...
5
4650
Chrisjc
by: Chrisjc | last post by:
Good afternoon, I am seeking some php configuration help. Here is the run down I am running Windows server 2003 and IIS V6.0 I have never had issues before until now. I have Symantec Antivirus 11.0 Manager, it controls all the Symantec clients in the company. Now it uses a web interface for all of its commands and settings which is called (SEPM) This reporting unit uses php, Symantec by default is loading its php.ini from “C:\Program...
0
9575
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10564
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10320
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
10308
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9134
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7609
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5513
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5645
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4288
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.