[PHP-CVS] cvs: php-src(PHP_5_2) / configure.in /main php_version.h

2008-02-28 Thread Ilia Alshanetsky
iliaa   Thu Feb 28 15:36:07 2008 UTC

  Modified files:  (Branch: PHP_5_2)
/php-srcconfigure.in 
/php-src/main   php_version.h 
  Log:
  Set proper RC version (Thanks Hannes)
  
  
http://cvs.php.net/viewvc.cgi/php-src/configure.in?r1=1.579.2.52.2.86&r2=1.579.2.52.2.87&diff_format=u
Index: php-src/configure.in
diff -u php-src/configure.in:1.579.2.52.2.86 
php-src/configure.in:1.579.2.52.2.87
--- php-src/configure.in:1.579.2.52.2.86Thu Feb 28 00:35:26 2008
+++ php-src/configure.inThu Feb 28 15:36:07 2008
@@ -1,4 +1,4 @@
-## $Id: configure.in,v 1.579.2.52.2.86 2008/02/28 00:35:26 iliaa Exp $ -*- 
autoconf -*-
+## $Id: configure.in,v 1.579.2.52.2.87 2008/02/28 15:36:07 iliaa Exp $ -*- 
autoconf -*-
 dnl ## Process this file with autoconf to produce a configure script.
 
 divert(1)
@@ -42,7 +42,7 @@
 PHP_MAJOR_VERSION=5
 PHP_MINOR_VERSION=2
 PHP_RELEASE_VERSION=6
-PHP_EXTRA_VERSION="RC1-dev"
+PHP_EXTRA_VERSION="RC2-dev"
 
PHP_VERSION="$PHP_MAJOR_VERSION.$PHP_MINOR_VERSION.$PHP_RELEASE_VERSION$PHP_EXTRA_VERSION"
 PHP_VERSION_ID=`expr [$]PHP_MAJOR_VERSION \* 1 + [$]PHP_MINOR_VERSION \* 
100 + [$]PHP_RELEASE_VERSION`
 
http://cvs.php.net/viewvc.cgi/php-src/main/php_version.h?r1=1.112.2.37.2.58&r2=1.112.2.37.2.59&diff_format=u
Index: php-src/main/php_version.h
diff -u php-src/main/php_version.h:1.112.2.37.2.58 
php-src/main/php_version.h:1.112.2.37.2.59
--- php-src/main/php_version.h:1.112.2.37.2.58  Thu Feb 28 00:35:26 2008
+++ php-src/main/php_version.h  Thu Feb 28 15:36:07 2008
@@ -3,6 +3,6 @@
 #define PHP_MAJOR_VERSION 5
 #define PHP_MINOR_VERSION 2
 #define PHP_RELEASE_VERSION 6
-#define PHP_EXTRA_VERSION "RC1-dev"
-#define PHP_VERSION "5.2.6RC1-dev"
+#define PHP_EXTRA_VERSION "RC2-dev"
+#define PHP_VERSION "5.2.6RC2-dev"
 #define PHP_VERSION_ID 50206

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP-CVS] cvs: php-src(PHP_5_2) / configure.in /main php_version.h

2008-02-27 Thread Ilia Alshanetsky
iliaa   Thu Feb 28 00:30:35 2008 UTC

  Modified files:  (Branch: PHP_5_2)
/php-src/main   php_version.h 
/php-srcconfigure.in 
  Log:
  5.2.6RC1
  
  
http://cvs.php.net/viewvc.cgi/php-src/main/php_version.h?r1=1.112.2.37.2.56&r2=1.112.2.37.2.57&diff_format=u
Index: php-src/main/php_version.h
diff -u php-src/main/php_version.h:1.112.2.37.2.56 
php-src/main/php_version.h:1.112.2.37.2.57
--- php-src/main/php_version.h:1.112.2.37.2.56  Thu Nov  8 13:53:14 2007
+++ php-src/main/php_version.h  Thu Feb 28 00:30:34 2008
@@ -3,6 +3,6 @@
 #define PHP_MAJOR_VERSION 5
 #define PHP_MINOR_VERSION 2
 #define PHP_RELEASE_VERSION 6
-#define PHP_EXTRA_VERSION "-dev"
-#define PHP_VERSION "5.2.6-dev"
+#define PHP_EXTRA_VERSION "RC1"
+#define PHP_VERSION "5.2.6RC1"
 #define PHP_VERSION_ID 50206
