[packages/php/PHP_5_4] more missing includes and type fixes
atler
atler at pld-linux.org
Thu Jan 30 12:41:56 CET 2025
commit 3445ef7a3e42b050c50b8d6ff15186e7eccb74d8
Author: Jan Palus <atler at pld-linux.org>
Date: Sat Jan 25 01:40:48 2025 +0100
more missing includes and type fixes
types.patch | 14 ++++++++++++++
1 file changed, 14 insertions(+)
---
diff --git a/types.patch b/types.patch
index 0b4a626..9718eb4 100644
--- a/types.patch
+++ b/types.patch
@@ -25,3 +25,17 @@
} else {
#ifdef HAVE_STRPTIME
char *format = INI_STR("ibase.timestampformat");
+--- php-7.0.33/sapi/litespeed/lsapilib.c.orig 2025-01-25 12:05:15.151455149 +0100
++++ php-7.0.33/sapi/litespeed/lsapilib.c 2025-01-25 12:11:23.153577903 +0100
+@@ -2654,9 +2654,10 @@
+ return;
+ }
+ s_pid_dump_debug_info = fork();
++ time_t t = tmCur;
+
+ fprintf( stderr, "[%s] Possible runaway process, PPID: %d, PID: %d, reqCount: %d, process time: %ld, checkpoint time: %ld, start time: %ld\n",
+- ctime(&tmCur), getpid(), pStatus->m_pid, pStatus->m_iReqCounter,
++ ctime(&t), getpid(), pStatus->m_pid, pStatus->m_iReqCounter,
+ tmCur - pStatus->m_tmReqBegin, tmCur - pStatus->m_tmLastCheckPoint, tmCur - pStatus->m_tmStart );
+ snprintf( achCmd, 1024, "gdb --batch -ex \"attach %d\" -ex \"set height 0\" -ex \"bt\" >&2;PATH=$PATH:/usr/sbin lsof -p %d >&2", pStatus->m_pid, pStatus->m_pid );
+ if ( system( achCmd ) == -1 )
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/php.git/commitdiff/3eb67af7ec196c2bcb3e4022f9109250626c7e13
More information about the pld-cvs-commit
mailing list