Skip to content

Commit 417b1b2

Browse files
committed
This will be PHP 5.3.20
1 parent 7fcbe4d commit 417b1b2

File tree

3 files changed

+11
-4
lines changed

3 files changed

+11
-4
lines changed

NEWS

+7
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,14 @@
11
PHP NEWS
22
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
3+
?? ??? 2ß12, PHP 5.3.20
4+
35
?? ??? 2012, PHP 5.3.19
46

7+
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
8+
ADD NEWS ONLY ABOVE IN 5.3.20 SECTION
9+
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
10+
RM will merge 5.3.19 entries when merging to release branch
11+
512
- Core
613
. Fixed bug #63241 (PHP fails to open Windows deduplicated files).
714
(daniel dot stelter-gliese at innogames dot de)

configure.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ AC_CONFIG_HEADER(main/php_config.h)
4141

4242
PHP_MAJOR_VERSION=5
4343
PHP_MINOR_VERSION=3
44-
PHP_RELEASE_VERSION=19
44+
PHP_RELEASE_VERSION=20
4545
PHP_EXTRA_VERSION="-dev"
4646
PHP_VERSION="$PHP_MAJOR_VERSION.$PHP_MINOR_VERSION.$PHP_RELEASE_VERSION$PHP_EXTRA_VERSION"
4747
PHP_VERSION_ID=`expr [$]PHP_MAJOR_VERSION \* 10000 + [$]PHP_MINOR_VERSION \* 100 + [$]PHP_RELEASE_VERSION`

main/php_version.h

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/* edit configure.in to change version number */
33
#define PHP_MAJOR_VERSION 5
44
#define PHP_MINOR_VERSION 3
5-
#define PHP_RELEASE_VERSION 19
5+
#define PHP_RELEASE_VERSION 20
66
#define PHP_EXTRA_VERSION "-dev"
7-
#define PHP_VERSION "5.3.19-dev"
8-
#define PHP_VERSION_ID 50319
7+
#define PHP_VERSION "5.3.20-dev"
8+
#define PHP_VERSION_ID 50320

0 commit comments

Comments
 (0)