]>
granicus.if.org Git - php/log
Michael Wallner [Sat, 17 Mar 2012 09:35:25 +0000 (09:35 +0000)]
add --PUT-- section support based on POST_RAW
Pierre Joye [Sat, 17 Mar 2012 08:52:27 +0000 (08:52 +0000)]
- Fix bug #61424, ext/sqlite is not bundled anymore, remove it from php.ini
Adam Harvey [Fri, 16 Mar 2012 02:07:46 +0000 (02:07 +0000)]
Fix bug #61409 (Bad formatting on phpinfo()). Patch by Jakub Vrana.
Ilia Alshanetsky [Thu, 15 Mar 2012 19:59:26 +0000 (19:59 +0000)]
Fixed bug #60947 (Segmentation fault while executing ibase_db_info)
Ilia Alshanetsky [Wed, 14 Mar 2012 20:20:33 +0000 (20:20 +0000)]
Fixed bug #61212 (PDO ODBC Segfaults on SQL_SUCESS_WITH_INFO).
Ulf Wendel [Wed, 14 Mar 2012 14:55:09 +0000 (14:55 +0000)]
Test for MySQL version.Variable is deprecated in MySQL 5.6.
Gustavo André dos Santos Lopes [Tue, 13 Mar 2012 18:08:30 +0000 (18:08 +0000)]
- Fixed bug #61374: html_entity_decode tries to decode code points that don't
exist in ISO-8859-1.
Pierre Joye [Tue, 13 Mar 2012 12:55:33 +0000 (12:55 +0000)]
- add CVE
Christopher Jones [Mon, 12 Mar 2012 18:08:34 +0000 (18:08 +0000)]
Test portability and coverage changes
Ilia Alshanetsky [Mon, 12 Mar 2012 16:53:07 +0000 (16:53 +0000)]
Fixed bug #60222 (time_nanosleep() does validate input params).
Rasmus Lerdorf [Mon, 12 Mar 2012 15:21:15 +0000 (15:21 +0000)]
Remove reference to "default_charset" here since the it isn't
really about the ini option at all. That only comes into play
when you force it by passing and empty encoding string to those
functions.
Xinchen Hui [Mon, 12 Mar 2012 14:52:02 +0000 (14:52 +0000)]
reduce memory usage
Rasmus Lerdorf [Mon, 12 Mar 2012 06:11:58 +0000 (06:11 +0000)]
This change was badly worded and filed in the wrong section.
This isn't an ini change at all.
Ilia Alshanetsky [Sun, 11 Mar 2012 18:15:13 +0000 (18:15 +0000)]
Fixed bug #60569 (Nullbyte truncates Exception $message).
Felipe Pena [Sun, 11 Mar 2012 15:42:57 +0000 (15:42 +0000)]
- Fixed memory leak when calling SplFileInfo's constructor twice
Xinchen Hui [Sun, 11 Mar 2012 15:28:31 +0000 (15:28 +0000)]
Fixed bug #61273 (call_user_func_array with more than 16333 arguments leaks / crashes)
Xinchen Hui [Sun, 11 Mar 2012 15:12:28 +0000 (15:12 +0000)]
Fix wrong type in the marco of fetching thread globals
Xinchen Hui [Sun, 11 Mar 2012 09:19:38 +0000 (09:19 +0000)]
Fixed bug #61088 (Memory leak in readline_callback_handler_install).
Xinchen Hui [Sun, 11 Mar 2012 09:07:02 +0000 (09:07 +0000)]
Same wrong order here
Xinchen Hui [Sun, 11 Mar 2012 09:02:00 +0000 (09:02 +0000)]
Re-order them according to README.SVN-RULES
Xinchen Hui [Sun, 11 Mar 2012 08:56:14 +0000 (08:56 +0000)]
Implemented FR #60850 (Built in web server does not set $_SERVER['SCRIPT_FILENAME'] when using router)
Xinchen Hui [Sun, 11 Mar 2012 08:41:40 +0000 (08:41 +0000)]
Add Moriyoshi Koizumi and I to the cli SAPI credits
Xinchen Hui [Sun, 11 Mar 2012 08:34:06 +0000 (08:34 +0000)]
Oops, sorry for my poor english
Xinchen Hui [Sun, 11 Mar 2012 08:27:55 +0000 (08:27 +0000)]
Fixed bug #61347 (inconsist isset behavior of Arrayobject)
Gustavo André dos Santos Lopes [Sat, 10 Mar 2012 17:19:39 +0000 (17:19 +0000)]
- Fixed bug #61326 (ArrayObject comparison).
Michael Wallner [Fri, 9 Mar 2012 19:51:09 +0000 (19:51 +0000)]
merge 322758 (detect a php-cgi which is a sibling of php cli)
Ilia Alshanetsky [Thu, 8 Mar 2012 20:14:26 +0000 (20:14 +0000)]
Fixed bug #60842, #51775 (Chunked response parsing error when chunksize length line is > 10 bytes).
Gustavo André dos Santos Lopes [Thu, 8 Mar 2012 12:39:48 +0000 (12:39 +0000)]
- Oops committed old version of the patch in r324020. Fixed. See bug #61253.
Gustavo André dos Santos Lopes [Thu, 8 Mar 2012 12:30:59 +0000 (12:30 +0000)]
- Fixed bug #61253: Wrappers opened with errors concurrency problem
#NOTE: There is a very small possibility that this will further break
#extensions that access wrapper->{err_stack, err_count}. On PECL SVN, rar is the
#only one and it may leak memory after this. I say "further break" because
#extensions that do that are already broken (will segfault) under ZTS, which is
#why this patch is necessary.
#There was what I deem as tacit acceptance from 5.3/5.4 RMs on this.
Gustavo André dos Santos Lopes [Thu, 8 Mar 2012 08:52:28 +0000 (08:52 +0000)]
- Fixed bug #61267: pdo_pgsql's PDO::exec() returns the number of SELECTed
rows on postgresql >= 9
Ilia Alshanetsky [Thu, 8 Mar 2012 03:31:46 +0000 (03:31 +0000)]
Fixed bug #60634 (Segmentation fault when trying to die() in SessionHandler::write())
Gustavo André dos Santos Lopes [Wed, 7 Mar 2012 19:47:18 +0000 (19:47 +0000)]
- Updated NEWS with news of bug #61306 having been resolved (see r323988).
- Tidied up NEWS
Gustavo André dos Santos Lopes [Wed, 7 Mar 2012 08:51:30 +0000 (08:51 +0000)]
- Tentative fix for bug #61306.
#cjones: Will update NEWS when confirmed it fixes the problem.
Stanislav Malyshev [Wed, 7 Mar 2012 07:49:56 +0000 (07:49 +0000)]
MFH: Headers: forbid \r and \n also after \0, allow CRLF followed by HT or SP and forbid \0. See bug #60227.
Stanislav Malyshev [Wed, 7 Mar 2012 07:38:57 +0000 (07:38 +0000)]
MFH: Fixed bug #61173 (Unable to detect error from finfo constructor).
Christopher Jones [Tue, 6 Mar 2012 23:34:57 +0000 (23:34 +0000)]
Sync char set wording with migration doc
Christopher Jones [Tue, 6 Mar 2012 21:30:59 +0000 (21:30 +0000)]
Make "buildconf --force" more robust, per IRC chat. Not backported to 5.3 to avoid destabilization.
Christopher Jones [Tue, 6 Mar 2012 20:20:50 +0000 (20:20 +0000)]
Typo and missing zend ini param
Christopher Jones [Tue, 6 Mar 2012 19:12:39 +0000 (19:12 +0000)]
Typo: "outout"
Derick Rethans [Tue, 6 Mar 2012 18:34:10 +0000 (18:34 +0000)]
Fixed version numbers.
Xinchen Hui [Tue, 6 Mar 2012 06:24:50 +0000 (06:24 +0000)]
Add test for bug #61292, bug was fixed in -r323935
Xinchen Hui [Tue, 6 Mar 2012 03:45:27 +0000 (03:45 +0000)]
Fixed bug #61292 (Segfault while calling a method on an overloaded PDO object)
Johannes Schlüter [Tue, 6 Mar 2012 01:43:49 +0000 (01:43 +0000)]
Apply test fix for bug #61288 pdo_mysql___construct_options_libmysql.phpt test fails
Johannes Schlüter [Tue, 6 Mar 2012 00:15:40 +0000 (00:15 +0000)]
Fix bug #61003 mysql_stat() require a valid connection
Johannes Schlüter [Mon, 5 Mar 2012 23:57:24 +0000 (23:57 +0000)]
Fix bug #61194 PDO should export compression flag with myslqnd
Johannes Schlüter [Mon, 5 Mar 2012 23:55:12 +0000 (23:55 +0000)]
Fix bug #60948 mysqlnd FTBFS when -Wformat-security is enabled
# 5.3 not affected
Johannes Schlüter [Mon, 5 Mar 2012 23:38:15 +0000 (23:38 +0000)]
Fix Bug #61207 PDO::nextRowset() after a multi-statement query doesn't always work
Pierre Joye [Mon, 5 Mar 2012 20:53:40 +0000 (20:53 +0000)]
- fix bug #61290, fix build
Michael Wallner [Mon, 5 Mar 2012 15:38:24 +0000 (15:38 +0000)]
MFH: Fixed bug #61287 (A particular string fails to decompress)
Dmitry Stogov [Mon, 5 Mar 2012 12:59:01 +0000 (12:59 +0000)]
Fixed bug #60887 (SoapClient ignores user_agent option and sends no User-Agent header)
Dmitry Stogov [Mon, 5 Mar 2012 12:47:25 +0000 (12:47 +0000)]
Fixed module numbering
Pierre Joye [Sun, 4 Mar 2012 22:15:12 +0000 (22:15 +0000)]
- fix bug #54407, Incorrectly defined NTDDI_VERSION macro
Stefan Marr [Sun, 4 Mar 2012 19:34:19 +0000 (19:34 +0000)]
Fixed Bug #61052 (Missing error check in trait 'insteadof' clause)
Gustavo André dos Santos Lopes [Sun, 4 Mar 2012 19:30:01 +0000 (19:30 +0000)]
- size_t may be shorter than long and definitely is not signed. Note that the
z modifier was only added in C99, so we can't use it.
Stefan Marr [Sun, 4 Mar 2012 18:33:33 +0000 (18:33 +0000)]
Fixed Bug #60911 (Confusing error message when extending traits)
Stefan Marr [Sun, 4 Mar 2012 18:26:11 +0000 (18:26 +0000)]
Fixed Bug #60717 (Order of traits in use statement can cause a fatal error)
# Compatibility is now correctly checked in both directions.
# Introduced helper method for the test.
Pierre Joye [Sun, 4 Mar 2012 15:23:24 +0000 (15:23 +0000)]
- fix bug #54407, Incorrectly defined NTDDI_VERSION macro
Nikita Popov [Sun, 4 Mar 2012 13:52:48 +0000 (13:52 +0000)]
Fix bug #60596: Code Cleanup Removing Superfluous If Statement
Cleanup only, no function change. Patch by ircmaxell.
Ilia Alshanetsky [Sat, 3 Mar 2012 20:36:14 +0000 (20:36 +0000)]
Fixed bug #60106 (stream_socket_server silently truncates long unix socket paths)
Nikita Popov [Sat, 3 Mar 2012 12:46:17 +0000 (12:46 +0000)]
Fix bug #61264: xmlrpc_parse_method_descriptions leaks temporary variable
Nikita Popov [Fri, 2 Mar 2012 18:05:38 +0000 (18:05 +0000)]
Fix bug #52719: array_walk_recursive crashes if third param of the function is by reference
Rasmus Lerdorf [Fri, 2 Mar 2012 17:03:19 +0000 (17:03 +0000)]
Armenia is smarter than the rest of us. They have dropped DST.
http://www.worldtimezone.com/dst_news/dst_news_armenia03.html
Fix the test to reflect that.
Derick Rethans [Fri, 2 Mar 2012 17:00:33 +0000 (17:00 +0000)]
- Updated to version 2012.2 (2012b)
Christopher Jones [Fri, 2 Mar 2012 15:46:51 +0000 (15:46 +0000)]
Reorder
Rui Hirokawa [Fri, 2 Mar 2012 14:19:05 +0000 (14:19 +0000)]
MFH mb_ereg_replace_callback() for security enhancements.
Nikita Popov [Fri, 2 Mar 2012 14:16:47 +0000 (14:16 +0000)]
Merge: Fix bug #61139: gzopen leaks when specifying invalid mode
Nikita Popov [Fri, 2 Mar 2012 14:08:11 +0000 (14:08 +0000)]
Merge: Fix bug #61097: Memory leak in xmlrpc functions copying zvals
Nikita Popov [Fri, 2 Mar 2012 08:25:28 +0000 (08:25 +0000)]
Forgot NEWS for r323803
Nikita Popov [Fri, 2 Mar 2012 08:21:54 +0000 (08:21 +0000)]
Merge: Fix bug #61184 Phar::webPhar() generates headers with trailing NUL bytes
Nikita Popov [Fri, 2 Mar 2012 08:04:51 +0000 (08:04 +0000)]
Fix bug #61106 Segfault when using header_register_callback
The callback was double dtored
Philip Olson [Fri, 2 Mar 2012 07:54:56 +0000 (07:54 +0000)]
Removed get_magic_quotes* functions from the deprecated list, because we love them so
Rasmus Lerdorf [Fri, 2 Mar 2012 05:04:40 +0000 (05:04 +0000)]
Fix tests that break if filter.default isn't set to unsafe_raw
Xinchen Hui [Fri, 2 Mar 2012 03:52:06 +0000 (03:52 +0000)]
MFH: Fixed bug #61087 (Memory leak in parse_ini_file when specifying invalid scanner mode)
Philip Olson [Fri, 2 Mar 2012 03:51:26 +0000 (03:51 +0000)]
Fixed ldap typos
Rasmus Lerdorf [Fri, 2 Mar 2012 03:43:07 +0000 (03:43 +0000)]
And fix the test cases as well
Xinchen Hui [Fri, 2 Mar 2012 03:40:40 +0000 (03:40 +0000)]
MFH: Fixed bug #61058 (array_fill leaks if start index is PHP_INT_MAX)
Rasmus Lerdorf [Fri, 2 Mar 2012 03:40:08 +0000 (03:40 +0000)]
Actually, this was a merge from trunk, and Gustavo did it originally.
Adam Harvey [Fri, 2 Mar 2012 03:39:04 +0000 (03:39 +0000)]
MFH: Fix bug #60801 (strpbrk() mishandles NUL byte). (Trunk commit: r322934).
Rasmus Lerdorf [Fri, 2 Mar 2012 03:38:04 +0000 (03:38 +0000)]
CLI Server was sending "Connection: closed" instead of "Connection: close"
Xinchen Hui [Fri, 2 Mar 2012 03:36:30 +0000 (03:36 +0000)]
MFH: Fixed bug #60968 (Late static binding doesn't work with ReflectionMethod::invokeArgs())
Xinchen Hui [Fri, 2 Mar 2012 03:32:12 +0000 (03:32 +0000)]
MFH: Fixed bug #60573 (type hinting with "self" keyword causes weird errors)
Xinchen Hui [Fri, 2 Mar 2012 03:25:41 +0000 (03:25 +0000)]
MFH: Fixed bug #60978 (exit code incorrect)
Xinchen Hui [Fri, 2 Mar 2012 03:18:04 +0000 (03:18 +0000)]
MFH: Fixed bug #61000 (Exceeding max nesting level doesn't delete numerical vars)
Xinchen Hui [Fri, 2 Mar 2012 03:12:15 +0000 (03:12 +0000)]
MFH: Fixed bug #61011 (Crash when an exception is thrown by __autoload accessing a static property)
Xinchen Hui [Fri, 2 Mar 2012 02:56:08 +0000 (02:56 +0000)]
MFH: Fixed bug #61072 (Memory leak when restoring an exception handler).
Xinchen Hui [Fri, 2 Mar 2012 02:51:57 +0000 (02:51 +0000)]
MFH: Fix bug #61165 (Segfault - strip_tags())
Pierrick Charron [Fri, 2 Mar 2012 02:36:31 +0000 (02:36 +0000)]
Fixed bug #61225 (Lexing 0b0*+<NUM> incorectly)
Philip Olson [Fri, 2 Mar 2012 02:02:36 +0000 (02:02 +0000)]
magic quotes directives belong in the E_CORE_ERROR group, and not the E_DEPRECATED group
Christopher Jones [Fri, 2 Mar 2012 01:41:05 +0000 (01:41 +0000)]
Mention file upload progress support: http://php.net/manual/en/session.upload-progress.php
Philip Olson [Fri, 2 Mar 2012 01:09:12 +0000 (01:09 +0000)]
Removed class constants (these were added in 5.3.7), and added the new Zlib functions
Christopher Jones [Fri, 2 Mar 2012 00:07:41 +0000 (00:07 +0000)]
Fixed bug #61172 (Add Apache 2.4 support)
Rasmus Lerdorf [Thu, 1 Mar 2012 22:49:03 +0000 (22:49 +0000)]
Merge: make max_file_uploads PHP_INI_SYSTEM|PHP_INI_PERDIR
Rasmus Lerdorf [Thu, 1 Mar 2012 22:34:23 +0000 (22:34 +0000)]
Merge fix for bug 61193
Christopher Jones [Thu, 1 Mar 2012 21:08:56 +0000 (21:08 +0000)]
Sync sqlite -> PECL terminology with release announcement's
Christopher Jones [Thu, 1 Mar 2012 20:42:12 +0000 (20:42 +0000)]
Reorganized to remove duplication. Cross checked a few php.ini settings.
Area owners need to do a thorough review of this file.
Christopher Jones [Thu, 1 Mar 2012 18:27:47 +0000 (18:27 +0000)]
Some basic tidy up and whitespace fixes.
The file still needs section disambiguation to remove duplicate
entries.
Christopher Jones [Thu, 1 Mar 2012 17:59:59 +0000 (17:59 +0000)]
Tidy up PHP 5.4.0 section, incuding removing most (?) bugs in new
features found/fixed during RC phase, and removing 5.4 section entries
for bugs already publicly released in PHP <= 5.3.10.
There are still many things in UPGRADING not mentioned here.
Pierrick Charron [Thu, 1 Mar 2012 15:10:29 +0000 (15:10 +0000)]
Fixed memory leak in substr_replace
Derick Rethans [Thu, 1 Mar 2012 15:09:49 +0000 (15:09 +0000)]
- Updated to version 2012.1 (2012a)
Stanislav Malyshev [Wed, 29 Feb 2012 07:24:27 +0000 (07:24 +0000)]
back to dev