473,473 Members | 2,110 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

Next version after 5.0.4?

According to some doc on the joomla site(s), there is a known bug in
PHP xml in v 5.0.4

I had run into it in WordPress clients, but hadn't found out it was
PHP and not the client at fault. So, never having been able to fix it,
I just didn't use that functionality.

Now, in trying to upgrade to the newest version of joomla, the xml bug
rears its ugly head during installation... with the result that the
software cannot even be used.

The solution, of course, is to upgrade PHP. Unfortunately, trying to
upgrade to the latest version (5.2.4 afaict) doesn't work - trying to
install with rpm reports 15 dependency problems, and those in turn
generate still more... this, on a FC 4 server.

My question is this: what is the "next" version of PHP after 5.0.4 and
where might it be found?
Nov 13 '07 #1
5 1348
On Nov 13, 2:16 pm, Joel Fireman <joelfirema...@nospamhoo.comwrote:
According to some doc on the joomla site(s), there is a known bug in
PHP xml in v 5.0.4

I had run into it in WordPress clients, but hadn't found out it was
PHP and not the client at fault. So, never having been able to fix it,
I just didn't use that functionality.

Now, in trying to upgrade to the newest version of joomla, the xml bug
rears its ugly head during installation... with the result that the
software cannot even be used.

The solution, of course, is to upgrade PHP. Unfortunately, trying to
upgrade to the latest version (5.2.4 afaict) doesn't work - trying to
install with rpm reports 15 dependency problems, and those in turn
generate still more... this, on a FC 4 server.

My question is this: what is the "next" version of PHP after 5.0.4 and
where might it be found?
http://www.php.net/releases/

Nov 13 '07 #2
On Tue, 13 Nov 2007 17:36:09 -0000, "ig*****@gmail.com"
<ig*****@gmail.comwrote:
>http://www.php.net/releases/
That's what I wanted... I looked for it on php.net, but only the
"stable" releases jumped out at me... I searched on "release" but...
just the stable. Where's they hide it (in plain sight)?

Thanks!
Nov 13 '07 #3
..oO(Joel Fireman)
>On Tue, 13 Nov 2007 17:36:09 -0000, "ig*****@gmail.com"
<ig*****@gmail.comwrote:
>>http://www.php.net/releases/

That's what I wanted... I looked for it on php.net, but only the
"stable" releases jumped out at me... I searched on "release" but...
just the stable. Where's they hide it (in plain sight)?
It's on <http://www.php.net/downloads.phpin the left side bar:

| Development and archive versions
| ...
| Information about older releases and their downloads are available on
| our releases page.

Micha
Nov 14 '07 #4
On Wed, 14 Nov 2007 18:10:27 +0100, Michael Fesser <ne*****@gmx.de>
wrote:
>.oO(Joel Fireman)
>>On Tue, 13 Nov 2007 17:36:09 -0000, "ig*****@gmail.com"
<ig*****@gmail.comwrote:
>>>http://www.php.net/releases/

That's what I wanted... I looked for it on php.net, but only the
"stable" releases jumped out at me... I searched on "release" but...
just the stable. Where's they hide it (in plain sight)?

It's on <http://www.php.net/downloads.phpin the left side bar:

| Development and archive versions
| ...
| Information about older releases and their downloads are available on
| our releases page.

Micha
Aha! There iit is... I was looking for "version" instead of "release",
and missed it.

Not that finding it did a whole lot of good - I tried 5.0.5, but
couldn't get it to make - I copied the config from the output of
"aboutphp.php" on 5.0.4, but there were three or four things there
that were missing or in different directories - a bit puzzling since
this was an absolutely plain vanilla FC 4 install, so I had to dredge
through the file directories and find them, and then after conifg
worked, make croaked with an error in php_odbc.c

So now I'm going to install FC7 from the "Bible" book, once Amazon's
shipper gets it here.

Thanks for the help, anyway - I do appreciate it.

Let me ask you: do you build PHP from source, and if so, what
version(s)?

Nov 14 '07 #5
..oO(Joel Fireman)
>Let me ask you: do you build PHP from source, and if so, what
version(s)?
On my local Debian server I always build PHP from the sources. Currently
it's 5.2.3, but I think I will update it to the recent version soon.

The only problem was when I compiled it the first time - there were a
lot of missing dependencies. But all those *-dev packages were quickly
installed, and since then it's always just the usual

../configure
make
make install

Takes some time on a 550MHz machine, though. ;)

I've written a little script to call configure, so I don't have to
remember and re-type all the config options I want. I just unpack the
sources, copy my little 'startconf' script and run it.

Then, after the second cup of tea, I force the Apache server to reload
the PHP module and that's it. Pretty easy after it has been done once.

Micha
Nov 14 '07 #6

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

Similar topics

3
by: Michael Hill | last post by:
I have some query like: select my_field from my_table and there are 500000 rows in the table, how do I tell Oracle to display the next 33? i tried select my_field from my_table next 33 and...
0
by: david | last post by:
A while ago I asked for features wanted in the next version of IDS and said I would present it to IBM. I'm arranging the next usergroup meeting and I still have to finish the next version of the...
15
by: Susan Bricker | last post by:
Greetings. I have a Mainform with a subform. The Mainform has single record format and subform has continuous form format. When the Mainform opens, I force allowadditions and allowedits to FALSE...
2
by: Deniz Bahar | last post by:
Hi, I'm working with a single linked list and want to delete elements by searching through the list (starting form the HEAD) then finding the element, then doing the following: NewElement =...
4
by: Amit Misra via DotNetMonster.com | last post by:
hi, i desperately need info on what's new in .NET in the next version of windows. i think its longhorn but i am not sure. plz help me in getting few ppt's or notes about this. as soon as possible,...
23
by: Mitchell Vincent | last post by:
Is there any way to "skip" iterations in a for loop? Example : for x = 1 to 10 if something = 1 next endif
13
by: Joseph Garvin | last post by:
When I first came to Python I did a lot of C style loops like this: for i in range(len(myarray)): print myarray Obviously the more pythonic way is: for i in my array: print i
11
by: Miro | last post by:
Im using VB2003 and i just pulled an example out of the book that says this: "Note: also that you can decalre the index variable in a For Loop using the optional AS datatype clause, as long as...
3
by: VB Programmer | last post by:
Any word yet on the next version of VS.NET? What features it may have or when it will come out? I know .NET 3.0 is out, so I was just wondering. Thanks!
0
ADezii
by: ADezii | last post by:
If you want to visit each item in an Array, you have two alternatives: Use a For Each..Next loop, using a Variant to retrieve each value in turn. Use a For...Next loop, looping from the Lower...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
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...
0
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,...
0
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...
1
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...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
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 ...
0
muto222
php
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.