Commit message (Collapse) | 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 |
| | | | | | @ to preg_replace(). (Andrei) | ||||
* | @- Fixed extract() to properly prefix numeric keys when EXTR_PREFIX_ALL is | Andrei Zmievski | 2001-01-22 | 1 | -61/+86 |
| | | | | | | | @ used. (Andrei) @- Added EXTR_PREFIX_INVALID flag to extract() to automatically prefix @ string keys that do not constitute valid variable names. (Andrei) | ||||
* | @BeOS patch from svanegmond@bang.dhs.org modified somewhat by Rasmus | Rasmus Lerdorf | 2001-01-21 | 9 | -6/+45 |
| | | | | | BeOS patch from svanegmond@bang.dhs.org modified somewhat by Rasmus | ||||
* | @- Added URL support for getimagesize() function (Jani) | foobar | 2001-01-19 | 1 | -88/+107 |
| | | | | | # tested with all imagetypes. Also the iptc works. | ||||
* | - 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 |
| | | | | | @ offset. (Andrei) | ||||
* | @- Changed 'Z' flag to date() to always return timezone offset with | Andrei Zmievski | 2001-01-17 | 1 | -1/+1 |
| | | | | | @ negative sign if it's west of UTC. (Andrei) | ||||
* | Put these back where they belong. They weren't necessary unless ZTS and | Sean Bright | 2001-01-17 | 2 | -3/+3 |
| | | | | | HAVE_LOCALECONV were both defined. | ||||
* | Added string comparison function strcoll(). It uses the current locale to | Sean Bright | 2001-01-17 | 3 | -1/+27 |
| | | | | | | do the comparisons. @- Added localeconv() and strcoll() functions for localization. (Sean) | ||||
* | 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 |
| | | | | | locale.h. Should work well under non-ZTS as well as ZTS. | ||||
* | 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 |
| | | | | | | | | | | guys, always remember that every function that *generates output* could cause a bailout if ignore_user_abort is set to false (and the user _aborts_ the connection). in this case a longjump will be performed and our function (in this case readfile) will have no chance to clean-up. having said that it's a good idea to register all opened files using REGISTER_RESOURCE - that way the engine will make sure they get closed on request end. | ||||
* | reserve space for quoted characters | David Croft | 2001-01-14 | 1 | -0/+1 |
| | | | | | fixes buffer overrun bug #8694 | ||||
* | 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 |
| | | | | | build | ||||
* | - Fix exec() bug | Zeev Suraski | 2001-01-13 | 5 | -80/+73 |
| | | | | | - Merge fsock and file globals | ||||
* | 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 |
| | | | | | | | with an empty string as delimiter @- Made fopen() of HTTP URL follow redirects, $http_response_header will @ contain all headers with empty string as delimiter (Stig Venaas) | ||||
* | exec'd processes now get cleaned up even if the browser connections was | Thies C. Arntzen | 2001-01-10 | 1 | -1/+12 |
| | | | | | | aborted. fixes: #8143 | ||||
* | 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 |
| | | | | | interrupted during writing the output. | ||||
* | 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 |
| | | | | | | | # Although man page for tzset() says it should be called automaticly # by some of the time related functions, IRL this doesn't happen. # PR: 3977, 4732, 5510, 6972, 7203, 8502, 8609 | ||||
* | php_add_var_hash() uses sizeof(id) in the calls to zend_hash_*, implying | Sascha Schumann | 2001-01-09 | 1 | -2/+2 |
| | | | | | | | | | | | | that all bytes in the character array have been set (they are used to compute the hash value using hashpjw). The function assumes that sprintf's %p modifier would always prefix the output with "0x". On HPUX, this is not the case. Hence, not all bytes may be properly initialized before being read. This has been addressed by using only initialized bytes as the key. | ||||
* | 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 |
| | | | | | | | | Changed extract() to check that prefixed name is a valid one. Optimized extract() a bit too. # It'd be nice if someone made regression tests for extract(). | ||||
* | - Fix for bug #8535 - floating point exception on FreeBSD while initializing | Derick Rethans | 2001-01-08 | 1 | -1/+1 |
| | | | | | crypt random numbers | ||||
* | @- 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 ↵ | Stanislav Malyshev | 2001-01-08 | 1 | -1/+1 |
| | | | | for .ini) | ||||
* | 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 ↵ | Rui Hirokawa | 2001-01-08 | 4 | -25/+108 |
| | | | | encoding using iconv(). | ||||
* | 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 sapi_module available to external modules (PHPAPI) - Make the php.ini path reported in phpinfo() always point to real full path of the php.ini file - Optimized the ISAPI module not to read unnecessary server variables and read necessary variables at most once. | ||||
* | Make the generated <input> lower case and terminated with a /, | Chuck Hagenbuch | 2001-01-02 | 2 | -6/+6 |
| | | | | | to be xhtml-compliant. | ||||
* | Fix date('r') overflow | Rasmus Lerdorf | 2001-01-02 | 1 | -1/+1 |
| | | | | | @Fix date('r') overflow | ||||
* | Hopefully solves some bad behavior in array_unique(), array_intersect() | Stig Venaas | 2000-12-28 | 1 | -69/+21 |
| | | | | | | | and array_diff(). Now using SORT_STRING instead of SORT_REGULAR @- Fixed misbehavior of array_unique(), array_intersect() and array_diff(); @ could in certain cases give wrong result or segfault (Stig Venaas) | ||||
* | Make nl2br() output <br /> instead of <br> to be XHTML compliant. | Jon Parise | 2000-12-28 | 1 | -1/+1 |
| | | | | | Bug: 8390 |