]>
granicus.if.org Git - php/log
Dmitry Stogov [Thu, 22 Dec 2011 15:33:48 +0000 (15:33 +0000)]
Initialize structure (some fields may be missed in array returned from user handler).
Dmitry Stogov [Thu, 22 Dec 2011 15:31:41 +0000 (15:31 +0000)]
Change fatal error into warning and ignore arguments over limit
Xinchen Hui [Thu, 22 Dec 2011 08:08:52 +0000 (08:08 +0000)]
test for bug 60591
Xinchen Hui [Thu, 22 Dec 2011 07:39:44 +0000 (07:39 +0000)]
Fix bug #60591 (Memory leak when access a non-exists file)
Stanislav Malyshev [Thu, 22 Dec 2011 03:27:00 +0000 (03:27 +0000)]
back to dev
Stanislav Malyshev [Thu, 22 Dec 2011 03:25:28 +0000 (03:25 +0000)]
5.4.0rc4
Stanislav Malyshev [Thu, 22 Dec 2011 03:22:42 +0000 (03:22 +0000)]
Fix warning on non-numeric offsets
Gustavo André dos Santos Lopes [Wed, 21 Dec 2011 15:44:58 +0000 (15:44 +0000)]
- Fixed bug #60570 (http wrapper leaks context resource if request fails/is
redirected).
Xinchen Hui [Mon, 19 Dec 2011 16:57:36 +0000 (16:57 +0000)]
Fix tests
Xinchen Hui [Mon, 19 Dec 2011 16:48:18 +0000 (16:48 +0000)]
Fixed bug #60558 (Invalid read and writes)
Re-Fixed bug #60536 (Traits Segfault)
#Thanks to tony2001, I found the previous fix -r321089 is actually not a correct one.
#The key problem there is because the traits didn't correct set the property_info.offset
#for private properties. so here come the new fix.
Xinchen Hui [Mon, 19 Dec 2011 12:00:09 +0000 (12:00 +0000)]
Revert previous bad fix, introduce memory leak
Xinchen Hui [Mon, 19 Dec 2011 10:05:48 +0000 (10:05 +0000)]
Codes standard & Remove useless empty lines
Xinchen Hui [Mon, 19 Dec 2011 09:58:29 +0000 (09:58 +0000)]
Fixed bug #60558 (Invalid read and writes)
Scott MacVicar [Mon, 19 Dec 2011 03:09:05 +0000 (03:09 +0000)]
Add tests for OpenSSL crash.
Stanislav Malyshev [Mon, 19 Dec 2011 02:05:03 +0000 (02:05 +0000)]
implement the solution for isset/string offsets, fix bug #60362
Scott MacVicar [Sun, 18 Dec 2011 05:14:32 +0000 (05:14 +0000)]
Fix segfault in older versions of OpenSSL (before 0.9.8i)
Stefan Marr [Sat, 17 Dec 2011 14:26:39 +0000 (14:26 +0000)]
Fixed inconsistent and broken handling of private properties in traits.
# The handling of private properties in classes is now consistent with private properties in traits.
# Perviously, privates could cause strict warnings, are were not properly merged into the class when
# the parent class had a private property of the same name. Now, we introduce it without notice,
# since it is a new and independent property, just like in normal classes.
# This problem was diagnosed while working on Bug #60536.
Xinchen Hui [Sat, 17 Dec 2011 03:57:01 +0000 (03:57 +0000)]
Reduce memory usage
Xinchen Hui [Fri, 16 Dec 2011 19:25:03 +0000 (19:25 +0000)]
Fixed bug #60523 (PHP Errors are not reported in browsers using built-in SAPI)
Xinchen Hui [Fri, 16 Dec 2011 19:02:52 +0000 (19:02 +0000)]
Fixed bug #60536 (Traits Segfault)
# this is a tough one, I think I should explain
# Zend use zend_object->properties_table both as zval ** and zval ***
# if a zend_object->properties is not initialized, the properties_table is zval **
# while in rebuild_object_properties, zend will store the zval ** to zend_object->properties
# then stash the zval ***(ie, zobj->properties_table[0] is zval ** now) to zobj->properties_table[0]
# so when a zend_object inherit form multi parent and these parent have a same property_info->offset
# properties, will result in a repeat zval **->zval ** transform, which will lead to a segmentfault
# *may be* this fix is not the best fix, we should not use this tricky way, and rewrite this mechanism.
Dmitry Stogov [Thu, 15 Dec 2011 10:31:02 +0000 (10:31 +0000)]
Added max_input_vars directive to prevent attacks based on hash collisions
Andrey Hristov [Wed, 14 Dec 2011 19:29:45 +0000 (19:29 +0000)]
fix for 5.5.19
Andrey Hristov [Wed, 14 Dec 2011 19:28:41 +0000 (19:28 +0000)]
another fix
Andrey Hristov [Wed, 14 Dec 2011 18:37:49 +0000 (18:37 +0000)]
fix test
Andrey Hristov [Wed, 14 Dec 2011 18:36:04 +0000 (18:36 +0000)]
fix test
Andrey Hristov [Wed, 14 Dec 2011 17:59:11 +0000 (17:59 +0000)]
fix typo
Pierre Joye [Wed, 14 Dec 2011 16:32:50 +0000 (16:32 +0000)]
- add announce steps, s,cvs,svn, MFH
Andrey Hristov [Wed, 14 Dec 2011 16:27:52 +0000 (16:27 +0000)]
fix test
Dmitry Stogov [Wed, 14 Dec 2011 08:56:35 +0000 (08:56 +0000)]
Added max_input_vars directive to prevent attacks based on hash collisions
Pierre Joye [Tue, 13 Dec 2011 23:18:12 +0000 (23:18 +0000)]
- tmp dir is system depedent
Pierre Joye [Tue, 13 Dec 2011 23:04:01 +0000 (23:04 +0000)]
- skip on win
Pierre Joye [Tue, 13 Dec 2011 13:46:27 +0000 (13:46 +0000)]
- ignore notices here, not what we test (array to string conversion)
Pierre Joye [Mon, 12 Dec 2011 19:09:01 +0000 (19:09 +0000)]
- use the test itself, making the test passes when ran outside the src tree
Pierre Joye [Mon, 12 Dec 2011 15:09:52 +0000 (15:09 +0000)]
- copy run-test php
Pierre Joye [Mon, 12 Dec 2011 14:03:24 +0000 (14:03 +0000)]
- skip on win
Pierre Joye [Mon, 12 Dec 2011 14:02:06 +0000 (14:02 +0000)]
- skip on win
Pierre Joye [Mon, 12 Dec 2011 13:56:42 +0000 (13:56 +0000)]
- skip on win
Pierre Joye [Mon, 12 Dec 2011 13:53:38 +0000 (13:53 +0000)]
- skip on win
Pierre Joye [Mon, 12 Dec 2011 13:49:21 +0000 (13:49 +0000)]
- skip on win
Pierre Joye [Mon, 12 Dec 2011 13:34:21 +0000 (13:34 +0000)]
- skip on win
Pierre Joye [Mon, 12 Dec 2011 13:31:43 +0000 (13:31 +0000)]
- skip on win
Derick Rethans [Mon, 12 Dec 2011 12:57:46 +0000 (12:57 +0000)]
This test should no longer fail, and is perfectly okay for Linux to test on too.
Popa Adrian Marius [Mon, 12 Dec 2011 06:33:43 +0000 (06:33 +0000)]
bug fixed #48877 - bindValue and bindParam do not work for PDO Firebird
Gustavo André dos Santos Lopes [Sun, 11 Dec 2011 21:08:15 +0000 (21:08 +0000)]
- Fixed bug #60455: stream_get_line misbehaves if EOF is not detected together
with the last read.
Popa Adrian Marius [Sat, 10 Dec 2011 22:04:23 +0000 (22:04 +0000)]
bug fixed #48877 - bindValue and bindParam do not work for PDO Firebird
Felipe Pena [Fri, 9 Dec 2011 22:43:01 +0000 (22:43 +0000)]
- Fixed bug #60489 (Simple Typo In php.ini Files)
patch by: danbrown at php.net
Xinchen Hui [Fri, 9 Dec 2011 16:16:31 +0000 (16:16 +0000)]
add $_SERVER["SERVER_NAME"] since it's handy
Xinchen Hui [Fri, 9 Dec 2011 14:05:26 +0000 (14:05 +0000)]
fix memory leak
Patrick Allaert [Fri, 9 Dec 2011 11:45:39 +0000 (11:45 +0000)]
Added tests contributions on spl_autoload and stream_context_set_option()
Thank you Jean-Marc Fontaine and Alter Way
Xinchen Hui [Fri, 9 Dec 2011 05:55:31 +0000 (05:55 +0000)]
typo, sorry
Xinchen Hui [Fri, 9 Dec 2011 05:37:41 +0000 (05:37 +0000)]
Fixed bug #60477 (Segfault after two multipart/form-data POST requests)
Christopher Jones [Thu, 8 Dec 2011 20:43:23 +0000 (20:43 +0000)]
Fix skipif
Pierrick Charron [Thu, 8 Dec 2011 18:57:01 +0000 (18:57 +0000)]
Fix curl_copy_handle_basic_008.phpt when display_errors is On
(Thanks Chris Jones)
Hannes Magnusson [Thu, 8 Dec 2011 14:57:02 +0000 (14:57 +0000)]
Uhh.. Can't believe noone noticed the gc option was missing from our ini files
Stanislav Malyshev [Thu, 8 Dec 2011 07:17:27 +0000 (07:17 +0000)]
back to dev
Stanislav Malyshev [Thu, 8 Dec 2011 07:15:44 +0000 (07:15 +0000)]
5.4.0rc3
Scott MacVicar [Wed, 7 Dec 2011 20:50:33 +0000 (20:50 +0000)]
Make sure that we set the strong crypto result to false as well as returning false.
Derick Rethans [Wed, 7 Dec 2011 19:42:44 +0000 (19:42 +0000)]
Test cosmetics.
Derick Rethans [Wed, 7 Dec 2011 19:24:58 +0000 (19:24 +0000)]
Sorting out the tests *once* more.
Please keep them consistent and only change them if you are 110% certain what
you're doing. Otherwise -> please ask.
Pierrick Charron [Wed, 7 Dec 2011 16:46:48 +0000 (16:46 +0000)]
Fix test
Pierrick Charron [Wed, 7 Dec 2011 16:32:50 +0000 (16:32 +0000)]
Add new test for CURLOPT_POSTFIELDS
Pierre Joye [Wed, 7 Dec 2011 10:38:35 +0000 (10:38 +0000)]
- tests require 64bit integer
Xinchen Hui [Wed, 7 Dec 2011 10:33:13 +0000 (10:33 +0000)]
Implemented FR #54514 (Get php binary path during script execution).
Pierre Joye [Wed, 7 Dec 2011 09:03:07 +0000 (09:03 +0000)]
- print_r seems to display 0 or nothing for days, let make that test works in both cases, that's not the purpose of this test to test print_r
Pierre Joye [Wed, 7 Dec 2011 08:39:43 +0000 (08:39 +0000)]
- fix warning and fix buggy behavior of timelib_diff due to bad assumption of floor signature (fixes almost date_diff tests too)
Pierre Joye [Wed, 7 Dec 2011 08:37:48 +0000 (08:37 +0000)]
- rename to correct bug #
Pierre Joye [Wed, 7 Dec 2011 08:33:41 +0000 (08:33 +0000)]
- set TZ
Pierre Joye [Tue, 6 Dec 2011 13:42:08 +0000 (13:42 +0000)]
- force LF
Pierre Joye [Tue, 6 Dec 2011 13:35:41 +0000 (13:35 +0000)]
- add windows version of this test
Pierre Joye [Tue, 6 Dec 2011 13:34:45 +0000 (13:34 +0000)]
- add windows version of this test
Pierre Joye [Tue, 6 Dec 2011 13:16:40 +0000 (13:16 +0000)]
- force LF
Pierre Joye [Tue, 6 Dec 2011 13:07:08 +0000 (13:07 +0000)]
- force LF
Xinchen Hui [Tue, 6 Dec 2011 12:32:59 +0000 (12:32 +0000)]
Use zbacktrace_ex instead of zbacktrace(actullay is dump_bt)
Use %p instead of "0x08x" (IMO this is used for print pointer, which, unfortunately, don't work under x64)
If there is any wrong, plz revert this, thanks
Pierre Joye [Tue, 6 Dec 2011 11:58:05 +0000 (11:58 +0000)]
- force LF as EOL as the code expects it.
however it sounds like a bug in the implementation
phar.c:720
if (4 != php_stream_read(fp, buffer, 4)) {
MAPPHAR_ALLOC_FAIL("internal corruption of phar \"%s\" (truncated manifest at manifest length)")
}
that code will fail if non LF eol are used. Or does phar supports only LF?
Xinchen Hui [Tue, 6 Dec 2011 09:56:01 +0000 (09:56 +0000)]
Add zbacktrace_ex to .gdbinit which will print extra argument info than zbacktrace
Implement FR #60448
Pierrick Charron [Tue, 6 Dec 2011 06:44:22 +0000 (06:44 +0000)]
Coding standard
Derick Rethans [Tue, 6 Dec 2011 06:21:08 +0000 (06:21 +0000)]
- Fixed bug #53502 (strtotime with timezone memory leak).
- Fixed bug #52062 (large timestamps with DateTime::getTimestamp and
DateTime::setTimestamp).
- Fixed bug #51994 (date_parse_from_format is parsing invalid date using 'yz'
format).
- Fixed bug #51223 (Seg fault while creating (by unserialization)
DatePeriod).
Derick Rethans [Tue, 6 Dec 2011 06:07:41 +0000 (06:07 +0000)]
- Added a test case for #53437.
Derick Rethans [Tue, 6 Dec 2011 06:04:24 +0000 (06:04 +0000)]
- Fixed bug #52062: large timestamps with DateTime::getTimestamp and DateTime::setTimestamp.
Derick Rethans [Tue, 6 Dec 2011 06:00:45 +0000 (06:00 +0000)]
- Cosmetics for test case for #48678.
Derick Rethans [Tue, 6 Dec 2011 05:59:24 +0000 (05:59 +0000)]
- Fixed test case for #54851.
- Make test case for #32555 the same for all branches.
Derick Rethans [Tue, 6 Dec 2011 05:44:54 +0000 (05:44 +0000)]
This changes adds the --EXTENSION-- section to .phpt files as
described in http://marc.info/?t=
132248616300007 &r=1&w=2.
Xinchen Hui [Mon, 5 Dec 2011 12:46:38 +0000 (12:46 +0000)]
remove irrelevant codes in test
Xinchen Hui [Mon, 5 Dec 2011 12:44:12 +0000 (12:44 +0000)]
Add xfaild test for a secluded issue
Xinchen Hui [Mon, 5 Dec 2011 12:33:56 +0000 (12:33 +0000)]
Fix typo
Dmitry Stogov [Mon, 5 Dec 2011 09:20:12 +0000 (09:20 +0000)]
Fixed bug #60444 (Segmentation fault with include & class extending)
Pierrick Charron [Sun, 4 Dec 2011 16:46:45 +0000 (16:46 +0000)]
Added myself as curl maintainer
Ilia Alshanetsky [Sun, 4 Dec 2011 14:52:40 +0000 (14:52 +0000)]
Fixed Bug #55478 (FILTER_VALIDATE_EMAIL fails with internationalized
domain name addresses containing >1 -).
Hannes Magnusson [Sun, 4 Dec 2011 12:34:19 +0000 (12:34 +0000)]
Fix test.. the errormessage is irrelevant, we are testing if we segfault and corrupt return value
Pierrick Charron [Sun, 4 Dec 2011 01:34:54 +0000 (01:34 +0000)]
Fixed bug #60439curl_copy_handle segfault when used with CURLOPT_PROGRESSFUNCTION
Dmitry Stogov [Fri, 2 Dec 2011 12:14:16 +0000 (12:14 +0000)]
Expose zend_signal_handler_unblock() to DSO extensions to allow usage of HANDLE_UNBLOCK_INTERRUPTIONS macro
Michael Wallner [Fri, 2 Dec 2011 11:50:22 +0000 (11:50 +0000)]
Fixed bug #60240 (invalid read/writes when unserializing specially crafted strings)
Pierrick Charron [Fri, 2 Dec 2011 04:16:46 +0000 (04:16 +0000)]
Cleans up test file
Felipe Pena [Thu, 1 Dec 2011 16:40:07 +0000 (16:40 +0000)]
- Escape [ ] chars in the configure message
Patch by: Daniel Convissor
Felipe Pena [Thu, 1 Dec 2011 15:47:58 +0000 (15:47 +0000)]
- Replace possible esc char to <esc> in the XML output
Felipe Pena [Thu, 1 Dec 2011 15:38:17 +0000 (15:38 +0000)]
- Fixed tests
Felipe Pena [Thu, 1 Dec 2011 14:15:22 +0000 (14:15 +0000)]
- Fixed tests
Dmitry Stogov [Thu, 1 Dec 2011 13:58:29 +0000 (13:58 +0000)]
Fixed icorrect key length after updating constant index
Felipe Pena [Wed, 30 Nov 2011 21:04:07 +0000 (21:04 +0000)]
- Added tests for bug #60350
patch by: php@mickweiss.com
Felipe Pena [Wed, 30 Nov 2011 19:42:59 +0000 (19:42 +0000)]
- Fixed bug #60350 (No string escape code for ESC (ascii 27), normally \e)
patch by: php at mickweiss dot com