Upgrade to php 5.1.4 for Zend 5.2

Whether you are using Linux on the desktop or as a server, it's still good that you're using Linux. Linux related questions go here.

Moderator: General Moderators

Post Reply
cuongvt
Forum Newbie
Posts: 11
Joined: Fri Aug 11, 2006 1:31 am

Upgrade to php 5.1.4 for Zend 5.2

Post by cuongvt »

Recently I installed Zend Studio 5.2 in fedora 5.
My fedora have php 5.1.4 installed by yum.
But Zend Studio 5.2 have php 5.1.1 (I saw this by phpinfo()).
So I upgraded php of Zend to 5.1.4 version as guided in this article:
http://www.zend.com/support/knowledgeba ... kbid=164&v iew_only=1

I not edited php.ini in Zend installation folder.
But when I pressed F5 to debug, a error message appeared:
"Could not debug internally ...". Shocked

I think the different between the environment mentioned in above article with the environment of my fedora is as below:
- The above article said that should download and install latest
php from source, then copy the compiled one into ZDE's bin folder and replace the old php file.
- But my fedora have php 5.1.4 that not installed from source, it
was installed by yum update.

So could anyone have me to upgrade php of ZDE to php 5.1.4 with

php version that I updated by yum?
Please help me. I need your help.
Many thanks
User avatar
Ollie Saunders
DevNet Master
Posts: 3179
Joined: Tue May 24, 2005 6:01 pm
Location: UK

Post by Ollie Saunders »

There are zend forums for this.
Post Reply