http://cvs.php.net/viewvc.cgi/php-src/configure.in?r1=1.579.2.52.2.84&r2=1.579.2.52.2.85&diff_format=u
Index: php-src/configure.in
diff -u php-src/configure.in:1.579.2.52.2.84 
php-src/configure.in:1.579.2.52.2.85
--- php-src/configure.in:1.579.2.52.2.84Thu Nov  8 13:53:13 2007
+++ php-src/configure.inThu Feb 28 00:30:35 2008
@@ -1,4 +1,4 @@
-## $Id: configure.in,v 1.579.2.52.2.84 2007/11/08 13:53:13 iliaa Exp $ -*- 
autoconf -*-
+## $Id: configure.in,v 1.579.2.52.2.85 2008/02/28 00:30:35 iliaa Exp $ -*- 
autoconf -*-
 dnl ## Process this file with autoconf to produce a configure script.
 
 divert(1)
@@ -42,7 +42,7 @@
 PHP_MAJOR_VERSION=5
 PHP_MINOR_VERSION=2
 PHP_RELEASE_VERSION=6
-PHP_EXTRA_VERSION="-dev"
+PHP_EXTRA_VERSION="RC1"
 
PHP_VERSION="$PHP_MAJOR_VERSION.$PHP_MINOR_VERSION.$PHP_RELEASE_VERSION$PHP_EXTRA_VERSION"
 PHP_VERSION_ID=`expr [$]PHP_MAJOR_VERSION \* 1 + [$]PHP_MINOR_VERSION \* 
100 + [$]PHP_RELEASE_VERSION`
 

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP-CVS] cvs: php-src(PHP_5_2) / configure.in /main php_version.h

2007-08-23 Thread Ilia Alshanetsky
iliaa   Thu Aug 23 22:53:52 2007 UTC

  Modified files:  (Branch: PHP_5_2)
/php-srcconfigure.in 
/php-src/main   php_version.h 
  Log:
  
  Back to dev
  
http://cvs.php.net/viewvc.cgi/php-src/configure.in?r1=1.579.2.52.2.74&r2=1.579.2.52.2.75&diff_format=u
Index: php-src/configure.in
diff -u php-src/configure.in:1.579.2.52.2.74 
php-src/configure.in:1.579.2.52.2.75
--- php-src/configure.in:1.579.2.52.2.74Thu Aug 23 22:39:01 2007
+++ php-src/configure.inThu Aug 23 22:53:52 2007
@@ -1,4 +1,4 @@
-## $Id: configure.in,v 1.579.2.52.2.74 2007/08/23 22:39:01 iliaa Exp $ -*- 
autoconf -*-
+## $Id: configure.in,v 1.579.2.52.2.75 2007/08/23 22:53:52 iliaa Exp $ -*- 
autoconf -*-
 dnl ## Process this file with autoconf to produce a configure script.
 
 divert(1)
@@ -42,7 +42,7 @@
 PHP_MAJOR_VERSION=5
 PHP_MINOR_VERSION=2
 PHP_RELEASE_VERSION=4
-PHP_EXTRA_VERSION="RC3"
+PHP_EXTRA_VERSION="RC4-dev"
 
PHP_VERSION="$PHP_MAJOR_VERSION.$PHP_MINOR_VERSION.$PHP_RELEASE_VERSION$PHP_EXTRA_VERSION"
 PHP_VERSION_ID=`expr [$]PHP_MAJOR_VERSION \* 1 + [$]PHP_MINOR_VERSION \* 
100 + [$]PHP_RELEASE_VERSION`
 
http://cvs.php.net/viewvc.cgi/php-src/main/php_version.h?r1=1.112.2.37.2.47&r2=1.112.2.37.2.48&diff_format=u
Index: php-src/main/php_version.h
diff -u php-src/main/php_version.h:1.112.2.37.2.47 
php-src/main/php_version.h:1.112.2.37.2.48
--- php-src/main/php_version.h:1.112.2.37.2.47  Thu Aug 23 22:39:02 2007
+++ php-src/main/php_version.h  Thu Aug 23 22:53:52 2007
@@ -3,6 +3,6 @@
 #define PHP_MAJOR_VERSION 5
 #define PHP_MINOR_VERSION 2
 #define PHP_RELEASE_VERSION 4
