Skip to content

Commit 4cb25d2

Browse files
committed
This will be PHP 5.3.27
1 parent c50cef1 commit 4cb25d2

File tree

3 files changed

+12
-8
lines changed

3 files changed

+12
-8
lines changed

NEWS

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
PHP NEWS
22
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
3+
?? ??? 2013, PHP 5.3.27
4+
35
?? ??? 2013, PHP 5.3.26
46

7+
### DO NOT ADD ENTRIES HERE, ADD THEM ABOVE FOR 5.3.27 ###
8+
59
- Calendar:
610
. Fixed bug #64895 (Integer overflow in SndToJewish). (Remi)
711

@@ -15,16 +19,16 @@ PHP NEWS
1519
pointer has closed). (Laruence)
1620

1721
- Phar
18-
. Fixed bug #64214 (PHAR PHPTs intermittently crash when run on DFS, SMB or with
19-
non std tmp dir). (Pierre)
22+
. Fixed bug #64214 (PHAR PHPTs intermittently crash when run on DFS, SMB or
23+
with non std tmp dir). (Pierre)
2024

2125
- Streams:
2226
. Fixed bug #64770 (stream_select() fails with pipes returned by proc_open()
2327
on Windows x64). (Anatol)
2428

2529
- Zend Engine:
26-
. Fixed bug #64821 (Custom Exception crash when internal properties overridden).
27-
(Anatol)
30+
. Fixed bug #64821 (Custom Exception crash when internal properties
31+
overridden). (Anatol)
2832

2933
09 May 2013, PHP 5.3.25
3034

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

4242
PHP_MAJOR_VERSION=5
4343
PHP_MINOR_VERSION=3
44-
PHP_RELEASE_VERSION=26
44+
PHP_RELEASE_VERSION=27
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

Lines changed: 3 additions & 3 deletions
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 26
5+
#define PHP_RELEASE_VERSION 27
66
#define PHP_EXTRA_VERSION "-dev"
7-
#define PHP_VERSION "5.3.26-dev"
8-
#define PHP_VERSION_ID 50326
7+
#define PHP_VERSION "5.3.27-dev"
8+
#define PHP_VERSION_ID 50327

0 commit comments

Comments
 (0)