summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix bug #52906 gmp_mod returns negative result when non-negative is expectedStanislav Malyshev2010-10-016-24/+73
* Plug a leak in mysqli when in the same scriptAndrey Hristov2010-09-304-7/+8
* Prevented crash in GC because of incorrect reference countingDmitry Stogov2010-09-302-1/+41
* Loosen the valgrind version check slightly in run-tests.php so that it worksAdam Harvey2010-09-301-1/+1
* Fixed bug #52941 (The 'iconv_mime_decode_headers' function is skippingAdam Harvey2010-09-302-6/+74
* - Fixed bug #52944 (Invalid write on second and subsequent reads with an infl...Gustavo André dos Santos Lopes2010-09-292-0/+160
* Fix a problem that leads to leaks in plugins thatAndrey Hristov2010-09-291-7/+13
* fix the testAndrey Hristov2010-09-291-3/+3
* - Fixed bug #52947 (segfault when ssl stream option capture_peer_cert_chain u...Felipe Pena2010-09-291-1/+0
* Remove non C90 quotesStanley Sufficool2010-09-291-3/+0
* add another hook, maybe the last one, for MYSQLND_STMT, whichAndrey Hristov2010-09-282-8/+10
* - Fixed possible flaw in open_basedir (CVE-2010-3436)Pierre Joye2010-09-281-2/+7
* - Fixed bug #52931 (strripos not overloaded with function overloading enabled)Felipe Pena2010-09-272-1/+23
* - Updated to version 2010.13 (2010m)Derick Rethans2010-09-271-367/+367
* Fixed bug #45921 (Can't initialize character set hebrew)Andrey Hristov2010-09-272-0/+2
* Fix the value, it was bumpedAndrey Hristov2010-09-271-1/+1
* Fix bug #52929 (Segfault in filter_var with FILTER_VALIDATE_EMAIL with largeAdam Harvey2010-09-272-0/+23
* Removed a TSRMLS_FETCH() call in php_idate() in favor of the TSRMLS macrosKalle Sommer Nielsen2010-09-273-5/+8
* - fix bug #52926, zlib fopen wrapper does not use the contextPierre Joye2010-09-261-1/+1
* Update getColumnMeta native types for SQL Server 2008Stanley Sufficool2010-09-261-49/+36
* Fix failing phar tests.Adam Harvey2010-09-244-6/+6
* WS fixesAndrey Hristov2010-09-2312-49/+43
* Let's try not to have 'uft8'-only tests and avoid setting the charset upon co...Ulf Wendel2010-09-238-33/+209
* Eliminate a TSRMLS_FETCH() call in case of an error in one of the ereg functionsKalle Sommer Nielsen2010-09-231-9/+7
* There are a few cases where we can save a TSRMLS_FETCH() call hereKalle Sommer Nielsen2010-09-231-3/+8
* Fix up the vim folds in phar_object.c and add a note that the two prototypesAdam Harvey2010-09-231-1/+5
* Added TSRMLS macros into php_get_current_user()Kalle Sommer Nielsen2010-09-237-8/+9
* Cast to char * hereKalle Sommer Nielsen2010-09-231-1/+1
* Missed to check this one in the last commitKalle Sommer Nielsen2010-09-231-1/+1
* Fixed compiler warnings in the standard libraryKalle Sommer Nielsen2010-09-238-14/+17
* Fixed signedness compiler warningKalle Sommer Nielsen2010-09-231-1/+1
* Unify, force one charset at connect, thus fixingAndrey Hristov2010-09-226-12/+14
* Test update for sql_mode = ansiUlf Wendel2010-09-221-2/+2
* Test update for sql_mode = ANSIUlf Wendel2010-09-2230-79/+98
* here comes the newsAndrey Hristov2010-09-221-0/+1
* Fix for Andrey Hristov2010-09-222-17/+49
* small macro fixAndrey Hristov2010-09-221-3/+3
* fix for bug 52891 - optimize a bitAndrey Hristov2010-09-221-3/+6
* Fix forAndrey Hristov2010-09-222-33/+102
* update testsAndrey Hristov2010-09-221-0/+3
* - Fixed EG(saved_fpu_cw) initializationFelipe Pena2010-09-221-1/+3
* Trying to pimp gcov.php.net code coverage tests.. trying to cover mysqlnd co...Ulf Wendel2010-09-201-33/+46
* Align test to the style used in the other testsUlf Wendel2010-09-201-44/+74
* No reason not to run the tests with libmysql. Its long, long ago that pconnec...Ulf Wendel2010-09-208-28/+13
* Fixed a compiler warningIlia Alshanetsky2010-09-201-1/+1
* Fixed bug #52888 (Zend MM shutdown crash)Dmitry Stogov2010-09-201-0/+4
* Reverted wrong patchDmitry Stogov2010-09-201-1/+1
* Dont be strict on error messages, they can vary by server versionUlf Wendel2010-09-201-4/+8
* add test case for 52891Andrey Hristov2010-09-201-0/+127
* Fix incompatible types, we need to use a char here for recv()Kalle Sommer Nielsen2010-09-191-1/+1