mirror of
https://github.com/php/php-src.git
synced 2025-08-16 14:08:47 +02:00
Fix link functions problem.
This commit is contained in:
parent
d69ec49dc6
commit
5aa3eff94f
3 changed files with 7 additions and 9 deletions
|
@ -275,6 +275,7 @@ extern char **environ;
|
|||
|
||||
extern void phperror(char *error);
|
||||
extern PHPAPI void php3_error(int type, const char *format,...);
|
||||
extern PHPAPI int php3_write(void *buf, int size);
|
||||
extern PHPAPI int php3_printf(const char *format,...);
|
||||
extern void php3_log_err(char *log_message);
|
||||
extern int Debug(char *format,...);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue