Browse Source

Restore dev

PHP-5.1
Ilia Alshanetsky 20 years ago
parent
commit
0c54f6f72b
  1. 4
      NEWS
  2. 6
      configure.in
  3. 8
      main/php_version.h

4
NEWS

@ -1,6 +1,8 @@
PHP NEWS PHP NEWS
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
27 Apr 2006, PHP 5.1.3
?? ??? 2006, PHP 5.2.0
28 Apr 2006, PHP 5.1.3
- Updated bundled PCRE library to version 6.6. (Andrei) - Updated bundled PCRE library to version 6.6. (Andrei)
- Moved extensions to PECL: - Moved extensions to PECL:
. ext/msession (Derick) . ext/msession (Derick)

6
configure.in

@ -40,9 +40,9 @@ PHP_CANONICAL_HOST_TARGET
AC_CONFIG_HEADER(main/php_config.h) AC_CONFIG_HEADER(main/php_config.h)
MAJOR_VERSION=5 MAJOR_VERSION=5
MINOR_VERSION=1
RELEASE_VERSION=3
EXTRA_VERSION=""
MINOR_VERSION=2
RELEASE_VERSION=0
EXTRA_VERSION="-dev"
VERSION="$MAJOR_VERSION.$MINOR_VERSION.$RELEASE_VERSION$EXTRA_VERSION" VERSION="$MAJOR_VERSION.$MINOR_VERSION.$RELEASE_VERSION$EXTRA_VERSION"
dnl Define where extension directories are located in the configure context dnl Define where extension directories are located in the configure context

8
main/php_version.h

@ -1,7 +1,7 @@
/* automatically generated by configure */ /* automatically generated by configure */
/* edit configure.in to change version number */ /* edit configure.in to change version number */
#define PHP_MAJOR_VERSION 5 #define PHP_MAJOR_VERSION 5
#define PHP_MINOR_VERSION 1
#define PHP_RELEASE_VERSION 3
#define PHP_EXTRA_VERSION ""
#define PHP_VERSION "5.1.3"
#define PHP_MINOR_VERSION 2
#define PHP_RELEASE_VERSION 0
#define PHP_EXTRA_VERSION "-dev"
#define PHP_VERSION "5.2.0-dev"
Loading…
Cancel
Save