Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by George Sherwood (82f1d5ce14100537be5f3f4060589d135008c930)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: George Sherwood <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by George Sherwood (82f1d5ce14100537be5f3f4060589d135008c930)
  • Date: Tue, 30 Jun 2009 17:25:17 -0500

GIT changes to master grimoire by George Sherwood <gsherwood AT sourcemage.org>:

php-pear/php/DETAILS | 9 ++++-----
php-pear/php/HISTORY | 3 +++
2 files changed, 7 insertions(+), 5 deletions(-)

New commits:
commit 82f1d5ce14100537be5f3f4060589d135008c930
Author: George Sherwood <gsherwood AT sourcemage.org>
Commit: George Sherwood <gsherwood AT sourcemage.org>

php: Updated to version 5.3.0. The incompatible list at
http://www.php.net/manual/en/migration53.incompatible.php
doesn't look too bad so we should be okay with 5.3.0 in test.

diff --git a/php-pear/php/DETAILS b/php-pear/php/DETAILS
index 5826c20..c90e649 100755
--- a/php-pear/php/DETAILS
+++ b/php-pear/php/DETAILS
@@ -1,7 +1,7 @@
SPELL=php
if [[ $PHP5_RC == y ]]; then
- VERSION=5.2.10
-
SOURCE_HASH=sha512:df1de653a2cadb335c8cc684baa2ab3cd9614c7d8a2231beed164d9375aa181e94f501ce15267fa9b8c009b106e9797cd30382cde58e1106cd24a30c6203b213
+ VERSION=5.3.0
+
SOURCE_HASH=sha512:ff9cf8653b56b9320c3b40da4611d291adf186c83931c710a645a3021a5b99398fe867889daf785a6bd1c423395f1fd40566c9676d829ab6f1e711a886c66024
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_URL[0]=http://downloads.php.net/ilia/$SOURCE
elif [[ $PHP5_ALPHA == y ]]; then
@@ -10,9 +10,9 @@ elif [[ $PHP5_ALPHA == y ]]; then
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_URL[0]=http://downloads.php.net/johannes/$SOURCE
else
- VERSION=5.2.10
+ VERSION=5.3.0
SECURITY_PATCH=9
-
SOURCE_HASH=sha512:df1de653a2cadb335c8cc684baa2ab3cd9614c7d8a2231beed164d9375aa181e94f501ce15267fa9b8c009b106e9797cd30382cde58e1106cd24a30c6203b213
+
SOURCE_HASH=sha512:ff9cf8653b56b9320c3b40da4611d291adf186c83931c710a645a3021a5b99398fe867889daf785a6bd1c423395f1fd40566c9676d829ab6f1e711a886c66024
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_URL[0]=http://static.php.net/www.php.net/distributions/$SOURCE
fi
@@ -27,7 +27,6 @@ if [[ $PHP5_SUHOSIN == y ]]; then
fi

SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
- PATCHLEVEL=0
WEB_SITE=http://www.php.net/
ENTERED=20011024
LICENSE[0]=http://www.php.net/license/3_0.txt
diff --git a/php-pear/php/HISTORY b/php-pear/php/HISTORY
index cd31536..064c5ba 100644
--- a/php-pear/php/HISTORY
+++ b/php-pear/php/HISTORY
@@ -1,3 +1,6 @@
+2009-06-30 George Sherwood <gsherwood AT sourcemage.org>
+ * DETAILS: Updated stable to 5.3.0
+
2009-06-17 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 5.2.10




  • [SM-Commit] GIT changes to master grimoire by George Sherwood (82f1d5ce14100537be5f3f4060589d135008c930), George Sherwood, 06/30/2009

Archive powered by MHonArc 2.6.24.

Top of Page