Forum Moderators: coopster

Message Too Old, No Replies

PHP 5.3.3 and 5.2.14 Released

         

jatar_k

5:24 pm on Jul 23, 2010 (gmt 0)

WebmasterWorld Administrator 10+ Year Member



5.3.3
[php.net...]

5.2.14
[php.net...]

coopster

6:02 pm on Jul 24, 2010 (gmt 0)

WebmasterWorld Administrator 10+ Year Member



I installed 5.3.3 today on a Windows server. LDAP is no longer in the ext directory but listed in the php.ini ... just one of many. It exists in the VC9 builds though.

[bugs.php.net...]

I'm finding more and more of the binary dlls are no longer being bundled in the thread-safe Windows downloads and PHP users are being asked to compile it themselves.

You will need to get and compile LDAP client libraries from either » OpenLDAP or » Bind9.net in order to compile PHP with LDAP support.

PHP LDAP requirements [php.net]

coopster

6:16 pm on Jul 24, 2010 (gmt 0)

WebmasterWorld Administrator 10+ Year Member



add to the list ...
mcrypt
imagick
pspell (this happened awhile ago, enchant is the supposed replacement)
zip

coopster

8:06 pm on Jul 24, 2010 (gmt 0)

WebmasterWorld Administrator 10+ Year Member



Another heads up regarding the 5.2.14 update ...
/ext/php_curl.dll causes Apache server to fail on startup.

Grab a copy of the binary dll from 5.2.13 and restart Apache. Workaround successful.