Skip to content

Commit 8140003

Browse files
author
Andi Gutmans
committed
- Back to RC2-dev
1 parent 3d331bc commit 8140003

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

NEWS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
PHP NEWS
22
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
3+
?? ????? 2004, PHP 5 Release Candidate 2
34
18 March 2004, PHP 5 Release Candidate 1
45
- Fixed numerous bugs with the just-in-time auto-global initialization, that
56
could cause $_SERVER, $argv/$argc and other variables not to work properly.

Zend/zend.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
#ifndef ZEND_H
2323
#define ZEND_H
2424

25-
#define ZEND_VERSION "2.0.0RC1"
25+
#define ZEND_VERSION "2.0.0RC2-dev"
2626

2727
#define ZEND_ENGINE_2
2828

configure.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ AC_CONFIG_HEADER(main/php_config.h)
4141
MAJOR_VERSION=5
4242
MINOR_VERSION=0
4343
RELEASE_VERSION=0
44-
EXTRA_VERSION="RC1"
44+
EXTRA_VERSION="RC2-dev"
4545
VERSION="$MAJOR_VERSION.$MINOR_VERSION.$RELEASE_VERSION$EXTRA_VERSION"
4646

4747
dnl Define where extension directories are located in the configure context

main/php_version.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
#define PHP_MAJOR_VERSION 5
44
#define PHP_MINOR_VERSION 0
55
#define PHP_RELEASE_VERSION 0
6-
#define PHP_EXTRA_VERSION "RC1"
7-
#define PHP_VERSION "5.0.0RC1"
6+
#define PHP_EXTRA_VERSION "RC2-dev"
7+
#define PHP_VERSION "5.0.0RC2-dev"

0 commit comments

Comments
 (0)