| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
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.
|
|
|
|
| |
depend on it. This should also fix PR 109542.
|
|
|
|
| |
Reported by: pointyhat via kris
|
| |
|
|
|
|
| |
- Bump PORTREVISION where necessary
|
| |
|
|
|
|
| |
Submitted by: acm
|
| |
|
|
|
|
| |
after pspell module.
|
|
|
|
|
| |
Submitted by: esser
Obtained from: PHP CVS
|
|
|
|
|
|
| |
Countable.
Spotted by: Roman Neuhauser <neuhauser@sigpipe.cz>
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
This will fix a few build failures of pecl extensions.
Approved by: portmgr (erwin)
|
|
|
|
|
|
|
|
|
|
| |
- 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)
|
| |
|
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
|
| |
PR: ports/102392
Submitted by: Gea-Suan Lin <gslin@gslin.org>
|
| |
|
|
|
|
| |
- Remove the php->php-cgi temporary hack
|
| |
|
|
|
|
| |
Approved by: ale's vacation
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
| |
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>
|
| |
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
| |
PR: ports/97065
Submitted by: KIMURA Yasuhiro <yasu@utahime.org>
|
|
|
|
|
|
|
|
| |
- 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>
|
|
|
|
|
|
|
|
|
| |
- 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).
|
|
|
|
| |
Spotted by: Gianpaolo Del Matto <gianpaolo.delmatto@genotec.ch>
|
| |
|
|
|
|
| |
While I'm here, replace a '=' with '+='.
|
| |
|
|
|
|
|
| |
Approved by: krion@
PR: ports/88711 (related)
|
|
|
|
| |
The previous variable was too similar to PHP_EXT_DIR defined in bsd.php.mk.
|
|
|
|
|
| |
from the big tarball.
Fix xsl extensions that look for files outside its WRKSRC.
|
|
|
|
|
| |
- add reflection
- enable xmlreader and xmlwriter by default in php5-extensions
|
|
|
|
| |
on 64bit archs.
|
| |
|
|
|
|
|
|
|
|
| |
consistency
- add entries in UPDATING (for apache22 too)
PR: ports/78119
Repocopied by: marcus
|
| |
|
|
|
|
| |
- Increase pear memory limit (requested by amd64)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
| |
Submitted by: Rick van der Zwet <rick@wzoeterwoude.net>
|