summaryrefslogtreecommitdiff
path: root/databases/php4-ldap
AgeCommit message (Collapse)AuthorFilesLines
2004-04-25bl3ifyxtraeme1-3/+3
2004-04-20Update PHP4 package and all PHP4 modules to version 4.3.6.jdolecek1-2/+2
Changes are bug-fixes mostly, but also synchronizes bundled GD with GD 2.0.22 and updates PCRE to version 4.5. Several NetBSD patches were integrated too, so future pkgsrc updates would be even more smooth. Full list of changes since PHP 4.3.4 is available at: http://www.php.net/ChangeLog-4.php#4.3.6 http://www.php.net/ChangeLog-4.php#4.3.5
2004-03-26PKGREVISION bump after openssl-security-fix-update to 0.9.6m.wiz1-2/+2
Buildlink files: RECOMMENDED version changed to current version.
2004-01-17we link against the non-thread ldap library, so we do not need to carejdolecek3-31/+2
about pthreads here; g/c the unneeded patch too XXX eventually we might consider a thread-safe variant of this module for PHP under Apache 2.x, which would use (thread-safe) libldap_r rather than the (not thread safe) libldap bump pkg revision just in case
2003-11-08Update PHP to 4.3.4jdolecek1-3/+3
From release announcemenet: After a lengthy QA process, PHP 4.3.4 is finally out! This is a medium size maintenance release, with a fair number of bug fixes. All users are encouraged to upgrade to 4.3.4. Bugfix release PHP 4.3.4 contains, among others, following important fixes, additions and improvements: * Fixed disk_total_space() and disk_free_space() under FreeBSD. * Fixed FastCGI support on Win32. * Fixed FastCGI being unable to bind to a specific IP. * Fixed several bugs in mail() implementation on win32. * Fixed crashes in a number of functions. * Fixed compile failure on MacOSX 10.3 Panther. * Over 60 various bug fixes! For full list of changes in PHP 4.3.4, see ChangeLog: http://www.php.net/ChangeLog-4.php#4.3.4
2003-09-19Use .CURDIR variable instead of PKGDIR (for pkglint).wiz1-2/+2
2003-09-03regenjmc1-2/+2
2003-08-31Update PHP to final 4.3.3jdolecek3-12/+13
Some highlights of changes since 4.2.3: * PCRE updated to 4.3, GD to 2.0.15 * improved Apache2 support * much improved stream & URL wrapper support, output compression support * added CLI (Command Line Interface) SAPI * debug_backtrace() backported from ZendEngine2 * faster build system * huge number of other bug fixes and improvements Packaging changes: * 'pcre', 'xml', and 'session' modules folded back into main package - 'pcre' and 'xml' is required by PEAR, and 'session' is just too essential to be separate * 'gd' module now uses bundled PHP GD library, which is better integrated * PHP modules use shared distinfo when possible to ease future PHP updates * ${PREFIX}/bin/php is now CLI version, ${PREFIX}/libexec/cgi-big/php remains CGI version
2003-05-02Dependency bumps, needed because of devel/pth's major bump, and relatedwiz1-2/+2
dependency bumps.
2002-10-14Updated php to 4.2.3martti1-3/+3
* lots of bug fixes * experimental apache2 support * added IPv6 support to gethostbyaddr() ATTENTION!! register_globals defaults to 'off' now
2002-10-08buildlink1 -> buildlink2jlam1-4/+4
2002-02-28Update distribution file checksum for PHP version 4.1.2.tron1-3/+3
2002-02-28Update databases/php4-ldap to 4.1.2. The only change from version 4.1.1 isjlam1-3/+4
that this is built from the php-4.1.2 sources.
2002-02-01Make this work if openldap doesn't use pthreads.jlam3-18/+17
2002-01-06Update databases/php4-ldap to version 4.1.1. The only change is updating tojlam1-3/+3
the version from the php-4.1.1 distribution.
2001-12-31Update databases/php4-ldap to 4.1.0. Changes from version 4.0.6 include:jlam2-3/+28
- Fixed various memory leaks in the LDAP extension (Stig Venaas)
2001-12-03Use PKGREVISION to manage the package-specific version number when itjlam1-2/+2
differs from the distfile version number. G/C some the unused variables in php4/Makefile.common related to the old way of handling version numbers.
2001-11-01Move pkg/ files into package's toplevel directoryzuntum1-0/+0
2001-10-16Find Makefile.module in ../../www/php4.jlam1-2/+2
2001-10-16Update php4-ldap to the version from the php-4.0.6 distribution. There isjlam3-0/+20
no list of changes from version 4.0.5. Also move from the www category.