mirror of
https://github.com/php/php-src.git
synced 2025-08-20 09:24:05 +02:00
At long last, import the bcmath library, by Phil Nelson
This commit is contained in:
parent
be6ab20415
commit
c476bce2f1
50 changed files with 6932 additions and 67 deletions
9
ext/bcmath/libbcmath/src/config.h
Normal file
9
ext/bcmath/libbcmath/src/config.h
Normal file
|
@ -0,0 +1,9 @@
|
|||
#if PHP_WIN32
|
||||
#include "../../../../main/config.w32.h"
|
||||
#else
|
||||
#include "../../../../main/php_config.h"
|
||||
#endif
|
||||
|
||||
#include <string.h>
|
||||
#include "zend.h"
|
||||
#include "zend_alloc.h"
|
Loading…
Add table
Add a link
Reference in a new issue