summaryrefslogtreecommitdiff
path: root/lang/php5 (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Add optional mail header patch, to track php-based spamming.Alex Dupre2006-12-102-3/+13
| | | | Notes: svn path=/head/; revision=179387
* Update suhosin patch to 0.9.6.2 release.Alex Dupre2006-11-122-4/+4
| | | | Notes: svn path=/head/; revision=177125
* Update to 5.2.0 release.Alex Dupre2006-11-066-87/+9
| | | | Notes: svn path=/head/; revision=176626
* Update suhosin patch to 0.9.6 release.Alex Dupre2006-10-272-5/+5
| | | | | | | | | This will fix a few build failures of pecl extensions. Approved by: portmgr (erwin) Notes: svn path=/head/; revision=175541
* - fix open_basedir vulnerability in php4 and php5 [1]Alex Dupre2006-10-165-1/+100
| | | | | | | | | | | | | - 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
* Enable suhosin patch by default.Alex Dupre2006-10-062-23/+2
| | | | Notes: svn path=/head/; revision=174645
* Added safety checks against integer overflow.Alex Dupre2006-10-052-1/+22
| | | | | | | | | | | | Bump PORTREVISION. While I'm here, I suggest all php users to use the suhosin patch and suhosin extension to harden the php installation. Submitted by: simon Obtained from: PHP CVS repo. Notes: svn path=/head/; revision=174585
* Update suhosin patch to 0.9.5 release.Alex Dupre2006-09-293-4/+5
| | | | Notes: svn path=/head/; revision=174113
* Add support for QDBM.Alex Dupre2006-09-101-0/+6
| | | | | | | | PR: ports/102392 Submitted by: Gea-Suan Lin <gslin@gslin.org> Notes: svn path=/head/; revision=172713
* 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-9/+15
| | | | | | | - Remove the php->php-cgi temporary hack Notes: svn path=/head/; revision=172138
* Update to 5.1.6 release.Alex Dupre2006-08-312-4/+4
| | | | Notes: svn path=/head/; revision=171716
* Update to 5.1.5.Xin LI2006-08-183-26/+4
| | | | | | | Approved by: ale's vacation Notes: svn path=/head/; revision=170939
* Allow php5-ldap to be built with SASL support enabled.Xin LI2006-08-181-0/+4
| | | | | | | | | | | | Note that PORTREVISION is intentionally not bumped because an update is under way. Submitted by: Joerg Pulz <Joerg.Pulz@frm2.tum.de> PR: ports/96428 Approved by: ale's vacation Notes: svn path=/head/; revision=170938
* Add databases/php5-oci8:Renato Botelho2006-07-111-0/+21
| | | | | | | | | | | | | This port adds support for OCI8 PHP shared extension. It replaces the old Oracle shared extension which is obsolete and will be dropped (moved to PECL) in PHP 5.1. This patch also corrects dependency for the Oracle shared extension (added Oracle client in RUN_DEPENDS). PR: ports/86580 Submitted by: Simun Mikecin <numisemis at yahoo.com> Notes: svn path=/head/; revision=167472
* Try to fix build on 4.X.Alex Dupre2006-05-231-0/+3
| | | | Notes: svn path=/head/; revision=163153
* - Holy Batman! Chase rerolled distfile. Only chance is an addition of a filePav Lucistnik2006-05-181-3/+3
| | | | | | | | | | | | which does not affect our port in any way, we don't use that part of the distfile. Complained by: many, many, many Verified by: md5 on old and new package contents Pointy hat to: bunch of jhonkas in PHP Project for rerolling a release tarball Notes: svn path=/head/; revision=162747
* Chase gmp library and bump PORTREVISION.Alex Dupre2006-05-101-1/+1
| | | | Notes: svn path=/head/; revision=161929
* Fix compile error of sapi/cgi/fastcgi.c on 4.x.Alex Dupre2006-05-101-0/+22
| | | | | | | | PR: ports/97065 Submitted by: KIMURA Yasuhiro <yasu@utahime.org> Notes: svn path=/head/; revision=161889
* Add WITH_ZEND_VM knob to customize vm behaviour:Alex Dupre2006-05-071-0/+8
| | | | | | | | | | | - CALL is the default one - SWITCH should be slightly faster - GOTO should boost performance (and increase compilation time) Suggested by: Michael Josic <systemoperator@gmail.com> Notes: svn path=/head/; revision=161608
* Simplify PHP base ports infrastructure:Alex Dupre2006-05-0612-160/+237
| | | | | | | | | | | | - 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
* 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
* Fix PHP Bug #36753: Can't get size of SWF images because zLib is missing.Alex Dupre2006-04-021-0/+51
| | | | Notes: svn path=/head/; revision=158637
* 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
* Add support for getopt_long and fix getopt().Alex Dupre2006-01-302-1/+12
| | | | Notes: svn path=/head/; revision=154835
* 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
* s/PHP_EXTDIR/EXTSUBDIR/gAlex Dupre2006-01-171-3/+3
| | | | | | | The previous variable was too similar to PHP_EXT_DIR defined in bsd.php.mk. Notes: svn path=/head/; revision=153747
* Speed up the build of PHP extensions by extracting only the extension subdirAlex Dupre2006-01-171-1/+5
| | | | | | | | from the big tarball. Fix xsl extensions that look for files outside its WRKSRC. Notes: svn path=/head/; revision=153739
* Update to 5.1.2 release:Alex Dupre2006-01-165-13/+29
| | | | | | | | - add reflection - enable xmlreader and xmlwriter by default in php5-extensions Notes: svn path=/head/; revision=153649
* 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
* Finally update to PHP 5.1.1 release! (And remove unsupported extensions)Alex Dupre2005-12-0915-395/+85
| | | | Notes: svn path=/head/; revision=150749
* - 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