non port: lang/php5/pkg-plist |
Number of commits found: 41 |
Thursday, 27 Nov 2014
|
09:41 ale
Fix build into jails with DTRACE enabled.
PR: 190662
Submitted by: Martin Vahi <martin.vahi@softf1.com>
 |
Friday, 17 Oct 2014
|
21:14 ale
Update to 5.4.34 release.
 |
Thursday, 27 Mar 2014
|
16:09 ale
Welcome the new mod_php ports, in order to have default packages for
Apache PHP modules.
Submitted by: marcus
Reworked by: ale (me)
Requested by: many, too many
 |
Tuesday, 28 Jan 2014
|
16:39 ale
Fix plist.
PR: ports/186182
Submitted by: Dmitry Marakasov <amdmi3@amdmi3.ru>
 |
Friday, 18 Oct 2013
|
12:37 ale
Fix installation of mod_php.
 |
10:04 ale
Update to 5.4.21 release and STAGify.
 |
Tuesday, 12 Mar 2013
|
10:33 ale
Suhosin will never reappear, remove commented out code.
Fix plist when CLI is not selected [1].
Submitted by: Gergely CZUCZY <gergely.czuczy@harmless.hu> [1]
 |
Wednesday, 16 May 2012
|
07:36 ale
Update to 5.4.3 release:
- 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.
 |
Wednesday, 8 Feb 2012
|
14:53 ale
When FPM is selected, install status.html into ${PREFIX}/share/php/fpm/.
Submitted by: Michael Vorobyov <vmb@ric168.ru>
 |
Friday, 19 Aug 2011
|
09:33 ale
Update to 5.3.7 release.
 |
Wednesday, 25 Aug 2010
|
12:42 ale
Add the ability to use MySQL Native Driver (instead of MySQL Client Library)
with mysql/mysqli/pdo_mysql extensions.
 |
Tuesday, 27 Jul 2010
|
15:13 ale
Update to 5.3.3 release:
- add FPM sapi (experimental) [1]
- add apache2filter sapi (experimental)
PR: ports/148956 [1]
Submitted by: mm
 |
Monday, 10 May 2010
|
06:03 ale
Now that apache 2.0 uses external pcre, drop support for bundled pcre in php.
 |
Friday, 9 Apr 2010
|
09:34 ale
Update to PHP 5.3.2 release!
 |
Tuesday, 22 Sep 2009
|
10:36 ale
Update to 5.2.11 release.
(Do not link to thread library when building a thread-safe only lib)
Feature safe: yes
 |
Friday, 6 Mar 2009
|
10:08 ale
Update to 5.2.9 release and re-add pcre extension.
 |
Monday, 8 Dec 2008
|
13:27 ale
Update to 5.2.8 release.
 |
Sunday, 7 Dec 2008
|
11:54 ale
Update to 5.2.7 release.
 |
Friday, 9 Feb 2007
|
08:28 ale
Update to 5.2.1 release.
 |
Friday, 29 Sep 2006
|
19:11 ale
Update suhosin patch to 0.9.5 release.
 |
Monday, 4 Sep 2006
|
07:59 ale
- Add experimental suhosin protection system support
- Remove the php->php-cgi temporary hack
 |
Saturday, 6 May 2006
|
13:26 ale
Simplify PHP base ports infrastructure:
- 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).
 |
Sunday, 22 Jan 2006
|
02:18 edwin
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related)
 |
Monday, 16 Jan 2006
|
12:08 ale
Update to 5.1.2 release:
- add reflection
- enable xmlreader and xmlwriter by default in php5-extensions
 |
Friday, 9 Dec 2005
|
19:41 ale
Finally update to PHP 5.1.1 release! (And remove unsupported extensions)
 |
Thursday, 8 Sep 2005
|
08:33 ale
Update to 5.0.5 release.
 |
