summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fixing compiler warning.Ulf Wendel2010-10-041-1/+1
* Fixing "ext/mysqlnd/mysqlnd.h", line 287: warning: syntax error: empty decla...Ulf Wendel2010-10-041-1/+1
* Next one... ext/mysqli/mysqli_fe.c", line [many]: warning: syntax error: emp...Ulf Wendel2010-10-041-6/+6
* Fixing compiler warning "ext/mysqli/mysqli_prop.c", line [...]: warning: synt...Ulf Wendel2010-10-041-22/+22
* - Fix #52908, fix declarationPierre Joye2010-10-041-1/+1
* Sorry again, nothing but removal of white space from the end of the lines.Ulf Wendel2010-10-041-75/+75
* Sorry for the commit but compiler warnings are annoying and so are white spac...Ulf Wendel2010-10-0415-163/+163
* - Fixed bug #52773 (Proxy objects have an inadequate destroy_object store cal...Dmitry Stogov2010-10-041-3/+8
* - Implemented FR #50692, not uploaded files don't count towardsGustavo André dos Santos Lopes2010-10-043-18/+230
* - Fixed bug #52971 (PCRE-Meta-Characters not working with utf-8)Felipe Pena2010-10-031-1/+8
* - Fixed a small mistake in the fix for bug #50953 that made connection timeou...Gustavo André dos Santos Lopes2010-10-021-2/+2
* Fixed bug #52940 (call_user_func_array still allows call-time pass-by-referen...Dmitry Stogov2010-10-014-13/+34
* Fixed bug #52879 (Objects unreferenced in __get, __set, __isset or __unset ca...Dmitry Stogov2010-10-012-20/+45
* * Added PHP_RAND_MAX and PHP_MT_RAND_MAX constantsKalle Sommer Nielsen2010-10-013-3/+17
* Fix leak with persistent connections when using mysqli.default_host is usedUlf Wendel2010-10-011-4/+5
* 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