mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Minor refactoring of main/main.c and TSRM (#8608)
This commit is contained in:
parent
9f06bb3bb6
commit
5ba6ecd523
7 changed files with 69 additions and 77 deletions
|
@ -297,9 +297,9 @@ void phperror(char *error);
|
|||
PHPAPI size_t php_write(void *buf, size_t size);
|
||||
PHPAPI size_t php_printf(const char *format, ...) PHP_ATTRIBUTE_FORMAT(printf, 1, 2);
|
||||
PHPAPI size_t php_printf_unchecked(const char *format, ...);
|
||||
PHPAPI int php_during_module_startup(void);
|
||||
PHPAPI int php_during_module_shutdown(void);
|
||||
PHPAPI int php_get_module_initialized(void);
|
||||
PHPAPI bool php_during_module_startup(void);
|
||||
PHPAPI bool php_during_module_shutdown(void);
|
||||
PHPAPI bool php_get_module_initialized(void);
|
||||
#ifdef HAVE_SYSLOG_H
|
||||
#include "php_syslog.h"
|
||||
#define php_log_err(msg) php_log_err_with_severity(msg, LOG_NOTICE)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue