mirror of
https://github.com/php/frankenphp.git
synced 2026-03-24 00:52:11 +01:00
undefined references
This commit is contained in:
@@ -34,8 +34,6 @@
|
||||
#include <pthread_np.h>
|
||||
#endif
|
||||
|
||||
#if PHP_VERSION_ID >= 80600
|
||||
|
||||
typedef struct {
|
||||
char *script;
|
||||
int argc;
|
||||
@@ -189,5 +187,3 @@ void *emulate_script_cli(void *arg) {
|
||||
|
||||
return exit_status;
|
||||
}
|
||||
|
||||
#endif /* PHP_VERSION_ID >= 80600 */
|
||||
|
||||
@@ -1,3 +1 @@
|
||||
#if PHP_VERSION_ID < 80600
|
||||
void *emulate_script_cli(void *arg);
|
||||
#endif
|
||||
void *emulate_script_cli(void *arg);
|
||||
|
||||
Reference in New Issue
Block a user