At long last, import the bcmath library, by Phil Nelson

This commit is contained in:
Zeev Suraski 2000-11-22 20:20:02 +00:00
parent be6ab20415
commit c476bce2f1
50 changed files with 6932 additions and 67 deletions

View 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"