aboutsummaryrefslogtreecommitdiff
path: root/lang/php5
Commit message (Collapse)AuthorAgeFilesLines
* Now that mod_php is a separate port, allow to deselect all SAPIs.Alex Dupre2014-04-091-7/+15
| | | | | | | | PR: ports/188386 Submitted by: Joel Parker <rootrider@shellfront.org> Notes: svn path=/head/; revision=350670
* Force users to update their options file if APACHE was selected.Alex Dupre2014-04-081-0/+5
| | | | Notes: svn path=/head/; revision=350622
* Update to 5.4.27 release.Alex Dupre2014-04-042-3/+3
| | | | Notes: svn path=/head/; revision=350095
* Replace DEFAULT_VERSIONS with PHP_DEFAULT.Alex Dupre2014-03-312-2/+2
| | | | Notes: svn path=/head/; revision=349756
* No-op, use DEFAULT_VERSIONS.Alex Dupre2014-03-311-1/+1
| | | | | | | | PR: ports/188061 Submitted by: Spil <spil.oss@gmail.com> Notes: svn path=/head/; revision=349728
* Welcome the new mod_php ports, in order to have default packages forAlex Dupre2014-03-273-16/+21
| | | | | | | | | | | Apache PHP modules. Submitted by: marcus Reworked by: ale (me) Requested by: many, too many Notes: svn path=/head/; revision=349342
* Update to 5.4.26 release.Alex Dupre2014-03-072-3/+3
| | | | Notes: svn path=/head/; revision=347378
* - Update to 5.4.25 release [1]Alex Dupre2014-02-092-6/+5
| | | | | | | | | | | | | | | | - Enable FPM by default [2] - Add support to override configure flags [3] To users requesting mod_php package, please read this: https://wiki.apache.org/httpd/PHP-FPM PR: ports/186564 [1], ports/185437 [2], ports/186536 [3] Submitted by: Rustem Alimov <rustem.alimov@gmail.com> [1], Ilya Bakulin <webmaster@kibab.com> [2], Reinier Schoof <reinier@skoef.nl> [3] Notes: svn path=/head/; revision=343435
* Allow the use of //TRANSLIT and //IGNORE with PHP iconv.Tijl Coosemans2014-01-291-1/+1
| | | | | | | | | PR: ports/184596 Tested by: grembo Approved by: ale (maintainer) Notes: svn path=/head/; revision=341778
* Fix plist.Alex Dupre2014-01-282-15/+8
| | | | | | | | PR: ports/186182 Submitted by: Dmitry Marakasov <amdmi3@amdmi3.ru> Notes: svn path=/head/; revision=341620
* Update to 5.4.24 release.Alex Dupre2014-01-212-3/+3
| | | | Notes: svn path=/head/; revision=340623
* Fix build of ldap module when sasl is enabled and LOCALBASE is not /usr/local.Alex Dupre2013-12-271-1/+1
| | | | | | | | PR: ports/185151 Submitted by: Erick Turnquist <jhujhiti@adjectivism.org> Notes: svn path=/head/; revision=337692
* Update freetype to 2.5.2.Koop Mast2013-12-241-0/+1
| | | | | | | | | | | | | | | | | Remove patch to add -I/usr/local/include in freetype-config --cflags. If ports need extra headers they should look for them, and not get them via a side-effect. Freetype had a header resuffle in 2.5.1, patch ports to use the new header style. Thanks go to bdrewery for the two exp-runs and rakuco for helping me with some troublesome cmake ports. PR: ports/184587 Notes: svn path=/head/; revision=337385
* Update to 5.4.23 release and refresh patches.Alex Dupre2013-12-1417-70/+70
| | | | Notes: svn path=/head/; revision=336439
* Fix installation of mod_php.Alex Dupre2013-10-184-1/+24
| | | | Notes: svn path=/head/; revision=330741
* Mark broken when APACHE is enabled until a fix is committed.Alex Dupre2013-10-181-0/+1
| | | | Notes: svn path=/head/; revision=330736
* Update to 5.4.21 release and STAGify.Alex Dupre2013-10-184-44/+35
| | | | Notes: svn path=/head/; revision=330735
* Update to 5.4.20 release.Alex Dupre2013-09-272-3/+3
| | | | | | | | PR: ports/182292 Submitted by: Rustem Alimov <rustem.alimov@gmail.com> Notes: svn path=/head/; revision=328470
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | lang) Notes: svn path=/head/; revision=327741
* lang/php5*: Fix spl/simplexml modules (4 ports)John Marino2013-09-131-0/+1
| | | | | | | | | | | | | The simplexml module uses spl which uses pcre (php53,54,55). For php52, the fix is applied directly to spl. In any case, the bundled PCRE is not used, so it needs to be able to find the external pcre library and related headers. Unfortunately, there is no include for ${LOCALBASE}/include directory. This commit adds to fix simplexml (or spl) module build. Approved by: portmgr (bapt) Notes: svn path=/head/; revision=327187
* The simplexml extension needs pkgconfigBaptiste Daroussin2013-09-121-0/+1
| | | | Notes: svn path=/head/; revision=327089
* - Make ports use the libc provided iconv implementation on 10-CURRENTGuido Falsi2013-09-041-3/+2
| | | | | | | | | | | | | after r254273 - Fix a bunch of ports to properly work after this - Mark converters/libiconv as IGNORE for systems with iconv in libc Reviewed by: bapt Approved by: portmgr (bapt) Discussed with: bapt, bsam (who both contributed ideas and code) Notes: svn path=/head/; revision=326307
* Update to 5.4.19 release.Alex Dupre2013-08-272-3/+4
| | | | Notes: svn path=/head/; revision=325458
* - Remove MAKE_JOBS_SAFE variableAlex Kozlov2013-08-141-1/+0
| | | | | | | Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=324744
* Add an OPTION to force ZTS build.Alex Dupre2013-08-121-1/+6
| | | | | | | | PR: ports/180125 Submitted by: r4721@tormail.org Notes: svn path=/head/; revision=324626
* Update to 5.4.17 release.Alex Dupre2013-07-163-5/+5
| | | | | | | | PR: ports/180527 Submitted by: Rustem Alimov <rustem.alimov@gmail.com> Notes: svn path=/head/; revision=323097
* Update to 5.4.16Florian Smeets2013-06-072-3/+3
| | | | | | | | Approved by: ports-secteam (remko, delphij) Security: 59e7163c-cf84-11e2-907b-0025905a4770 Notes: svn path=/head/; revision=320229
* Update to 5.4.15 release.Alex Dupre2013-05-132-3/+3
| | | | | | | | PR: ports/178556 Submitted by: Rustem Alimov <rustem.alimov@gmail.com> Notes: svn path=/head/; revision=318005
* Fix installation of ports that rely on cp -n for installing files. r245960Florian Smeets2013-05-041-1/+1
| | | | | | | | | | | | | | changed cp to exit with a non-zero exit code if the file exists and is not overwritten thus causing ports to fail installing when e.g. trying to cp .default -> .conf files that already exist. We just ignore the error and continue, as we used to. Reported by: jaset Approved by: portmgr (bapt) Notes: svn path=/head/; revision=317389
* - adoption of USES for gettextJason Helfman2013-05-021-1/+1
| | | | | | | Approved by: portmgr (bapt@) Notes: svn path=/head/; revision=317073
* Rely on bsdtar to autodetermine the format of the distfiles when possibleBaptiste Daroussin2013-04-291-1/+1
| | | | | | | | | | For a while now bsdtar is able to autotermine compression and archive format. Let's then use tar directly instead of piping to tar. Now USE_BZIP2 and USE_XZ only set EXTRACT_SUFX to the right format Notes: svn path=/head/; revision=316786
* Convert the last USE_ICONV to USES=iconvBaptiste Daroussin2013-04-271-2/+2
| | | | Notes: svn path=/head/; revision=316695
* Update to 5.4.14 release.Alex Dupre2013-04-232-3/+3
| | | | | | | | | PR: ports/177787, ports/177825 Submitted by: Rustem Alimov <rustem.alimov@gmail.com>, Svyatoslav Lempert <svyatoslav.lempert@gmail.com> Notes: svn path=/head/; revision=316320
* Update to 5.4.13 release.Alex Dupre2013-03-202-3/+3
| | | | | | | | PR: ports/177082 Submitted by: Rustem Alimov <rustem.alimov@gmail.com> Notes: svn path=/head/; revision=314716
* Suhosin will never reappear, remove commented out code.Alex Dupre2013-03-122-14/+2
| | | | | | | | | Fix plist when CLI is not selected [1]. Submitted by: Gergely CZUCZY <gergely.czuczy@harmless.hu> [1] Notes: svn path=/head/; revision=313958
* Update to 5.4.12 release.Alex Dupre2013-02-252-3/+3
| | | | Notes: svn path=/head/; revision=312912
* Update to 5.4.11 release.Alex Dupre2013-01-222-3/+3
| | | | Notes: svn path=/head/; revision=310812
* Update to 5.4.10 release.Alex Dupre2012-12-203-34/+30
| | | | Notes: svn path=/head/; revision=309326
* Update PCRE to 8.32Martin Matuska2012-12-101-2/+2
| | | | | | | | Introduces the UTF-32 library pcre32 Bump PORTREVISION in dependent ports Notes: svn path=/head/; revision=308630
* Update to 5.4.9 release.Alex Dupre2012-12-102-3/+3
| | | | Notes: svn path=/head/; revision=308607
* Fix typo in MYSQLND_DESC.Alex Dupre2012-10-091-3/+3
| | | | | | | Submitted by: riccardo@torrini.org Notes: svn path=/head/; revision=305571
* Update to 5.4.7 release.Alex Dupre2012-10-042-3/+3
| | | | Notes: svn path=/head/; revision=305246
* Update to 5.4.6 release.Alex Dupre2012-08-233-4/+4
| | | | Notes: svn path=/head/; revision=303014
* - remove www/apache20 and devel/apr0Olli Hauer2012-08-181-1/+1
| | | | | | | | | | | | - s/USE_APACHE= 20+/USE_APACHE= 22+/ - unify s/YES/yes/ - cleanup APACHE_VERSION <= 22 usage - add entry to MOVED with hat apache@ Notes: svn path=/head/; revision=302724
* Update to 5.4.5.Xin LI2012-07-232-3/+3
| | | | | | | | Security: bdab0acd-d4cd-11e1-8a1c-14dae9ebcf89 With hat: secteam Notes: svn path=/head/; revision=301417
* Update to 5.4.4 release and switch to OptionsNG.Alex Dupre2012-06-193-81/+109
| | | | Notes: svn path=/head/; revision=299619
* - update png to 1.5.10Dirk Meyer2012-06-011-1/+1
| | | | Notes: svn path=/head/; revision=297915
* Update to 5.4.3 release:Alex Dupre2012-05-1614-250/+83
| | | | | | | | | | | | | | | | | | | | | | - add support for embedded php library - add support for dtrace Re-organize bsd.php.mk: - add WANT_PHP_EMD - fix handling of WANT_PHP_* - remove php4 extensions From UPDATING: Suhosin patch has been disabled until the new version will be released (soon). Suhosing extension will take more time. LINKTHR option is now enabled by default, be sure to flag it if you are updating using an old saved configuration. sqlite2 extension has been permanently removed. If you want to remain at PHP 5.3, a new port (lang/php53) will be committed soon. Notes: svn path=/head/; revision=296731
* Update to 5.3.13 release:Alex Dupre2012-05-092-3/+3
| | | | | | | | - Fix PHP-CGI query string parameter vulnerability, CVE-2012-1823. - Improve fix for PHP-CGI query string parameter vulnerability, CVE-2012-2311. Notes: svn path=/head/; revision=296271
* Update to 5.3.11 release.Alex Dupre2012-04-304-44/+10
| | | | | | | | Note: this port will be updated to 5.4.x as soon as suhosin will be released, while php 5.3.x branch will continue to exist in lang/php53. Notes: svn path=/head/; revision=295721