Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | This commit was manufactured by cvs2svn to create branch 'PECL_OPENSSL'.PECL_OPENSSL | SVN Migration | 2006-10-15 | 372 | -26966/+0 |
* | Fix test (bug#39097) | Hannes Magnusson | 2006-10-15 | 1 | -19/+19 |
* | add test | Antony Dovgal | 2006-10-11 | 1 | -0/+31 |
* | MFH: avoid reading str[-1], add warning when invalid format specified | Antony Dovgal | 2006-10-11 | 2 | -28/+49 |
* | MFH: fix crash when parsing invalid hostnames/IPs | Antony Dovgal | 2006-10-11 | 1 | -0/+53 |
* | Fixed bug #37262 (var_export() does not escape \0 character). | Ilia Alshanetsky | 2006-10-09 | 2 | -1/+10 |
* | re-add the test | Antony Dovgal | 2006-10-06 | 1 | -0/+108 |
* | <tony2001> ilia: are you serious? | Antony Dovgal | 2006-10-05 | 1 | -108/+0 |
* | add test | Antony Dovgal | 2006-10-05 | 1 | -0/+108 |
* | MFH: fix #39032 (strcspn() stops on null character) | Antony Dovgal | 2006-10-04 | 1 | -0/+18 |
* | fix test name | Antony Dovgal | 2006-09-28 | 1 | -1/+1 |
* | Fixed bug #38859 (parse_url() fails if passing '@' in passwd). | Ilia Alshanetsky | 2006-09-28 | 1 | -2/+19 |
* | fix test | Hannes Magnusson | 2006-09-19 | 1 | -3/+3 |
* | argh.. nuke UEXPECTF | Antony Dovgal | 2006-09-19 | 2 | -0/+0 |
* | support objects in array_walk*() | Antony Dovgal | 2006-09-19 | 4 | -4/+4 |
* | fix tests | Antony Dovgal | 2006-09-19 | 2 | -6/+6 |
* | MFH: fix #34066 (recursive array_walk causes segfault) | Antony Dovgal | 2006-09-19 | 2 | -0/+1535 |
* | MFH: fix leak when call to shutdown function fails | Antony Dovgal | 2006-09-15 | 1 | -0/+25 |
* | MFH: fix double free(), add test | Antony Dovgal | 2006-09-15 | 1 | -0/+24 |
* | add new tests | Antony Dovgal | 2006-09-07 | 5 | -0/+215 |
* | Fixed bug #38464 (array_count_values() mishandles numeric strings). | Ilia Alshanetsky | 2006-09-06 | 1 | -0/+20 |
* | fix test | Hannes Magnusson | 2006-08-30 | 1 | -1/+1 |
* | MFH: | Hannes Magnusson | 2006-08-27 | 1 | -0/+46 |
* | fix tests on freebsd | Hannes Magnusson | 2006-08-27 | 1 | -2/+2 |
* | tm_yday may be 0 | Antony Dovgal | 2006-08-24 | 1 | -2/+2 |
* | add test for real | Antony Dovgal | 2006-08-22 | 1 | -0/+59 |
* | Fixed bug #38524 (strptime() does not initialize the internal date storage | Ilia Alshanetsky | 2006-08-20 | 1 | -0/+29 |
* | new tests | Antony Dovgal | 2006-08-15 | 4 | -0/+447 |
* | typos in comments and other minor improvements | Antony Dovgal | 2006-08-10 | 1 | -1/+0 |
* | use memrchr/zend_memrchr instead of strrchr | Antony Dovgal | 2006-08-08 | 1 | -1/+1 |
* | add new test | Antony Dovgal | 2006-08-08 | 1 | -0/+22 |
* | add new test | Antony Dovgal | 2006-08-04 | 1 | -0/+13 |
* | fix test | Antony Dovgal | 2006-07-28 | 1 | -2/+2 |
* | MFH | Antony Dovgal | 2006-07-17 | 1 | -0/+108 |
* | fix test | Antony Dovgal | 2006-07-16 | 1 | -1/+1 |
* | - MFH Fixed Bug #29538 number_format and problem with 0 | Marcus Boerger | 2006-07-16 | 1 | -0/+10 |
* | - MFH Pathinfo allows to get filename (Toby S, Christian S) | Marcus Boerger | 2006-07-16 | 1 | -0/+2 |
* | - MFH array_fill_keys, better unicode support, use new param parsing API | Marcus Boerger | 2006-07-15 | 1 | -2/+2 |
* | - MFH Added array_fill_keys(). (Marcus, Mathew W) | Marcus Boerger | 2006-07-15 | 1 | -0/+42 |
* | MFH: fix #38086 (stream_copy_to_stream() returns 0 when maxlen is bigger than... | Antony Dovgal | 2006-07-13 | 3 | -0/+180 |
* | fix invalid read - no need to compare strings if haystack is "" or shorter th... | Antony Dovgal | 2006-07-12 | 1 | -0/+55 |
* | Fixed test | Ilia Alshanetsky | 2006-07-11 | 1 | -2/+2 |
* | add new tests by Ligaya Turmelle | Antony Dovgal | 2006-07-11 | 3 | -0/+496 |
* | MFH: /tmp is often a symlink, use /bin instead | Antony Dovgal | 2006-07-11 | 1 | -3/+3 |
* | Fixed bug #37947 (zend_ptr_stack reallocation problem) | Dmitry Stogov | 2006-07-10 | 1 | -0/+21 |
* | Make everyone happy | Hannes Magnusson | 2006-07-03 | 1 | -2/+2 |
* | Fixed test | Ilia Alshanetsky | 2006-07-03 | 1 | -2/+2 |
* | fix tests | Hannes Magnusson | 2006-07-03 | 1 | -4/+4 |
* | fixed segfaults and such things within the new assert02.phpt test | Nuno Lopes | 2006-07-01 | 1 | -0/+42 |
* | fix test | Hannes Magnusson | 2006-06-29 | 1 | -4/+4 |