summaryrefslogtreecommitdiff
path: root/lang/php4 (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Really fix the objformat issue, the previous commit broke php compilation.Alex Dupre2007-02-072-2/+12
| | | | Notes: svn path=/head/; revision=184505
* Use libtool port instead of included version to avoid a.out objformat botchKris Kennaway2007-01-291-1/+2
| | | | Notes: svn path=/head/; revision=183664
* Add pear to the default include_path.Alex Dupre2007-01-201-5/+14
| | | | Notes: svn path=/head/; revision=182852
* Update the ftp/curl port to 7.16.0.Peter Pentchev2006-12-131-1/+1
| | | | | | | | | | | | | Bump PORTREVISION of all dependent ports. Fix the build errors in the few ports that still use the long deprecated, and now obsoleted, cURL options. Thanks to everyone who took the time to look over the patch! Discussed on: -ports Notes: svn path=/head/; revision=179653
* Remove expired ming extensions.Alex Dupre2006-12-121-6/+0
| | | | Notes: svn path=/head/; revision=179614
* Add optional mail header patch, to track php-based spamming.Alex Dupre2006-12-102-6/+16
| | | | | | | Update suhosin patch to 0.9.6 release. Notes: svn path=/head/; revision=179388
* - fix open_basedir vulnerability in php4 and php5 [1]Alex Dupre2006-10-165-3/+102
| | | | | | | | | | | | | - add an alert on safe_mode intrinsic insecurity and suggest to install the suhosin extension - enable the suhosin patch by deafult also in php4 Submitted by: Thomas Vogt <thomas@bsdunix.ch> [1] Obtained from: PHP CVS [1] Approved by: portmgr (clement) Notes: svn path=/head/; revision=175349
* Update suhosin patch to 0.9.5 release.Alex Dupre2006-09-293-4/+5
| | | | Notes: svn path=/head/; revision=174113
* Fix default certificates path for pfpro extension.Alex Dupre2006-09-101-0/+5
| | | | | | | | PR: ports/99067 Submitted by: Alexandr Kovalenko <never@nevermind.kiev.ua> Notes: svn path=/head/; revision=172712
* Update suhosin patch to 0.9.3 release.Alex Dupre2006-09-092-4/+4
| | | | Notes: svn path=/head/; revision=172633
* - Add experimental suhosin protection system supportAlex Dupre2006-09-043-12/+25
| | | | | | | | - Add the possibility to build zlib extension static - Remove the php->php-cgi temporary hack Notes: svn path=/head/; revision=172137
* Update to 4.4.4.Xin LI2006-08-182-4/+4
| | | | | | | Approved by: ale's vacation Notes: svn path=/head/; revision=170937
* 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