PHP NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
-?? ??? ????, PHP 7.3.2
+?? ??? ????, PHP 7.3.3
+
+- Opcache:
+ . Fixed bug #77287 (Opcache literal compaction is incompatible with EXT
+ opcodes). (Nikita)
+
+07 Feb 2019, PHP 7.3.2
- Core:
. Fixed bug #77369 (memcpy with negative length via crafted DNS response). (Stas)
(Nikita)
. Fixed bug #77361 (configure fails on 64-bit AIX when opcache enabled).
(Kevin Adler)
- . Fixed bug #77287 (Opcache literal compaction is incompatible with EXT
- opcodes). (Nikita)
- PCRE:
. Fixed bug #77338 (get_browser with empty string). (Nikita)
#ifndef ZEND_H
#define ZEND_H
-#define ZEND_VERSION "3.3.2-dev"
+#define ZEND_VERSION "3.3.3-dev"
#define ZEND_ENGINE_3
PHP_MAJOR_VERSION=7
PHP_MINOR_VERSION=3
-PHP_RELEASE_VERSION=2
+PHP_RELEASE_VERSION=3
PHP_EXTRA_VERSION="-dev"
PHP_VERSION="$PHP_MAJOR_VERSION.$PHP_MINOR_VERSION.$PHP_RELEASE_VERSION$PHP_EXTRA_VERSION"
PHP_VERSION_ID=`expr [$]PHP_MAJOR_VERSION \* 10000 + [$]PHP_MINOR_VERSION \* 100 + [$]PHP_RELEASE_VERSION`
/* edit configure.ac to change version number */
#define PHP_MAJOR_VERSION 7
#define PHP_MINOR_VERSION 3
-#define PHP_RELEASE_VERSION 2
+#define PHP_RELEASE_VERSION 3
#define PHP_EXTRA_VERSION "-dev"
-#define PHP_VERSION "7.3.2-dev"
-#define PHP_VERSION_ID 70302
+#define PHP_VERSION "7.3.3-dev"
+#define PHP_VERSION_ID 70303