summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* - Added ZEND_MOD_END macro to use in the end of zend_module_dep[]Felipe Pena2011-08-0621-21/+21
* - Added missing PHP_FE_END/ZEND_FE_ENDFelipe Pena2011-08-068-8/+8
* - Fixed bug #55313 (Number of retries not set when params specified)Felipe Pena2011-08-061-1/+1
* efree match_sets on an error here - found by CoverityRasmus Lerdorf2011-08-051-0/+1
* Improve test portabiltyChristopher Jones2011-08-052-12/+12
* Fix for bug #55283 SSL options set by mysqli_ssl_set ignored for MySQLi persi...Andrey Hristov2011-08-052-4/+61
* - Added missing check (thanks neweracracker at gmail dot com)Felipe Pena2011-08-041-2/+3
* - Fixed possible efree(NULL) (bug #55296)Felipe Pena2011-08-0410-33/+97
* Remove a warning by explicitly compiling out a non-used variableAndrey Hristov2011-08-021-0/+2
* completely compile out a currently non-needed functionAndrey Hristov2011-08-021-2/+2
* compile out both parts of the code that are currently unused - fixes a compil...Andrey Hristov2011-08-021-2/+2
* fix termination in sha-512 tooStanislav Malyshev2011-07-311-1/+1
* fix salt truncation bug in sha256Stanislav Malyshev2011-07-311-1/+1
* - blowfish 1.2 update, 2nd partPierre Joye2011-07-311-1/+1
* - add test for blowfish 1.2 (Solar Designer)Pierre Joye2011-07-311-0/+50
* - Fix #55301 (sybase part, take #2) check if malloc succededPierre Joye2011-07-281-1/+1
* - Fix #55301 (mssql part) check if malloc succededPierre Joye2011-07-281-0/+7
* - Fix #55301 (sybase part) check if malloc succededPierre Joye2011-07-281-0/+4
* - Fix #55301 (url scanner part) check if malloc succededPierre Joye2011-07-282-4/+11
* - Fix #55301 (readline part) check if malloc succededPierre Joye2011-07-281-1/+7
* - Fix #55301 (interbase part) check if malloc succededPierre Joye2011-07-281-2/+5
* - Fix #55301 (pdo_odbc part) check if malloc succededPierre Joye2011-07-281-0/+3
* - Fix #55301 (com_dotnet part) check if malloc succededPierre Joye2011-07-281-0/+3
* - Fix #55301 (curl part) check if malloc succededPierre Joye2011-07-281-0/+3
* longer error messages, don't cut themAndrey Hristov2011-07-271-2/+2
* Add explicit casts to remove some of Pierre's snapshot build warningsChristopher Jones2011-07-273-5/+5
* Double check if line is sill usable and connected to last successfully select...Ulf Wendel2011-07-261-5/+17
* Check what happens if switching DB via API fails. Expected: no change of curr...Ulf Wendel2011-07-261-2/+20
* Would be nice if tests get updated whenever a feature is added by the person ...Ulf Wendel2011-07-261-4/+9
* Fix mysqlnd detectionUlf Wendel2011-07-261-0/+1
* Fix cast warning seen on some platformsChristopher Jones2011-07-251-2/+17
* - Revert accidental changeFelipe Pena2011-07-251-1/+1
* Patch r313663 and r313665 to allow PECL builds to work with earlier releasesChristopher Jones2011-07-251-0/+12
* Update skipifChristopher Jones2011-07-251-0/+1
* - 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