mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
increase versions for 7.2
This commit is contained in:
parent
5047a119b0
commit
845f66ba64
5 changed files with 6 additions and 6 deletions
|
@ -46,7 +46,7 @@ You can use the following macro to check the extension API version for compatibi
|
|||
|
||||
/* The first number is the engine version and the rest is the date (YYYYMMDD).
|
||||
* This way engine 2/3 API no. is always greater than engine 1 API no.. */
|
||||
#define ZEND_EXTENSION_API_NO 320160303
|
||||
#define ZEND_EXTENSION_API_NO 320160731
|
||||
|
||||
typedef struct _zend_extension_version_info {
|
||||
int zend_extension_api_no;
|
||||
|
|
|
@ -118,7 +118,7 @@ int zend_sprintf(char *buffer, const char *format, ...);
|
|||
])
|
||||
|
||||
PHP_MAJOR_VERSION=7
|
||||
PHP_MINOR_VERSION=1
|
||||
PHP_MINOR_VERSION=2
|
||||
PHP_RELEASE_VERSION=0
|
||||
PHP_EXTRA_VERSION="-dev"
|
||||
PHP_VERSION="$PHP_MAJOR_VERSION.$PHP_MINOR_VERSION.$PHP_RELEASE_VERSION$PHP_EXTRA_VERSION"
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
#include <dmalloc.h>
|
||||
#endif
|
||||
|
||||
#define PHP_API_VERSION 20151012
|
||||
#define PHP_API_VERSION 20160731
|
||||
#define PHP_HAVE_STREAMS
|
||||
#define YYDEBUG 0
|
||||
#define PHP_DEFAULT_CHARSET "UTF-8"
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
/* automatically generated by configure */
|
||||
/* edit configure.in to change version number */
|
||||
#define PHP_MAJOR_VERSION 7
|
||||
#define PHP_MINOR_VERSION 1
|
||||
#define PHP_MINOR_VERSION 2
|
||||
#define PHP_RELEASE_VERSION 0
|
||||
#define PHP_EXTRA_VERSION "-dev"
|
||||
#define PHP_VERSION "7.1.0-dev"
|
||||
#define PHP_VERSION_ID 70100
|
||||
#define PHP_VERSION_ID 70200
|
||||
|
|
|
@ -103,7 +103,7 @@ var PHP_VERSION = 7;
|
|||
var PHP_MINOR_VERSION = 1;
|
||||
var PHP_RELEASE_VERSION = 0;
|
||||
var PHP_EXTRA_VERSION = "";
|
||||
var PHP_VERSION_STRING = "7.1.0";
|
||||
var PHP_VERSION_STRING = "7.2.0";
|
||||
|
||||
/* Get version numbers and DEFINE as a string */
|
||||
function get_version_numbers()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue