commit aeb9fb23a2ce5743b28551b7b4fa0bd45a731d63
Author: Jan Palus <[email protected]>
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 d21fe98..20b6a73 100644
--- a/php.spec
+++ b/php.spec
@@ -227,6 +227,7 @@ Patch75:    icu70.patch
 Patch76:       missing-includes.patch
 Patch77:       libxml2-2.12.patch
 Patch78:       types.patch
+Patch79:       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}
@@ -2059,6 +2060,7 @@ cp -p php.ini-production php.ini
 %patch -P76 -p1
 %patch -P77 -p1
 %patch -P78 -p1
+%patch -P79 -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/ea527344ad1d621544ff9b4c1e42ef1383ce56f2

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to