[packages/php/PHP_7_3] add missing include

atler atler at pld-linux.org
Thu Jan 23 13:56:35 CET 2025


commit 99b7de69fc0a6df918b3c45387cf3ac2c7a41d15
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 5d03b66..a229269 100644
--- a/php.spec
+++ b/php.spec
@@ -224,6 +224,7 @@ Patch74:	icu70.patch
 Patch75:	missing-includes.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}
@@ -2050,6 +2051,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,' \
       ext/ext_skel.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/40561f932b20c09b35d1ed680964935aa11ab36f



More information about the pld-cvs-commit mailing list