summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* PHP 5.3.9RC1php-5.3.9RC1Johannes Schlüter2011-11-030-0/+0
* - PHP 5.3.9RC1Johannes Schlüter2011-11-033-4/+4
* - Minor NEWS cleanupJohannes Schlüter2011-11-031-12/+15
* Fixed bug #60206 (possible integer overflow in content_length)Xinchen Hui2011-11-037-6/+9
* adding memory check for FreeBSD also, TODO: refactor the free memory check in...Ferenc Kovacs2011-11-021-0/+19
* - Fix bug #60155 (pdo_mysql.default_socket ignored).Johannes Schlüter2011-11-023-12/+22
* - Updated to version 2011.14 (2011n)Derick Rethans2011-11-021-142/+157
* Prevent possible integer overflowDmitry Stogov2011-11-021-1/+1
* Fix #60192 SegFault when Collator not constructed properlyFlorian Anderiasch2011-11-028-0/+122
* Fixed bug #60139 (Anonymous functions create cycles not detected by the GC)Dmitry Stogov2011-11-023-0/+45
* Update for new Oracle patchset variationChristopher Jones2011-11-0116-65/+110
* allocating more than 2GB memory is slow.Ferenc Kovacs2011-11-011-0/+1
* Fix bug 60183Rasmus Lerdorf2011-11-012-0/+6
* Fixed #60160 and added a test for itFlorian Anderiasch2011-11-012-13/+34
* ignore this test on FreeBSD per #60186Ferenc Kovacs2011-11-011-0/+3
* duhFerenc Kovacs2011-11-011-0/+2
* marking ext/spl/tests/bug60082.phpt as slow testFerenc Kovacs2011-11-011-0/+2
* OCI8: improve initialization error message (See bug 60154)Christopher Jones2011-10-311-1/+4
* oci8 - Increase Oracle error message length for 11.2.0.3+Christopher Jones2011-10-256-14/+85
* force LF, fix test faild on windowsXinchen Hui2011-10-250-0/+0
* - Updated to version 2011.13 (2011m)Derick Rethans2011-10-241-609/+675
* - fixed bug #60120, proc_open's streams may hang with stdin/out/err when the ...Pierre Joye2011-10-243-1/+77
* - win9x is not supported anymore since 5.3Pierre Joye2011-10-241-2/+1
* duh, I didn't wanted to commit that modificationFerenc Kovacs2011-10-231-0/+0
* 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