Php 4.4.4

Sc0uT

Verified User
Joined
Feb 14, 2006
Messages
38
Location
Bosnia and Herzegovina
17. 08. 2006


PHP development team would like to announce the immediate availability
of PHP 5.1.5 and PHP 4.4.4. The two releases address a series of
security problems discovered since PHP 5.1.4 and 4.4.3, respectively.
These include the following:

- Added missing safe_mode/open_basedir checks inside the error_log(),
file_exists(), imap_open() and imap_reopen() functions.
- Fixed overflows inside str_repeat() and wordwrap() functions on 64bit
systems.
- Fixed possible open_basedir/safe_mode bypass in cURL extension and on
PHP 5.1.5 with realpath cache.
- Fixed overflow in GD extension on invalid GIF images.
- Fixed a buffer overflow inside sscanf() function.
- Fixed an out of bounds read inside stripos() function.
- Fixed memory_limit restriction on 64 bit system.

In addition to the security fixes, both releases include a small number
of non-security related bug fixes.

The outlined issues can only be exploited locally, however, we still
recommend that all users upgrade to either one of the new releases as
soon as possible.
 
Does not really work for me:

/usr/bin/ld: cannot find -lltdl
collect2: ld returned 1 exit status
make: *** [libphp4.la] Error 1

*** The make has failed, do you want to try to make again? (y,n):

If i try again, the same error shows up.

using centos 4.2 with php 4.4.3 now..
 
libltl.so is the libtool shared library. If you don't have libtool and libtool-libs installed, you need to install them.
 
Starting httpd: Syntax error on line 80 of /etc/httpd/conf/httpd.conf:
Cannot load /usr/lib/apache/libphp4.so into server: /usr/lib/apache/libphp4.so: symbol zlibVersion, version libmysqlclient_14 not defined in file libmysqlclient.so.14 with link time reference
 
Back
Top