summaryrefslogtreecommitdiff
path: root/ext/standard
Commit message (Expand)AuthorAgeFilesLines
* Fixed bug #36886 (User filters can leak buckets in some situations).Ilia Alshanetsky2006-03-281-1/+16
* Check 2nd parameter of tempnam() against path components.Ilia Alshanetsky2006-03-271-2/+8
* Fixed bug #36857 (Added support for partial content fetching to the HTTPIlia Alshanetsky2006-03-261-0/+1
* Added myself to PDO and PDO_MySQL creditsIlia Alshanetsky2006-03-232-6/+5
* prevent segfault when exception is thrown from Countable::count()Antony Dovgal2006-03-221-2/+4
* MFH: use set_time_limit(), this test takes forever on AIXAntony Dovgal2006-03-221-0/+1
* Fixed bug #36689 (Removed arbitrary limit on the length of syslog messages).Ilia Alshanetsky2006-03-211-6/+1
* shutdown syslog module before freeing basic_globalsAntony Dovgal2006-03-201-3/+3
* .. and add missing #ifdefAntony Dovgal2006-03-201-0/+2
* fix wrong mshutdown func paramsAntony Dovgal2006-03-201-1/+1
* fix #36808 (syslog ident becomes garbage between requests)Antony Dovgal2006-03-203-7/+14
* MFH: fix #36741 (userstreams testcase have off-by-one error on fseek())Antony Dovgal2006-03-201-3/+3
* MFH: fix buffer overrunAntony Dovgal2006-03-201-1/+1
* MFH: make the code cleanerAntony Dovgal2006-03-191-3/+1
* MFH: add brackets and clarityAntony Dovgal2006-03-141-1/+1
* Fixed offset/length parameter validation in substr_compare() function.Ilia Alshanetsky2006-03-141-1/+1
* Added overflow checks to wordwrap() function.Ilia Alshanetsky2006-03-131-1/+2
* Fixed debug_zval_dump() to support private and protected membersDmitry Stogov2006-03-101-1/+35
* - Fix bug #36656 (http_build_query generates invalid URIs due to use of squar...Michael Wallner2006-03-081-6/+9
* fix win buildRob Richards2006-03-061-1/+2
* - There is no ltouch.Derick Rethans2006-03-051-3/+0
* - Added lchown() and lchgrp() to change user/group ownership of symlinks.Derick Rethans2006-03-053-15/+72
* Fixed bug #36459 (Incorrect adding PHPSESSID to links, which contains \r\n).Ilia Alshanetsky2006-02-282-399/+384
* - Warning fixes by StephMarcus Boerger2006-02-267-19/+19
* MFH - binary safety patch from MoriyoshiRasmus Lerdorf2006-02-251-1/+1
* Fixed bug #35900 (stream_select() should warning when tv_sec is negative).Ilia Alshanetsky2006-02-231-0/+8
* MFH: fixed bug #35594 for all systems. "optind = 0" doesn't work on FreeBSD,...Brian France2006-02-231-1/+1
* Fixed bug #36458 (sleep() accepts negative values).Ilia Alshanetsky2006-02-211-7/+9
* Rename getloadavg to sys_getloadavgRasmus Lerdorf2006-02-182-3/+3
* add getloadavg() function that has been running in production on rs1.php.netWez Furlong2006-02-162-1/+23
* MFH: improve usleep(): use new param parsing API, check for negative valuesAntony Dovgal2006-02-161-5/+8
* Fixed bug #36351 (parse_url() does not parse numeric paths properly).Ilia Alshanetsky2006-02-122-1/+8
* - protosPierre Joye2006-02-091-0/+3
* - revert last fixPierre Joye2006-02-092-11/+16
* Move array globals declarations back to the header file.Andrei Zmievski2006-02-072-14/+14
* - #36306, crc32() function result differs on 32-bit and 64-bit platformsPierre Joye2006-02-072-1/+9
* MFH: initialize variables and reduce the number of warningsAntony Dovgal2006-02-061-1/+1
* MFH: fix #36242 (Possible memory corruption in stream_select())Antony Dovgal2006-02-011-1/+1
* nuke ws pollutionfoobar2006-01-291-1/+1
* Export symbols that will allow building WDDX as shared objectFrank M. Kromann2006-01-284-8/+8
* - MFH: #36185 str_rot13(NULL) crashPierre Joye2006-01-281-0/+2
* Fixed bug #36148 (unpack("H*hex", $data) is adding an extra character to theIlia Alshanetsky2006-01-262-1/+32
* Allow get_headers() to return header information even for non-200 responses.Ilia Alshanetsky2006-01-201-0/+4
* MFH: couple of pedantic fixes: "static" should be firstAntony Dovgal2006-01-182-3/+3
* Make get_headers() use the default context.Ilia Alshanetsky2006-01-181-1/+3
* fix typoAntony Dovgal2006-01-161-1/+1
* - Fixed bug #36011Marcus Boerger2006-01-141-0/+46
* MFH: add missing ifdefsAntony Dovgal2006-01-132-1/+4
* - add php_mkdir_ex, works like php_mkdir but allows to silent any errorPierre Joye2006-01-132-4/+10
* - Add stream filter 'consumed'Marcus Boerger2006-01-121-2/+88