summaryrefslogtreecommitdiff
path: root/ext/standard
Commit message (Expand)AuthorAgeFilesLines
* Incorrect usage of Z_TYPE() macroDmitry Stogov2006-02-201-1/+1
* Fixed memory corruptionDmitry Stogov2006-02-201-1/+1
* More safe_mode nukingIlia Alshanetsky2006-02-191-1/+0
* Nuke safe_modeIlia Alshanetsky2006-02-1911-269/+37
* - Get rid of using ENFORCE_SAFE_MODE.Andi Gutmans2006-02-1910-18/+18
* - More safe_mode nukingAndi Gutmans2006-02-193-12/+0
* Start nuking safe_mode. Still a lot of work to do...Andi Gutmans2006-02-195-61/+4
* improve usleep(): use new param parsing API, check for negative valuesAntony Dovgal2006-02-161-5/+8
* Made server wide switch for unicode on/off (according to PDM).Dmitry Stogov2006-02-132-2/+2
* MFB51: Fixed bug #36351 (parse_url() does not parse numeric paths properly).Ilia Alshanetsky2006-02-122-1/+8
* - MFB:Pierre Joye2006-02-092-8/+16
* MFB.Andrei Zmievski2006-02-072-14/+14
* - MFB: #36306, crc32() result differs on 32-bit and 64-bit platformsPierre Joye2006-02-072-1/+9
* initialize variables and reduce the number of warningsAntony Dovgal2006-02-061-1/+1
* fix #36242 (Possible memory corruption in stream_select())Antony Dovgal2006-02-011-1/+1
* MFB51 Export symbols that will allow building WDDX as shared objectFrank M. Kromann2006-01-284-6/+6
* - #36185 str_rot13(NULL) crashPierre Joye2006-01-281-0/+2
* MFB51: Fixed bug #36148 (unpack("H*hex", $data) is adding an extraIlia Alshanetsky2006-01-262-1/+32
* Use zend_codepoint_to_uchar() macro.Andrei Zmievski2006-01-251-9/+2
* eurealloc() should not be used with UBYTES()Andrei Zmievski2006-01-241-4/+4
* MFB51: Allow get_headers() to return header information even for non-200Ilia Alshanetsky2006-01-201-0/+4
* fix testAntony Dovgal2006-01-191-1/+6
* couple of pedantic fixes: "static" should be firstAntony Dovgal2006-01-182-3/+3
* MFB51: Make get_headers() use the default context.Ilia Alshanetsky2006-01-181-1/+3
* Unicode stuff is changed according to decision maden on PDM.Dmitry Stogov2006-01-1715-326/+167
* fix typoAntony Dovgal2006-01-161-1/+1
* - Fixed bug #36011Marcus Boerger2006-01-141-0/+46
* add missing ifdefsAntony Dovgal2006-01-132-1/+4
* - MFB: add php_mkdir_exPierre Joye2006-01-132-4/+10
* - Add stream filter 'consumed' which can restore the stream position whenMarcus Boerger2006-01-121-0/+87
* typo fixHartmut Holzgraefe2006-01-121-3/+3
* MFB51: Fixed bug #35916 (Duplicate calls to stream_bucket_append() lead toIlia Alshanetsky2006-01-101-0/+42
* fix memory corruption (HEAD only)Antony Dovgal2006-01-101-1/+1
* MFB51: Fixed testIlia Alshanetsky2006-01-101-5/+5
* fix testsAntony Dovgal2006-01-063-1319/+23
* fix typoAntony Dovgal2006-01-051-1/+1
* cast and fix a warningAndrey Hristov2006-01-041-1/+1
* fix win buildRob Richards2006-01-041-1/+2
* - New implementation of the sunset algorithm. Fixes bugs #33789, #33671, #32820Derick Rethans2006-01-047-323/+26
* - Added the lchown() and lchgrp() functions which change permissions and groupDerick Rethans2006-01-043-13/+78
* fix buildfoobar2006-01-011-3/+1
* bump year and license versionfoobar2006-01-01124-374/+375
* MFB51: Fixed bug #35817 (unpack() does not decode odd number of hexadecimalIlia Alshanetsky2005-12-282-3/+35
* tweak the fixAntony Dovgal2005-12-271-1/+1
* add test for #35821Antony Dovgal2005-12-271-0/+34
* MF51: fix #35821 (array_map() segfaults when exception is throwed from the ca...Antony Dovgal2005-12-271-1/+1
* add new testAntony Dovgal2005-12-261-0/+14
* MFB: fix #35781 (stream_filter_append() can cause segfault)Antony Dovgal2005-12-231-0/+24
* change -o to || to be more portableAntony Dovgal2005-12-221-1/+1
* MFB: add test for #35740Antony Dovgal2005-12-201-0/+14