summaryrefslogtreecommitdiff
path: root/ext/standard
Commit message (Expand)AuthorAgeFilesLines
* Fix bug #63240 on stream_get_line()Gustavo Lopes2012-10-121-0/+17
* Remove executable permission on phptXinchen Hui2012-10-10100-0/+0
* Fixed bug #63236 (Executable permission on various source files)Xinchen Hui2012-10-091-0/+0
* Avoding superfluous function callXinchen Hui2012-10-021-3/+5
* Add test for #35895Xinchen Hui2012-10-021-0/+24
* Correct the test summaryXinchen Hui2012-09-241-1/+1
* Fixed bug #60723 (error_log error time has changed to UTC ignoring default ti...Xinchen Hui2012-09-241-0/+19
* year++Xinchen Hui2012-09-051-1/+1
* year++Xinchen Hui2012-09-051-1/+1
* - Value stored to var is never usedFelipe Pena2012-08-191-4/+4
* - Value stored to var is never usedFelipe Pena2012-08-191-1/+0
* Merge fix e7535e06e63104ccc0c90c4425b6c2541aa3c939 to 5.3Xinchen Hui2012-08-151-0/+1
* Merge branch 'skip-memory-exhaust-tests' of https://github.com/reeze/php-src ...Xinchen Hui2012-08-141-0/+3
|\
| * Skip tests reply on Zend MM turned onReeze Xia2012-08-111-0/+3
* | Fixed bug #62763 (register_shutdown_function and extending class)Xinchen Hui2012-08-121-2/+5
|/
* fix test due to float valueXinchen Hui2012-08-021-1/+1
* Sike test while there is no zend mm max_size guardXinchen Hui2012-07-291-0/+6
* Fix test failedXinchen Hui2012-07-211-73/+72
* merge 9eb5cb6571698ca1c623ad3e02c8727c4b0c9a09 to 5.3Xinchen Hui2012-07-211-1/+1
* Typofix in test-descriptionJille Timmermans2012-07-141-1/+1
* Fix potential integer overflow in nl2brNikita Popov2012-07-051-6/+5
* Fix potential integer overflow in bin2hexNikita Popov2012-07-051-1/+1
* Fix some lengths in crypt()Nikita Popov2012-06-291-6/+6
* Fixed bug #62443 (Crypt SHA256/512 Segfaults With Malformed Salt)Anthony Ferrara2012-06-282-2/+11
* Fix bug #62373 (serialize() generates wrong reference to the object)Moriyoshi Koizumi2012-06-252-5/+27
* Fix memory allocation checks for base64 encodeNikita Popov2012-06-241-2/+2
* Remove extra ;Johannes Schlüter2012-06-221-1/+1
* Fixed bug #51094 (parse_ini_file() with INI_SCANNER_RAW cuts a value that inc...Pierrick Charron2012-06-071-0/+22
* Typofix in comment in proc_open.cJille Timmermans2012-05-301-1/+1
* fix CVE-2012-2143Stanislav Malyshev2012-05-292-1/+21
* Fixed bug #62148 mail_skipif doesn't skip imap tests on Release BuildMatt Ficken2012-05-251-0/+10
* Fixed bug #62147 test bug - popen_pclose_basic-win32Matt Ficken2012-05-251-1/+4
* fd fixStanislav Malyshev2012-05-161-0/+14
* fix stack overflow in php_intlog10abs()Nuno Lopes2012-05-111-2/+2
* Fix bug #61992 ext\standard\tests\general_functions\bug44295.phpt failsAnatoliy Belsky2012-05-102-1/+33
* Fix bug ext\standard\tests\file\realpath_cache_win32.phpt failsAnatoliy Belsky2012-05-103-3/+8
* Fix bug 61746 Failing tests in ext/standard/tests/file/windows_links/*Matt Ficken2012-05-085-11/+42
* Fix bug 61713 check also that mbstring's found any internal_encodingAnatoliy Belsky2012-05-081-11/+13
* Fix bug #61713 ext\standard\tests\strings\htmlentities10.phpt failsAnatoliy Belsky2012-05-081-1/+4
* Change the test folderXinchen Hui2012-05-061-0/+0
* Fixed bug #61730 (Segfault from array_walk modifying an array passed by refer...Xinchen Hui2012-05-062-7/+42
* Fixed Bug #61961 (file_get_content leaks when access empty file with max length)Reeze Xia2012-05-061-0/+14
* Fix masking in bug61115-1.phptChristopher Jones2012-05-011-1/+1
* Additional fixs for bug 61746 - prepare/clean aclsAnatoliy Belsky2012-04-305-0/+14
* merge test from PHP-5.4Xinchen Hui2012-04-301-1/+1
* Revert "Merge branch 'fix-pro_nice-test' of https://github.com/reeze/php-src ...Xinchen Hui2012-04-301-1/+1
* Merge branch 'fix-pro_nice-test' of https://github.com/reeze/php-src into PHP...Xinchen Hui2012-04-301-1/+1
|\
| * Fix test for proc_nice: bsd ps command didn't support option -o "%p %n"reeze2012-04-301-1/+1
* | - Added missing bound check in iptcparse() (path by chris at chiappa.net)Felipe Pena2012-04-291-4/+4
* | Fix bug #61800 ext\standard\tests\streams\bug61371.phpt failsAnatoliy Belsky2012-04-262-0/+50