summaryrefslogtreecommitdiff
path: root/ext/standard/config.m4
Commit message (Expand)AuthorAgeFilesLines
* 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
* Added sha1, sha1_file functions.Stefan Esser2002-07-281-1/+1
* - Revert that change. Added a warning about this.foobar2002-04-081-0/+27
* There's really no point in allowing using the system regex library.foobar2002-04-081-26/+0
* Using system regex lib seems not to work quite well when compiled with Apache.foobar2002-04-081-10/+5
* outcomment default linking against pam due to no feedbackSascha Schumann2002-03-261-3/+3
* added fnmatch() and glob() functionsHartmut Holzgraefe2002-03-211-0/+2
* Please welcome the new build system.Sascha Schumann2002-03-071-1/+11
* Enable chroot() only if SAPI is CGI.foobar2001-09-121-0/+4
* Blowfish detection patch from Alexander Bokovoy <ab@avilink.net>Rasmus Lerdorf2001-06-071-3/+3
* Fix bug: #9713foobar2001-06-041-2/+17
* Nuke more quotesSascha Schumann2001-05-121-3/+3
* Fixed a compatibility problem is some file functions (fgets, fputs, fread,Alexander Feldman2001-03-111-0/+52
* added iconv extension.Rui Hirokawa2001-01-091-9/+0
* @Added iconv() function (using libc or libiconv) (Stig)Stig Bakken2000-12-151-1/+9