aboutsummaryrefslogtreecommitdiff
path: root/lang/php4
Commit message (Collapse)AuthorAgeFilesLines
* Chase shlib version bump of net-snmp.Jun Kuriyama2005-11-302-2/+2
| | | | Notes: svn path=/head/; revision=149997
* - Fix pear pkg-plistAlex Dupre2005-11-169-40/+167
| | | | | | | | | | - Increase pear memory limit (requested by amd64) - Revert apache2handler to the latest working version found in PHP 4.4.0, since PHP developers seem not interested in fixing the bug with apache2 and mod_rewrite Notes: svn path=/head/; revision=148439
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentAde Lovett2005-11-151-1/+1
| | | | | | | | | | | | | | | | | | | | in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run. Notes: svn path=/head/; revision=148323
* - Make key() and current() functions work by referenceAlex Dupre2005-11-042-1/+14
| | | | | | | | | | | - Bump PORTREVISION PR: ports/88481 Submitted by: Matthew Luckie <mjl@luckie.org.nz> Obtained from: PHP CVS Notes: svn path=/head/; revision=147193
* Fix for apache2+mod_rewrite.Alex Dupre2005-11-031-0/+11
| | | | | | | Obtained from: PHP CVS Notes: svn path=/head/; revision=147097
* Fix pear installation.Alex Dupre2005-11-011-1/+1
| | | | | | | Spotted by: Sean McNeil <sean@mcneil.com> Notes: svn path=/head/; revision=146963
* Update to 4.4.1 release.Alex Dupre2005-11-013-4/+3
| | | | Notes: svn path=/head/; revision=146922
* Autoselect APACHE2 option if WITH_APACHE2 is defined.Alex Dupre2005-10-141-0/+4
| | | | | | | Submitted by: Rick van der Zwet <rick@wzoeterwoude.net> Notes: svn path=/head/; revision=145338
* - Define APACHE_COMPAT for ${APXS} for USE_APACHE-ngClement Laforet2005-09-201-0/+1
| | | | | | | | Reported by: pointyhat via kris Approvd by: portmgr (self) Notes: svn path=/head/; revision=143243
* Update to 4.4.0 release:Alex Dupre2005-07-137-36/+39
| | | | | | | | | - fix a serious memory corruption problem - remove automake dependency - switch to the latest autoconf version Notes: svn path=/head/; revision=139121
* Move oracle library creation to pre-configure instead of post-patch,Alex Dupre2005-06-161-1/+1
| | | | | | | | | since oracle is only a build dependency. Spotted by: pointyhat via kris Notes: svn path=/head/; revision=137524
* Point these ports to www/mnogosearch31 since they don't buildSam Lawrance2005-06-161-1/+1
| | | | | | | | | with the updated www/mnogosearch. Approved by: no response from knu, ale (11 days) Notes: svn path=/head/; revision=137516
* Add support for zend multibyte.Alex Dupre2005-06-141-0/+5
| | | | | | | | | PR: ports/76527 Submitted by: Shinsuke Matsui <poppen@karashi.org> Strongly desired by: Lapo Luchini <lapo@lapo.it> Notes: svn path=/head/; revision=137461
* Add support for Berkeley DB 4.3 and set it as default version.Alex Dupre2005-06-141-7/+7
| | | | | | | | PR: ports/82019 Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net> Notes: svn path=/head/; revision=137443
* Fix oracle extension.Alex Dupre2005-06-141-2/+9
| | | | | | | | PR: ports/81382 Submitted by: Simun Mikecin <sime@logos.hr> Notes: svn path=/head/; revision=137441
* Fix pear command on FreeBSD-current.Alex Dupre2005-06-082-2/+2
| | | | | | | | | | | (We loose the output buffering capability, but we cannot set it inside the script) PR: ports/81890 Submitted by: Edwin Culp <eculp@bafirst.com> Notes: svn path=/head/; revision=137031
* - allow php4-dba to use Berkeley DB 4.3Pav Lucistnik2005-06-051-0/+4
| | | | | | | | | PR: ports/76150 Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net> Approved by: maintainer timeout (5 months) Notes: svn path=/head/; revision=136854
* - Fix after spliting firebirdSergey Matveychuk2005-05-172-3/+3
| | | | | | | | | | - Bump PORTREVISION PR: ports/79337 Submitted by: Renato Botelho <freebsd@galle.com.br> (firebird maintainer) Notes: svn path=/head/; revision=135485
* Make zlib.output_compression working again.Alex Dupre2005-04-151-0/+20
| | | | | | | | | PR: ports/76331 Submitted by: Martin Portmann <map@infinitum.ch> Patch by: Vasil Dimov <vd@datamax.bg> Notes: svn path=/head/; revision=133397
* Fix definitely pear package deinstallation.Alex Dupre2005-04-152-5/+7
| | | | | | | | PR: ports/79830 Submitted by: leeym Notes: svn path=/head/; revision=133394
* - Chase freetds shlib bumpPav Lucistnik2005-04-111-2/+2
| | | | Notes: svn path=/head/; revision=133084
* Create empty directory on pkg_add (forgotten in previous commit).Alex Dupre2005-04-111-0/+1
| | | | | | | Reminded by: kris Notes: svn path=/head/; revision=133012
* Create directory and touch files that "pear" creates when dealingAlex Dupre2005-04-112-4/+9
| | | | | | | | | with pear modules and the port will later delete. Suggested by: kris Notes: svn path=/head/; revision=133002
* Update PHP ports to 4.3.11 and 5.0.4 releases:Alex Dupre2005-04-0412-213/+52
| | | | | | | | | | | | - fix security issues - unbreak PEAR packages [1] PR: ports/78516 [1] Submitted by: Yen-Ming Lee <leeym@utopia.leeym.com> [1] Tested by: thierry Notes: svn path=/head/; revision=132440
* Add an option (disabled by default) to build the openssl extension statically.Alex Dupre2005-03-141-1/+12
| | | | | | | Requested by: too many people Notes: svn path=/head/; revision=131206
* Split the postgresql ports into a server and a client part.Palle Girgensohn2005-01-311-2/+1
| | | | | | | | | | | All ports depending on postgresql shall use the USE_PGSQL=yes knob defined in Mk/bsd.ports.mk. Bumping portrevisions where needed. PR: 75344 Approved by: portmgr@ (kris), ade & sean (mentors) Notes: svn path=/head/; revision=127737
* Speed up unserialize() and fix a serious performance issue.Alex Dupre2005-01-193-1/+108
| | | | | | | Obtained from: PHP CVS Notes: svn path=/head/; revision=126843
* Fix compilation on ia64.Alex Dupre2005-01-131-0/+58
| | | | | | | | Reported by: bento via kris Obtained from: PHP CVS Notes: svn path=/head/; revision=126375
* - Fix overloading objects [1] (bump php4 PORTREVISION)Alex Dupre2005-01-104-4/+29
| | | | | | | | | | | | | | | - Fix crash with threaded apache2 [2] - Fix build when SSL is in not in base system [3] [4] PR: ports/75737 [1], ports/74780 [2], ports/73896 [3], ports/74886 [4] Submitted by: Toni Viemero <toni.viemero@iki.fi> [1], Peter Jeffery <peterj@qubesoft.com> [2], oliver [3], William Fletcher <ultraviolet@omina.co.za> [4] Patch by: Simon Barner <barner@gmx.de> [4] Notes: svn path=/head/; revision=126071
* Update to 4.3.10 release:Alex Dupre2004-12-164-11/+10
| | | | | | | | - Fix some serious security bugs - Other enhancements (PRs fixes) will come later Notes: svn path=/head/; revision=124207
* Bump shlib number of net-snmp and $PORTREVISION.Jun Kuriyama2004-12-062-2/+2
| | | | | | | Forgotten by: kuriyama Notes: svn path=/head/; revision=123297
* Definitely fix support for crypt-related functionalities on amd64.Alex Dupre2004-12-031-1/+2
| | | | | | | | PR: ports/74647 Submitted by: tobez Notes: svn path=/head/; revision=123039
* Set correct default PHP version.Alex Dupre2004-12-011-0/+2
| | | | | | | | PR: ports/74300 Submitted by: Ryan <majost@lagparty.org> Notes: svn path=/head/; revision=122886
* Update to 4.3.9 release:Alex Dupre2004-10-114-15/+46
| | | | | | | | | | | | | | | | - Fix compilation of thread-safe PHP after the PTHREAD_LIBS change - Include md5 and blowfish support on amd64 (fix headers) [1] - Fix vulnerability in RFC 1867 file upload processing [2] - Fix php_variables memory disclosure [2] - GD LZW-GIF support is now enabled by default PR: ports/71752 [1], ports/72420 [2] Submitted by: Adam Gregoire <bsdunx@yahoo.com> [1], Dmitry A Grigorovich <odip@bionet.nsc.ru> [2] Approved by: portmgr (kris) Notes: svn path=/head/; revision=118610
* Chase libaspell to aspell.16.Thierry Thomas2004-08-281-1/+1
| | | | Notes: svn path=/head/; revision=117535
* Move devel/autoconf->devel/autoconf253 and devel/automake->devel/automake15Ade Lovett2004-08-031-7/+12
| | | | | | | | | | All autotools ports are now truly versioned and do not conflict with each other. This marks the end of "Phase 1" of the autotools updates. Notes: svn path=/head/; revision=115365
* Register extensions in etc/php/extensions.ini instead of etc/php.iniAlex Dupre2004-07-282-4/+2
| | | | | | | | | and add etc/php to the config scan path. Suggested by: Kenneth Vestergaard Schmidt <kvs@pil.dk> Notes: svn path=/head/; revision=114918
* Fix compilation of wddx extension.Alex Dupre2004-07-261-1/+4
| | | | | | | | PR: ports/69464 Submitted by: Vadim Mikhailov <freebsd-bugs@mikhailov.org> Notes: svn path=/head/; revision=114745
* Remove the old-and-broken sybase (DB-lib) extension and point users toAlex Dupre2004-07-201-6/+0
| | | | | | | the new-and-working sybase (CT-lib) extension. Notes: svn path=/head/; revision=114315
* - Document DEFAULT_PHP_VER and BROKEN_WITH_PHPAlex Dupre2004-07-191-0/+2
| | | | | | | | | - Set them acccordingly in PHP extensions ports (Now I really need some rest, see you tomorrow) Notes: svn path=/head/; revision=114254
* Comment extension_dir in sample php.ini's, since many copy the sampleAlex Dupre2004-07-191-0/+1
| | | | | | | | configuration file blindly and then complain about wrong directory. PHP has the correct path compiled in statically. Notes: svn path=/head/; revision=114252
* First step of the PHP mega-commit:Alex Dupre2004-07-1923-3776/+658
| | | | | | | | - remove extensions and PEAR from the PHP base ports - add more OPTIONS to PHP base ports Notes: svn path=/head/; revision=113948
* Update to 4.3.8 release.Alex Dupre2004-07-152-4/+4
| | | | | | | | The major PHP ports overhaul is in its final stage. This commit was anticipated since it fixes a critical security vulnerability. Notes: svn path=/head/; revision=113697
* Install GD header files for pecl-pdflib extension.Alex Dupre2004-06-283-1/+28
| | | | Notes: svn path=/head/; revision=112458
* - Remove pdflib extensionAlex Dupre2004-06-254-9/+13
| | | | | | | - Point phpize to use libtoolize13 Notes: svn path=/head/; revision=112221
* Fix compilation of FreeTDS MSSQL extension.Alex Dupre2004-06-082-0/+24
| | | | | | | | | PR: ports/67710 Submitted by: Henry Karpatskij <henkka@spheroid.info> Obtained from: PHP CVS repository Notes: svn path=/head/; revision=111088
* Sync with new bsd.autotools.mkAde Lovett2004-06-041-1/+1
| | | | Notes: svn path=/head/; revision=110841
* Update ftp/curl to 7.12.0 and bump the shared library version in allPeter Pentchev2004-06-031-1/+2
| | | | | | | dependent ports. Notes: svn path=/head/; revision=110800
* Update to 4.3.7 release.Alex Dupre2004-06-033-52/+3
| | | | Notes: svn path=/head/; revision=110782
* Replace explicit XFree86-4-libraries dependencies with USE_XLIB, USE_XPM, andEric Anholt2004-05-291-1/+1
| | | | | | | USE_GL as appropriate. Notes: svn path=/head/; revision=110331