aboutsummaryrefslogtreecommitdiff
path: root/lang/php4
Commit message (Collapse)AuthorAgeFilesLines
* Update to php 4.4.3:Xin LI2006-08-072-5/+5
| | | | | | | | | | | | | | | | * Disallow certain characters in session names. * Fixed a buffer overflow inside the wordwrap() function. * Prevent jumps to parent directory via the 2nd parameter of the tempnam() function. * Improved safe_mode check for the error_log() function. * Fixed cross-site scripting inside the phpinfo() function. * Fixed offset/length parameter validation inside the substr_compare() function. * Upgraded bundled PCRE library to version 6.6 * Over 20 various bug fixes. Approved by: ale's vacation Notes: svn path=/head/; revision=169895
* Try to fix build on 4.X.Alex Dupre2006-05-231-0/+2
| | | | Notes: svn path=/head/; revision=163153
* Chase gmp library and bump PORTREVISION.Alex Dupre2006-05-101-1/+1
| | | | Notes: svn path=/head/; revision=161929
* Simplify PHP base ports infrastructure:Alex Dupre2006-05-0611-146/+223
| | | | | | | | | | | | - remove all slave ports - add the ability to build all SAPIs concurrently - update php5 to 5.1.4 *Read* the UPDATING file *before* trying to update PHP (or at least before mailing me). Notes: svn path=/head/; revision=161492
* - Update ports affected by devel/libmcve updateMarcus Alves Grando2006-05-011-1/+1
| | | | Notes: svn path=/head/; revision=160991
* Bump ming shared library version after recent update.Alex Dupre2006-04-121-1/+1
| | | | | | | Spotted by: Gianpaolo Del Matto <gianpaolo.delmatto@genotec.ch> Notes: svn path=/head/; revision=159378
* - pfpro extension is only for php4Alex Dupre2006-02-011-1/+1
| | | | | | | - add location to pfpro directory Notes: svn path=/head/; revision=154977
* - Add a php extension pfpro (PayFlow Pro).Pav Lucistnik2006-01-311-0/+5
| | | | | | | | | PR: ports/82843 Submitted by: Mike Durian <durian@shadetreesoftware.com> Approved by: maintainer timeout (1 month) Notes: svn path=/head/; revision=154939
* Fix linking on 4.x (yes, this is another PHP configure bug).Alex Dupre2006-01-311-1/+3
| | | | | | | While I'm here, replace a '=' with '+='. Notes: svn path=/head/; revision=154870
* Chase shlib bump of libexpat.Jun Kuriyama2006-01-301-4/+4
| | | | Notes: svn path=/head/; revision=154857
* Fix getopt() and add support for getopt_long.Alex Dupre2006-01-302-1/+12
| | | | Notes: svn path=/head/; revision=154834
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryEdwin Groothuis2006-01-221-3/+3
| | | | | | | | Approved by: krion@ PR: ports/88711 (related) Notes: svn path=/head/; revision=154113
* Speed up the build of PHP extensions by extracting only the extension subdirAlex Dupre2006-01-171-1/+4
| | | | | | | from the big tarball. Notes: svn path=/head/; revision=153746
* Update to 4.4.2 release.Alex Dupre2006-01-165-136/+10
| | | | Notes: svn path=/head/; revision=153634
* Raise default memory limit from 8M to 12M to let pear run wellAlex Dupre2005-12-101-0/+11
| | | | | | | on 64bit archs. Notes: svn path=/head/; revision=150779
* Reorganize (use bsd.apache.mk and remove pear leftovers)Alex Dupre2005-12-098-216/+14
| | | | Notes: svn path=/head/; revision=150747
* - 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-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