| Commit message (Expand) | Author | Age | Files | Lines |
* | jouni was added as an author of the docs | jim winstead | 2001-01-23 | 1 | -1/+1 |
* | @- Improved str_replace() to accept an array for any parameter - similar | Andrei Zmievski | 2001-01-22 | 1 | -30/+142 |
* | @- Fixed extract() to properly prefix numeric keys when EXTR_PREFIX_ALL is | Andrei Zmievski | 2001-01-22 | 1 | -61/+86 |
* | @BeOS patch from svanegmond@bang.dhs.org modified somewhat by Rasmus | Rasmus Lerdorf | 2001-01-21 | 9 | -6/+45 |
* | @- Added URL support for getimagesize() function (Jani) | foobar | 2001-01-19 | 1 | -88/+107 |
* | - Fix for bug #8367 (wordwrap not cutting correctly) | Derick Rethans | 2001-01-18 | 1 | -4/+3 |
* | @- Fixed 'O' and 'r' flags of date() to have correct sign for timezone | Andrei Zmievski | 2001-01-18 | 1 | -2/+2 |
* | @- Changed 'Z' flag to date() to always return timezone offset with | Andrei Zmievski | 2001-01-17 | 1 | -1/+1 |
* | Put these back where they belong. They weren't necessary unless ZTS and | Sean Bright | 2001-01-17 | 2 | -3/+3 |
* | Added string comparison function strcoll(). It uses the current locale to | Sean Bright | 2001-01-17 | 3 | -1/+27 |
* | Nuke a couple of warnings | Zeev Suraski | 2001-01-15 | 1 | -0/+6 |
* | Name this php_Exec instead | Rasmus Lerdorf | 2001-01-14 | 1 | -8/+8 |
* | Added localeconv() function. Operates similarly to localeconv() defined in | Sean Bright | 2001-01-14 | 3 | -0/+158 |
* | Export _Exec for extensions to use | Rasmus Lerdorf | 2001-01-14 | 1 | -1/+1 |
* | fixed readfile() fd-leak. | Thies C. Arntzen | 2001-01-14 | 1 | -5/+13 |
* | reserve space for quoted characters | David Croft | 2001-01-14 | 1 | -0/+1 |
* | Both thread-safe and thread-unsafe builds should be ok now | Zeev Suraski | 2001-01-13 | 5 | -20/+19 |
* | - Removed a stale var that broke the build | Derick Rethans | 2001-01-13 | 1 | -1/+0 |
* | - There was one ret left, changed it to FG(pclose_ret), this fixes the | Derick Rethans | 2001-01-13 | 1 | -1/+1 |
* | - Fix exec() bug | Zeev Suraski | 2001-01-13 | 5 | -80/+73 |
* | Fix Windows & thread-safe build | Zeev Suraski | 2001-01-13 | 1 | -1/+1 |
* | Follows redirects again, and $http_response_header now contains all headers | Stig Venaas | 2001-01-12 | 1 | -10/+24 |
* | exec'd processes now get cleaned up even if the browser connections was | Thies C. Arntzen | 2001-01-10 | 1 | -1/+12 |
* | fixed swatch internet time (bugs#8242,7106) | David Croft | 2001-01-10 | 1 | -1/+4 |
* | Allocate buffer in date() for the actual length of the timezone (bug#8292) | David Croft | 2001-01-10 | 1 | -1/+7 |
* | Avoid possible memory leak in the URL scanner, if the connection is | Sascha Schumann | 2001-01-09 | 3 | -17/+3 |
* | moved to ext/iconv. | Rui Hirokawa | 2001-01-09 | 1 | -13/+0 |
* | added iconv extension. | Rui Hirokawa | 2001-01-09 | 5 | -181/+0 |
* | If TZ environment variable is changed call tzset(). | foobar | 2001-01-09 | 1 | -0/+3 |
* | php_add_var_hash() uses sizeof(id) in the calls to zend_hash_*, implying | Sascha Schumann | 2001-01-09 | 1 | -2/+2 |
* | WS fix | Sascha Schumann | 2001-01-08 | 1 | -7/+7 |
* | Fix ZTS build (broken by iconv-related changes). | Sascha Schumann | 2001-01-08 | 1 | -0/+2 |
* | @- Changed extract() to check that prefixed name is a valid one. (Andrei) | Andrei Zmievski | 2001-01-08 | 1 | -36/+35 |
* | - Fix for bug #8535 - floating point exception on FreeBSD while initializing | Derick Rethans | 2001-01-08 | 1 | -1/+1 |
* | @- Changed extract() to return the number of variables extracted. (Andrei) | Andrei Zmievski | 2001-01-08 | 1 | -2/+6 |
* | Optimize it a bit - no need to dup empty string (which can be pretty common f... | Stanislav Malyshev | 2001-01-08 | 1 | -1/+1 |
* | Duplicate property value, otherwise parser would free it and we're in bad shape. | Stanislav Malyshev | 2001-01-08 | 1 | -1/+1 |
* | Fix undefind filehandle type on INI parsing. | Stanislav Malyshev | 2001-01-08 | 1 | -0/+1 |
* | Use platform's dir separator | Stanislav Malyshev | 2001-01-08 | 1 | -1/+1 |
* | added iconv_set_encoding() to change the encoding setting. | Rui Hirokawa | 2001-01-08 | 3 | -1/+29 |
* | added a output handler function ob_iconv_handler which tranforms output encod... | Rui Hirokawa | 2001-01-08 | 4 | -25/+108 |
* | Added OpenSSL | Stig Venaas | 2001-01-07 | 1 | -0/+1 |
* | Fix possible startup crash | Zeev Suraski | 2001-01-07 | 1 | -1/+1 |
* | - Fix for bug 7035, regarding PHP_MAX_SALT_LENGTH for OpenBsd | Derick Rethans | 2001-01-07 | 1 | -1/+1 |
* | fixed date not allocating enough buffer, bug 7963 | Daniel Beulshausen | 2001-01-05 | 1 | -1/+1 |
* | Many patches. I hope I remember them all: | Zeev Suraski | 2001-01-02 | 1 | -2/+2 |
* | Make the generated <input> lower case and terminated with a /, | Chuck Hagenbuch | 2001-01-02 | 2 | -6/+6 |
* | Fix date('r') overflow | Rasmus Lerdorf | 2001-01-02 | 1 | -1/+1 |
* | Hopefully solves some bad behavior in array_unique(), array_intersect() | Stig Venaas | 2000-12-28 | 1 | -69/+21 |
* | Make nl2br() output <br /> instead of <br> to be XHTML compliant. | Jon Parise | 2000-12-28 | 1 | -1/+1 |