Monday, 4 Apr 2005
|
09:20 ale
Update PHP ports to 4.3.11 and 5.0.4 releases:
- fix security issues
- unbreak PEAR packages [1]
PR: ports/78516 [1]
Submitted by: Yen-Ming Lee <leeym@utopia.leeym.com> [1]
Tested by: thierry
 |
Thursday, 16 Dec 2004
|
14:23 ale
Update to 5.0.3 release:
- Fix some serious security bugs
- Other minor enhancements (PRs fixes) will come later
 |
Wednesday, 28 Jul 2004
|
08:59 ale
Register extensions in etc/php/extensions.ini instead of etc/php.ini
and add etc/php to the config scan path.
Suggested by: Kenneth Vestergaard Schmidt <kvs@pil.dk>
 |
Monday, 19 Jul 2004
|
07:05 ale
First step of the PHP mega-commit:
- remove extensions and PEAR from the PHP base ports
- add more OPTIONS to PHP base ports
 |
Thursday, 15 Jul 2004
|
08:43 ale
Update to final 5.0.0 release:
- add a post 5.0.0 patch to fix basic authentication with apache 1.x
The major PHP ports overhaul is in its final stage. This commit was
anticipated since it fixes a critical security vulnerability.
 |
Monday, 28 Jun 2004
|
09:03 ale
Install GD and MBSTRINGS header files for pdflib and mailparse extensions.
 |
Friday, 7 May 2004
|
23:30 ale
- Add sysvmsg extension [1]
- Add XML_RPC to PEAR bootstrap [2]
- Use the official pcre fix [3]
- Bump PORTREVISION
Requested by: Andy Smith <andy@strugglers.net> [1]
Submitted by: thierry [2]
Obtained from: php CVS [3]
 |
Wednesday, 28 Apr 2004
|
22:23 ale
Update to 5.0.0RC2 release (stop packaging customized snapshots,
since now php5 seems pretty stable):
- Build iconv extension by default
- Remove obsolate MIME and YAZ extensions
 |
Friday, 19 Mar 2004
|
10:54 ale
Update to 5.0.0a6 snapshot:
- add mysqli extension
- add support for db 4.2
 |
Friday, 13 Feb 2004
|
11:46 ale
Update to the latest snapshot.
Add new SOAP and SPL extensions.
(The distfile may be unreachable for a few hours)
Approved by: nork (mentor/implicitly)
 |
Monday, 22 Dec 2003
|
18:45 nork
o Update to 5.0.0a4 snapshot.
o Add TIDY extension.
o Remove MCAL extension.
o Remove patch-ext::standard::datetime.c file.
PR: ports/60504
Submitted by: Alex Dupre <sysadmin@alexdupre.com> (maintainer)
 |
Thursday, 20 Nov 2003
|
11:10 jeh
Add WITH_DEBUG knob and support for the new bsd.php.mk file.
Forgotten in previous PR: add also BROKEN_WITH_PHP knob.
PR: 59418
Submitted by: MAINTAINER
 |
Thursday, 30 Oct 2003
|
01:52 nork
o Update to 5.0.0a3 snapshot.
o Un-break port.
o A lot of fixes, taken from recent commits to php4 port.
PR: ports/58617
Submitted by: Alex Dupre <sysadmin@alexdupre.com> (maintainer)
 |
Wednesday, 24 Sep 2003
|
08:49 edwin
[Maintainer Update] Port: lang/php5
Update to 5.0.0a2-alexdupre snapshot (and fix 5.0.0a1 memory leak).
Add DB4 extension.
Correctly use USE_MYSQL/USE_OPENSSL/USE_OPENLDAP.
PR: ports/56979
Submitted by: Alex Dupre <sysadmin@alexdupre.com>
 |
Wednesday, 16 Jul 2003
|
10:59 nork
Add php5 5.0.0.a1, PHP5 Scripting Language.
PR: ports/54519
Submitted by: Alex Dupre <sysadmin@alexdupre.com>
Repo copied by: joe (cvs)
Approved by: portmgr (no objections)
 |
Number of commits found: 41 |