mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
master renames phase 3
This commit is contained in:
parent
6f9f0bf205
commit
4d997f63d9
131 changed files with 635 additions and 643 deletions
13
main/php.h
13
main/php.h
|
@ -66,15 +66,6 @@
|
|||
# define PHP_EOL "\n"
|
||||
#endif
|
||||
|
||||
#define php_size_t size_t
|
||||
#define zend_long zend_long
|
||||
#define zend_ulong zend_ulong
|
||||
#define php_off_t zend_off_t
|
||||
#define PHP_INT_MAX ZEND_INT_MAX
|
||||
#define PHP_INT_MIN ZEND_INT_MIN
|
||||
#define PHP_UINT_MAX ZEND_UINT_MAX
|
||||
#define PHP_SIZE_MAX ZEND_SIZE_MAX
|
||||
|
||||
#ifdef NETWARE
|
||||
/* For php_get_uname() function */
|
||||
#define PHP_UNAME "NetWare"
|
||||
|
@ -289,8 +280,8 @@ ssize_t pread(int, void *, size_t, off64_t);
|
|||
|
||||
BEGIN_EXTERN_C()
|
||||
void phperror(char *error);
|
||||
PHPAPI php_size_t php_write(void *buf, php_size_t size TSRMLS_DC);
|
||||
PHPAPI php_size_t php_printf(const char *format, ...) PHP_ATTRIBUTE_FORMAT(printf, 1,
|
||||
PHPAPI size_t php_write(void *buf, size_t size TSRMLS_DC);
|
||||
PHPAPI size_t php_printf(const char *format, ...) PHP_ATTRIBUTE_FORMAT(printf, 1,
|
||||
2);
|
||||
PHPAPI int php_get_module_initialized(void);
|
||||
PHPAPI void php_log_err(char *log_message TSRMLS_DC);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue