Merge branch 'PHP-8.2' into PHP-8.3

* PHP-8.2:
  fix function declaration isn't a prototype [-Wstrict-prototypes]
This commit is contained in:
Remi Collet 2023-12-06 14:51:44 +01:00
commit 6d50e58197
No known key found for this signature in database
GPG Key ID: DC9FF8D3EE5AF27F

View File

@ -302,7 +302,7 @@ void lsapi_perror(const char * pMessage, int err_no)
}
static int lsapi_parent_dead()
static int lsapi_parent_dead(void)
{
// Return non-zero if the parent is dead. 0 if still alive.
if (!s_ppid) {