1
0
mirror of https://github.com/php/php-src.git synced 2026-04-01 13:12:16 +02:00

- Redo 5.0.3

This commit is contained in:
Andi Gutmans
2004-12-15 06:44:07 +00:00
parent b73e3e5a60
commit 3fdb372eb6
4 changed files with 6 additions and 8 deletions

2
NEWS
View File

@@ -1,7 +1,5 @@
PHP NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
?? ??? 2005, PHP 5.0.4
15 Dec 2004, PHP 5.0.3
- Added the %F modifier to *printf to render a non-locale-aware representation
of a float with the . as decimal seperator. (Derick)

View File

@@ -22,7 +22,7 @@
#ifndef ZEND_H
#define ZEND_H
#define ZEND_VERSION "2.0.4-dev"
#define ZEND_VERSION "2.0.3"
#define ZEND_ENGINE_2

View File

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

View File

@@ -2,6 +2,6 @@
/* edit configure.in to change version number */
#define PHP_MAJOR_VERSION 5
#define PHP_MINOR_VERSION 0
#define PHP_RELEASE_VERSION 4
#define PHP_EXTRA_VERSION "-dev"
#define PHP_VERSION "5.0.4-dev"
#define PHP_RELEASE_VERSION 3
#define PHP_EXTRA_VERSION ""
#define PHP_VERSION "5.0.3"