-#define PHP_EXTRA_VERSION "RC3"
-#define PHP_VERSION "5.2.4RC3"
+#define PHP_EXTRA_VERSION "RC4-dev"
+#define PHP_VERSION "5.2.4RC4-dev"
 #define PHP_VERSION_ID 50204

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP-CVS] cvs: php-src(PHP_5_2) / configure.in /main php_version.h

2007-01-25 Thread Ilia Alshanetsky
iliaa   Fri Jan 26 00:21:20 2007 UTC

  Modified files:  (Branch: PHP_5_2)
/php-srcconfigure.in 
/php-src/main   php_version.h 
  Log:
  
  Back to dev
  
  
http://cvs.php.net/viewvc.cgi/php-src/configure.in?r1=1.579.2.52.2.39&r2=1.579.2.52.2.40&diff_format=u
Index: php-src/configure.in
diff -u php-src/configure.in:1.579.2.52.2.39 
php-src/configure.in:1.579.2.52.2.40
--- php-src/configure.in:1.579.2.52.2.39Fri Jan 26 00:15:03 2007
+++ php-src/configure.inFri Jan 26 00:21:20 2007
@@ -1,4 +1,4 @@
- ## $Id: configure.in,v 1.579.2.52.2.39 2007/01/26 00:15:03 iliaa Exp $ -*- 
autoconf -*-
+ ## $Id: configure.in,v 1.579.2.52.2.40 2007/01/26 00:21:20 iliaa Exp $ -*- 
autoconf -*-
 dnl ## Process this file with autoconf to produce a configure script.
 
 divert(1)
@@ -44,7 +44,7 @@
 MAJOR_VERSION=5
 MINOR_VERSION=2
 RELEASE_VERSION=1
-EXTRA_VERSION="RC4"
+EXTRA_VERSION="RC5-dev"
 PHP_VERSION="$MAJOR_VERSION.$MINOR_VERSION.$RELEASE_VERSION$EXTRA_VERSION"
 PHP_VERSION_ID=`expr [$]MAJOR_VERSION \* 1 + [$]MINOR_VERSION \* 100 + 
[$]RELEASE_VERSION`
 
http://cvs.php.net/viewvc.cgi/php-src/main/php_version.h?r1=1.112.2.37.2.24&r2=1.112.2.37.2.25&diff_format=u
Index: php-src/main/php_version.h
diff -u php-src/main/php_version.h:1.112.2.37.2.24 
php-src/main/php_version.h:1.112.2.37.2.25
--- php-src/main/php_version.h:1.112.2.37.2.24  Fri Jan 26 00:15:03 2007
+++ php-src/main/php_version.h  Fri Jan 26 00:21:20 2007
@@ -3,6 +3,6 @@
 #define PHP_MAJOR_VERSION 5
 #define PHP_MINOR_VERSION 2
 #define PHP_RELEASE_VERSION 1
-#define PHP_EXTRA_VERSION "RC4"
-#define PHP_VERSION "5.2.1RC4"
+#define PHP_EXTRA_VERSION "RC5-dev"
+#define PHP_VERSION "5.2.1RC5-dev"
 #define PHP_VERSION_ID 50201

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP-CVS] cvs: php-src(PHP_5_2) / configure.in /main php_version.h

2006-12-14 Thread Ilia Alshanetsky
iliaa   Fri Dec 15 01:22:35 2006 UTC

  Modified files:  (Branch: PHP_5_2)
/php-src/main   php_version.h 
/php-srcconfigure.in 
  Log:
  back to dev
  
  
http://cvs.php.net/viewvc.cgi/php-src/main/php_version.h?r1=1.112.2.37.2.18&r2=1.112.2.37.2.19&diff_format=u
Index: php-src/main/php_version.h
diff -u php-src/main/php_version.h:1.112.2.37.2.18 
php-src/main/php_version.h:1.112.2.37.2.19
--- php-src/main/php_version.h:1.112.2.37.2.18  Fri Dec 15 01:21:36 2006
+++ php-src/main/php_version.h  Fri Dec 15 01:22:35 2006
@@ -3,6 +3,6 @@
 #define PHP_MAJOR_VERSION 5
 #define PHP_MINOR_VERSION 2
 #define PHP_RELEASE_VERSION 1
