61982 Commits (6a9feb730f0024da06c455ed58fbc633b0a167ea)
 

Author SHA1 Message Date
Andrey Hristov 6a9feb730f Split struct MYSQLND in struct MYSQLND and struct MYSQLD_CONN_DATA. 14 years ago
Xinchen Hui 55656b2cda Update tests 14 years ago
Xinchen Hui 3b99aa995d Test for #60174 (Notice when array in method prototype error) 14 years ago
Xinchen Hui 725af4c2dd Fixed bug #60174 (Notice when array in method prototype error) 14 years ago
Rui Hirokawa ff72c73ce9 fixed alias of encoding. 14 years ago
Xinchen Hui 01ebd32c05 tests for 60169 14 years ago
Rui Hirokawa 71ee976a2d added a test script for bug60116 and fixed behabior of ESCAPE_CMD_END. 14 years ago
Gustavo André dos Santos Lopes 41abc6d017 - Reverted changes that required constructor overrides to invoke the parent 14 years ago
Xinchen Hui 62270fef73 Fixed bug #60146 (Last 2 lines of page not being output) 14 years ago
Patrick Allaert 226cba9fca Added test for #60104 14 years ago
Andrey Hristov cae81edb0c Bump internal version id after recent changes 14 years ago
Andrey Hristov 845d8fa10c Move from directly referencing an aggregated structure to using a 14 years ago
Christopher Jones 5e8bcbb08a oci8 - Increase Oracle error message length for 11.2.0.3+ 14 years ago
Andrey Hristov 13bc754db7 Add hooks for __call like functionality and also allow to 14 years ago
Xinchen Hui cf6295ce56 force LF, fix test faild on windows 14 years ago
Xinchen Hui 14b2cc32fc Fix test faild on windows due to DEFAULT_SLASH 14 years ago
Xinchen Hui 688ba01bc4 Fix test, now can run on windows 14 years ago
Derick Rethans 6671223afa - Updated to version 2011.13 (2011m) 14 years ago
Andrey Hristov 4cda1b4086 remove duplicate, happened after double patching 14 years ago
Pierre Joye 8bd6b9d87a - fixed bug #60120, proc_open's streams may hang with stdin/out/err when the data exceeds or is equal to 2048 bytes 14 years ago
Andrey Hristov 374018803a move plugin specific stuff to one file. create object factory 14 years ago
Pierre Joye 87ce6fe18d - win9x is not supported anymore since 5.3 14 years ago
Xinchen Hui c0c0c7c753 A better fix, sorry for previous thoughtlessness commit. 14 years ago
Xinchen Hui f216bce2ff Fixed PATH_INFO of /index.php/foo/bar 14 years ago
Ferenc Kovacs 145437e016 using %s-dev instead of the exact version number 14 years ago
Xinchen Hui 455bc9df4c add tests for PATH_INFO 14 years ago
Rui Hirokawa f17a215493 fixed bug #60116 escapeshellcmd() cannot escape the dangerous quotes. 14 years ago
Rui Hirokawa 71a94c2225 removed invalid two byte sequenct for utf-8. 14 years ago
Ferenc Kovacs 11de3aeedb adding SKIP_SLOW_TESTS checks for the slow tests, and additionaly sync the domains used in the ext/standard/tests/network/getmxrr.phpt with the other branches 14 years ago
Xinchen Hui 0f178b7796 fix memory leak 14 years ago
Xinchen Hui cd216d38be Fixed bug #60112 If URI does not contain a file, index.php is not served 14 years ago
Ferenc Kovacs c67c8cb965 check the available memory on linux and skip if it is not enough 14 years ago
Ferenc Kovacs 121ebbccc0 shave off 900M memory from this test 14 years ago
Ferenc Kovacs 8e40498ae0 this was somehow missed from r318288 14 years ago
Ferenc Kovacs e509dfec9c stream_socket_server("unix://..." has a length limit, so it is better to use the tmp dir instead of the current test dir for the socket file. see https://bugs.php.net/bug.php?id=60106 14 years ago
Andrey Hristov 7472c081b7 add files that weren't committed with the previous commit 14 years ago
Andrey Hristov 139813877c shift code around to two new files - mysqlnd_driver.c 14 years ago
Stanislav Malyshev ed12ebc79c Changed silent conversion of array to string to produce a notice. (Patrick) 14 years ago
Moriyoshi Koizumi c34ef62773 Add SERVER_PROTOCOL variable to $_SERVER. Patch by kuzuha. Thanks. 14 years ago
Ferenc Kovacs 99bb66404d there is a length limit on the shebang line, ignore the tests for >= 127 14 years ago
Xinchen Hui b873f0ebf0 Fixed bug #60094 (C++ comment fails in c89) 14 years ago
Andrey Hristov 10e4419231 api_ext to reverse_api 14 years ago
Michael Wallner 849e7ae7aa Fix Bug #55801 Behavior of unserialize has changed: 14 years ago
Daniel Convissor 99ed1585a7 Tests for the DST RFC. 14 years ago
Arnaud Le Blanc ea5a61e39b Improved ternary operator performance when returning arrays 14 years ago
Rui Hirokawa e3c13d7961 fixed maximum byte length of utf8mb4. 14 years ago
Rui Hirokawa ec2670a276 fixed byte length of utf-8. 14 years ago
Ilia Alshanetsky 65732af7da Fixed bug #55543 (json_encode() with JSON_NUMERIC_CHECK fails on objects with numeric string properties) 14 years ago
Xinchen Hui 077519d3fb Fixed bug #60038 (SIGALRM cause segfault in php_error_cb) 14 years ago
Stanislav Malyshev 50339d8cf1 revert change, doesn't work 14 years ago