| Commit message (Expand) | Author | Age | Files | Lines |
* | - Make usage of new PHP_FE_END macro | Felipe Pena | 2011-07-25 | 111 | -172/+170 |
* | When we have a blocking SSL socket, respect the timeout option. | Scott MacVicar | 2011-07-23 | 1 | -0/+37 |
* | - Disable __sync_fetch_and_add for HPUX for now, gcc seems not provide __sync... | Felipe Pena | 2011-07-23 | 1 | -1/+1 |
* | Fix spelling error. | Daniel Convissor | 2011-07-21 | 4 | -4/+4 |
* | Have test for add/sub/diff one second during ST/DST transition in spring. | Daniel Convissor | 2011-07-21 | 20 | -0/+80 |
* | - Fixed bug #55258 (Windows Version Detecting Error) (already fixed in trunk/... | Pierre Joye | 2011-07-21 | 1 | -1/+1 |
* | removing openssl test for bug #55169 per Scott MacVicar's request; duplicate ... | Ryan Biesemeyer | 2011-07-20 | 1 | -43/+0 |
* | update test for bug #55169, fix skipif | Ryan Biesemeyer | 2011-07-20 | 1 | -1/+3 |
* | update test for bug #55169, don't require the extension in INI | Ryan Biesemeyer | 2011-07-20 | 1 | -2/+0 |
* | tests for bug #55169 (mcrypt and openssl) | Ryan Biesemeyer | 2011-07-20 | 2 | -0/+86 |
* | Rename and enhance test for bug 55253 now that bugs web is up. | Daniel Convissor | 2011-07-20 | 1 | -2/+16 |
* | openssl_encrypt() / openssl_decrypt() were flawed and truncated the key to th... | Scott MacVicar | 2011-07-19 | 1 | -2/+10 |
* | - Fixed bug #55231 (Unsatisfied symbols __sync_fetch_and_add_4) | Felipe Pena | 2011-07-19 | 1 | -1/+2 |
* | Fix for bug http://bugs.php.net/54426 | Popa Adrian Marius | 2011-07-19 | 1 | -7/+0 |
* | - update blowfish to 1.2 (Solar Designer) | Pierre Joye | 2011-07-18 | 3 | -116/+301 |
* | Updated is_a() and is_subclass_of() tests as per the removed E_WARNING from r... | Philip Olson | 2011-07-15 | 3 | -16/+0 |
* | Have test for add/sub/diff one second during DST/ST transition. | Daniel Convissor | 2011-07-13 | 20 | -0/+88 |
* | Add test for constructing times during the dst/st conversion. | Daniel Convissor | 2011-07-13 | 1 | -0/+15 |
* | - Fixed bug #55187, readlink returns weird characters when false result | Pierre Joye | 2011-07-12 | 1 | -0/+1 |
* | Fixed bug #54332 (Crash in zend_mm_check_ptr // Heap corruption) | Dmitry Stogov | 2011-07-11 | 1 | -0/+8 |
* | - use warning here to match unix behavior | Pierre Joye | 2011-07-10 | 1 | -1/+1 |
* | free data in case of failure in the callee not in the caller | Andrey Hristov | 2011-07-05 | 1 | -5/+3 |
* | Fixed bug relating to un-initialized memory access | Ilia Alshanetsky | 2011-07-05 | 2 | -3/+4 |
* | fix crypt() issue with overlong salt | Stanislav Malyshev | 2011-07-04 | 2 | -0/+25 |
* | Fixed bug #53727 (Inconsistent behavior of is_subclass_of with interfaces) | Dmitry Stogov | 2011-07-04 | 1 | -0/+8 |
* | - Fixed bug #54329 (MSSql extension memory leak) | Felipe Pena | 2011-07-03 | 1 | -1/+1 |
* | - Fixed bug #55082 (var_export() doesn't escape properties properly). | Gustavo André dos Santos Lopes | 2011-06-30 | 2 | -3/+22 |
* | Fixed test | Ilia Alshanetsky | 2011-06-28 | 1 | -0/+0 |
* | working on test coverage for ext/dom, here's 17 more tests | Knut Urdalen | 2011-06-28 | 17 | -0/+411 |
* | Fixed bug #54971 (Wrong result when using iterator_to_array with use_keys on ... | Pierrick Charron | 2011-06-28 | 2 | -0/+47 |
* | Keep the DBA DB4 test status quo after Berkeley DB 5.2 introduced error messa... | Christopher Jones | 2011-06-27 | 1 | -2/+3 |
* | Fix 5.1 detection on ubuntu natty | Hannes Magnusson | 2011-06-27 | 1 | -2/+6 |
* | missed version sync with 5.4 | Christopher Jones | 2011-06-27 | 2 | -11/+54 |
* | - Updated to version 2011.8 (2011h) | Derick Rethans | 2011-06-27 | 1 | -958/+703 |
* | - Fixed data type usage in 64bit | Felipe Pena | 2011-06-27 | 3 | -3/+3 |
* | fixed temp directory names in spl tests | Knut Urdalen | 2011-06-25 | 2 | -4/+4 |
* | fixed/refactored some spl tests related to owner/group retrieval | Knut Urdalen | 2011-06-25 | 4 | -71/+56 |
* | - Added SKIPIF | Felipe Pena | 2011-06-24 | 5 | -3/+14 |
* | - Fixed crash in error_log() (strlen(NULL)) reported by: shm, Maksymilian Arc... | Felipe Pena | 2011-06-23 | 1 | -1/+1 |
* | These are annoyingly slow | Hannes Magnusson | 2011-06-23 | 7 | -1/+20 |
* | Add charset, fixes the validate_on_parse test (confik) | Hannes Magnusson | 2011-06-22 | 1 | -2/+2 |
* | Fixed dom tests. | Shein Alexey | 2011-06-22 | 3 | -13/+6 |
* | Make xfail text not reference a particular version now that 5.4 branch exists. | Daniel Convissor | 2011-06-19 | 24 | -24/+24 |
* | - Opss, restore old behavior | Felipe Pena | 2011-06-19 | 1 | -4/+4 |
* | - Added missing void param check in sys_get_temp_dir | Felipe Pena | 2011-06-19 | 1 | -5/+8 |
* | - New tests (code coverage++) | Felipe Pena | 2011-06-19 | 2 | -0/+32 |
* | - Added missing void param checks, and fix arginfo | Felipe Pena | 2011-06-18 | 1 | -2/+122 |
* | - Added missing arginfos for void params and void param checks | Felipe Pena | 2011-06-18 | 4 | -51/+95 |
* | Provide test for DateTime::add() issue (for discussion on internals, bugs.php... | Daniel Convissor | 2011-06-18 | 1 | -0/+33 |
* | Split DateTime diff/add/sub tests into separate files to make things easier t... | Daniel Convissor | 2011-06-18 | 62 | -742/+2143 |