php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Return to Bug #63748
Patch bug63748.patch revision 2012-12-12 06:56 UTC by laruence@php.net
revision 2012-12-12 06:54 UTC by laruence@php.net

Patch bug63748.patch for FPM related Bug #63748

Patch version 2012-12-12 06:56 UTC

Return to Bug #63748 | Download this patch
This patch renders other patches obsolete

Obsolete patches:

Patch Revisions: 2012-12-12 06:56 UTC | 2012-12-12 06:54 UTC

Developer: laruence@php.net

Line 1 (now 1), was 19 lines, now 4 lines
 diff --git a/main/php_version.h b/main/php_version.h
 index fa6e045..0f6205b 100644
 --- a/main/php_version.h
 +++ b/main/php_version.h
 @@ -2,7 +2,7 @@
  /* edit configure.in to change version number */
  #define PHP_MAJOR_VERSION 5
  #define PHP_MINOR_VERSION 4
 -#define PHP_RELEASE_VERSION 11
 +#define PHP_RELEASE_VERSION 10
  #define PHP_EXTRA_VERSION "-dev"
 -#define PHP_VERSION "5.4.11-dev"
 -#define PHP_VERSION_ID 50411
 +#define PHP_VERSION "5.4.10-dev"
 +#define PHP_VERSION_ID 50410
  diff --git a/sapi/fpm/fpm/fpm_scoreboard.c b/sapi/fpm/fpm/fpm_scoreboard.c
  index 24463a9..d6b23e6 100644
  --- a/sapi/fpm/fpm/fpm_scoreboard.c
  +++ b/sapi/fpm/fpm/fpm_scoreboard.c
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 01:01:28 2024 UTC