Php 4.4.1

Anyone tried to upgrade yet?

Last time there were problems with Zend Optimizer. Zend had to release a new version of ZO, and it tool several days...
 
I'm running php 4.4.1 +eaccelerator without any problems.
 
For those interested:

Code:
# cd /usr/local/directadmin/customapache
# wget [url]http://static.php.net/www.php.net/distributions/php-4.4.1.tar.gz[/url]

# perl -pi -e 's/4.4.0/4.4.1/' build

# ./build clean
# ./build php y
# /sbin/service httpd restart

Confirmed on CentOS 4.1 and Fedora 2.
There are no known issues with Zend. Seems to be running fine.
 
Last edited:
problem

does gd supports php4.4 ?
on gd homepage i found :
Supported out of the box in PHP 4.3.x and 5.x
my clients has problems with images and miniatures :(
 
re

from http://www.php.net/release_4_4_1.php
Fixed multiple safe_mode/open_basedir bypass vulnerabilities in ext/curl and ext/gd that could lead to exposure of files normally not accessible due to safe_mode or open_basedir restrictions.

thats the reason that some gallersies on my server does not work right now.
i have safe mode set to on,
 
getUP said:
For those interested:

Code:
# cd /usr/local/directadmin/customapache
# wget [url]http://static.php.net/www.php.net/distributions/php-4.4.1.tar.gz[/url]

# perl -pi -e 's/4.4.0/4.4.1/' build

# ./build clean
# ./build php y
# /sbin/service httpd restart

Confirmed on CentOS 4.1 and Fedora 2.
There are no known issues with Zend. Seems to be running fine.

When i try to install PHP 4.4.1 then i get an error.

make: *** No targets specified and no makefile found. Stop.
Trying to make libz..

Someone can tell me what i have to do?
 
spirit said:
When i try to install PHP 4.4.1 then i get an error.

make: *** No targets specified and no makefile found. Stop.
Trying to make libz..

Someone can tell me what i have to do?

work fine with me try it
Code:
# cd /usr/local/directadmin/customapache
# wget [url]http://static.php.net/www.php.net/distributions/php-4.4.1.tar.gz[/url]

# perl -pi -e 's/4.4.0/4.4.1/' build

# ./build clean
# ./build all d
# /sbin/service httpd restart
 
@how@ said:
work fine with me try it
Code:
# cd /usr/local/directadmin/customapache
# wget [url]http://static.php.net/www.php.net/distributions/php-4.4.1.tar.gz[/url]

# perl -pi -e 's/4.4.0/4.4.1/' build

# ./build clean
# ./build all d
# /sbin/service httpd restart

Its working. First i've rebuil apache en then i updated to 4.4.1.
 
PHP developers released PHP 4.4.1 version on 2005-11-31. Security fixes introduced bug, which affects three SquirrelMail functions. If your SquirrelMail install does not use server side sorting, PHP bug can create infinite loop in message display. If you are using PHP 4.4.1, you should update it to 4.4.x-dev or apply patch


http://www.squirrelmail.org/
http://bugs.php.net/bug.php?id=35067
 
Last edited:
thaitumweb said:
PHP developers released PHP 4.4.1 version on 2005-11-31. Security fixes introduced bug, which affects three SquirrelMail functions. If your SquirrelMail install does not use server side sorting, PHP bug can create infinite loop in message display. If you are using PHP 4.4.1, you should update it to 4.4.x-dev or apply patch


http://www.squirrelmail.org/
http://bugs.php.net/bug.php?id=35067

How can i install a snpshot? We have some problems withopensource scripts (phpads sfm forum).

I've treid to install it with but it isn working :(

Of maybe better to downgrade to 4,3,11 and wait for a new version?
 
spirit said:
How can i install a snpshot? We have some problems withopensource scripts (phpads sfm forum).

I've treid to install it with but it isn working :(

Of maybe better to downgrade to 4,3,11 and wait for a new version?

I think you should dowgrade to php 4.3.11
 
Post @ wrong topic, sorry. can someone remove this?
 
Last edited:
Back
Top