summaryrefslogtreecommitdiff
path: root/ext/standard
Commit message (Expand)AuthorAgeFilesLines
* Remove unused local variables.Sebastian Bergmann2002-06-141-1/+1
* Fixed: possible bufferunderrun (worst case == invalid free bytes counter)Stefan Esser2002-06-131-7/+15
* - Fixed bug #17669. PG(magic_quotes_runtime) wasn't reset for each request.foobar2002-06-121-0/+3
* fix for bug #10616 -> mktime() with negative date offsets not working on MacOSXHartmut Holzgraefe2002-06-122-27/+106
* @Impelemented timeout functionality, and fixed error handling of fsockopen() ...Jason Greene2002-06-111-4/+26
* - whitespace fixJan Lehnardt2002-06-101-1/+1
* fix the buildHarald Radi2002-06-101-15/+18
* - Fix proto.Markus Fischer2002-06-101-1/+1
* Fix bug #7045: shuffle() now provides consistent distribution of valuesAndrei Zmievski2002-06-101-8/+52
* Make RAND_RANGE() an API macro.Andrei Zmievski2002-06-092-2/+3
* - Since streams are always enabled, instead of just printing 'enabled' we tellMarkus Fischer2002-06-081-1/+31
* Make sure len is defined hereRasmus Lerdorf2002-06-031-1/+2
* Fixed array_rand() on ZTS platforms.Edin Kadribasic2002-06-031-9/+1
* added wez to the com extensionHarald Radi2002-05-311-1/+1
* @Fix segfault in version_compare() (Stig)Stig Bakken2002-05-261-8/+17
* Fix <head> and <body> tags in phpinfo() output (#17411)Sander Roobol2002-05-241-3/+3
* - Added support for compressed SWF (Flash MX) files to getimagesize().Derick Rethans2002-05-232-1/+47
* - Fix typoAndi Gutmans2002-05-231-3/+3
* Add simple test case for proc_openWez Furlong2002-05-231-0/+29
* Fix (stupid) segfault. #17379Wez Furlong2002-05-231-3/+3
* - Fix unchecked return values with parameters to proc_open. (FixesDerick Rethans2002-05-231-8/+28
* - Fix errormessage and whitespaceDerick Rethans2002-05-231-7/+7
* Added 4th parameter to specify enclosure character. Patch by Dean Richard Ben...Yasuo Ohgaki2002-05-231-11/+40
* - ZTS gotchaMarkus Fischer2002-05-201-1/+1
* - Add open_basedir check for all functions using php_stat() (filesize, stat,Markus Fischer2002-05-201-0/+4
* Added glob() support for windows.Edin Kadribasic2002-05-191-0/+4
* - Fix portability issues with empty results on Linux and FreeBSD, add safe_modeMarkus Fischer2002-05-181-14/+22
* Only the last cookie was getting set. (You can haveCliff Woolley2002-05-171-1/+1
* Remove leading "./" from include filenames as in PHP this defeats include_path.Preston L. Bannister2002-05-169-11/+10
* Adjust dirname() on Win32 to match CWD per drive semantics.Preston L. Bannister2002-05-161-4/+18
* Grr.. I keep leaving my debug in...Rasmus Lerdorf2002-05-161-1/+0
* Fix for #17271Rasmus Lerdorf2002-05-161-1/+3
* - Made all is_*() functions to return only boolean values.foobar2002-05-163-31/+47
* - Adjust for improved error messages from win32/sendmail.cMarkus Fischer2002-05-141-2/+8
* Make sure newtime is never NULLRasmus Lerdorf2002-05-131-2/+2
* - Fix a buglet in printing of GPCSE arraysZeev Suraski2002-05-131-5/+5
* Changing email address.Andrei Zmievski2002-05-132-2/+2
* - Centralize html_puts() againZeev Suraski2002-05-131-0/+3
* Change safe-mode rule for rmdir() to match unlink() - allow is targetRasmus Lerdorf2002-05-121-1/+1
* Use string_len informationSascha Schumann2002-05-121-1/+1
* reenable php_html_putsSascha Schumann2002-05-121-6/+7
* Another safe-mode fix. parse_ini_file() did not checkRasmus Lerdorf2002-05-111-0/+9
* show_source() safe-mode fixRasmus Lerdorf2002-05-112-2/+10
* Centralize html_puts() logic - php_html_puts() remains as an API wrapperZeev Suraski2002-05-111-5/+5
* - Add PHP_API_VERSION tooDerick Rethans2002-05-091-0/+3
* - Show both API nosDerick Rethans2002-05-091-3/+6
* - Forgot oneDerick Rethans2002-05-081-1/+1
* Kill a compiler warning on Win32Frank M. Kromann2002-05-081-1/+1
* fix problem with mkdir() on freebsdjim winstead2002-05-061-2/+2
* Add support for remaining entities in HTML 4 for the UTF-8 encoding inWez Furlong2002-05-051-3/+169