summaryrefslogtreecommitdiffstats
path: root/php-pear/php/HISTORY
diff options
context:
space:
mode:
authorVlad Glagolev2013-02-27 01:17:38 +0400
committerVlad Glagolev2013-02-27 01:17:38 +0400
commitaf7c0f8c2aa5c5ccdebe2c4a2a9b4418c6ad7d01 (patch)
treea1c01c729657a83a512f8855a5ba75c3bccb4047 /php-pear/php/HISTORY
parente161e8ff816660b00988b944a5542b2b518e86c3 (diff)
php: => 5.4.12 (stable), 5.3.22 (previous), 5.5.0alpha5 (alpha)
Diffstat (limited to 'php-pear/php/HISTORY')
-rw-r--r--php-pear/php/HISTORY18
1 files changed, 18 insertions, 0 deletions
diff --git a/php-pear/php/HISTORY b/php-pear/php/HISTORY
index 0027eb685a..8c17d2c9ce 100644
--- a/php-pear/php/HISTORY
+++ b/php-pear/php/HISTORY
@@ -1,3 +1,21 @@
+2013-02-27 Vlad Glagolev <stealth@sourcemage.org>
+ * DETAILS: switched stable to 5.4 (5.4.12); updated spell to 5.3.22
+ (previous), 5.5.0alpha5 (alpha)
+ * PREPARE: added 'previous' (previous stable) 5.3 branch; apply suhosin
+ patch only for legacy branch
+ * INSTALL: install php.ini according to php version
+ * BUILD: '--with-exec-dir' doesn't apply to 5.4 (and above)
+ * DEPENDS: PHP5_OPTS="... $PHP_OPTS" -> list_add "PHP5_OPTS" to avoid
+ duplicate entries; added missing '&&'; removed deprecated
+ '--with-pcre' flag; fixed imap dependency selection; enchant and
+ oniguruma apply only to 5.3 and above; fixed mysqlnd configuration;
+ fixed libxpm disable flag; corrected firebird and sqlite 2/3 options;
+ cleaned up
+ * CONFIGURE: PHP5_OPTS="... $PHP_OPTS" -> list_add "PHP5_OPTS" to avoid
+ duplicate entries; safe mode switch is available only for php < 5.4;
+ fixed dba switch; fixed sqlite 2/3 selection according to php version;
+ dropped duplicate db driver loop; removed odbc disable switches
+
2012-11-23 Vlad Glagolev <stealth@sourcemage.org>
* DETAILS: updated backports+security patches to 20121114;
SECUIRTY_PATCH++