zeev Mon Sep 5 08:00:36 2005 EDT
Modified files: (Branch: PHP_5_0)
/php-src NEWS configure.in
/php-src/main php_version.h
Log:
Roll back to dev
http://cvs.php.net/diff.php/php-src/NEWS?r1=1.1760.2.475&r2=1.1760.2.476&ty=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.1760.2.475 php-src/NEWS:1.1760.2.476
--- php-src/NEWS:1.1760.2.475 Mon Sep 5 06:41:11 2005
+++ php-src/NEWS Mon Sep 5 08:00:19 2005
@@ -1,5 +1,7 @@
PHP NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
+?? ??? ????, PHP 5.0.6
+
05 Sep 2005, PHP 5.0.5
- Upgraded PCRE library to version 5.0. (Andrei)
- Removed php_check_syntax() function which never worked properly. (Ilia)
http://cvs.php.net/diff.php/php-src/configure.in?r1=1.514.2.58&r2=1.514.2.59&ty=u
Index: php-src/configure.in
diff -u php-src/configure.in:1.514.2.58 php-src/configure.in:1.514.2.59
--- php-src/configure.in:1.514.2.58 Mon Sep 5 06:41:12 2005
+++ php-src/configure.in Mon Sep 5 08:00:24 2005
@@ -1,4 +1,4 @@
-dnl ## $Id: configure.in,v 1.514.2.58 2005/09/05 10:41:12 zeev Exp $ -*- sh -*-
+dnl ## $Id: configure.in,v 1.514.2.59 2005/09/05 12:00:24 zeev Exp $ -*- sh -*-
dnl ## Process this file with autoconf to produce a configure script.
divert(1)
@@ -40,8 +40,8 @@
MAJOR_VERSION=5
MINOR_VERSION=0
-RELEASE_VERSION=5
-EXTRA_VERSION=""
+RELEASE_VERSION=6
+EXTRA_VERSION="-dev"
VERSION="$MAJOR_VERSION.$MINOR_VERSION.$RELEASE_VERSION$EXTRA_VERSION"
dnl Define where extension directories are located in the configure context
http://cvs.php.net/diff.php/php-src/main/php_version.h?r1=1.97.2.26&r2=1.97.2.27&ty=u
Index: php-src/main/php_version.h
diff -u php-src/main/php_version.h:1.97.2.26
php-src/main/php_version.h:1.97.2.27
--- php-src/main/php_version.h:1.97.2.26 Mon Sep 5 06:41:14 2005
+++ php-src/main/php_version.h Mon Sep 5 08:00:35 2005
@@ -2,6 +2,6 @@
/* edit configure.in to change version number */
#define PHP_MAJOR_VERSION 5
#define PHP_MINOR_VERSION 0
-#define PHP_RELEASE_VERSION 5
-#define PHP_EXTRA_VERSION ""
-#define PHP_VERSION "5.0.5"
+#define PHP_RELEASE_VERSION 6
+#define PHP_EXTRA_VERSION "-dev"
+#define PHP_VERSION "5.0.6-dev"
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php