summaryrefslogtreecommitdiff
path: root/lang/php53
AgeCommit message (Collapse)AuthorFilesLines
2010-07-24Update "php53" package to version 5.3.3. Changes since version 5.3.2:tron6-62/+36
- Rewrote var_export() to use smart_str rather than output buffering, prevents data disclosure if a fatal error occurs (CVE-2010-2531). (Scott) - Fixed a NULL pointer dereference when processing invalid XML-RPC requests (Fixes CVE-2010-0397, bug #51288). (Raphael Geissert) - Fixed SplObjectStorage unserialization problems (CVE-2010-2225). (Stas) - A large number of not security related bug fixes
2010-06-13Bump PKGREVISION for libpng shlib name change.wiz2-3/+34
Also add some patches to remove use of deprecated symbols and fix other problems when looking for or compiling against libpng-1.4.x.
2010-05-28Patch pdo-mysql to not append empty -I arguments.joerg2-1/+15
2010-04-16Explicitly set PKGNAME to handle PKG_OPTIONS properly, noted bytaca2-3/+10
PR pkg/43170 by Nathaniel Madura. And add suhosin-patch to distinfo. Bump PKG_REVISION.
2010-03-27Add patch for php-xmlrpc to fix CVE-2010-0397 security problem.taca2-4/+37
These patch are created from r296152 and r296153 from svn from PHP.
2010-03-21explicitly disable sqlite3 and intl, we don't want to compile them into main ↵jdolecek2-4/+7
PHP executable; the extensions were not actually built since necessary libraries were not found due to pkgsrc framework, but better be explicit fix MESSAGE_SRC to use lang/php53 locations bump PKGREVISION
2010-03-16Importing PHP 5.3.2 as lang/php53.taca19-0/+753
This package and lang/php5 aren't installed at the same time. Setting PHP_VERSION_DEFAULT as "5" or "53" to select PHP 5.2.x or 5.3.x. PHP is an HTML-embedded scripting language. It is modular, with some object-oriented features. Much of its syntax is borrowed from C, Java and Perl with a couple of unique PHP-specific features thrown in. The language is designed to allow web developers to write dynamically generated pages quickly.