File tree Expand file tree Collapse file tree 4 files changed +5
-4
lines changed Expand file tree Collapse file tree 4 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 11PHP NEWS
22|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
3+ ?? ????? 2004, PHP 5 Release Candidate 2
3418 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.
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ AC_CONFIG_HEADER(main/php_config.h)
4141MAJOR_VERSION=5
4242MINOR_VERSION=0
4343RELEASE_VERSION=0
44- EXTRA_VERSION=" RC1 "
44+ EXTRA_VERSION=" RC2-dev "
4545VERSION=" $MAJOR_VERSION .$MINOR_VERSION .$RELEASE_VERSION$EXTRA_VERSION "
4646
4747dnl Define where extension directories are located in the configure context
Original file line number Diff line number Diff line change 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 "
You can’t perform that action at this time.
0 commit comments