summaryrefslogtreecommitdiff
path: root/lang/php5 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - prepare removal of www/apache2 in favor of www/apache20 for namingClement Laforet2005-12-041-1/+1
| | | | | | | | | | | consistency - add entries in UPDATING (for apache22 too) PR: ports/78119 Repocopied by: marcus Notes: svn path=/head/; revision=150328
* 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-166-21/+41
| | | | | | | - Increase pear memory limit (requested by amd64) Notes: svn path=/head/; revision=148440
* 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
* 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
* AMD64 fixes:Alex Dupre2005-10-144-15/+57
| | | | | | | | | | | | - fix crypto part again [1] - fix object serialization [2] PR: ports/86885 [2] Submitted by: André Böhm <andre@gaarden.net> [2], Claus Guttesen <kometen@gmail.com> [1] Notes: svn path=/head/; revision=145335
* - 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 5.0.5 release.Alex Dupre2005-09-087-25/+23
| | | | Notes: svn path=/head/; revision=142205
* MySQL 5.0 is now supported by mysqli extension.Alex Dupre2005-07-211-1/+1
| | | | Notes: svn path=/head/; revision=139836
* Fix build when libbind is present.Alex Dupre2005-06-191-0/+13
| | | | | | | | PR: ports/82024 Submitted by: Edwin Culp <eculp@bafirst.com> Notes: svn path=/head/; revision=137719
* 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-4/+8
| | | | | | | | 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-1/+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
* - 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
* Fix crypt functions on AMD64.Alex Dupre2005-04-061-6/+50
| | | | Notes: svn path=/head/; revision=132643
* Distfile rerolled to include a missing PEAR file.Alex Dupre2005-04-043-3/+4
| | | | | | | Spotted by: leeym Notes: svn path=/head/; revision=132479
* Update PHP ports to 4.3.11 and 5.0.4 releases:Alex Dupre2005-04-0411-143/+45
| | | | | | | | | | | | - 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
* BROKEN on ia64: Does not compileKris Kennaway2005-03-261-0/+4
| | | | | | | Approved by: portmgr (self) Notes: svn path=/head/; revision=132031
* 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
* Don't install useless empty dir (and fix plist).Alex Dupre2005-01-251-2/+6
| | | | | | | Reported by: bento via kris Notes: svn path=/head/; revision=127275
* 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 overloading objects [1] (bump php4 PORTREVISION)Alex Dupre2005-01-102-3/+15
| | | | | | | | | | | | | | | - 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
* PHP 5.0.3 uses a different extension dir.Alex Dupre2004-12-171-2/+2
| | | | | | | Spotted by: Joe Zeiler <zeiler07@covad.net> Notes: svn path=/head/; revision=124260
* Update to 5.0.3 release:Alex Dupre2004-12-164-9/+11
| | | | | | | | - Fix some serious security bugs - Other minor enhancements (PRs fixes) will come later Notes: svn path=/head/; revision=124213
* 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 5.0.2 release:Alex Dupre2004-10-114-9/+47
| | | | | | | | | | | | | | | | | - Fix compilation of thread-safe PHP after the PTHREAD_LIBS change - Include md5 and blowfish support on amd64 (fix headers) [1] - Add support for dom_import_simplexml function in php5-dom [2] - Fix vulnerability in RFC 1867 file upload processing [3] - Fix php_variables memory disclosure [3] PR: ports/71752 [1], ports/72003 [2], ports/72420 [3] Submitted by: Adam Gregoire <bsdunx@yahoo.com> [1], Vaidrius Petrauskas <acrozy@uosis.mif.vu.lt> [2], Dmitry A Grigorovich <odip@bionet.nsc.ru> [3] Approved by: portmgr (kris) Notes: svn path=/head/; revision=118611
* Chase libaspell to aspell.16.Thierry Thomas2004-08-281-1/+1
| | | | Notes: svn path=/head/; revision=117535
* Update to 5.0.1 release:Alex Dupre2004-08-235-24/+19
| | | | | | | - GD GIF output support is now enabled by default Notes: svn path=/head/; revision=117123
* 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
* MFphp4: Fix compilation of wddx extension.Alex Dupre2004-07-271-1/+4
| | | | Notes: svn path=/head/; revision=114898
* 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
* Set default MySQL version to 4.1 for mysqli extension.Alex Dupre2004-07-191-0/+1
| | | | Notes: svn path=/head/; revision=114250
* Fix oniguruma header path.Alex Dupre2004-07-191-1/+1
| | | | | | | Spotted by: sekrett.ru Notes: svn path=/head/; revision=114214
* First step of the PHP mega-commit:Alex Dupre2004-07-1921-3760/+694
| | | | | | | | - remove extensions and PEAR from the PHP base ports - add more OPTIONS to PHP base ports Notes: svn path=/head/; revision=113948
* Update to final 5.0.0 release:Alex Dupre2004-07-154-4/+16
| | | | | | | | | | - add a post 5.0.0 patch to fix basic authentication with apache 1.x 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=113698
* Install GD and MBSTRINGS header files for pdflib and mailparse extensions.Alex Dupre2004-06-283-4/+45
| | | | Notes: svn path=/head/; revision=112459
* - Point phpize to use libtoolize13Alex Dupre2004-06-252-0/+12
| | | | Notes: svn path=/head/; revision=112222
* - Update to 5.0.0RC3 releaseAlex Dupre2004-06-084-14/+5
| | | | | | | - Remove PDFlib extension Notes: svn path=/head/; revision=111092