summaryrefslogtreecommitdiffstats
path: root/lang/php5
Commit message (Collapse)AuthorAgeFilesLines
* Revert previous commit: for an unknown reason, the pcre module linkedale2007-03-131-2/+2
| | | | | | with external pcre library doesn't work inside apache. PHP devs are not interested in fixing this problem and insist to use the bundled (broken too) version.
* Now that we have a utf8-enabled pcre port, let php5-pcreale2007-03-111-2/+2
| | | | depend on it. This should also fix PR 109542.
* - Chase databases/freetds update. Fix php5-pdo_dblib buildrafan2007-03-101-1/+1
| | | | Reported by: pointyhat via kris
* Add spl dependency to pdo, mysqli and sqlite extensions.ale2007-03-081-0/+9
|
* - Chase databases/freetds update: ct.3 -> ct.4, tds.4 -> tds.5rafan2007-03-031-1/+1
| | | | - Bump PORTREVISION where necessary
* - Bump shlib version to libnetsnmp.so.10 and bump $PORTREVISION.kuriyama2007-02-282-2/+2
|
* Add support for firebird2 in interbase extension.ale2007-02-271-2/+1
| | | | Submitted by: acm
* Update the mail header patches (it's a no-op).ale2007-02-202-4/+4
|
* Add an hack to avoid segmentation fault caused by session module loadedale2007-02-181-0/+4
| | | | after pspell module.
* Fix a crashbug on str_replace().ale2007-02-152-1/+12
| | | | | Submitted by: esser Obtained from: PHP CVS
* Fix regression: count(object) should call object->count() if instance of ↵ale2007-02-122-1/+34
| | | | | | Countable. Spotted by: Roman Neuhauser <neuhauser@sigpipe.cz>
* Update to 5.2.1 release.ale2007-02-095-26/+106
|
* Add pear to the default include_path.ale2007-01-201-5/+14
|
* Update the ftp/curl port to 7.16.0.roam2006-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
* Add optional mail header patch, to track php-based spamming.ale2006-12-102-3/+13
|
* Update suhosin patch to 0.9.6.2 release.ale2006-11-122-4/+4
|
* Update to 5.2.0 release.ale2006-11-066-87/+9
|
* Update suhosin patch to 0.9.6 release.ale2006-10-272-5/+5
| | | | | | This will fix a few build failures of pecl extensions. Approved by: portmgr (erwin)
* - fix open_basedir vulnerability in php4 and php5 [1]ale2006-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)
* Enable suhosin patch by default.ale2006-10-062-23/+2
|
* Added safety checks against integer overflow.ale2006-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.
* Update suhosin patch to 0.9.5 release.ale2006-09-293-4/+5
|
* Add support for QDBM.ale2006-09-101-0/+6
| | | | | PR: ports/102392 Submitted by: Gea-Suan Lin <gslin@gslin.org>
* Update suhosin patch to 0.9.3 release.ale2006-09-092-4/+4
|
* - Add experimental suhosin protection system supportale2006-09-043-9/+15
| | | | - Remove the php->php-cgi temporary hack
* Update to 5.1.6 release.ale2006-08-312-4/+4
|
* Update to 5.1.5.delphij2006-08-183-26/+4
| | | | Approved by: ale's vacation
* Allow php5-ldap to be built with SASL support enabled.delphij2006-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
* Add databases/php5-oci8:garga2006-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>
* Try to fix build on 4.X.ale2006-05-231-0/+3
|
* - Holy Batman! Chase rerolled distfile. Only chance is an addition of a filepav2006-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
* Chase gmp library and bump PORTREVISION.ale2006-05-101-1/+1
|
* Fix compile error of sapi/cgi/fastcgi.c on 4.x.ale2006-05-101-0/+22
| | | | | PR: ports/97065 Submitted by: KIMURA Yasuhiro <yasu@utahime.org>
* Add WITH_ZEND_VM knob to customize vm behaviour:ale2006-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>
* Simplify PHP base ports infrastructure:ale2006-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).
* Bump ming shared library version after recent update.ale2006-04-121-1/+1
| | | | Spotted by: Gianpaolo Del Matto <gianpaolo.delmatto@genotec.ch>
* Fix PHP Bug #36753: Can't get size of SWF images because zLib is missing.ale2006-04-021-0/+51
|
* Fix linking on 4.x (yes, this is another PHP configure bug).ale2006-01-311-1/+3
| | | | While I'm here, replace a '=' with '+='.
* Add support for getopt_long and fix getopt().ale2006-01-302-1/+12
|
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryedwin2006-01-221-3/+3
| | | | | Approved by: krion@ PR: ports/88711 (related)
* s/PHP_EXTDIR/EXTSUBDIR/gale2006-01-171-3/+3
| | | | The previous variable was too similar to PHP_EXT_DIR defined in bsd.php.mk.
* Speed up the build of PHP extensions by extracting only the extension subdirale2006-01-171-1/+5
| | | | | from the big tarball. Fix xsl extensions that look for files outside its WRKSRC.
* Update to 5.1.2 release:ale2006-01-165-13/+29
| | | | | - add reflection - enable xmlreader and xmlwriter by default in php5-extensions
* Raise default memory limit from 8M to 12M to let pear run wellale2005-12-101-0/+11
| | | | on 64bit archs.
* Finally update to PHP 5.1.1 release! (And remove unsupported extensions)ale2005-12-0915-395/+85
|
* - prepare removal of www/apache2 in favor of www/apache20 for namingclement2005-12-041-1/+1
| | | | | | | | consistency - add entries in UPDATING (for apache22 too) PR: ports/78119 Repocopied by: marcus
* Chase shlib version bump of net-snmp.kuriyama2005-11-302-2/+2
|
* - Fix pear pkg-plistale2005-11-166-21/+41
| | | | - Increase pear memory limit (requested by amd64)
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentade2005-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.
* Autoselect APACHE2 option if WITH_APACHE2 is defined.ale2005-10-141-0/+4
| | | | Submitted by: Rick van der Zwet <rick@wzoeterwoude.net>
OpenPOWER on IntegriCloud