Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - Always use #ifdef when dealing with HAVE_* defines from AC_CHECK_FUNCS() | foobar | 2005-07-03 | 1 | -1/+1 |
| | | | | | - Added check for strftime() also in the timelib configure | ||||
* | - Fixed bug #33433 (strtoll not available on Tru64). | Derick Rethans | 2005-06-28 | 1 | -0/+2 |
| | |||||
* | - Added AC_TIMELIB_C_BIGENDIAN | foobar | 2005-06-20 | 1 | -0/+28 |
| | | | | | | | # No need to add it to config.m4, it's run in PHP configure.in already. # Only added here so that the standalone configure.in (to be added later) # can use it. | ||||
* | - Improve portability. | foobar | 2005-06-16 | 1 | -0/+50 |
# TODO: The standalone lib needs it's own build stuff, pretty much same as # Zend has for standalone builds. |