summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* - Make usage of new PHP_FE_END macroFelipe Pena2011-07-25111-172/+170
* When we have a blocking SSL socket, respect the timeout option.Scott MacVicar2011-07-231-0/+37
* - Disable __sync_fetch_and_add for HPUX for now, gcc seems not provide __sync...Felipe Pena2011-07-231-1/+1
* Fix spelling error.Daniel Convissor2011-07-214-4/+4
* Have test for add/sub/diff one second during ST/DST transition in spring.Daniel Convissor2011-07-2120-0/+80
* - Fixed bug #55258 (Windows Version Detecting Error) (already fixed in trunk/...Pierre Joye2011-07-211-1/+1
* removing openssl test for bug #55169 per Scott MacVicar's request; duplicate ...Ryan Biesemeyer2011-07-201-43/+0
* update test for bug #55169, fix skipifRyan Biesemeyer2011-07-201-1/+3
* update test for bug #55169, don't require the extension in INIRyan Biesemeyer2011-07-201-2/+0
* tests for bug #55169 (mcrypt and openssl)Ryan Biesemeyer2011-07-202-0/+86
* Rename and enhance test for bug 55253 now that bugs web is up.Daniel Convissor2011-07-201-2/+16
* openssl_encrypt() / openssl_decrypt() were flawed and truncated the key to th...Scott MacVicar2011-07-191-2/+10
* - Fixed bug #55231 (Unsatisfied symbols __sync_fetch_and_add_4)Felipe Pena2011-07-191-1/+2
* Fix for bug http://bugs.php.net/54426Popa Adrian Marius2011-07-191-7/+0
* - update blowfish to 1.2 (Solar Designer)Pierre Joye2011-07-183-116/+301
* Updated is_a() and is_subclass_of() tests as per the removed E_WARNING from r...Philip Olson2011-07-153-16/+0
* Have test for add/sub/diff one second during DST/ST transition.Daniel Convissor2011-07-1320-0/+88
* Add test for constructing times during the dst/st conversion.Daniel Convissor2011-07-131-0/+15
* - Fixed bug #55187, readlink returns weird characters when false resultPierre Joye2011-07-121-0/+1
* Fixed bug #54332 (Crash in zend_mm_check_ptr // Heap corruption)Dmitry Stogov2011-07-111-0/+8
* - use warning here to match unix behaviorPierre Joye2011-07-101-1/+1
* free data in case of failure in the callee not in the callerAndrey Hristov2011-07-051-5/+3
* Fixed bug relating to un-initialized memory accessIlia Alshanetsky2011-07-052-3/+4
* fix crypt() issue with overlong saltStanislav Malyshev2011-07-042-0/+25
* Fixed bug #53727 (Inconsistent behavior of is_subclass_of with interfaces)Dmitry Stogov2011-07-041-0/+8
* - Fixed bug #54329 (MSSql extension memory leak)Felipe Pena2011-07-031-1/+1
* - Fixed bug #55082 (var_export() doesn't escape properties properly).Gustavo André dos Santos Lopes2011-06-302-3/+22
* Fixed testIlia Alshanetsky2011-06-281-0/+0
* working on test coverage for ext/dom, here's 17 more testsKnut Urdalen2011-06-2817-0/+411
* Fixed bug #54971 (Wrong result when using iterator_to_array with use_keys on ...Pierrick Charron2011-06-282-0/+47
* Keep the DBA DB4 test status quo after Berkeley DB 5.2 introduced error messa...Christopher Jones2011-06-271-2/+3
* Fix 5.1 detection on ubuntu nattyHannes Magnusson2011-06-271-2/+6
* missed version sync with 5.4Christopher Jones2011-06-272-11/+54
* - Updated to version 2011.8 (2011h)Derick Rethans2011-06-271-958/+703
* - Fixed data type usage in 64bitFelipe Pena2011-06-273-3/+3
* fixed temp directory names in spl testsKnut Urdalen2011-06-252-4/+4
* fixed/refactored some spl tests related to owner/group retrievalKnut Urdalen2011-06-254-71/+56
* - Added SKIPIFFelipe Pena2011-06-245-3/+14
* - Fixed crash in error_log() (strlen(NULL)) reported by: shm, Maksymilian Arc...Felipe Pena2011-06-231-1/+1
* These are annoyingly slowHannes Magnusson2011-06-237-1/+20
* Add charset, fixes the validate_on_parse test (confik)Hannes Magnusson2011-06-221-2/+2
* Fixed dom tests.Shein Alexey2011-06-223-13/+6
* Make xfail text not reference a particular version now that 5.4 branch exists.Daniel Convissor2011-06-1924-24/+24
* - Opss, restore old behaviorFelipe Pena2011-06-191-4/+4
* - Added missing void param check in sys_get_temp_dirFelipe Pena2011-06-191-5/+8
* - New tests (code coverage++)Felipe Pena2011-06-192-0/+32
* - Added missing void param checks, and fix arginfoFelipe Pena2011-06-181-2/+122
* - Added missing arginfos for void params and void param checksFelipe Pena2011-06-184-51/+95
* Provide test for DateTime::add() issue (for discussion on internals, bugs.php...Daniel Convissor2011-06-181-0/+33
* Split DateTime diff/add/sub tests into separate files to make things easier t...Daniel Convissor2011-06-1862-742/+2143