62046 Commits (b6fd6cd649de8ef9a18a16379fd89d8352fef6e3)
 

Author SHA1 Message Date
Xinchen Hui b6fd6cd649 add skipif 15 years ago
Xinchen Hui efd3e69511 Fixed bug #60282 (Segfault when using ob_gzhandler() with open buffers) 15 years ago
Rasmus Lerdorf bd7e9cfca1 Fix test 15 years ago
Rasmus Lerdorf ffb1c4d8ef Fix typo and don't use 'a' as an invalid filename since it is the default 15 years ago
David Soria Parra ce06b4397c Fix #60218 (instantiating unknown class leads to memory leak in cli) 15 years ago
Felipe Pena 28d1bc37e2 - Fixed bug #60261 (phar dos null pointer) 15 years ago
Pierre Joye 2a600a3b75 - fix bug #60272, typo 15 years ago
Rui Hirokawa 50b2e02c04 revert changes to fix bug #60116. 15 years ago
Arpad Ray 8b6a2d257a Fix hash key length in register/remove_user_shutdown_function 15 years ago
Peter Cowburn 1c0765195e broaden php version wildcard in cli server tests (missed a few) 15 years ago
Peter Cowburn 2a41f272e4 broaden php version wildcard in cli server tests 15 years ago
Christopher Jones a1cf0c426a OCI8: Fixed bug #59985 (show normal warning text for OCI_NO_DATA). Sync NEWS. 15 years ago
David Soria Parra 487489a38b It is not longer required to update php_version.php in php-bugs/ 15 years ago
Mateusz Kocielski aaa59efafc Fixed NULL pointer dereference in stream_socket_enable_crypto, case when 15 years ago
Felipe Pena 9da6f6a374 - Make valgrind happy with session_decode_error2.phpt 15 years ago
Felipe Pena 6fac17f9d0 - Initialize BG(serialize_lock) to make valgrind happy 15 years ago
Christopher Jones d8bc406918 Add tests for unsupported types 15 years ago
Stanislav Malyshev 10f20585fc fix bug #55475 - implement is_a BC solution 15 years ago
Antony Dovgal 22b39bcc75 bail out if reading HTTP headers failed 15 years ago
Dmitry Stogov e86830273b Fixed bug #60104 (Segmentation Fault in pdo_sqlite when using sqliteCreateFunction()) 15 years ago
Xinchen Hui 326c58df66 Fix tests 15 years ago
Stanislav Malyshev 0d591e599f Fixed bug #54084 (token_get_all with regards to __halt_compiler is not binary safe) 15 years ago
Christopher Jones 52457e518b Improve OCI8 NLS env creation error messages (#58925) 15 years ago
Felipe Pena eebaaf423f - Added class member access on instantiation (e.g. (new foo)->bar()) support 15 years ago
Rui Hirokawa d73b1a275d fixed bug #60227: header() cannot detect the multi-line header with CR. 15 years ago
Ferenc Kovacs 80d1553746 the mandatory __construct() for SPL classes was reverted in r318566 15 years ago
Rui Hirokawa 6dabd7de04 added japanese encoding to maintain compatibility with PHP 5.3. 15 years ago
Stefan Marr b632cd196e Fixed inconsistent whitespace. 15 years ago
Stefan Marr 12cf1b7978 Fixed Bug #60217 (Requiring the same method from different traits) 15 years ago
Christopher Jones d3d44d8fc1 Bump OCI8 version to 1.4.7 stable in preparation for PHP 5.3.9 15 years ago
Christopher Jones cfc4abe47c Replace custom "stress_test" setting with generic SKIP_SLOW_TESTS 15 years ago
Ulf Wendel 25235313a0 Improving test to reflect latest API changes 15 years ago
Florian Anderiasch 6587e243ec Redid the fix for #60192 with suggestions by Pierre and Kalle 15 years ago
Jérôme Loyet b4ccb69736 - Fixed bug #60179 (php_flag and php_value does not work properly) 15 years ago
Antony Dovgal fadba4d1c4 use jmp_addr only when it's initialized 15 years ago
Xinchen Hui d7d0d0724c Fixed bug #60206 (possible integer overflow in content_length) 15 years ago
Xinchen Hui 64978cb2d9 xfail, not fix yet 15 years ago
Xinchen Hui a9dbbf6dea Fix bug #60169 Conjunction of ternary and list crashes PHP 15 years ago
Ferenc Kovacs c60a2a711a adding memory check for FreeBSD also, TODO: refactor the free memory check into a function in an include file 15 years ago
Antony Dovgal 6acbe5155e fix folding, ws and cs 15 years ago
Antony Dovgal bff7cbc87c initialize variable and fix segfaulting tests 15 years ago
Andrey Hristov a330739594 Add a middleman which can intercept the calls and can reroute them 15 years ago
Arpad Ray fc5bebfd0c fix calling user close func when it isn't open 15 years ago
Johannes Schlüter 026445a0aa - Fix bug #60155 (pdo_mysql.default_socket ignored). 15 years ago
Andrey Hristov 29f88a003f - shift a bit of code around 15 years ago
Rui Hirokawa 9e7cc71167 fixed alias and encoding mapping for emoji logo. 15 years ago
Andrey Hristov 4f7dc4d283 fix trace log messages 15 years ago
Peter Cowburn ac8ece2718 add 3rd parameter to arg info for splfileobject fgetcsv/setcsvcontrol (bug #60201) 15 years ago
Derick Rethans c6fbe8e69d - Updated to version 2011.14 (2011n) 15 years ago
Dmitry Stogov fbdd2f3e5e Prevent possible integer overflow 15 years ago