mirror of
https://github.com/php/php-src.git
synced 2025-08-20 09:24:05 +02:00
- Add bcmath to the standard UNIX build
- Change a couple of malloc()'s and free()'s to emalloc()'s and efree()'s
This commit is contained in:
parent
203d67ea6b
commit
8a03f3062f
9 changed files with 33 additions and 690 deletions
|
@ -1,7 +1,7 @@
|
|||
#if PHP_WIN32
|
||||
#include "../../../../main/config.w32.h"
|
||||
#else
|
||||
#include "../../../../main/php_config.h"
|
||||
#include "php_config.h"
|
||||
#endif
|
||||
|
||||
#include <string.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue