mirror of
https://github.com/php/php-src.git
synced 2026-04-27 10:16:41 +02:00
5.1.0RC4
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
PHP NEWS
|
||||
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
||||
?? Oct 2005, PHP 5.1 Release Candidate 4
|
||||
?? Nov 2005, PHP 5.1
|
||||
|
||||
28 Oct 2005, PHP 5.1 Release Candidate 4
|
||||
- Fixed fgetcsv() and fputcsv() inconsistency. (Dmitry)
|
||||
- Fixed bug #34996 (ImageTrueColorToPalette() crashes when ncolors is
|
||||
zero). (Tony)
|
||||
|
||||
+1
-1
@@ -42,7 +42,7 @@ AC_CONFIG_HEADER(main/php_config.h)
|
||||
MAJOR_VERSION=5
|
||||
MINOR_VERSION=1
|
||||
RELEASE_VERSION=0
|
||||
EXTRA_VERSION="RC4-dev"
|
||||
EXTRA_VERSION="RC4"
|
||||
VERSION="$MAJOR_VERSION.$MINOR_VERSION.$RELEASE_VERSION$EXTRA_VERSION"
|
||||
|
||||
dnl Define where extension directories are located in the configure context
|
||||
|
||||
+2
-2
@@ -3,5 +3,5 @@
|
||||
#define PHP_MAJOR_VERSION 5
|
||||
#define PHP_MINOR_VERSION 1
|
||||
#define PHP_RELEASE_VERSION 0
|
||||
#define PHP_EXTRA_VERSION "RC4-dev"
|
||||
#define PHP_VERSION "5.1.0RC4-dev"
|
||||
#define PHP_EXTRA_VERSION "RC4"
|
||||
#define PHP_VERSION "5.1.0RC4"
|
||||
|
||||
Reference in New Issue
Block a user