]>
granicus.if.org Git - php/log
Christopher Jones [Fri, 11 Feb 2011 01:34:03 +0000 (01:34 +0000)]
rm trailing whitespace
Daniel Convissor [Fri, 11 Feb 2011 01:33:45 +0000 (01:33 +0000)]
Add DateInterval format() tests.
Daniel Convissor [Thu, 10 Feb 2011 22:57:41 +0000 (22:57 +0000)]
Add extensive tests for DateTime::diff(), add() and sub().
Scott MacVicar [Wed, 9 Feb 2011 08:05:00 +0000 (08:05 +0000)]
Fix Bug #53963, error code isn't always set in certain error cases.
Gustavo André dos Santos Lopes [Wed, 9 Feb 2011 00:25:44 +0000 (00:25 +0000)]
- Changed php.ini files to match the hard-coded default for serialize_precision.
Gustavo André dos Santos Lopes [Tue, 8 Feb 2011 21:40:51 +0000 (21:40 +0000)]
- Changed default serialize_precision from 100 to 17, as discussed in internals.
Gustavo André dos Santos Lopes [Tue, 8 Feb 2011 16:29:34 +0000 (16:29 +0000)]
- Fixed bug #53959 (reflection data for fgetcsv out-of-date).
Antony Dovgal [Tue, 8 Feb 2011 08:40:39 +0000 (08:40 +0000)]
fix compile warning
Pierre Joye [Mon, 7 Feb 2011 16:20:16 +0000 (16:20 +0000)]
- Fixed bug #53893 (Wrong return value for ZipArchive::extractTo())
Pierre Joye [Mon, 7 Feb 2011 10:25:34 +0000 (10:25 +0000)]
- null deref fix
Pierre Joye [Mon, 7 Feb 2011 10:17:14 +0000 (10:17 +0000)]
- disable realloc warning about not checking its return value, 100% valid but way too many of them for now, reduce noises
Ilia Alshanetsky [Sun, 6 Feb 2011 17:23:57 +0000 (17:23 +0000)]
Fixed parse_url() tests to account for port validation
Gustavo André dos Santos Lopes [Sat, 5 Feb 2011 22:37:00 +0000 (22:37 +0000)]
- Changed port validation introduced in commit #308035 to consider
negative ports and ports > 65535 as invalid.
The tests that fail due to #308035 in the standard ext were not
fixed. If the behavior in those tests turns out to be the
desirable one, both this commit and #308035 ought to be reverted
or at least adapted.
Ilia Alshanetsky [Fri, 4 Feb 2011 21:41:15 +0000 (21:41 +0000)]
Fixed bug #53924 (FILTER_VALIDATE_URL doesn't validate port number).
Adam Harvey [Fri, 4 Feb 2011 11:51:29 +0000 (11:51 +0000)]
Change the way HAVE_GLOB is dealt with in ext/zip per IRC conversation with
Pierre.
Adam Harvey [Fri, 4 Feb 2011 10:55:34 +0000 (10:55 +0000)]
Update 5.3.6 NEWS to use a consistent bug ordering. I've gone with Pierre's
order on Internals for now (new features, then non-bug tracker fixes, then bugs
in descending order of bug number) -- feel free to bikeshed this on Internals
or IRC, but we need to pick _something_, because it's all over the place at
present. (And yes, I'm partly to blame for that too.)
Adam Harvey [Fri, 4 Feb 2011 10:50:42 +0000 (10:50 +0000)]
Fix bug #53923 (Zip functions assume HAVE_GLOB is defined).
Adam Harvey [Fri, 4 Feb 2011 10:49:49 +0000 (10:49 +0000)]
Fix bug #53914 (SPL assumes HAVE_GLOB is defined). Original patch by Chris
Jones; test updates by myself.
Adam Harvey [Fri, 4 Feb 2011 10:47:41 +0000 (10:47 +0000)]
Fix bug #53913 (Streams functions assume HAVE_GLOB is defined). Patch by Chris
Jones.
Ilia Alshanetsky [Thu, 3 Feb 2011 13:33:10 +0000 (13:33 +0000)]
Fixed compiler warnings caused by var re-declaration
Gustavo André dos Santos Lopes [Thu, 3 Feb 2011 12:45:30 +0000 (12:45 +0000)]
- Simpler fix for bug #53915.
Gustavo André dos Santos Lopes [Thu, 3 Feb 2011 12:38:25 +0000 (12:38 +0000)]
- Fixed bug #53915: ReflectionClass::getConstant(s) emits fatal error on
constants with self::.
- Reflown some NEWS entries to have lines no longer than 80 chars.
Gustavo André dos Santos Lopes [Tue, 1 Feb 2011 22:55:17 +0000 (22:55 +0000)]
- Fixed bug #53903 (userspace stream stat callback does not separate the
elements of the returned array before converting them).
Andrey Hristov [Tue, 1 Feb 2011 19:30:22 +0000 (19:30 +0000)]
Fix more warnings about size_t
Gustavo André dos Santos Lopes [Tue, 1 Feb 2011 18:10:35 +0000 (18:10 +0000)]
- Fixed several comparisons that always result in true of false
due to signedness of one of the operands, either by removing
dead code or fixing it.
- Thrown some comments around in php_stream_get_record.
- See http://www.mail-archive.com/internals@lists.php.net/msg49525.html
Andrey Hristov [Tue, 1 Feb 2011 16:55:20 +0000 (16:55 +0000)]
fix warnings. These checks are not needed because
param_no is unsigned, it wasn't in the beginning.
Gustavo André dos Santos Lopes [Tue, 1 Feb 2011 14:44:29 +0000 (14:44 +0000)]
- Fixed bug #49072 (feof never returns true for damaged file in zip).
Ilia Alshanetsky [Tue, 1 Feb 2011 14:01:00 +0000 (14:01 +0000)]
Fixed bug #53898 (PHAR reports invalid error message, when the directory does not exist).
Pierre Joye [Tue, 1 Feb 2011 10:57:51 +0000 (10:57 +0000)]
- WS
Derick Rethans [Mon, 31 Jan 2011 23:11:42 +0000 (23:11 +0000)]
- Don't lower case setting names; some of them actually have upper case
characters.
Andrey Hristov [Mon, 31 Jan 2011 13:52:21 +0000 (13:52 +0000)]
Add two new enums constants from the server
Kalle Sommer Nielsen [Mon, 31 Jan 2011 12:47:28 +0000 (12:47 +0000)]
Fixed bug #53795 (Connect Error from MySqli (mysqlnd) when using SSL)
Boris Lytochkin [Mon, 31 Jan 2011 11:34:12 +0000 (11:34 +0000)]
Fixed bug #51336
Stanislav Malyshev [Sun, 30 Jan 2011 22:28:57 +0000 (22:28 +0000)]
fix bug 53885 (ZipArchive segfault with FL_UNCHANGED on empty archive)
Jérôme Loyet [Sun, 30 Jan 2011 13:51:20 +0000 (13:51 +0000)]
- remove cpystrn from FPM and use strlcpy instead.
Stanislav Malyshev [Sun, 30 Jan 2011 10:18:12 +0000 (10:18 +0000)]
Fix bug #52290 (setDate, setISODate, setTime works wrong when DateTime created from timestamp)
Stanislav Malyshev [Sun, 30 Jan 2011 08:54:53 +0000 (08:54 +0000)]
Fix bug #52808 (Segfault when specifying interval as two dates)
Jérôme Loyet [Sat, 29 Jan 2011 11:41:45 +0000 (11:41 +0000)]
- Fixed bug #53434 (php-fpm slowlog now also logs the original request).
- Fixed the missing peace of code on revision 307842
Jérôme Loyet [Sat, 29 Jan 2011 11:38:19 +0000 (11:38 +0000)]
- Fixed bug #53434 (php-fpm slowlog now also logs the original request).
Jérôme Loyet [Sat, 29 Jan 2011 10:13:24 +0000 (10:13 +0000)]
- Fixed bug #53777 (php-fpm log format now match php_error log format).
Felipe Pena [Fri, 28 Jan 2011 20:41:54 +0000 (20:41 +0000)]
- Fixed bug #53867 (Test failure)
patch by: rquadling at php.net
Ulf Wendel [Fri, 28 Jan 2011 13:41:02 +0000 (13:41 +0000)]
Don't expect a certain server reply, it is undefined what happens.
Dmitry Stogov [Fri, 28 Jan 2011 10:33:47 +0000 (10:33 +0000)]
Added ability to connect to HTTPS sites through proxy with basic authentication using stream_context/http/header/Proxy-Authorization
Adam Harvey [Fri, 28 Jan 2011 04:30:12 +0000 (04:30 +0000)]
Fix NEWS sorting.
Adam Harvey [Fri, 28 Jan 2011 04:19:40 +0000 (04:19 +0000)]
Fixed bug #53854 (Missing constants for compression type). Patch by Richard
Quadling.
Adam Harvey [Fri, 28 Jan 2011 04:17:08 +0000 (04:17 +0000)]
Fix NEWS typo.
Adam Harvey [Fri, 28 Jan 2011 03:55:34 +0000 (03:55 +0000)]
Fix zip test.
Pierre Joye [Thu, 27 Jan 2011 11:47:24 +0000 (11:47 +0000)]
- Fix bug #53166, missing parameters in reflections/docs
Pierre Joye [Wed, 26 Jan 2011 18:38:44 +0000 (18:38 +0000)]
- #53837
Derick Rethans [Tue, 25 Jan 2011 15:08:19 +0000 (15:08 +0000)]
- Let's keep this consistent in the whole file.
Ulf Wendel [Tue, 25 Jan 2011 14:01:00 +0000 (14:01 +0000)]
Handle deprecation messages differently in tests to reduce test differences between 5.3 and trunk: suppress warnings by default, check warnings in a dedicated test
Ilia Alshanetsky [Mon, 24 Jan 2011 20:58:09 +0000 (20:58 +0000)]
removed un-used variable
Derick Rethans [Mon, 24 Jan 2011 16:45:56 +0000 (16:45 +0000)]
- Updated to version 2011.1 (2011a)
Stanislav Malyshev [Mon, 24 Jan 2011 03:52:00 +0000 (03:52 +0000)]
Add imap_fetchmime
Stanislav Malyshev [Mon, 24 Jan 2011 02:48:15 +0000 (02:48 +0000)]
fix tests
Stanislav Malyshev [Mon, 24 Jan 2011 02:31:48 +0000 (02:31 +0000)]
Fixed bug #5273 (Can't use new properties in class extended from DateInterval)
Stanislav Malyshev [Mon, 24 Jan 2011 01:15:41 +0000 (01:15 +0000)]
Fixed Bug #52063 (DateTime constructor's second argument doesn't have a null default value)
Ilia Alshanetsky [Sun, 23 Jan 2011 16:44:58 +0000 (16:44 +0000)]
Fixed compiler warning
Pierre Joye [Sun, 23 Jan 2011 10:02:06 +0000 (10:02 +0000)]
- local redeclaration
Pierre Joye [Sun, 23 Jan 2011 09:46:06 +0000 (09:46 +0000)]
- kill local redeclaration by using a less common name
Ilia Alshanetsky [Thu, 20 Jan 2011 19:32:36 +0000 (19:32 +0000)]
Fixed variable overloading
Pierre Joye [Thu, 20 Jan 2011 13:57:40 +0000 (13:57 +0000)]
- this function is only in trunk
Pierre Joye [Thu, 20 Jan 2011 07:38:00 +0000 (07:38 +0000)]
- don't continue if no valid option value
Pierre Joye [Thu, 20 Jan 2011 07:05:34 +0000 (07:05 +0000)]
- be sure that we got tzid by adding a default case
Pierre Joye [Thu, 20 Jan 2011 06:58:04 +0000 (06:58 +0000)]
- fail when no known op are given
Pierre Joye [Thu, 20 Jan 2011 06:55:11 +0000 (06:55 +0000)]
- unused var
Pierre Joye [Thu, 20 Jan 2011 06:54:28 +0000 (06:54 +0000)]
- fail when no known op are given
Pierre Joye [Thu, 20 Jan 2011 06:49:17 +0000 (06:49 +0000)]
- kill local redeclaration
Pierre Joye [Thu, 20 Jan 2011 06:45:52 +0000 (06:45 +0000)]
- init err (and simplify)
Pierre Joye [Thu, 20 Jan 2011 06:32:59 +0000 (06:32 +0000)]
- no need of assert here
Pierre Joye [Thu, 20 Jan 2011 06:23:35 +0000 (06:23 +0000)]
- check if strdup succeeds
Pierre Joye [Wed, 19 Jan 2011 21:19:45 +0000 (21:19 +0000)]
- force static, can't be built yet shared anyway
Andrey Hristov [Wed, 19 Jan 2011 18:09:17 +0000 (18:09 +0000)]
fix zts build
Pierre Joye [Wed, 19 Jan 2011 17:17:52 +0000 (17:17 +0000)]
- WS
Pierre Joye [Wed, 19 Jan 2011 17:06:50 +0000 (17:06 +0000)]
- avoid local redeclaration
Pierre Joye [Wed, 19 Jan 2011 15:23:07 +0000 (15:23 +0000)]
- malloc may fail
Pierre Joye [Wed, 19 Jan 2011 14:21:46 +0000 (14:21 +0000)]
- path len check and fix buffer overrun
Ilia Alshanetsky [Wed, 19 Jan 2011 13:09:05 +0000 (13:09 +0000)]
Win32 build fix
Dmitry Stogov [Wed, 19 Jan 2011 08:38:25 +0000 (08:38 +0000)]
Added checks for malformated FastCGI requests (Edgar Frank)
Gustavo André dos Santos Lopes [Wed, 19 Jan 2011 00:22:06 +0000 (00:22 +0000)]
- Hopefully finally fixed the mess in rev 307562 and rev 307563.
Pierre Joye [Tue, 18 Jan 2011 23:31:53 +0000 (23:31 +0000)]
- clarity
Pierre Joye [Tue, 18 Jan 2011 22:22:28 +0000 (22:22 +0000)]
- #53577 and cleanup
Pierre Joye [Tue, 18 Jan 2011 22:20:09 +0000 (22:20 +0000)]
- fix regression introduced in 5.3.4 in open_basedir on windows/novell with trailing fwd slash
Gustavo André dos Santos Lopes [Tue, 18 Jan 2011 19:56:09 +0000 (19:56 +0000)]
- Fixed wrong function call in original commit to FR #39771.
Gustavo André dos Santos Lopes [Tue, 18 Jan 2011 19:45:38 +0000 (19:45 +0000)]
- Implemented FR #39771 (Made DOMDocument::saveHTML accept an optional
DOMNode like DOMDocument::saveXML).
Ilia Alshanetsky [Tue, 18 Jan 2011 13:17:23 +0000 (13:17 +0000)]
Fixed variable re-declaration
Pierre Joye [Tue, 18 Jan 2011 10:29:26 +0000 (10:29 +0000)]
- fix the fix (wrong test)
Jérôme Loyet [Mon, 17 Jan 2011 22:22:39 +0000 (22:22 +0000)]
- Enforce security in the fastcgi protocol parsing.
Pierre Joye [Mon, 17 Jan 2011 14:29:16 +0000 (14:29 +0000)]
- path len sanity check
Pierre Joye [Mon, 17 Jan 2011 14:07:40 +0000 (14:07 +0000)]
- don't try to access if calloc fails (quick review of its usage: seems that the stats member is validated in other places, to be confirmed)
Pierre Joye [Mon, 17 Jan 2011 14:01:01 +0000 (14:01 +0000)]
- fix NULL derefencing
Ilia Alshanetsky [Mon, 17 Jan 2011 13:44:54 +0000 (13:44 +0000)]
Fixed compiler warning
Ulf Wendel [Mon, 17 Jan 2011 13:06:44 +0000 (13:06 +0000)]
Fix tests: don't expect people to use a certain db/schema for testing
Kalle Sommer Nielsen [Mon, 17 Jan 2011 11:20:54 +0000 (11:20 +0000)]
MFT: Added 'db' and 'catalog' keys to the field fetching functions (FR #39847)
Kalle Sommer Nielsen [Mon, 17 Jan 2011 09:59:07 +0000 (09:59 +0000)]
Remove this void comment (c/p mistake)
Kalle Sommer Nielsen [Mon, 17 Jan 2011 09:54:22 +0000 (09:54 +0000)]
MFT: Implemented FR #47802 (Support for setting character sets in DSN strings)
Stanislav Malyshev [Sun, 16 Jan 2011 21:24:43 +0000 (21:24 +0000)]
Fix bug #47143, bug #51458 - provide more useful info in bad exception cases
Stanislav Malyshev [Sun, 16 Jan 2011 20:39:22 +0000 (20:39 +0000)]
Add options to debug_backtrace functions
Andrey Hristov [Fri, 14 Jan 2011 15:37:49 +0000 (15:37 +0000)]
fix more parameter stuff, now it is complete
Andrey Hristov [Fri, 14 Jan 2011 15:10:09 +0000 (15:10 +0000)]
pass data which is available