[packages/php/PHP_7_1] add missing include

atler atler at pld-linux.org
Sat Jan 25 03:37:01 CET 2025


commit 33c9ae66b5f31be2404b8f56fa9f59ab66c206ab
Author: Jan Palus <atler at pld-linux.org>
Date:   Thu Jan 23 01:10:33 2025 +0100

    add missing include

 includes.patch | 10 ++++++++++
 php.spec       |  2 ++
 2 files changed, 12 insertions(+)
---
diff --git a/php.spec b/php.spec
index a62729b..a65df91 100644
--- a/php.spec
+++ b/php.spec
@@ -221,6 +221,7 @@ Patch74:	openssl.patch
 Patch75:	icu70.patch
 Patch76:	libxml2-2.12.patch
 Patch77:	types.patch
+Patch78:	includes.patch
 URL:		https://www.php.net/
 %{?with_interbase:%{!?with_interbase_inst:BuildRequires:	Firebird-devel >= 1.0.2.908-2}}
 %{?with_pspell:BuildRequires:	aspell-devel >= 2:0.50.0}
@@ -2049,6 +2050,7 @@ cp -p php.ini-production php.ini
 %patch -P75 -p1
 %patch -P76 -p1
 %patch -P77 -p1
+%patch -P78 -p1
 
 sed -E -i -e '1s,#!\s*/usr/bin/env\s+(.*),#!%{__bindir}\1,' \
       run-tests.php
diff --git a/includes.patch b/includes.patch
new file mode 100644
index 0000000..829e361
--- /dev/null
+++ b/includes.patch
@@ -0,0 +1,10 @@
+--- php-7.4.33/sapi/litespeed/lsapi_main.c.orig	2022-10-31 11:36:05.000000000 +0100
++++ php-7.4.33/sapi/litespeed/lsapi_main.c	2025-01-23 01:03:28.685293073 +0100
+@@ -24,6 +24,7 @@
+ #include "zend_highlight.h"
+ #include "zend.h"
+ #include "ext/standard/basic_functions.h"
++#include "ext/standard/head.h"
+ #include "ext/standard/info.h"
+ #include "lsapilib.h"
+ 
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/php.git/commitdiff/6f09f2e918484e21decfe1c8583f5a0ffab40951



More information about the pld-cvs-commit mailing list