undefined references

This commit is contained in:
henderkes
2026-03-08 01:01:43 +07:00
parent 72633eff83
commit dc9dd5f513
2 changed files with 1 additions and 7 deletions

View File

@@ -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 */

View File

@@ -1,3 +1 @@
#if PHP_VERSION_ID < 80600
void *emulate_script_cli(void *arg);
#endif
void *emulate_script_cli(void *arg);