summaryrefslogtreecommitdiff
path: root/ext/standard/config.m4
Commit message (Collapse)AuthorAgeFilesLines
* exclude log2 usage which requires C99 supportAnatol Belski2014-08-291-1/+3
|
* Merge branch 'pull-request/658'Sara Golemon2014-08-141-1/+1
|\
| * Improved logarithm of base 2 and 10 of standard math functionsMarc Bennewitz2014-04-281-1/+1
| |
* | fix broken sha2 configure testsMichael Wallner2013-09-131-10/+11
| | | | | | | | see http://patch-tracker.debian.org/patch/series/view/php5/5.5.3+dfsg-1/fix_broken_sha2_test.patch
* | Merge branch 'PHP-5.4' into PHP-5.5Anatol Belski2013-07-111-1/+23
|\ \ | |/ | | | | | | * PHP-5.4: Fixed bug #65226 chroot() does not get enabled
| * Fixed bug #65226 chroot() does not get enabledAnatol Belski2013-07-111-1/+23
| |
| * Drop support for autoconf < 2.60 in trunk and the Rasmus Lerdorf2011-05-151-4/+0
| | | | | | | | | | | | new PHP_5_4 branch. autoconf >= 2.60 should finally be working now.
* | Base structure for passsword_create and password_make_saltAnthony Ferrara2012-06-241-1/+1
| |
* | Drop support for autoconf < 2.60 in trunk and the Rasmus Lerdorf2011-05-151-4/+0
|/ | | | | | new PHP_5_4 branch. autoconf >= 2.60 should finally be working now.
* - #51424, solaris partPierre Joye2010-06-171-0/+5
|
* - Fixed bug #51435 (Missing ifdefs / logic bug in crypt code cause compile ↵Felipe Pena2010-04-221-2/+11
| | | | errors)
* Not sure how I screwed up that MFH so badly. ProperJoey Smith2010-02-211-1/+1
| | | | | | fix to config.m4 applied for when checking different crypt() types.
* MFH fix to config.m4 to make MD5 check label accurateJoey Smith2010-02-201-1/+1
|
* Spelling typo in new check messageChristopher Jones2010-02-101-1/+1
|
* Fix config testJohannes Schlüter2010-02-101-7/+6
|
* Detect if we can rely on compiler-specific alignment features else use customJohannes Schlüter2010-02-091-0/+35
| | | | | workarounds. Fixes #50753
* - #50334, crypt ignores sha512 and add support for sha256/512 to php's crypt ↵Pierre Joye2009-12-091-2/+81
| | | | [DOC]
* Revert attempt at supporting both autoconf 2.13 andRasmus Lerdorf2009-11-291-5/+2
| | | | | | | | | | | modern versions in the same build chain. There are simply too many broken things in 2.13 to make it work. Cache handling is broken as well which is why I need to revert the pdo_inc_path cache fix as well. trunk is now 2.60+ only and I'll work on cleaning out all the legacy cruft from there.
* More work on the autoconf 2.13->2.60+ transition code.Rasmus Lerdorf2009-11-281-0/+6
| | | | | | | 2.13 should be working again with one weird libtool issue left to solve. It doesn't seem directly related to this stuff.
* Ok, new attempt. Require autoconf-2.60 in this branch.Rasmus Lerdorf2009-11-281-4/+0
| | | | | | | | | | | | | | | This simplifies things quite a bit by entirely getting rid of the m4 diversions which were messing things up. Now we are using the built-in autoconf diversions the way they were intended and the HELP output order is preserved through the AC_PRESERVE_HELP_ORDER macro which was introduced in autoconf-2.59c The next thing to clean up are the template warnings and I want to get to the bottom of the cache warning we generate as well. Now that I fixed the _cv_ stuff, I am not sure that is still a valid warning.
* Fix bug #50315Rasmus Lerdorf2009-11-271-5/+5
|
* Missed a few - now it really works with autoconf-2.64+Rasmus Lerdorf2009-11-251-2/+2
|
* Someone strap down Jani and give him a sedative please.Rasmus Lerdorf2009-11-251-4/+4
| | | | | | This makes our toolchain work with the latest versions of autoconf and avoids a lot of end-user grief.
* Merge chanes from head to improve DNS on OSX and allow usage of bind9 stuff ↵Scott MacVicar2009-08-111-8/+5
| | | | with the bind8 compatibility layer.
* Change dns.h to php_dns.h, part of my dns cleanupScott MacVicar2009-08-051-2/+2
|
* - Removed unused code (replaced long time ago by url_scanner_ex.*Jani Taskinen2009-07-261-1/+1
|
* Add support for the older style bind 8 functions, this adds support for OS X ↵Scott MacVicar2009-01-111-0/+10
| | | | to use all of the dns_* functions.
* - MFH: Implemented http://wiki.php.net/rfc/roundingChristian Seiler2008-12-021-25/+0
|
* MFHJani Taskinen2008-08-251-19/+0
|
* MFHJani Taskinen2008-08-251-2/+0
|
* MFH: Fix build on solarisArnaud Le Blanc2008-08-231-0/+21
|
* -MFH:Pierre Joye2008-07-281-25/+40
| | | | | | | | | | | - #45430, windows implementation of crypt is not TS - add Blowfish (using implementation from Solar Designer <solar at openwal dot com>) and extended DES support - Make crypt features portable: - if no crypt_r, php's implemetation is used (all algo and TS), php can't be used with unsafe crypt anymore - if one algo is missing, php's implemetation is used - Windows always use php's implementation - removed old code in windows/
* MFH:- Moved the old regex functions to own extension: eregJani Taskinen2007-10-051-47/+1
|
* MFH:- Added common getopt implementation to core.Jani Taskinen2007-10-011-6/+0
| | | | | | | | | | MFH:- Added long-option feature to getopt(). MFH:- Made getopt() available on win32 systems. MFH: Patch by: David Soria Parra <dsp@php.net> [DOC]: These changes will be available from 5.3+ # Note: Fixed also tests and synced basic_functions.c with HEAD.
* MFH: Nuked unnecessary AC_MSG_CHECKINGJani Taskinen2007-07-111-2/+2
|
* MFH: cleanup, removed unnecessary macro definitionsJani Taskinen2007-07-111-209/+211
|
* MFH: fix segfault in strptime() on 64bit Linuxes, caused by the missing ↵Antony Dovgal2006-08-241-0/+20
| | | | declaration
* - MFH: Fixed bug #35887 (wddx_deserialize not parsing dateTime fields properly).Derick Rethans2006-01-041-1/+1
| | | | | | | | | | | | - MFH: Fixed bug #35885 (strtotime("NOW") no longer works). - MFH: Fixed bug #33789 (Many Problems with SunFuncs). - MFH: Fixed bug #33671 (sun_rise and sun_set don't return a GMT timestamp if one passes an offset). - MFH: Fixed bug #32820 (date_sunrise and date_sunset don't handle GMT offset well). - MFH: Fixed bug #30937 (date_sunrise() & date_sunset() don't handle endless day/night at high latitudes).
* change "-o" to "||" (fixes potential problems on weird systems where test ↵Antony Dovgal2005-11-291-1/+1
| | | | doesn't support -o)
* MFH: - Fixed header installing under phpize buildsfoobar2005-11-211-0/+3
|
* - Added backward compability wrapper "php_parse_date()".Derick Rethans2005-06-191-1/+1
| | | | | | | - Changed WDDX extension to use new date parsing code. - Removed all remnants to the old parser. #- I hope that I didn't break the .dsp's...
* - Unify the "configure --help" textsfoobar2005-05-291-1/+1
|
* MFB_4_3: Quote macro names in AC_DEFUN()foobar2004-12-301-2/+2
|
* Make the "rounding fuzz" check work again with gcc 3.3 and later,Joe Orton2004-11-091-2/+6
| | | | | fixing the bug24142 test.
* MFB: - Fixed bug #30205 (Missing <unistd.h> in crypt() configure test).foobar2004-09-281-0/+16
|
* - Decouple NAN and INFMarcus Boerger2004-05-101-2/+24
|
* Add a comment why it is inMarcus Boerger2004-04-041-0/+1
|
* That should do itArd Biesheuvel2004-04-031-8/+5
|
* MFB: more elaborate HUGE_VAL testArd Biesheuvel2004-04-031-3/+10
|
* NAN==NAN doest work (Ard)Marcus Boerger2004-03-291-4/+0
|