Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | Use modern autotools name of configure.ac instead of configure.in | Brian Evans | 2017-01-27 | 1 | -0/+0 | |
|/ / | | | | | | | | | | | | | | | | | | | configure.ac was introduced in 2001 with automake-1.15 and autoconf-2.50 to replace the file named configure.in. Autotools is preparing to remove configure.in in Automake 2.0. All new software should be using configure.ac. This also fixes Bug #69770 where extensions are creating configure.in Signed-off-by: Brian Evans <grknight@gentoo.org> | |||||
* | | Merge branch 'PHP-7.0' into PHP-7.1 | Remi Collet | 2016-10-14 | 1 | -1/+1 | |
|\ \ | |/ | | | | | | | * PHP-7.0: use zend_error instead of zend_error_noreturn | |||||
| * | Merge branch 'PHP-5.6' into PHP-7.0 | Remi Collet | 2016-10-14 | 1 | -1/+1 | |
| |\ | | | | | | | | | | | | | * PHP-5.6: use zend_error instead of zend_error_noreturn | |||||
| | * | use zend_error instead of zend_error_noreturn | Remi Collet | 2016-10-14 | 1 | -1/+1 | |
| | | | ||||||
| | * | Fix bug #73190: memcpy negative parameter _bc_new_num_ex | Stanislav Malyshev | 2016-10-03 | 2 | -3/+5 | |
| | | | ||||||
| * | | Fix bug #73190: memcpy negative parameter _bc_new_num_ex | Stanislav Malyshev | 2016-10-12 | 2 | -3/+5 | |
| | | | | | | | | | | | | (cherry picked from commit 40e7baab3c90001beee4c8f0ed0ef79ad18ee0d6) | |||||
* | | | Merge branch 'PHP-7.0' into PHP-7.1 | Anatol Belski | 2016-10-14 | 2 | -3/+5 | |
| | | | | | | | | | | | | | | | | | | | | | * PHP-7.0: Fix bug #73190: memcpy negative parameter _bc_new_num_ex (cherry picked from commit af1bf873fe4fc70be17fa9f270e8f30666f2d2db) | |||||
* | | | fix clang compat | Anatol Belski | 2016-08-27 | 1 | -1/+1 | |
|/ / | ||||||
* | | Use ZSTR_ API to access zend_string elements (this is just renaming without ↵ | Dmitry Stogov | 2015-06-30 | 1 | -2/+2 | |
| | | | | | | | | semantick changes). | |||||
* | | trailing whitespace removal | Stanislav Malyshev | 2015-01-10 | 25 | -30/+30 | |
| | | ||||||
* | | first shot remove TSRMLS_* things | Anatol Belski | 2014-12-13 | 12 | -81/+81 | |
| | | ||||||
* | | master renames phase 1 | Anatol Belski | 2014-08-25 | 1 | -2/+2 | |
| | | ||||||
* | | Refactor bcmath | Xinchen Hui | 2014-05-05 | 2 | -29/+31 | |
|/ | ||||||
* | Fix Bug #60633 build warning in bcmath | Remi Collet | 2013-10-03 | 1 | -3/+0 | |
| | ||||||
* | config.h is in this directory, not in ext/bcmath root, fixes re-compilation ↵ | Kalle Sommer Nielsen | 2009-06-03 | 1 | -1/+1 | |
| | | | | for me | |||||
* | - Revert bad fix | Jani Taskinen | 2008-08-15 | 1 | -1/+1 | |
| | ||||||
* | - no config.h in ext/ | Pierre Joye | 2008-08-15 | 1 | -1/+1 | |
| | ||||||
* | revert config header change | Rob Richards | 2007-09-11 | 1 | -1/+1 | |
| | ||||||
* | point to valid config header | Rob Richards | 2007-09-08 | 1 | -1/+1 | |
| | ||||||
* | use safe_emalloc() | Antony Dovgal | 2007-07-10 | 3 | -7/+7 | |
| | ||||||
* | - avoid sprintf | Marcus Boerger | 2007-02-24 | 2 | -3/+3 | |
| | ||||||
* | Netware also uses autoconf based config now | foobar | 2005-06-30 | 1 | -2/+0 | |
| | ||||||
* | - Fix outside-source-tree builds. Always include generated header files | foobar | 2005-01-09 | 1 | -1/+1 | |
| | | | | | with #include <some_header.h> to make sure the correct file is used. | |||||
* | MFB_4_3: Quote macro names in AC_DEFUN() | foobar | 2004-12-30 | 1 | -4/+4 | |
| | ||||||
* | fix leak | Antony Dovgal | 2004-12-07 | 1 | -0/+1 | |
| | ||||||
* | - Brought ext/bcmath to the new millennium | foobar | 2003-12-09 | 2 | -16/+21 | |
| | | | | | # consistency.. | |||||
* | missing config.h include | foobar | 2003-12-01 | 1 | -0/+4 | |
| | ||||||
* | - Fixed bug #26462 (phpize + ext/bcmath -> compile error) | foobar | 2003-11-29 | 1 | -2/+1 | |
| | ||||||
* | - Let's be consistent with these.. | foobar | 2003-02-17 | 2 | -3/+3 | |
| | ||||||
* | Fix bcmath build under win32. | Wez Furlong | 2003-02-16 | 1 | -0/+1 | |
| | | | | | | # These problems occur because winsock2.h MUST be included before # windows.h. | |||||
* | revert previous commit | Harald Radi | 2003-01-16 | 1 | -4/+4 | |
| | ||||||
* | unbreak the build | Harald Radi | 2003-01-16 | 1 | -4/+4 | |
| | ||||||
* | Remove all traces of _bc_Free_list - it's not used anymore | Sander Roobol | 2002-11-29 | 3 | -0/+8 | |
| | ||||||
* | Portability: The header contains the declaration; while the source ↵ | Martin Kraemer | 2002-11-28 | 1 | -1/+1 | |
| | | | | | | | ext/bcmath/libbcmath/src/init.c has the definition (otherwise some compilers complain about 'duplicate symbols') | |||||
* | Made bcmath extension thread safe. | Sander Roobol | 2002-11-22 | 12 | -139/+106 | |
| | | | | | @Made bcmath extension thread safe. (Sander) | |||||
* | - Revert previous patch | Andi Gutmans | 2002-11-20 | 9 | -33/+33 | |
| | ||||||
* | - Intermediate commit which works on making bcmath thread-safe. | Andi Gutmans | 2002-11-20 | 9 | -33/+33 | |
| | ||||||
* | To include the NetWare config file | Anantha Kesari H Y | 2002-09-04 | 1 | -0/+2 | |
| | ||||||
* | empty files, let them go | Sascha Schumann | 2002-03-18 | 3 | -175/+0 | |
| | ||||||
* | Please welcome the new build system. | Sascha Schumann | 2002-03-07 | 2 | -16/+0 | |
| | | | | | | | | | | If you encounter any problems, please make sure to email sas@php.net directly. An introduction can be found on http://schumann.cx/buildv5.txt | |||||
* | Whitespace | Zeev Suraski | 2001-08-11 | 1 | -2/+2 | |
| | ||||||
* | Separate CPPFLAGS from CFLAGS. | Wilfredo Sanchez | 2001-04-03 | 1 | -1/+2 | |
| | ||||||
* | - Add bcmath to the standard UNIX build | Zeev Suraski | 2000-11-26 | 7 | -683/+23 | |
| | | | | | - Change a couple of malloc()'s and free()'s to emalloc()'s and efree()'s | |||||
* | At long last, import the bcmath library, by Phil Nelson | Zeev Suraski | 2000-11-22 | 48 | -0/+6833 | |