mirror of
https://github.com/php/php-src.git
synced 2024-12-02 06:13:40 +08:00
6614e8edb4
- So here is the short version: - a) Start moving to binary opens in Windows - b) Give checkuid_mode() a small face lift including the fopen-wrappers.c - The mode to this function should at least be a #define but that is for - another day. Anyway this whole stuff should be given more face lifts in - the future.
8 lines
183 B
C
8 lines
183 B
C
#ifndef _SAFE_MODE_H_
|
|
#define _SAFE_MODE_H_
|
|
|
|
extern PHPAPI int php_checkuid(const char *filename, char *fopen_mode, int mode);
|
|
extern PHPAPI char *php_get_current_user(void);
|
|
|
|
#endif
|