-#define PHP_EXTRA_VERSION "RC1"
-#define PHP_VERSION "5.2.1RC1"
+#define PHP_EXTRA_VERSION "RC2-dev"
+#define PHP_VERSION "5.2.1RC2-dev"
 #define PHP_VERSION_ID 50201
http://cvs.php.net/viewvc.cgi/php-src/configure.in?r1=1.579.2.52.2.31&r2=1.579.2.52.2.32&diff_format=u
Index: php-src/configure.in
diff -u php-src/configure.in:1.579.2.52.2.31 
php-src/configure.in:1.579.2.52.2.32
--- php-src/configure.in:1.579.2.52.2.31Fri Dec 15 01:21:36 2006
+++ php-src/configure.inFri Dec 15 01:22:35 2006
@@ -1,4 +1,4 @@
- ## $Id: configure.in,v 1.579.2.52.2.31 2006/12/15 01:21:36 iliaa Exp $ -*- 
autoconf -*-
+ ## $Id: configure.in,v 1.579.2.52.2.32 2006/12/15 01:22:35 iliaa Exp $ -*- 
autoconf -*-
 dnl ## Process this file with autoconf to produce a configure script.
 
 divert(1)
@@ -44,7 +44,7 @@
 MAJOR_VERSION=5
 MINOR_VERSION=2
 RELEASE_VERSION=1
-EXTRA_VERSION="RC1"
+EXTRA_VERSION="RC2-dev"
 PHP_VERSION="$MAJOR_VERSION.$MINOR_VERSION.$RELEASE_VERSION$EXTRA_VERSION"
 PHP_VERSION_ID=`expr [$]MAJOR_VERSION \* 1 + [$]MINOR_VERSION \* 100 + 
[$]RELEASE_VERSION`
 

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP-CVS] cvs: php-src(PHP_5_2) / configure.in /main php_version.h

2006-10-30 Thread Ilia Alshanetsky
iliaa   Mon Oct 30 23:06:22 2006 UTC

  Modified files:  (Branch: PHP_5_2)
/php-srcconfigure.in 
/php-src/main   php_version.h 
  Log:
  5.2.0
  
  
http://cvs.php.net/viewvc.cgi/php-src/configure.in?r1=1.579.2.52.2.23&r2=1.579.2.52.2.24&diff_format=u
Index: php-src/configure.in
diff -u php-src/configure.in:1.579.2.52.2.23 
php-src/configure.in:1.579.2.52.2.24
--- php-src/configure.in:1.579.2.52.2.23Fri Oct 20 13:15:35 2006
+++ php-src/configure.inMon Oct 30 23:06:22 2006
@@ -1,4 +1,4 @@
- ## $Id: configure.in,v 1.579.2.52.2.23 2006/10/20 13:15:35 iliaa Exp $ -*- 
autoconf -*-
+ ## $Id: configure.in,v 1.579.2.52.2.24 2006/10/30 23:06:22 iliaa Exp $ -*- 
autoconf -*-
 dnl ## Process this file with autoconf to produce a configure script.
 
 divert(1)
@@ -44,7 +44,7 @@
 MAJOR_VERSION=5
 MINOR_VERSION=2
 RELEASE_VERSION=0
-EXTRA_VERSION="RC7-dev"
+EXTRA_VERSION=""
 PHP_VERSION="$MAJOR_VERSION.$MINOR_VERSION.$RELEASE_VERSION$EXTRA_VERSION"
 PHP_VERSION_ID=`expr [$]MAJOR_VERSION \* 1 + [$]MINOR_VERSION \* 100 + 
[$]RELEASE_VERSION`
 
http://cvs.php.net/viewvc.cgi/php-src/main/php_version.h?r1=1.112.2.37.2.14&r2=1.112.2.37.2.15&diff_format=u
Index: php-src/main/php_version.h
diff -u php-src/main/php_version.h:1.112.2.37.2.14 
php-src/main/php_version.h:1.112.2.37.2.15
--- php-src/main/php_version.h:1.112.2.37.2.14  Fri Oct 20 13:15:35 2006
+++ php-src/main/php_version.h  Mon Oct 30 23:06:22 2006
@@ -3,6 +3,6 @@
 #define PHP_MAJOR_VERSION 5
 #define PHP_MINOR_VERSION 2
 #define PHP_RELEASE_VERSION 0
-#define PHP_EXTRA_VERSION "RC7-dev"
-#define PHP_VERSION "5.2.0RC7-dev"
+#define PHP_EXTRA_VERSION ""
+#define PHP_VERSION "5.2.0"
 #define PHP_VERSION_ID 50200

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP-CVS] cvs: php-src(PHP_5_2) / configure.in /main php_version.h

2006-10-20 Thread Ilia Alshanetsky
iliaa   Fri Oct 20 13:15:36 2006 UTC

  Modified files:  (Branch: PHP_5_2)
/php-srcconfigure.in 
/php-src/main   php_version.h 
  Log:
  Back to dev
  
  
http://cvs.php.net/viewvc.cgi/php-src/configure.in?r1=1.579.2.52.2.22&r2=1.579.2.52.2.23&diff_format=u
Index: php-src/configure.in
diff -u php-src/configure.in:1.579.2.52.2.22 
php-src/configure.in:1.579.2.52.2.23
--- php-src/configure.in:1.579.2.52.2.22Fri Oct 20 01:51:07 2006
+++ php-src/configure.inFri Oct 20 13:15:35 2006
@@ -1,4 +1,4 @@
- ## $Id: configure.in,v 1.579.2.52.2.22 2006/10/20 01:51:07 iliaa Exp $ -*- 
autoconf -*-
+ ## $Id: configure.in,v 1.579.2.52.2.23 2006/10/20 13:15:35 iliaa Exp $ -*- 
autoconf -*-
 dnl ## Process this file with autoconf to produce a configure script.
 
 divert(1)
@@ -44,7 +44,7 @@
 MAJOR_VERSION=5
 MINOR_VERSION=2
 RELEASE_VERSION=0
-EXTRA_VERSION="RC6"
+EXTRA_VERSION="RC7-dev"
 PHP_VERSION="$MAJOR_VERSION.$MINOR_VERSION.$RELEASE_VERSION$EXTRA_VERSION"
 PHP_VERSION_ID=`expr [$]MAJOR_VERSION \* 1 + [$]MINOR_VERSION \* 100 + 
[$]RELEASE_VERSION`
 
http://cvs.php.net/viewvc.cgi/php-src/main/php_version.h?r1=1.112.2.37.2.13&r2=1.112.2.37.2.14&diff_format=u
Index: php-src/main/php_version.h
diff -u php-src/main/php_version.h:1.112.2.37.2.13 
php-src/main/php_version.h:1.112.2.37.2.14
--- php-src/main/php_version.h:1.112.2.37.2.13  Fri Oct 20 01:51:07 2006
+++ php-src/main/php_version.h  Fri Oct 20 13:15:35 2006
@@ -3,6 +3,6 @@
 #define PHP_MAJOR_VERSION 5
 #define PHP_MINOR_VERSION 2
 #define PHP_RELEASE_VERSION 0
-#define PHP_EXTRA_VERSION "RC6"
-#define PHP_VERSION "5.2.0RC6"
+#define PHP_EXTRA_VERSION "RC7-dev"
+#define PHP_VERSION "5.2.0RC7-dev"
 #define PHP_VERSION_ID 50200

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP-CVS] cvs: php-src(PHP_5_2) / configure.in /main php_version.h

2006-08-17 Thread Ilia Alshanetsky
iliaa   Thu Aug 17 13:44:36 2006 UTC

  Modified files:  (Branch: PHP_5_2)
/php-srcconfigure.in 
/php-src/main   php_version.h 
  Log:
  5.2.0RC2
  
  
http://cvs.php.net/viewvc.cgi/php-src/configure.in?r1=1.579.2.52.2.10&r2=1.579.2.52.2.11&diff_format=u
Index: php-src/configure.in
diff -u php-src/configure.in:1.579.2.52.2.10 
php-src/configure.in:1.579.2.52.2.11
--- php-src/configure.in:1.579.2.52.2.10Tue Aug 15 20:13:47 2006
+++ php-src/configure.inThu Aug 17 13:44:36 2006
@@ -1,4 +1,4 @@
- ## $Id: configure.in,v 1.579.2.52.2.10 2006/08/15 20:13:47 tony2001 Exp $ -*- 
autoconf -*-
+ ## $Id: configure.in,v 1.579.2.52.2.11 2006/08/17 13:44:36 iliaa Exp $ -*- 
autoconf -*-
 dnl ## Process this file with autoconf to produce a configure script.
 
 divert(1)
