summaryrefslogtreecommitdiff
path: root/ext/standard
Commit message (Expand)AuthorAgeFilesLines
* jouni was added as an author of the docsjim winstead2001-01-231-1/+1
* @- Improved str_replace() to accept an array for any parameter - similarAndrei Zmievski2001-01-221-30/+142
* @- Fixed extract() to properly prefix numeric keys when EXTR_PREFIX_ALL isAndrei Zmievski2001-01-221-61/+86
* @BeOS patch from svanegmond@bang.dhs.org modified somewhat by RasmusRasmus Lerdorf2001-01-219-6/+45
* @- Added URL support for getimagesize() function (Jani)foobar2001-01-191-88/+107
* - Fix for bug #8367 (wordwrap not cutting correctly)Derick Rethans2001-01-181-4/+3
* @- Fixed 'O' and 'r' flags of date() to have correct sign for timezoneAndrei Zmievski2001-01-181-2/+2
* @- Changed 'Z' flag to date() to always return timezone offset withAndrei Zmievski2001-01-171-1/+1
* Put these back where they belong. They weren't necessary unless ZTS andSean Bright2001-01-172-3/+3
* Added string comparison function strcoll(). It uses the current locale toSean Bright2001-01-173-1/+27
* Nuke a couple of warningsZeev Suraski2001-01-151-0/+6
* Name this php_Exec insteadRasmus Lerdorf2001-01-141-8/+8
* Added localeconv() function. Operates similarly to localeconv() defined inSean Bright2001-01-143-0/+158
* Export _Exec for extensions to useRasmus Lerdorf2001-01-141-1/+1
* fixed readfile() fd-leak.Thies C. Arntzen2001-01-141-5/+13
* reserve space for quoted charactersDavid Croft2001-01-141-0/+1
* Both thread-safe and thread-unsafe builds should be ok nowZeev Suraski2001-01-135-20/+19
* - Removed a stale var that broke the buildDerick Rethans2001-01-131-1/+0
* - There was one ret left, changed it to FG(pclose_ret), this fixes theDerick Rethans2001-01-131-1/+1
* - Fix exec() bugZeev Suraski2001-01-135-80/+73
* Fix Windows & thread-safe buildZeev Suraski2001-01-131-1/+1
* Follows redirects again, and $http_response_header now contains all headersStig Venaas2001-01-121-10/+24
* exec'd processes now get cleaned up even if the browser connections wasThies C. Arntzen2001-01-101-1/+12
* fixed swatch internet time (bugs#8242,7106)David Croft2001-01-101-1/+4
* Allocate buffer in date() for the actual length of the timezone (bug#8292)David Croft2001-01-101-1/+7
* Avoid possible memory leak in the URL scanner, if the connection isSascha Schumann2001-01-093-17/+3
* moved to ext/iconv.Rui Hirokawa2001-01-091-13/+0
* added iconv extension.Rui Hirokawa2001-01-095-181/+0
* If TZ environment variable is changed call tzset().foobar2001-01-091-0/+3
* php_add_var_hash() uses sizeof(id) in the calls to zend_hash_*, implyingSascha Schumann2001-01-091-2/+2
* WS fixSascha Schumann2001-01-081-7/+7
* Fix ZTS build (broken by iconv-related changes).Sascha Schumann2001-01-081-0/+2
* @- Changed extract() to check that prefixed name is a valid one. (Andrei)Andrei Zmievski2001-01-081-36/+35
* - Fix for bug #8535 - floating point exception on FreeBSD while initializingDerick Rethans2001-01-081-1/+1
* @- Changed extract() to return the number of variables extracted. (Andrei)Andrei Zmievski2001-01-081-2/+6
* Optimize it a bit - no need to dup empty string (which can be pretty common f...Stanislav Malyshev2001-01-081-1/+1
* Duplicate property value, otherwise parser would free it and we're in bad shape.Stanislav Malyshev2001-01-081-1/+1
* Fix undefind filehandle type on INI parsing.Stanislav Malyshev2001-01-081-0/+1
* Use platform's dir separatorStanislav Malyshev2001-01-081-1/+1
* added iconv_set_encoding() to change the encoding setting.Rui Hirokawa2001-01-083-1/+29
* added a output handler function ob_iconv_handler which tranforms output encod...Rui Hirokawa2001-01-084-25/+108
* Added OpenSSLStig Venaas2001-01-071-0/+1
* Fix possible startup crashZeev Suraski2001-01-071-1/+1
* - Fix for bug 7035, regarding PHP_MAX_SALT_LENGTH for OpenBsdDerick Rethans2001-01-071-1/+1
* fixed date not allocating enough buffer, bug 7963Daniel Beulshausen2001-01-051-1/+1
* Many patches. I hope I remember them all:Zeev Suraski2001-01-021-2/+2
* Make the generated <input> lower case and terminated with a /,Chuck Hagenbuch2001-01-022-6/+6
* Fix date('r') overflowRasmus Lerdorf2001-01-021-1/+1
* Hopefully solves some bad behavior in array_unique(), array_intersect()Stig Venaas2000-12-281-69/+21
* Make nl2br() output <br /> instead of <br> to be XHTML compliant.Jon Parise2000-12-281-1/+1