diff options
author | jdolecek <jdolecek> | 2005-12-03 18:53:57 +0000 |
---|---|---|
committer | jdolecek <jdolecek> | 2005-12-03 18:53:57 +0000 |
commit | 92f9ef373df1e68f50d49e5a2fe9e2efde7f86a3 (patch) | |
tree | cbc4526767bcb5b58f0966875b76173dda29fc02 /lang/php5/patches/patch-ao | |
parent | cabba97504950c4b4e05958285111fce5510beaf (diff) | |
download | pkgsrc-92f9ef373df1e68f50d49e5a2fe9e2efde7f86a3.tar.gz |
Update PHP5 to version 5.1.1. Some of the key features include:
* A complete rewrite of date handling code, with improved timezone support.
* Significant performance improvements compared to PHP 5.0.X.
* PDO extension is now enabled by default (separate pkg for pkgsrc)
* Over 30 new functions in various extensions and built-in functionality.
* Bundled libraries, PCRE and SQLite upgraded to latest versions.
* Over 400 various bug fixes.
* PEAR upgraded to version 1.4.5
This release also fixes various security problems discovered in 5.0.X.
Diffstat (limited to 'lang/php5/patches/patch-ao')
-rw-r--r-- | lang/php5/patches/patch-ao | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/lang/php5/patches/patch-ao b/lang/php5/patches/patch-ao new file mode 100644 index 00000000000..4c99931fbc2 --- /dev/null +++ b/lang/php5/patches/patch-ao @@ -0,0 +1,15 @@ +$NetBSD: patch-ao,v 1.1 2005/12/03 18:53:57 jdolecek Exp $ + +--- ext/bz2/bz2_filter.c.orig 2005-11-25 08:40:07.000000000 +0100 ++++ ext/bz2/bz2_filter.c 2005-11-25 00:07:50.000000000 +0100 +@@ -18,6 +18,10 @@ + + /* $Id: patch-ao,v 1.1 2005/12/03 18:53:57 jdolecek Exp $ */ + ++#ifdef HAVE_CONFIG_H ++#include "config.h" ++#endif ++ + #include "php.h" + #include "php_bz2.h" + |