@@ -44,7 +44,7 @@
 MAJOR_VERSION=5
 MINOR_VERSION=2
 RELEASE_VERSION=0
-EXTRA_VERSION="RC2-dev"
+EXTRA_VERSION="RC2"
 PHP_VERSION="$MAJOR_VERSION.$MINOR_VERSION.$RELEASE_VERSION$EXTRA_VERSION"
 PHP_VERSION_ID=`expr [$]MAJOR_VERSION \* 1 + [$]MINOR_VERSION \* 100 + 
[$]RELEASE_VERSION`
 
http://cvs.php.net/viewvc.cgi/php-src/main/php_version.h?r1=1.112.2.37.2.4&r2=1.112.2.37.2.5&diff_format=u
Index: php-src/main/php_version.h
diff -u php-src/main/php_version.h:1.112.2.37.2.4 
php-src/main/php_version.h:1.112.2.37.2.5
--- php-src/main/php_version.h:1.112.2.37.2.4   Thu Jul 27 08:53:16 2006
+++ php-src/main/php_version.h  Thu Aug 17 13:44:36 2006
@@ -3,6 +3,6 @@
 #define PHP_MAJOR_VERSION 5
 #define PHP_MINOR_VERSION 2
 #define PHP_RELEASE_VERSION 0
-#define PHP_EXTRA_VERSION "RC2-dev"
-#define PHP_VERSION "5.2.0RC2-dev"
+#define PHP_EXTRA_VERSION "RC2"
+#define PHP_VERSION "5.2.0RC2"
 #define PHP_VERSION_ID 50200

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP-CVS] cvs: php-src(PHP_5_2) / configure.in /main php_version.h /scripts php-config.in /scripts/man1 php-config.1.in

2006-07-27 Thread Jani Taskinen
sniper  Thu Jul 27 08:53:16 2006 UTC

  Modified files:  (Branch: PHP_5_2)
/php-srcconfigure.in 
/php-src/main   php_version.h 
/php-src/scriptsphp-config.in 
/php-src/scripts/man1   php-config.1.in 
  Log:
  MFH: - Added PHP_VERSION_ID == PHP_VERSION as integer.
  
  
http://cvs.php.net/viewvc.cgi/php-src/configure.in?r1=1.579.2.52.2.5&r2=1.579.2.52.2.6&diff_format=u
Index: php-src/configure.in
diff -u php-src/configure.in:1.579.2.52.2.5 php-src/configure.in:1.579.2.52.2.6
--- php-src/configure.in:1.579.2.52.2.5 Wed Jul 26 08:57:44 2006
+++ php-src/configure.inThu Jul 27 08:53:16 2006
@@ -1,4 +1,4 @@
- ## $Id: configure.in,v 1.579.2.52.2.5 2006/07/26 08:57:44 tony2001 Exp $ -*- 
autoconf -*-
+ ## $Id: configure.in,v 1.579.2.52.2.6 2006/07/27 08:53:16 sniper Exp $ -*- 
autoconf -*-
 dnl ## Process this file with autoconf to produce a configure script.
 
 divert(1)
@@ -45,7 +45,8 @@
 MINOR_VERSION=2
 RELEASE_VERSION=0
 EXTRA_VERSION="RC2-dev"
-VERSION="$MAJOR_VERSION.$MINOR_VERSION.$RELEASE_VERSION$EXTRA_VERSION"
+PHP_VERSION="$MAJOR_VERSION.$MINOR_VERSION.$RELEASE_VERSION$EXTRA_VERSION"
+PHP_VERSION_ID=`expr [$]MAJOR_VERSION \* 1 + [$]MINOR_VERSION \* 100 + 
[$]RELEASE_VERSION`
 
 dnl Define where extension directories are located in the configure context
 AC_DEFUN([PHP_EXT_BUILDDIR],[ext/$1])dnl
@@ -56,7 +57,6 @@
 dnl Setting up the PHP version based on the information above.
 dnl -
 
-PHP_VERSION=$VERSION
 echo "/* automatically generated by configure */" > php_version.h.new
 echo "/* edit configure.in to change version number */" >> php_version.h.new
 echo "#define PHP_MAJOR_VERSION $MAJOR_VERSION" >> php_version.h.new
