A framework for developing PHP web applications Maintained by:glarkin@FreeBSD.org Port Added: 07 Nov 2006 16:59:41 License: BSD
This is a port of the Zend Framework. The Zend Framework aims to
provide an architecture for developing entire applications with no
other library dependencies. This code will always be actively developed,
tested, and supported by Zend and the PHP Collaboration Project.
WWW: http://framework.zend.com/
To install the port:cd /usr/ports/www/zend-framework/ && make install clean To add the package:pkg_add -r ZendFramework
Configuration Options
===> The following configuration options are available for ZendFramework-1.12.0_1:
DBLIB=off: Enable DBLIB PDO support
DOCS=on: Build and/or install documentation
EXAMPLES=on: Build and/or install examples
MYSQL=off: Enable MySQL PDO support
MYSQLI=off: Enable MySQLi support
ODBC=off: Enable ODBC PDO support
OPTPHP=off: Install optional PHP dependencies
PGSQL=off: Enable PostgreSQL PDO support
REQPHP=on: Install required PHP dependencies
SQLITE=off: Enable SQLite v3 PDO support
===> Use 'make config' to modify these settings
Reason:
A local file inclusion (LFI) vulnerability was fixed in Zend Framework
1.7.5. The LFI was present in the Zend_View::render() method, and
allowed inclusion of scripts with relative path names, e.g.
"../../../my/script/dir/myscript.php".
If the script path name is hard-coded into the application and is not
generated by user input, the vulnerability does not apply. Because of
this exception, the Zend Framework team has added a flag to disable
the LFI protection in the render() method.
Full details of the vulnerability, whether it applies to your
application and how to disable the LFI protection in the render()
method can be found here:
http://framework.zend.com/manual/en/zend.view.migration.html
Number of commits found: 65
Commit History - (may be incomplete: see SVNWeb link above for full details)
- Removed php5-pcre dependency since it's part of the PHP base port now
- Added MySQLi dependency configuration option
- Bumped PORTREVISION
PR: ports/129698
Submitted by: Till Klampaeckel <till at php dot net>
- Fix dependencies that are moved into php5 core distribution
PR: ports/109064
Submitted by: Alexander Zhuravlev <zaa at zaa.pp.ru>
Approved by: Greg Larkin <glarkin at sourcehosting.net> (maintainer)
This is a port of the Zend Framework. The Zend Framework aims to
provide an architecture for developing entire applications with no
other library dependencies. This code will always be actively developed,
tested, and supported by Zend and the PHP Collaboration Project.
WWW: http://framework.zend.com/
- Greg Larkin
glarkin@sourcehosting.net
PR: ports/105094
Submitted by: Greg Larkin <glarkin at sourcehosting.net>