26521 Commits (b515bfbdfbea06307df53d725ea3aa3807504a21)

Author SHA1 Message Date
Dmitry Stogov b515bfbdfb Improved traits implementation. Now to support __CLASS__ constant in traits php doesn't have to copy the complete compiled method, but can reuse the same code. The resolution of __CLASS__ constants in methods defined in traits are delayed till run-time. This approach also made possible to use __CLASS__ constant as default value for traits properties and method arguments. 14 years ago
Boris Lytochkin 4c414c12a3 merge from trunk: 14 years ago
Christopher Jones 6d75ac3df9 Fix configuration message typo and alignment (5.4 merge approved by Stas) 14 years ago
Dmitry Stogov ca77173afb Fixed incorrect type cast 14 years ago
Pierre Joye 9425379852 - make it windows version independent, error msg differs, bad but well 14 years ago
Pierre Joye dd3eb33d76 - error is windows version dependent and not what we test here 14 years ago
Rasmus Lerdorf f1191166d8 These tests don't work if run as root 14 years ago
Rasmus Lerdorf a7dca551f7 This test only works if gc is enabled 14 years ago
Nuno Lopes 4cc04be260 do kill 9 to fix a race condition in this test. (should fix the debian 32-bit buildbot) 14 years ago
Daniel Convissor 5df401af21 Remove test for bug 60675, the change in behavior between 5.3 and 5.4 is intentional. 14 years ago
Daniel Convissor edf86e5282 Test for bug 60675. 14 years ago
Stanislav Malyshev a1ec2aab1b move to XFAIL since it fails on 32-bit 14 years ago
Arpad Ray 23ba6bb7fe add more tests for #60634 (stems from #21306) and xfail them all for the moment 14 years ago
Arpad Ray 08eb16f015 fix return values of inherited session handler to match user handlers - #60640 14 years ago
Arpad Ray 7486849b56 add SessionHandlerInterface for session_set_save_handler() - #60551 14 years ago
Arpad Ray 5f948f63ed add test for #60634 14 years ago
Matteo Beccati daa8e833b2 Bug #55663, fixed test for bug 43139 on Firebird. Per request from mariuz 14 years ago
Stanislav Malyshev cbcddcb02e fix bug #55871 - Interruption in substr_replace() 14 years ago
Stanislav Malyshev 0fdbefa430 add test for ob_gzhandler 14 years ago
Felipe Pena 4e19825281 - Year++ 14 years ago
Popa Adrian Marius 853b48dc30 Fixed PDO_Firebird: bug 53280 segfaults if query column count is less than param count 14 years ago
Popa Adrian Marius 24227957bf fix tablename in testcase test->testz 14 years ago
Popa Adrian Marius 0b692661d4 Added test case for PDO_Firebird: bug 53280 segfaults if query column count is less than param count 14 years ago
Popa Adrian Marius cfe00e6053 fix Bug #47415 PDO_Firebird segfaults when passing lowercased column name to bindColumn() 14 years ago
Popa Adrian Marius caeba0e83f one more error to fix Table unknown TEST , it should be TESTZ 14 years ago
Popa Adrian Marius bba41172e7 fix table name in testcase 14 years ago
Popa Adrian Marius 503540a4e4 added testcase for Bug 47415 14 years ago
Popa Adrian Marius 28878d390f cleanup for bug 48877 test, add description 14 years ago
Daniel Convissor c49b8515df Resolve the last of the xfails from Bug 55253. 14 years ago
Daniel Convissor defc87db2c Resolve more xfails due to Bug 55253 being fixed. 14 years ago
Daniel Convissor 7ea4e8266c Another xfail resolved since Bug 55253 was fixed. 14 years ago
Popa Adrian Marius b3ecb6841c http://gcov.php.net/viewer.php?version=PHP_5_3&func=tests&file=ext%2Fpdo_firebird%2Ftests%2Fbug_43130.phpt 14 years ago
Daniel Convissor 4a59413e48 Another xfail resolved since Bug 55253 was fixed. 14 years ago
Popa Adrian Marius ddf95da798 added test for PDO_Firebird: bug 48877 14 years ago
Daniel Convissor 448ed9bc83 One less xfail since Bug 55253 was fixed. 14 years ago
Pierre Joye 850168ba62 - Fix bug #60326, fix crash introduced by initial fix 14 years ago
Pierre Joye 7dcc4c0d0e - Fix bug #60326, fix TS build (introduced by r321406) 14 years ago
Stanislav Malyshev e665e01e88 fix bug #60326 - restore ob_gzhandler 14 years ago
Stanislav Malyshev d42917b605 test fixes 14 years ago
Stanislav Malyshev 2f15c1d717 fix uninitialized var that may lead to crash 14 years ago
Gustavo André dos Santos Lopes f24f2b4df6 - Fixed bug #60570 (http wrapper leaks context resource if request fails/is 14 years ago
Scott MacVicar c36926ba4c Add tests for OpenSSL crash. 14 years ago
Scott MacVicar beda5efd41 Fix segfault in older versions of OpenSSL (before 0.9.8i) 14 years ago
Andrey Hristov 4dfd69e84b fix for 5.5.19 14 years ago
Andrey Hristov 9e14665237 another fix 14 years ago
Andrey Hristov b8697d07f8 fix test 14 years ago
Andrey Hristov 3ef71f9726 fix test 14 years ago
Andrey Hristov 9033d60caf fix typo 14 years ago
Andrey Hristov e38daffe60 fix test 14 years ago
Pierre Joye f94cc91dda - tmp dir is system depedent 14 years ago