mirror of
https://github.com/php/php-src.git
synced 2025-08-16 14:08:47 +02:00
5.1.1
This commit is contained in:
parent
fc34aa8489
commit
93608bf8a5
3 changed files with 5 additions and 4 deletions
3
NEWS
3
NEWS
|
@ -1,6 +1,6 @@
|
||||||
PHP NEWS
|
PHP NEWS
|
||||||
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
||||||
?? ??? 2006, PHP 5.1.1
|
29 Nov 2006, PHP 5.1.1
|
||||||
- Disabled native date class to prevent pear::date conflict. (Ilia)
|
- Disabled native date class to prevent pear::date conflict. (Ilia)
|
||||||
- Changed reflection constants be both PHP and class constants. (Johannes)
|
- Changed reflection constants be both PHP and class constants. (Johannes)
|
||||||
- Added an additional field $frame['object'] to the result array of
|
- Added an additional field $frame['object'] to the result array of
|
||||||
|
@ -19,6 +19,7 @@ PHP NEWS
|
||||||
- Fixed bug #35360 (exceptions in interactive mode (php -a) may cause crash).
|
- Fixed bug #35360 (exceptions in interactive mode (php -a) may cause crash).
|
||||||
(Dmitry)
|
(Dmitry)
|
||||||
- Fixed bug #35358 (Incorrect error messages for PDO class constants). (Ilia)
|
- Fixed bug #35358 (Incorrect error messages for PDO class constants). (Ilia)
|
||||||
|
- Fixed bug #35338 (pdo_pgsql does not handle binary bound params). (Wez)
|
||||||
- Fixed bug #35316 (Application exception trying to create COM object). (Rob)
|
- Fixed bug #35316 (Application exception trying to create COM object). (Rob)
|
||||||
- Fixed bug #35170 (PHP_AUTH_DIGEST differs under Apache 1.x and 2.x). (Ilia)
|
- Fixed bug #35170 (PHP_AUTH_DIGEST differs under Apache 1.x and 2.x). (Ilia)
|
||||||
|
|
||||||
|
|
|
@ -42,7 +42,7 @@ AC_CONFIG_HEADER(main/php_config.h)
|
||||||
MAJOR_VERSION=5
|
MAJOR_VERSION=5
|
||||||
MINOR_VERSION=1
|
MINOR_VERSION=1
|
||||||
RELEASE_VERSION=1
|
RELEASE_VERSION=1
|
||||||
EXTRA_VERSION="-dev"
|
EXTRA_VERSION=""
|
||||||
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
|
||||||
|
|
|
@ -3,5 +3,5 @@
|
||||||
#define PHP_MAJOR_VERSION 5
|
#define PHP_MAJOR_VERSION 5
|
||||||
#define PHP_MINOR_VERSION 1
|
#define PHP_MINOR_VERSION 1
|
||||||
#define PHP_RELEASE_VERSION 1
|
#define PHP_RELEASE_VERSION 1
|
||||||
#define PHP_EXTRA_VERSION "-dev"
|
#define PHP_EXTRA_VERSION ""
|
||||||
#define PHP_VERSION "5.1.1-dev"
|
#define PHP_VERSION "5.1.1"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue