summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* adding SKIP_SLOW_TESTS checks for the slow tests, and additionaly sync the do...Ferenc Kovacs2011-10-2325-5/+52
* check the available memory on linux and skip if it is not enoughFerenc Kovacs2011-10-231-0/+15
* shave off 900M memory from this testFerenc Kovacs2011-10-221-4/+1
* fix test, it was fixed for trunk and 5.4 in r314005Ferenc Kovacs2011-10-221-0/+0
* stream_socket_server("unix://..." has a length limit, so it is better to use ...Ferenc Kovacs2011-10-221-1/+1
* there is a length limit on the shebang line, ignore the tests for >= 127Ferenc Kovacs2011-10-201-0/+4
* Fixed bug #60094 (C++ comment fails in c89)Xinchen Hui2011-10-193-79/+106
* Test for #60082 Xinchen Hui2011-10-191-0/+14
* Tests for the DST RFC.Daniel Convissor2011-10-183-0/+1161
* move change_user closer to connectAndrey Hristov2011-10-181-143/+138
* Fixed bug #55543 (json_encode() with JSON_NUMERIC_CHECK fails on objects with...Ilia Alshanetsky2011-10-172-1/+14
* this should be decided by configureAndrey Hristov2011-10-141-1/+0
* Fixed bug #60019 (Function time_nanosleep() is undefined on OS X).Ilia Alshanetsky2011-10-142-0/+2
* - Fixed bug #60048 (sa_len a #define on IRIX)Felipe Pena2011-10-132-9/+10
* - Fixed bug #60042 (spl_autoload_call may manipulate a dangling pointer)Felipe Pena2011-10-121-0/+1
* MYSQLND_NET refactored not to use any direct reference to MYSQLND (the connec...Andrey Hristov2011-10-101-0/+1
* - Updated to version 2011.12 (2011l)Derick Rethans2011-10-101-68/+69
* Added the xsl.security_prefs option to 5_4 and trunk andChristian Stocker2011-10-105-10/+22
* - ensure request_terminate_timeout >= request_slowlog_timeoutJérôme Loyet2011-10-091-0/+5
* - Fixed bug #55526 (Heartbeat causes a lot of unnecessary events)Jérôme Loyet2011-10-097-5/+21
* - Fixed bug #55533 (The -d parameter doesn't work)Jérôme Loyet2011-10-092-14/+21
* - Implemented FR #52569 (Add the "ondemand" process-manager to allow zero chi...Jérôme Loyet2011-10-0826-65/+1990
* - fix r317913Jérôme Loyet2011-10-081-0/+0
* - Fixed bug #55486 (status show BIG processes number)Jérôme Loyet2011-10-082-2/+3
* - Fixed bug #55577 (status.html does not install)Jérôme Loyet2011-10-082-1/+2
* null the value before usageAndrey Hristov2011-10-081-4/+3
* wsJérôme Loyet2011-10-081-0/+1
* - Backported from 5.4 branch (Dropped restriction of not setting the same val...Jérôme Loyet2011-10-082-9/+17
* - Backported from 5.4 branch: Jérôme Loyet2011-10-0824-110/+112
* - Backported from 5.4 branch (order fpm configuration items the same way in p...Jérôme Loyet2011-10-083-171/+203
* - Backported from 5.4 branch (don't write directly to stderr, use the interna...Jérôme Loyet2011-10-082-22/+7
* remove unused variableJérôme Loyet2011-10-081-4/+0
* - backparted from 5.4 branch (remove is_fastcgi because FPM is always fastcgi)Jérôme Loyet2011-10-083-160/+81
* - Backported FR #55166 from 5.4 branch (Added process.max to control the numb...Jérôme Loyet2011-10-085-2/+35
* - Backported FR #55181 from 5.4 branch (Enhance security by limiting access t...Jérôme Loyet2011-10-088-0/+106
* - Backported FR #54098 from 5.4 branch (Lowered process manager default value)Jérôme Loyet2011-10-082-5/+8
* - Backported FR #52052 from 5.4 branch (Added partial syslog support)Jérôme Loyet2011-10-087-36/+310
* fix wsJérôme Loyet2011-10-081-1/+1
* - commit r312812 again (dropped in r312913):Jérôme Loyet2011-10-0812-69/+851
* - fix bug #55870, PDO ignores all SSL parameters when used with mysql native ...Pierre Joye2011-10-082-4/+6
* Fix wrong commentChristian Stocker2011-10-063-1/+15
* Add test caseAndrey Hristov2011-10-061-0/+20
* Be consistent, add mysqli::stat property, as equivalent of mysqli_stat().Andrey Hristov2011-10-062-0/+34
* Added test for Bug 54446Christian Stocker2011-10-052-1/+96
* Added xsl.security_prefs ini option to define forbidden operations within XSLT Christian Stocker2011-10-054-1/+79
* Fixed bug #55750 (memory copy issue in sysvshm extension).Ilia Alshanetsky2011-10-031-1/+1
* A better fix for #55817 (thanks to bjori)Xinchen Hui2011-09-301-1/+1
* Fixed bug #55807 (Wrong value for splFileObject::SKIP_EMPTY)Hannes Magnusson2011-09-302-1/+5
* Fix wrong codes #55817Xinchen Hui2011-09-301-1/+1
* - Fixed #55798: serialize followed by unserialize with numeric object prop.Gustavo André dos Santos Lopes2011-09-284-39/+73