[packages/php/PHP_5_5] more missing includes and type fixes

atler atler at pld-linux.org
Thu Jan 30 03:08:37 CET 2025


commit ee5dd1f61e5d00cff05aa1eb9d6d629bc41ab1d9
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/a6b87e4f9cd97cf0189586b11bcfb1797322a3c4



More information about the pld-cvs-commit mailing list