36945 Commits (9483a2ff2384b5a2fbec4eb5aa08db59dfcd5cbe)
 

Author SHA1 Message Date
Johannes Schlüter 9483a2ff23 - Readd support for ynamic access of static members (Etienne) 19 years ago
SVN Migration 0e5d551a56 This commit was manufactured by cvs2svn to create branch 'PHP_5_3'. 19 years ago
Ilia Alshanetsky f871988b88 BFN 19 years ago
Ilia Alshanetsky b26d5f6077 Fixed bug #42767 (highlight_string() truncates trailing comment) 19 years ago
Raghubansh Kumar 2ff92b584e new testcases for strrev() function 19 years ago
Antony Dovgal 72fc33ef6a MFH 19 years ago
Raghubansh Kumar 433d1a5d02 New testcases for crc32() function 19 years ago
Ilia Alshanetsky d0796d9d68 Another typo fix 19 years ago
Ilia Alshanetsky b89c7fcf8f Fixed typo 19 years ago
Dmitry Stogov 884b06e303 Fixed crash on POST request after dl("mbstring.so") 19 years ago
Rui Hirokawa e94f26f356 MFH: added support "entity" as substitute_character settin accoding to bug #39404 19 years ago
Dmitry Stogov b441b275b3 Fixed bug #42699 (PHP_SELF duplicates path) 19 years ago
Ilia Alshanetsky f60df047f1 Fixed bug #42739 (mkdir() doesnt like a trailing slash when safe_mode is 19 years ago
Ilia Alshanetsky ddc1871576 Improve check for filename (fixed coverity issue #355) 19 years ago
Ilia Alshanetsky 24c806c41b Fixed memory leak inside array_intersec (coverity issues #403,#404) 19 years ago
Ilia Alshanetsky 91e8740fe4 Fixed memory leak inside array_diff() (coverity issues #401,#402) 19 years ago
Ilia Alshanetsky 9307163e67 Fixed memory leak inside pack() (coverity issues #398,#399,#400) 19 years ago
Raghubansh Kumar b17d0085f3 New testcases for strspn() function 19 years ago
Raghubansh Kumar 0aa09167c1 New testcases for strcspn() function 19 years ago
Raghubansh Kumar eb3f8fda65 New testcases for strtok() function 19 years ago
Raghubansh Kumar 32b432f878 replaced by array_search_variation1.phpt, hence removed. 19 years ago
Raghubansh Kumar 12bc950491 update and split of testcases for functions array_search() and in_array() 19 years ago
Antony Dovgal cecbe87656 MFH: add NULL check (coverity issue #385) and fix CS 19 years ago
Antony Dovgal 74ae13f933 MFH: check for NULL (coverity issue #386) 19 years ago
Antony Dovgal 074b4e51f0 MFH: check the return value of getgroups() for -1 (coverity issue #390) 19 years ago
Antony Dovgal 43cc8937b2 MFH: plug leak on error (coverity issue #405) 19 years ago
Antony Dovgal 366c113156 MFH: plug leak on error (coverity issue #407) 19 years ago
Dmitry Stogov 9ee4848c3f Improved speed of array_diff_key(), array_diff_assoc() and array_udiff_assoc(). 19 years ago
Antony Dovgal f5bf263b88 initialize all fields of the struct (it's generally good idea even though they should not be used) 19 years ago
Antony Dovgal 3587185a89 MFH: fix invalid read when opendir over FTP fails (coverity issue #462) 19 years ago
Stanislav Malyshev 7985002fc6 better fix for iconv_substr 19 years ago
Nuno Lopes fa0efe45e0 fix crash when fetching a node type that doesnt exist 19 years ago
Stanislav Malyshev c70e307e77 fix potential overflow (Mattias Bengtsson) 19 years ago
Stanislav Malyshev cfd8f6d775 add test for dl() with long name 19 years ago
Jani Taskinen 30dc58671d MFH 19 years ago
Jani Taskinen ba144fd417 - Fix test and tuned error message 19 years ago
Jani Taskinen c932082f7b MFH 19 years ago
Ilia Alshanetsky 84d594e4b6 Fixed test for glob() affected by previous patch 19 years ago
Rob Richards da068e5291 BFN 19 years ago
Rob Richards adb1cd835d MFH: fix bug #42139 (XMLReader option constants are broken using XML()) 19 years ago
Dmitry Stogov 8d377a698a Improved speed of array_intersect_key(), array_intersect_assoc() and array_uintersect_assoc(). (100 times faster on arrays with 100000 elements) 19 years ago
Antony Dovgal f67c0222fe MFH 19 years ago
Ilia Alshanetsky 47950d10cf Fixed regression in glob() when enforcing safe_mode/open_basedir checks on 19 years ago
Antony Dovgal 77951494b7 MFH 19 years ago
Stanislav Malyshev f7e4ff1054 one more test 19 years ago
Stanislav Malyshev d07b041e8a report iconv fix 19 years ago
Stanislav Malyshev 1ef91c8494 limit iconv parameters here too 19 years ago
Stanislav Malyshev 2fe9599880 limit iconv parameter sizes - workaround for glibc bug 19 years ago
Stanislav Malyshev 15a715ae73 add length tests for iconv functions 19 years ago
Rui Hirokawa beeddd8873 MFH: fixed bug #42502 va_* cannot detect. 19 years ago