summaryrefslogtreecommitdiff
path: root/ext/standard/config.m4
Commit message (Expand)AuthorAgeFilesLines
* 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: 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 decla...Antony Dovgal2006-08-241-0/+20
* - MFH: Fixed bug #35887 (wddx_deserialize not parsing dateTime fields properly).Derick Rethans2006-01-041-1/+1
* change "-o" to "||" (fixes potential problems on weird systems where test doe...Antony Dovgal2005-11-291-1/+1
* MFH: - Fixed header installing under phpize buildsfoobar2005-11-211-0/+3
* - Added backward compability wrapper "php_parse_date()".Derick Rethans2005-06-191-1/+1
* - 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
* 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
* Found a NAN/INF solution that should be portable everywhere(?) (Ard,Marcus)Marcus Boerger2004-03-291-0/+43
* Move defines to proper locationMarcus Boerger2004-03-271-6/+6
* Portable solution for bug #27646 that works correct on Windows, tooMarcus Boerger2004-03-271-0/+65
* Added uuencode() & uudecode() functions.Ilia Alshanetsky2003-10-271-1/+1
* Fix autoconf(2.13) buildMoriyoshi Koizumi2003-10-041-5/+23
* Fix fgetcsv() to correctly support international charactersMoriyoshi Koizumi2003-10-041-0/+13
* Introducing php_url_encode_hash_ex() internal functionSara Golemon2003-09-061-1/+1
* Bugfix #24142, part 2Marcus Boerger2003-08-091-0/+21
* - Moved the PEAR check after the extensions.foobar2003-06-301-0/+2
* Buckle your seatbelt, Dorothy, 'cause Aggregation is going bye-bye.Sebastian Bergmann2003-06-281-1/+1
* Fix the regex issues with apache2handlerfoobar2003-06-051-1/+1
* streams.c -> streamsfuncs.cWez Furlong2003-02-271-1/+1
* Move streams specific stuff from ext/standard/file.c -> ext/standard/streams.cWez Furlong2003-02-271-1/+1
* nice() is part of libc, use AC_CHECK_FUNCS insteadfoobar2003-02-181-6/+1
* Added nice() function, which allows changing of priority for the currentIlia Alshanetsky2003-02-181-0/+5
* @ new idate() function.Moshe Doron2003-02-161-1/+1
* - Don't add libcrypt if the crypt() function is provided already.foobar2003-02-141-4/+7
* cli should be allowed to have the chroot() function.Wez Furlong2003-02-131-1/+1
* typoAnil Madhavapeddy2003-01-221-1/+1
* - Move proc_open code to a source file of it's own.Wez Furlong2003-01-151-1/+26
* Move rot13 filter into a new filters.c source file.Wez Furlong2003-01-011-1/+2
* Implement user-space filters.Wez Furlong2002-12-311-1/+1
* -rename checkdnsrr to dns_check_record, keep old name as aliasMarcus Boerger2002-11-191-0/+9
* getopt with long options reverted to configure problemsHartmut Holzgraefe2002-10-301-2/+6
* trying to fix #20063Hartmut Holzgraefe2002-10-241-0/+2
* Make PHP compile out-of-the-box with uClibcSascha Schumann2002-10-241-1/+1
* Removed tabs and combined those multiple AC_CHECK_FUNCS calls to one.foobar2002-10-211-13/+11
* getopt() now supports long options on platforms that have getopt_long()Hartmut Holzgraefe2002-10-211-0/+2
* - Removed unnecessary dlopen checks. (this is done in Zend.m4 already)foobar2002-10-011-2/+0
* Use the built in autoconf test for fnmatch. Simply using theDavid Reid2002-09-301-2/+3
* Change phpinfo() to use CSS styling instead of HTML code.Colin Viebrock2002-09-191-1/+1
* added money_format() functionHartmut Holzgraefe2002-08-021-0/+2