472,139 Members | 1,389 Online
Bytes | Software Development & Data Engineering Community
Post +

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,139 software developers and data experts.

Which Version to Learn On

I have SuSE linux 9.1, with:

apache2-mod_php4-4.3.4-26
apache2-2.0.49-23

Is this a good platform to start learning PHP, or should I upgrade to PHP 5?

I have Oracle installed. Can I use it, or should I install mysql? Does it
matter?

Jul 17 '05 #1
4 1607
On Mon, 29 Nov 2004 10:19:07 -0500, "Buck Turgidson"
<jc***@hotmail.com> wrote:
I have SuSE linux 9.1, with:

apache2-mod_php4-4.3.4-26
apache2-2.0.49-23

Is this a good platform to start learning PHP, or should I upgrade to PHP 5?
Always better to learn on the newest stable version.
I have Oracle installed. Can I use it,

Yes.
or should I install mysql?
Yes.
Does it matter?

Expanding your skillset matters. Learn both. Maybe a third.

--
gburnore@databasix dot com
---------------------------------------------------------------------------
How you look depends on where you go.
---------------------------------------------------------------------------
Gary L. Burnore | ÝÛ³ºÝ³Þ³ºÝ³³Ýۺݳ޳ºÝ³Ý³Þ³ºÝ³ÝÝÛ³
| ÝÛ³ºÝ³Þ³ºÝ³³Ýۺݳ޳ºÝ³Ý³Þ³ºÝ³ÝÝÛ³
DataBasix | ÝÛ³ºÝ³Þ³ºÝ³³Ýۺݳ޳ºÝ³Ý³Þ³ºÝ³ÝÝÛ³
| ÝÛ³ 3 4 1 4 2 ݳ޳ 6 9 0 6 9 ÝÛ³
Black Helicopter Repair Svcs Division | Official Proof of Purchase
================================================== =========================
Want one? GET one! http://signup.databasix.com
================================================== =========================
Jul 17 '05 #2
Gary L. Burnore wrote:
On Mon, 29 Nov 2004 10:19:07 -0500, "Buck Turgidson"
<jc***@hotmail.com> wrote:
I have SuSE linux 9.1, with:

apache2-mod_php4-4.3.4-26
apache2-2.0.49-23

Is this a good platform to start learning PHP, or should I upgrade to
PHP 5?


Always better to learn on the newest stable version.


PHP5 is the latest stable version but I personally would recommend to
learn with a version of 4.3.x because the majority of web hosts still
only host PHP4 sites, and there are some backward compatibility issues
between 5 and 4, so at this stage it's still easier to develop in 4.

--
Chris Hope - The Electric Toolbox - http://www.electrictoolbox.com/
Jul 17 '05 #3
"Gary L. Burnore" <gb******@databasix.com> wrote in message
news:co**********@blackhelicopter.databasix.com...
On Mon, 29 Nov 2004 10:19:07 -0500, "Buck Turgidson"
<jc***@hotmail.com> wrote:
I have SuSE linux 9.1, with:

apache2-mod_php4-4.3.4-26
apache2-2.0.49-23

Is this a good platform to start learning PHP, or should I upgrade to PHP
5?
Always better to learn on the newest stable version.


Which is PHP 4.3. PHP 5 is far from stable.

Jul 17 '05 #4
.oO(Buck Turgidson)
I have SuSE linux 9.1, with:

apache2-mod_php4-4.3.4-26
apache2-2.0.49-23

Is this a good platform to start learning PHP, or should I upgrade to PHP 5?
Stay with PHP4 for a while (but consider an upgrade to a more recent
version, 4.3.9 is the latest, 4.3.10 is coming), it's considered stable
and recommended for production systems. PHP5 is still quite new (only a
few months old). While it's officially released for production servers,
I wouldn't use it yet.

Additionally the main differences between v4 and v5 concern the more
advanced features like OOP and exception handling - not really the stuff
for a beginner.

Of course you could install both to play around with the "new" PHP.
I have Oracle installed. Can I use it, or should I install mysql? Does it
matter?


Oracle is a rather heavy weight db. As long as you don't want to store
millions of customer records along with billions of e-mails you should
consider using MySQL (4.1 was released recently, but I would stay with
4.0.x for a while) or PostgreSQL.

Micha
Jul 17 '05 #5

This discussion thread is closed

Replies have been disabled for this discussion.

Similar topics

133 posts views Thread by Jane Withnolastname | last post: by
17 posts views Thread by clintonG | last post: by
15 posts views Thread by Brian Blais | last post: by

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.