PDA

View Full Version : PHP 4.4.6 Release Announcement


CoolZero
03-01-2007, 03:41 AM
A notice to all,

http://nl2.php.net/releases/4_4_6.php

Changelog:

http://nl2.php.net/ChangeLog-4.php#4.4.6

Imtek
03-01-2007, 06:24 AM
Works without a problem, dude you rock :D

ITDevil
03-01-2007, 11:26 AM
Thanks for the update :) Updated without a problem :)

BestBoard
03-01-2007, 04:54 PM
i have a problem
i use apahce 2.0.59


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


what i need to do?

gate2vn
03-02-2007, 12:53 AM
try "./build clean" first

BestBoard
03-02-2007, 01:18 AM
i tryin to do "./build clean"...
and now have same problem:

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

truenegative
03-03-2007, 10:15 PM
not sure what your problem is, but worked fine on my server...

./build clean
./build update
./build php_ap2 n

jw00dy
03-04-2007, 12:22 AM
No problems here.

DutchTSE
03-13-2007, 08:03 AM
i tryin to do "./build clean"...
and now have same problem:
i have had the same problem, only forgot how to fix it.. search on google at 'cannot find -lltdl', it has something to do with mcrypt etc.

plugin
03-19-2007, 04:02 PM
I am having problems on file uploads with custom forms and phpbb modifications. Customers tell us they have problems while uploading files that the files will get 0kb and a Cannot Allocate Memory Error. While the settings are unchanged, and more than enough, we have downgraded to 4.4.5 and still testing for changes..

VisiGod
03-22-2007, 04:30 AM
you need libtool installed

(yum install libtool)

djcronos
06-01-2007, 02:07 PM
I can verify that installing libtool will fix this problem.

I just had the same issue - and it works just fine!