]>
granicus.if.org Git - php/log
Pierrick Charron [Tue, 22 Nov 2011 17:33:48 +0000 (17:33 +0000)]
Add new cURL CURLOPT_* options
Pierrick Charron [Tue, 22 Nov 2011 17:13:26 +0000 (17:13 +0000)]
Fixed bug #55635
Ulf Wendel [Tue, 22 Nov 2011 16:52:42 +0000 (16:52 +0000)]
Skipping with libmysql. If a documentation points to more or less unmaintained wiki contents, I take it as a request to stop testing a feature. Can't tell if I get false positive, hit a bug or not. This is not libmysql testing. Its PHP MySQL API testing.
Andrey Hristov [Tue, 22 Nov 2011 16:38:06 +0000 (16:38 +0000)]
use the method in all builds. Thus it can be used for detection
of state transitioning in every case
Felipe Pena [Tue, 22 Nov 2011 15:12:44 +0000 (15:12 +0000)]
- Fix the fix
Felipe Pena [Tue, 22 Nov 2011 15:04:19 +0000 (15:04 +0000)]
- Fixed possible memory leak in finfo_open()
Felipe Pena [Tue, 22 Nov 2011 12:47:08 +0000 (12:47 +0000)]
- Fixed invalid free in call_user_method() function
Felipe Pena [Tue, 22 Nov 2011 12:29:15 +0000 (12:29 +0000)]
- Fixed memory leak in several Intl locale functions
Xinchen Hui [Tue, 22 Nov 2011 10:11:06 +0000 (10:11 +0000)]
Fixed bug #60357 (__toString() method triggers E_NOTICE "Array to string conversion")
Pierrick Charron [Tue, 22 Nov 2011 08:29:26 +0000 (08:29 +0000)]
Fix this test to work with all version (even old) of libcurl
Pierrick Charron [Tue, 22 Nov 2011 05:19:37 +0000 (05:19 +0000)]
Fix memory leak when using libcurl < 7.17.0
Antony Dovgal [Tue, 22 Nov 2011 03:39:12 +0000 (03:39 +0000)]
export zend_on_timeout handler from ZE
Felipe Pena [Mon, 21 Nov 2011 19:15:18 +0000 (19:15 +0000)]
- Fixed possible crash in mb_ereg_search_init() using empty pattern
Xinchen Hui [Mon, 21 Nov 2011 06:07:43 +0000 (06:07 +0000)]
Comparison between pointer and integer
Xinchen Hui [Mon, 21 Nov 2011 05:57:45 +0000 (05:57 +0000)]
C++ style comment
Pierrick Charron [Mon, 21 Nov 2011 02:44:28 +0000 (02:44 +0000)]
Fix memory leak
Pierrick Charron [Mon, 21 Nov 2011 02:29:24 +0000 (02:29 +0000)]
Fix memory leak
Pierrick Charron [Mon, 21 Nov 2011 02:10:57 +0000 (02:10 +0000)]
Fix test to use PHP_CURL_HTTP_REMOTE_SERVER
Stanislav Malyshev [Sun, 20 Nov 2011 22:20:03 +0000 (22:20 +0000)]
fix is_a reflection
Pierre Joye [Sun, 20 Nov 2011 10:10:43 +0000 (10:10 +0000)]
- restore correct window_size
Pierre Joye [Sat, 19 Nov 2011 23:09:12 +0000 (23:09 +0000)]
- fix build, ansi c requires constant value, no expresion, even constant var
Felipe Pena [Sat, 19 Nov 2011 18:50:49 +0000 (18:50 +0000)]
- Fixed bug #60339 (valgrind reports LEAK --with-mm)
patch by: yohgaki at ohgaki dot net
Felipe Pena [Sat, 19 Nov 2011 18:01:26 +0000 (18:01 +0000)]
- Fix tests
Felipe Pena [Sat, 19 Nov 2011 13:36:03 +0000 (13:36 +0000)]
- Fixed bug #43200 (Interface implementation / inheritence not possible in abstract classes)
Mateusz Kocielski [Sat, 19 Nov 2011 12:46:43 +0000 (12:46 +0000)]
- Fixed bug #60337 bcscale related crashed on 64bits platforms
Felipe Pena [Sat, 19 Nov 2011 12:16:47 +0000 (12:16 +0000)]
- Removed C++ comment style
Stanislav Malyshev [Sat, 19 Nov 2011 04:59:56 +0000 (04:59 +0000)]
fix bug #60164 (Stubs of a specific length break phar_open_from_fp scanning for __HALT_COMPILER)
Stanislav Malyshev [Sat, 19 Nov 2011 04:49:59 +0000 (04:49 +0000)]
fix test number
Stanislav Malyshev [Sat, 19 Nov 2011 04:41:03 +0000 (04:41 +0000)]
Fix bug #60150 (Integer overflow during the parsing of invalid exif header)
Christopher Jones [Fri, 18 Nov 2011 18:14:15 +0000 (18:14 +0000)]
r319456 also fixed the OCI8 part of #55301 (multiple null pointer)
Felipe Pena [Fri, 18 Nov 2011 13:56:41 +0000 (13:56 +0000)]
- CS
Stefan Marr [Fri, 18 Nov 2011 13:49:07 +0000 (13:49 +0000)]
Fixes Bug #54441 (Handling of changing modifiers on a trait alias)
# this now results also in a compilation error, since it would open the door for inconsistencies, and violates the DRY principle.
Pierrick Charron [Fri, 18 Nov 2011 13:24:35 +0000 (13:24 +0000)]
Added new SoapClient option "keep_alive". FR #60329
Dmitry Stogov [Fri, 18 Nov 2011 12:43:53 +0000 (12:43 +0000)]
Fixed bug #60138 (GC crash with referenced array in RecursiveArrayIterator)
Christopher Jones [Fri, 18 Nov 2011 09:59:35 +0000 (09:59 +0000)]
Sync to 5.3 and check additional cases for #55748
Stanislav Malyshev [Fri, 18 Nov 2011 09:15:15 +0000 (09:15 +0000)]
fix typo
Xinchen Hui [Fri, 18 Nov 2011 08:50:29 +0000 (08:50 +0000)]
Fixed bug #60306 (Characters lost while converting from cp936 to utf8)
Stanislav Malyshev [Fri, 18 Nov 2011 07:11:19 +0000 (07:11 +0000)]
fixes for bug #55748
Pierrick Charron [Fri, 18 Nov 2011 06:27:27 +0000 (06:27 +0000)]
Remove unused variables in libmbfl
Pierrick Charron [Fri, 18 Nov 2011 06:15:25 +0000 (06:15 +0000)]
Don't load php.ini file to test the built-in web server
Antony Dovgal [Fri, 18 Nov 2011 05:22:35 +0000 (05:22 +0000)]
fix bug #60082 (Crash in ArrayObject() when using recursive references)
--Tis line, and those below, will be ignored--
M trunk/ext/spl/spl_array.c
M branches/PHP_5_4/ext/spl/spl_array.c
M branches/PHP_5_3/ext/spl/spl_array.c
M branches/PHP_5_3/NEWS
Pierrick Charron [Fri, 18 Nov 2011 00:16:58 +0000 (00:16 +0000)]
Fixed bug #60321 (ob_get_status(true) no longer returns an array when buffer is empty).
Felipe Pena [Thu, 17 Nov 2011 21:07:52 +0000 (21:07 +0000)]
- Fix build
Stefan Marr [Thu, 17 Nov 2011 21:04:15 +0000 (21:04 +0000)]
Fixed Bug #60165 (Aliasing unexisting trait should throw/trigger the exception/error)
- aliases that are not actually matching anything are treated as errors now. This
will make sure that all methods that are expected to be in a class are actually
there, or in case a trait changed for instance, that the code breaks already
on composition
- Precedence declarations are also checked to ensure that the method
which is supposed to take precedence actually exists, however,
the other traits mentioned in the declaration are not regarded.
We are more lenient here, since this avoids unnecessary fragility.
- fixed another seamingly unrelated test which broke in the progress
but wasn't clear before either.
Xinchen Hui [Thu, 17 Nov 2011 02:32:21 +0000 (02:32 +0000)]
revert my previous change, tests hangs on windows
Xinchen Hui [Thu, 17 Nov 2011 02:22:06 +0000 (02:22 +0000)]
improve the test, let it say about errors
Felipe Pena [Wed, 16 Nov 2011 17:41:40 +0000 (17:41 +0000)]
- Fixed bug #60099 (__halt_compiler() works in braced namespaces)
Felipe Pena [Wed, 16 Nov 2011 12:13:22 +0000 (12:13 +0000)]
- Fixed bug #60267 (Compile failure with freetds 0.91)
Jérôme Loyet [Wed, 16 Nov 2011 00:21:38 +0000 (00:21 +0000)]
- Added .phar to default authorized extensions
Jérôme Loyet [Tue, 15 Nov 2011 22:40:10 +0000 (22:40 +0000)]
- remove experimental flag on fpm
Jérôme Loyet [Tue, 15 Nov 2011 22:29:59 +0000 (22:29 +0000)]
- FR #60199 (enhance FPM error log when the primary script can't be open)
Felipe Pena [Tue, 15 Nov 2011 20:33:26 +0000 (20:33 +0000)]
- Fixed bug #55874 (GCC does not provide __sync_fetch_and_add on some archs)
patch by: klightspeed at netspace dot net dot au
Ilia Alshanetsky [Tue, 15 Nov 2011 18:02:58 +0000 (18:02 +0000)]
Fixed bug #60244 (pg_fetch_* functions do not validate that row param is >0).
Felipe Pena [Tue, 15 Nov 2011 16:59:59 +0000 (16:59 +0000)]
- Fixed bug #52624 (tempnam() by-pass open_basedir with inexistent directory)
Felipe Pena [Tue, 15 Nov 2011 15:16:20 +0000 (15:16 +0000)]
- Fixed bug #54682 (Tidy::diagnose() NULL pointer dereference)
David Soria Parra [Tue, 15 Nov 2011 13:36:45 +0000 (13:36 +0000)]
Forgot the bug specific test.
David Soria Parra [Tue, 15 Nov 2011 13:22:52 +0000 (13:22 +0000)]
Fixed bug #55371 (get_magic_quotes_gpc() throws deprecation warning.)
Patch by David Zuelke <david dot zuelke at bitextender dot com>
Felipe Pena [Tue, 15 Nov 2011 12:34:59 +0000 (12:34 +0000)]
- We can constify in 5.4+
Xinchen Hui [Tue, 15 Nov 2011 03:15:19 +0000 (03:15 +0000)]
Fixed bug #60159 (Router returns false, but POST is not passed to requested
resource) and bug #55759 (mem leak when use built-in server)
Johannes Schlüter [Mon, 14 Nov 2011 17:56:33 +0000 (17:56 +0000)]
- Add missing include.
Florian Anderiasch [Mon, 14 Nov 2011 15:39:35 +0000 (15:39 +0000)]
Fixed a typo in README.SVN-RULES.
Dmitry Stogov [Mon, 14 Nov 2011 08:43:00 +0000 (08:43 +0000)]
Fixed bug #44686 (SOAP-ERROR: Parsing WSDL with references)
Gustavo André dos Santos Lopes [Mon, 14 Nov 2011 01:12:23 +0000 (01:12 +0000)]
- Fixed tests in ext/standard/tests/http by adding the INI setting value
allow_url_fopen=1
- Converted test file from dos line endings to unix line endings.
Xinchen Hui [Sun, 13 Nov 2011 14:31:30 +0000 (14:31 +0000)]
add skipif
Xinchen Hui [Sun, 13 Nov 2011 04:11:57 +0000 (04:11 +0000)]
Fixed bug #60282 (Segfault when using ob_gzhandler() with open buffers)
Rasmus Lerdorf [Sat, 12 Nov 2011 19:12:39 +0000 (19:12 +0000)]
Fix test
Rasmus Lerdorf [Sat, 12 Nov 2011 18:46:04 +0000 (18:46 +0000)]
Fix typo and don't use 'a' as an invalid filename since it is the default
gcc binary filename and is thus not unlikely to be left lying around in the
build dir which cause these tests to fail
David Soria Parra [Sat, 12 Nov 2011 17:05:08 +0000 (17:05 +0000)]
Fix #60218 (instantiating unknown class leads to memory leak in cli)
Felipe Pena [Fri, 11 Nov 2011 21:39:11 +0000 (21:39 +0000)]
- Fixed bug #60261 (phar dos null pointer)
Pierre Joye [Fri, 11 Nov 2011 18:50:52 +0000 (18:50 +0000)]
- fix bug #60272, typo
Rui Hirokawa [Fri, 11 Nov 2011 14:58:32 +0000 (14:58 +0000)]
revert changes to fix bug #60116.
Arpad Ray [Fri, 11 Nov 2011 14:42:18 +0000 (14:42 +0000)]
Fix hash key length in register/remove_user_shutdown_function
Peter Cowburn [Fri, 11 Nov 2011 11:33:23 +0000 (11:33 +0000)]
broaden php version wildcard in cli server tests (missed a few)
Peter Cowburn [Fri, 11 Nov 2011 11:26:51 +0000 (11:26 +0000)]
broaden php version wildcard in cli server tests
Christopher Jones [Thu, 10 Nov 2011 22:47:00 +0000 (22:47 +0000)]
OCI8: Fixed bug #59985 (show normal warning text for OCI_NO_DATA). Sync NEWS.
David Soria Parra [Thu, 10 Nov 2011 21:42:04 +0000 (21:42 +0000)]
It is not longer required to update php_version.php in php-bugs/
The bugtracker fetches the version list from the qa site, updating
php_version.php is not required anymore.
Mateusz Kocielski [Thu, 10 Nov 2011 10:33:07 +0000 (10:33 +0000)]
Fixed NULL pointer dereference in stream_socket_enable_crypto, case when
ssl_handle of session_stream is not initialized.
Felipe Pena [Wed, 9 Nov 2011 23:50:01 +0000 (23:50 +0000)]
- Make valgrind happy with session_decode_error2.phpt
Felipe Pena [Wed, 9 Nov 2011 22:16:31 +0000 (22:16 +0000)]
- Initialize BG(serialize_lock) to make valgrind happy
Christopher Jones [Wed, 9 Nov 2011 06:19:07 +0000 (06:19 +0000)]
Add tests for unsupported types
Stanislav Malyshev [Wed, 9 Nov 2011 05:27:45 +0000 (05:27 +0000)]
fix bug #55475 - implement is_a BC solution
Antony Dovgal [Tue, 8 Nov 2011 13:30:58 +0000 (13:30 +0000)]
bail out if reading HTTP headers failed
Dmitry Stogov [Tue, 8 Nov 2011 10:11:25 +0000 (10:11 +0000)]
Fixed bug #60104 (Segmentation Fault in pdo_sqlite when using sqliteCreateFunction())
Xinchen Hui [Tue, 8 Nov 2011 06:35:07 +0000 (06:35 +0000)]
Fix tests
Stanislav Malyshev [Tue, 8 Nov 2011 04:59:17 +0000 (04:59 +0000)]
Fixed bug #54084 (token_get_all with regards to __halt_compiler is not binary safe)
Christopher Jones [Mon, 7 Nov 2011 20:10:41 +0000 (20:10 +0000)]
Improve OCI8 NLS env creation error messages (#58925)
Felipe Pena [Sun, 6 Nov 2011 13:25:45 +0000 (13:25 +0000)]
- Added class member access on instantiation (e.g. (new foo)->bar()) support
Rui Hirokawa [Sun, 6 Nov 2011 11:07:14 +0000 (11:07 +0000)]
fixed bug #60227: header() cannot detect the multi-line header with CR.
Ferenc Kovacs [Sat, 5 Nov 2011 16:49:56 +0000 (16:49 +0000)]
the mandatory __construct() for SPL classes was reverted in r318566
Rui Hirokawa [Sat, 5 Nov 2011 04:43:35 +0000 (04:43 +0000)]
added japanese encoding to maintain compatibility with PHP 5.3.
Stefan Marr [Sat, 5 Nov 2011 02:05:28 +0000 (02:05 +0000)]
Fixed inconsistent whitespace.
# Belongs to svn rev. 318793.
Stefan Marr [Sat, 5 Nov 2011 01:46:40 +0000 (01:46 +0000)]
Fixed Bug #60217 (Requiring the same method from different traits)
- also added test to check for inconsistent abstract method definitions, they need to be compatible
Christopher Jones [Thu, 3 Nov 2011 22:13:34 +0000 (22:13 +0000)]
Bump OCI8 version to 1.4.7 stable in preparation for PHP 5.3.9
Christopher Jones [Thu, 3 Nov 2011 21:52:59 +0000 (21:52 +0000)]
Replace custom "stress_test" setting with generic SKIP_SLOW_TESTS
Ulf Wendel [Thu, 3 Nov 2011 17:39:39 +0000 (17:39 +0000)]
Improving test to reflect latest API changes
Florian Anderiasch [Thu, 3 Nov 2011 16:20:11 +0000 (16:20 +0000)]
Redid the fix for #60192 with suggestions by Pierre and Kalle
Jérôme Loyet [Thu, 3 Nov 2011 15:47:19 +0000 (15:47 +0000)]
- Fixed bug #60179 (php_flag and php_value does not work properly)
Antony Dovgal [Thu, 3 Nov 2011 08:39:12 +0000 (08:39 +0000)]
use jmp_addr only when it's initialized
Xinchen Hui [Thu, 3 Nov 2011 07:26:09 +0000 (07:26 +0000)]
Fixed bug #60206 (possible integer overflow in content_length)
Xinchen Hui [Thu, 3 Nov 2011 05:16:47 +0000 (05:16 +0000)]
xfail, not fix yet