summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* Fix prototypes for ldap_control_paged_result and fix function name in testsScott MacVicar2011-07-143-9/+8
* - fix buildPierre Joye2011-07-141-2/+3
* 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
* Use datetime examine diff file from 5.3 in 5.4 and trunk.Daniel Convissor2011-07-131-36/+37
* Fix crashEtienne Kneuss2011-07-121-2/+2
* Fix #48860 Implement Serialization for DLLEtienne Kneuss2011-07-122-1/+184
* - Fixed bug #55187, readlink returns weird characters when false resultPierre Joye2011-07-121-0/+1
* Added XsltProcessor::setSecurityPrefs($options) and getSecurityPrefs()Christian Stocker2011-07-124-1/+111
* MFHStanislav Malyshev2011-07-121-1/+3
* Changed http_response_code() to be able to set a response codeKalle Sommer Nielsen2011-07-122-4/+21
* Added the ability to pass options to loadHTML (Chregu, fxmulder at gmail dot ...Christian Stocker2011-07-112-2/+18
* Fixed bug #54332 (Crash in zend_mm_check_ptr // Heap corruption)Dmitry Stogov2011-07-111-0/+8
* - Further fix for bug #55111 (compilation failure of ext/sockets in Mac OS X).Gustavo André dos Santos Lopes2011-07-111-1/+12
* - use php_win32_get_random_bytes instead of over slow and partially wrong op...Pierre Joye2011-07-101-0/+13
* - 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 #55111 (sockets extension fails to compile on Mac OSX).Gustavo André dos Santos Lopes2011-07-021-1/+3
* - 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
* - Fixed socket_import_stream returning NULL on some errors and FALSE on othersGustavo André dos Santos Lopes2011-06-281-0/+1
* 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
* - Updated to version 2011.8 (2011h)Derick Rethans2011-06-271-958/+703
* - Fixed data type usage in 64bitFelipe Pena2011-06-273-3/+3
* Fix crypt_blowfish 8-bit chars problem (CVE-2011-2483), add testsStanislav Malyshev2011-06-263-9/+117
* small fix in disk_total_space() tests (PHP_5_3 already includes this)Knut Urdalen2011-06-251-1/+1
* 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
* - Missing valid path checkFelipe Pena2011-06-231-1/+1
* These are annoyingly slowHannes Magnusson2011-06-237-1/+20
* properly regen file to fix coverage dataNuno Lopes2011-06-231-32542/+18027
* Zend Signal HandlingIlia Alshanetsky2011-06-226-7/+29
* Fixed dom tests.Shein Alexey2011-06-223-6/+2
* fix error reporting on missing data - don't produce double errorsStanislav Malyshev2011-06-192-18029/+32548
* re-generate creditsStanislav Malyshev2011-06-191-5/+5
* Provide test for DateTime::add() issue (for discussion on internals, bugs.php...Daniel Convissor2011-06-191-0/+33
* Split DateTime diff/add/sub tests into separate files to make things easier t...Daniel Convissor2011-06-1961-690/+2106
* - Fix testsFelipe Pena2011-06-198-54/+126
* - Opss, restore old behaviorFelipe Pena2011-06-191-4/+4
* - Added missing void param check in sys_get_temp_dirFelipe Pena2011-06-191-5/+8
* - Missing usage of 'p' parameter specifierFelipe Pena2011-06-191-9/+9
* - Fix testFelipe Pena2011-06-191-1/+1
* - New tests (code coverage++)Felipe Pena2011-06-192-0/+32