@@ -64,6 +64,7 @@
 echo "#define PHP_RELEASE_VERSION $RELEASE_VERSION" >> php_version.h.new
 echo "#define PHP_EXTRA_VERSION \"$EXTRA_VERSION\"" >> php_version.h.new
 echo "#define PHP_VERSION \"$PHP_VERSION\"" >> php_version.h.new
+echo "#define PHP_VERSION_ID $PHP_VERSION_ID" >> php_version.h.new
 cmp php_version.h.new $srcdir/main/php_version.h >/dev/null 2>&1
 if test $? -ne 0 ; then
 rm -f $srcdir/main/php_version.h && mv php_version.h.new 
$srcdir/main/php_version.h && \
@@ -1196,6 +1197,7 @@
 PHP_SUBST(PHP_RPATHS)
 PHP_SUBST(PHP_SAPI)
 PHP_SUBST_OLD(PHP_VERSION)
+PHP_SUBST_OLD(PHP_VERSION_ID)
 PHP_SUBST(SHELL)
 PHP_SUBST(SHARED_LIBTOOL)
 PHP_SUBST(WARNING_LEVEL)
http://cvs.php.net/viewvc.cgi/php-src/main/php_version.h?r1=1.112.2.37.2.3&r2=1.112.2.37.2.4&diff_format=u
Index: php-src/main/php_version.h
diff -u php-src/main/php_version.h:1.112.2.37.2.3 
php-src/main/php_version.h:1.112.2.37.2.4
--- php-src/main/php_version.h:1.112.2.37.2.3   Mon Jul 24 18:53:01 2006
+++ php-src/main/php_version.h  Thu Jul 27 08:53:16 2006
@@ -5,3 +5,4 @@
 #define PHP_RELEASE_VERSION 0
 #define PHP_EXTRA_VERSION "RC2-dev"
 #define PHP_VERSION "5.2.0RC2-dev"
+#define PHP_VERSION_ID 50200
http://cvs.php.net/viewvc.cgi/php-src/scripts/php-config.in?r1=1.3.2.2.2.1&r2=1.3.2.2.2.2&diff_format=u
Index: php-src/scripts/php-config.in
diff -u php-src/scripts/php-config.in:1.3.2.2.2.1 
php-src/scripts/php-config.in:1.3.2.2.2.2
--- php-src/scripts/php-config.in:1.3.2.2.2.1   Thu Jul 27 01:20:09 2006
+++ php-src/scripts/php-config.in   Thu Jul 27 08:53:16 2006
@@ -3,6 +3,7 @@
 prefix="@prefix@"
 exec_prefix="@exec_prefix@"
 version="@PHP_VERSION@"
+version_id="@PHP_VERSION_ID@"
 includedir="@includedir@/php"
 includes="-I$includedir -I$includedir/main -I$includedir/TSRM 
-I$includedir/Zend -I$includedir/ext -I$includedir/ext/date/lib"
 ldflags="@PHP_LDFLAGS@"
@@ -30,8 +31,10 @@
echo $php_binary;;
 --version)
echo $version;;
+--vernum)
+   echo $version_id;;
 *)
-   echo "Usage: $0 
[--prefix|--includes|--ldflags|--libs|--extension-dir|--include-dir|--php-binary|--version]"
+   echo "Usage: $0 
[--prefix|--includes|--ldflags|--libs|--extension-dir|--include-dir|--php-binary|--version|--vernum]"
exit 1;;
 esac
 
http://cvs.php.net/viewvc.cgi/php-src/scripts/man1/php-config.1.in?r1=1.3.2.2&r2=1.3.2.2.2.1&diff_format=u
Index: php-src/scripts/man1/php-config.1.in
diff -u php-src/scripts/man1/php-config.1.in:1.3.2.2 
php-src/scripts/man1/php-config.1.in:1.3.2.2.2.1
--- php-src/scripts/man1/php-config.1.in:1.3.2.2Sun Jan  1 12:50:19 2006
+++ php-src/scripts/man1/php-config.1.inThu Jul 27 08:53:16 2006
@@ -43,6 +43,10 @@
 .B \-\-version
 PHP version
 .TP
+.PD 0
+.B \-\-vernum
+PHP version as integer
+.TP
 .PD 1
 .P
 .SH SEE ALSO

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php