From 99e4f247a83b30bfc0b6c93943cb4ad373efc136 Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Tue, 5 Nov 2024 15:49:49 +0100 Subject: [PATCH] prepare v4.2.6 --- package.xml | 8 ++++---- php_http.h | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.xml b/package.xml index 5daf785..960f5aa 100644 --- a/package.xml +++ b/package.xml @@ -31,9 +31,9 @@ https://mdref.m6w6.name/http mike@php.net yes - 2024-02-05 + 2024-11-05 - 4.2.5 + 4.2.6 4.2.0 @@ -42,8 +42,8 @@ https://mdref.m6w6.name/http BSD-2-Clause diff --git a/php_http.h b/php_http.h index f8cede2..4f978d0 100644 --- a/php_http.h +++ b/php_http.h @@ -13,7 +13,7 @@ #ifndef PHP_EXT_HTTP_H #define PHP_EXT_HTTP_H -#define PHP_PECL_HTTP_VERSION "4.2.5" +#define PHP_PECL_HTTP_VERSION "4.2.6" extern zend_module_entry http_module_entry; #define phpext_http_ptr &http_module_entry -- 2.30.2