| Commit message (Expand) | Author | Age | Files | Lines |
* | - Decouple NAN and INF | Marcus Boerger | 2004-05-10 | 1 | -2/+24 |
* | Add a comment why it is in | Marcus Boerger | 2004-04-04 | 1 | -0/+1 |
* | That should do it | Ard Biesheuvel | 2004-04-03 | 1 | -8/+5 |
* | MFB: more elaborate HUGE_VAL test | Ard Biesheuvel | 2004-04-03 | 1 | -3/+10 |
* | NAN==NAN doest work (Ard) | Marcus Boerger | 2004-03-29 | 1 | -4/+0 |
* | Found a NAN/INF solution that should be portable everywhere(?) (Ard,Marcus) | Marcus Boerger | 2004-03-29 | 1 | -0/+43 |
* | Move defines to proper location | Marcus Boerger | 2004-03-27 | 1 | -6/+6 |
* | Portable solution for bug #27646 that works correct on Windows, too | Marcus Boerger | 2004-03-27 | 1 | -0/+65 |
* | Added uuencode() & uudecode() functions. | Ilia Alshanetsky | 2003-10-27 | 1 | -1/+1 |
* | Fix autoconf(2.13) build | Moriyoshi Koizumi | 2003-10-04 | 1 | -5/+23 |
* | Fix fgetcsv() to correctly support international characters | Moriyoshi Koizumi | 2003-10-04 | 1 | -0/+13 |
* | Introducing php_url_encode_hash_ex() internal function | Sara Golemon | 2003-09-06 | 1 | -1/+1 |
* | Bugfix #24142, part 2 | Marcus Boerger | 2003-08-09 | 1 | -0/+21 |
* | - Moved the PEAR check after the extensions. | foobar | 2003-06-30 | 1 | -0/+2 |
* | Buckle your seatbelt, Dorothy, 'cause Aggregation is going bye-bye. | Sebastian Bergmann | 2003-06-28 | 1 | -1/+1 |
* | Fix the regex issues with apache2handler | foobar | 2003-06-05 | 1 | -1/+1 |
* | streams.c -> streamsfuncs.c | Wez Furlong | 2003-02-27 | 1 | -1/+1 |
* | Move streams specific stuff from ext/standard/file.c -> ext/standard/streams.c | Wez Furlong | 2003-02-27 | 1 | -1/+1 |
* | nice() is part of libc, use AC_CHECK_FUNCS instead | foobar | 2003-02-18 | 1 | -6/+1 |
* | Added nice() function, which allows changing of priority for the current | Ilia Alshanetsky | 2003-02-18 | 1 | -0/+5 |
* | @ new idate() function. | Moshe Doron | 2003-02-16 | 1 | -1/+1 |
* | - Don't add libcrypt if the crypt() function is provided already. | foobar | 2003-02-14 | 1 | -4/+7 |
* | cli should be allowed to have the chroot() function. | Wez Furlong | 2003-02-13 | 1 | -1/+1 |
* | typo | Anil Madhavapeddy | 2003-01-22 | 1 | -1/+1 |
* | - Move proc_open code to a source file of it's own. | Wez Furlong | 2003-01-15 | 1 | -1/+26 |
* | Move rot13 filter into a new filters.c source file. | Wez Furlong | 2003-01-01 | 1 | -1/+2 |
* | Implement user-space filters. | Wez Furlong | 2002-12-31 | 1 | -1/+1 |
* | -rename checkdnsrr to dns_check_record, keep old name as alias | Marcus Boerger | 2002-11-19 | 1 | -0/+9 |
* | getopt with long options reverted to configure problems | Hartmut Holzgraefe | 2002-10-30 | 1 | -2/+6 |
* | trying to fix #20063 | Hartmut Holzgraefe | 2002-10-24 | 1 | -0/+2 |
* | Make PHP compile out-of-the-box with uClibc | Sascha Schumann | 2002-10-24 | 1 | -1/+1 |
* | Removed tabs and combined those multiple AC_CHECK_FUNCS calls to one. | foobar | 2002-10-21 | 1 | -13/+11 |
* | getopt() now supports long options on platforms that have getopt_long() | Hartmut Holzgraefe | 2002-10-21 | 1 | -0/+2 |
* | - Removed unnecessary dlopen checks. (this is done in Zend.m4 already) | foobar | 2002-10-01 | 1 | -2/+0 |
* | Use the built in autoconf test for fnmatch. Simply using the | David Reid | 2002-09-30 | 1 | -2/+3 |
* | Change phpinfo() to use CSS styling instead of HTML code. | Colin Viebrock | 2002-09-19 | 1 | -1/+1 |
* | added money_format() function | Hartmut Holzgraefe | 2002-08-02 | 1 | -0/+2 |
* | Added sha1, sha1_file functions. | Stefan Esser | 2002-07-28 | 1 | -1/+1 |
* | - Revert that change. Added a warning about this. | foobar | 2002-04-08 | 1 | -0/+27 |
* | There's really no point in allowing using the system regex library. | foobar | 2002-04-08 | 1 | -26/+0 |
* | Using system regex lib seems not to work quite well when compiled with Apache. | foobar | 2002-04-08 | 1 | -10/+5 |
* | outcomment default linking against pam due to no feedback | Sascha Schumann | 2002-03-26 | 1 | -3/+3 |
* | added fnmatch() and glob() functions | Hartmut Holzgraefe | 2002-03-21 | 1 | -0/+2 |
* | Please welcome the new build system. | Sascha Schumann | 2002-03-07 | 1 | -1/+11 |
* | Enable chroot() only if SAPI is CGI. | foobar | 2001-09-12 | 1 | -0/+4 |
* | Blowfish detection patch from Alexander Bokovoy <ab@avilink.net> | Rasmus Lerdorf | 2001-06-07 | 1 | -3/+3 |
* | Fix bug: #9713 | foobar | 2001-06-04 | 1 | -2/+17 |
* | Nuke more quotes | Sascha Schumann | 2001-05-12 | 1 | -3/+3 |
* | Fixed a compatibility problem is some file functions (fgets, fputs, fread, | Alexander Feldman | 2001-03-11 | 1 | -0/+52 |
* | added iconv extension. | Rui Hirokawa | 2001-01-09 | 1 | -9/+0 |