]>
granicus.if.org Git - php/log
Ben Ramsey [Wed, 20 Mar 2013 01:44:19 +0000 (20:44 -0500)]
array_column: Fix compile-time warnings
Ben Ramsey [Mon, 14 Jan 2013 16:04:14 +0000 (10:04 -0600)]
array_column: Removed array_pluck() alias
Ben Ramsey [Fri, 11 Jan 2013 23:09:34 +0000 (17:09 -0600)]
array_column: Set array_pluck as an alias for array_column
Ben Ramsey [Fri, 11 Jan 2013 22:57:11 +0000 (16:57 -0600)]
array_column: Implement ability to specify an index column
Ben Ramsey [Thu, 21 Jun 2012 17:47:54 +0000 (12:47 -0500)]
Cleaning up a memory leak.
Ben Ramsey [Mon, 16 Apr 2012 02:40:45 +0000 (21:40 -0500)]
array_column: Adding test for IS_OBJECT and converting object to string
Ben Ramsey [Sat, 14 Apr 2012 16:36:58 +0000 (11:36 -0500)]
array_column: Using add_next_index_zval() at nikic's recommendation.
Ben Ramsey [Sat, 14 Apr 2012 16:19:55 +0000 (11:19 -0500)]
array_column: Improved tests
Ben Ramsey [Sat, 14 Apr 2012 13:23:51 +0000 (08:23 -0500)]
array_column: Cleaning up, as recommended in pull request #56 comments
Ben Ramsey [Sat, 14 Apr 2012 07:39:46 +0000 (02:39 -0500)]
Fixing typo in test for array_column()
Ben Ramsey [Sat, 14 Apr 2012 07:39:25 +0000 (02:39 -0500)]
Simplify the code and use zend_hash_next_index_insert()
Ben Ramsey [Sat, 14 Apr 2012 04:57:12 +0000 (23:57 -0500)]
Adding test for columns not present in all rows for array_column().
Ben Ramsey [Sat, 14 Apr 2012 04:43:04 +0000 (23:43 -0500)]
Adding tests for the negative results of array_column()
Ben Ramsey [Sat, 14 Apr 2012 04:17:56 +0000 (23:17 -0500)]
Implement new array function array_column()
array_column() returns the values of the specified column from a
multi-dimensional array.
Dmitry Stogov [Thu, 10 Jan 2013 14:53:10 +0000 (18:53 +0400)]
Fixed uninitialized zval.type (Yoram)
Remi Collet [Thu, 10 Jan 2013 10:14:38 +0000 (11:14 +0100)]
Fix test after fix for bug #63943 (Bad warning text from strpos() on empty needle)
See commit
c05ee74e7ff28b49018bf3e8f452bfd5386d1b68
Andrey Hristov [Wed, 9 Jan 2013 17:27:06 +0000 (18:27 +0100)]
Use during connect the flags set with set_client_option()
Dmitry Stogov [Wed, 9 Jan 2013 13:16:47 +0000 (17:16 +0400)]
Fixed compilator bug that might cause jump depended on unitialized value
Xinchen Hui [Wed, 9 Jan 2013 02:53:20 +0000 (10:53 +0800)]
Fixed bug #63943 (Bad warning text from strpos() on empty needle)
Derick Rethans [Sun, 6 Jan 2013 15:08:26 +0000 (15:08 +0000)]
Update news with new bug fix.
Derick Rethans [Sun, 6 Jan 2013 13:38:22 +0000 (13:38 +0000)]
Fixed bug #55397: Comparsion of incomplete DateTime causes SIGSEGV.
Xinchen Hui [Sun, 6 Jan 2013 02:19:09 +0000 (10:19 +0800)]
bump year
Xinchen Hui [Fri, 4 Jan 2013 03:02:21 +0000 (11:02 +0800)]
Fixed bug #63899 (Use after scope error in zend_compile)
Johannes Schlüter [Thu, 3 Jan 2013 21:56:46 +0000 (22:56 +0100)]
This will be PHP 5.3.22
Xinchen Hui [Tue, 1 Jan 2013 08:23:31 +0000 (16:23 +0800)]
Happy New Year
Xinchen Hui [Tue, 1 Jan 2013 08:02:16 +0000 (16:02 +0800)]
Happy New Year~
Pierrick Charron [Wed, 26 Dec 2012 15:13:56 +0000 (10:13 -0500)]
Revert "Remove a useless memory write in zend_llist_del_element"
This reverts commit
fad960a4045da86cdbd8308a165ffc47892f05b9 as
required by Stas and Christopher
Pierrick Charron [Wed, 26 Dec 2012 01:45:24 +0000 (20:45 -0500)]
Remove a useless memory write in zend_llist_del_element
The zend_llist_element *next pointer is not necessary and removing
it will also remove a write on memory
Pierrick Charron [Sun, 23 Dec 2012 00:03:24 +0000 (19:03 -0500)]
Fixed segfault due to libcurl connection caching
Libcurl is doing connection caching. When easy handle is cleaned up,
if the handle was previously used by the curl_multi_api, the connection
remains open un the curl multi handle is cleaned up. Some protocols are
sending content like the FTP one, and libcurl try to use the
WRITEFUNCTION or the HEADERFUNCTION. Since structures used in those
callback are freed, we need to use an other callback to which avoid
segfaults.
Libcurl commit
d021f2e8a00 fix this issue and should be part of 7.28.2
Pierrick Charron [Sat, 22 Dec 2012 00:19:25 +0000 (19:19 -0500)]
Update NEWS file
Pierrick Charron [Sat, 22 Dec 2012 00:12:43 +0000 (19:12 -0500)]
Fixed bug #63352 (Can't enable hostname validation when using curl stream wrappers)
Pierrick Charron [Sat, 22 Dec 2012 00:10:55 +0000 (19:10 -0500)]
CURL >= 7.28.0 no longer support value 1 for CURLOPT_SSL_VERIFYHOST)
Fixed bug #63795
Pierrick Charron [Fri, 21 Dec 2012 17:19:54 +0000 (12:19 -0500)]
Fix test to work on every libcurl version
Felipe Pena [Fri, 21 Dec 2012 00:35:05 +0000 (22:35 -0200)]
- Fixed typo on "SKIPIF" (causing make test to abort on some systems)
Pierrick Charron [Thu, 20 Dec 2012 00:40:29 +0000 (19:40 -0500)]
Fixed bug #55438 (Curlwapper is not sending http header randomly)
Since curl multi is used, it sometime happen that the resource is freed before
the curl multi really execute the query. The patch will store the headers
slist in the curlstream handle and free it only when the stream will be closed
Johannes Schlüter [Wed, 19 Dec 2012 15:15:39 +0000 (16:15 +0100)]
Update release date
Xinchen Hui [Mon, 17 Dec 2012 06:29:13 +0000 (14:29 +0800)]
dos2unix & skip on connect fail
Xinchen Hui [Mon, 17 Dec 2012 04:56:55 +0000 (12:56 +0800)]
Fix failed test
Rasmus Lerdorf [Fri, 14 Dec 2012 00:54:16 +0000 (16:54 -0800)]
Need connect.inc here
Rasmus Lerdorf [Fri, 14 Dec 2012 00:41:56 +0000 (16:41 -0800)]
Fix broken test
Need to use the configured connection parameters here. We can't assume
the test user has access.
Rasmus Lerdorf [Fri, 14 Dec 2012 00:13:37 +0000 (16:13 -0800)]
Fix broken test
This was missing a %s for the path here
Johannes Schlüter [Thu, 13 Dec 2012 21:39:35 +0000 (22:39 +0100)]
Fix Bug #63762 Sigsegv when Exception::$trace is changed by user
Xinchen Hui [Thu, 13 Dec 2012 02:44:14 +0000 (10:44 +0800)]
MFH
Johannes Schlüter [Mon, 10 Dec 2012 12:35:27 +0000 (13:35 +0100)]
Merge branch 'PHP-5.3' of git.php.net:/php-src into PHP-5.3
Johannes Schlüter [Mon, 10 Dec 2012 12:32:08 +0000 (13:32 +0100)]
Fix typo
Xinchen Hui [Mon, 10 Dec 2012 12:28:27 +0000 (20:28 +0800)]
Fixed bug #63726 (Memleak with static properties and internal/user classes)
Xinchen Hui [Mon, 10 Dec 2012 10:47:21 +0000 (18:47 +0800)]
skip 32-bit OS
Xinchen Hui [Mon, 10 Dec 2012 10:28:26 +0000 (18:28 +0800)]
Merge branch 'PHP-5.3' of git.php.net:php-src into PHP-5.3
Xinchen Hui [Mon, 10 Dec 2012 10:28:01 +0000 (18:28 +0800)]
Need more that 2G memory
Johannes Schlüter [Wed, 5 Dec 2012 17:55:05 +0000 (18:55 +0100)]
this will become PHP 5.3.21
Anatoliy Belsky [Wed, 5 Dec 2012 08:55:49 +0000 (09:55 +0100)]
Two tests deactivated until #63688 was fixed
Remi Collet [Sat, 1 Dec 2012 09:25:37 +0000 (10:25 +0100)]
NEWS
Remi Collet [Sat, 1 Dec 2012 09:20:39 +0000 (10:20 +0100)]
Fixed Bug #63435 Datetime::format('u') sometimes wrong by 1 microsecond
When storing '015700' microseconds in a Datetime object,
Datetime::format('u') returns '015699'
Already known per bug45554 reproducer (also fixed).
Xinchen Hui [Fri, 30 Nov 2012 06:48:51 +0000 (14:48 +0800)]
Fixed bug #63377 (Segfault on output buffer)
Xinchen Hui [Fri, 30 Nov 2012 06:32:15 +0000 (14:32 +0800)]
Format
Xinchen Hui [Fri, 30 Nov 2012 06:28:32 +0000 (14:28 +0800)]
Fixed bug #63398 (Segfault when polling closed link)
Dmitry Stogov [Thu, 29 Nov 2012 12:31:08 +0000 (16:31 +0400)]
Fixed bug #63271 (SOAP wsdl cache is not enabled after initial requests)
Dmitry Stogov [Thu, 29 Nov 2012 08:25:20 +0000 (12:25 +0400)]
Fixed bug #63635 (Segfault in gc_collect_cycles)
Remi Collet [Wed, 28 Nov 2012 09:35:04 +0000 (10:35 +0100)]
Fixed Bug #63581 Possible buffer overflow
In fpm-log, possible buffer overflow. Check for length is done at
the beginning of the loop, so is not done when overflow occurs
on the last loop (len = 1024 or 1025). (ack from fat).
This issue where found from by static code analysis tool and, so,
I can't provide any reproducer.
Remi Collet [Wed, 28 Nov 2012 09:28:18 +0000 (10:28 +0100)]
Fixed Bug #63581 Possible null dereference
Possible NULL dereference when trying to delete the single item
of a list (ack from fat).
This issues where found from by static code analysis tool and,
so, I can't provide any reproducer.
Remi Collet [Wed, 28 Nov 2012 09:24:32 +0000 (10:24 +0100)]
Merge branch 'PHP-5.3' of git.php.net:php-src into PHP-5.3
* 'PHP-5.3' of git.php.net:php-src:
Fixed bug #63590 Fileinfo delivers ifferent results in TS and NTS under Windows
This test isn't supposed to pass on windows
Fixed Bug #63614 (Fatal error on Reflection)
Anatoliy Belsky [Tue, 27 Nov 2012 15:33:58 +0000 (16:33 +0100)]
Fixed bug #63590 Fileinfo delivers ifferent results in TS and NTS under Windows
Anatoliy Belsky [Tue, 27 Nov 2012 15:02:55 +0000 (16:02 +0100)]
This test isn't supposed to pass on windows
Xinchen Hui [Tue, 27 Nov 2012 05:34:36 +0000 (13:34 +0800)]
Fixed Bug #63614 (Fatal error on Reflection)
Remi Collet [Sat, 24 Nov 2012 16:30:48 +0000 (17:30 +0100)]
add unit test for bug 63126
Remi Collet [Sat, 24 Nov 2012 14:23:25 +0000 (15:23 +0100)]
NEWS
Remi Collet [Sat, 24 Nov 2012 14:00:03 +0000 (15:00 +0100)]
Fixed Bug #63126 DISABLE_AUTHENTICATOR ignores array
Anatoliy Belsky [Fri, 23 Nov 2012 12:58:22 +0000 (13:58 +0100)]
Backported the fix for bug #63248 from 5.4+
Anatoliy Belsky [Thu, 22 Nov 2012 18:01:09 +0000 (19:01 +0100)]
Fixed test for bug #63297
Johannes Schlüter [Wed, 21 Nov 2012 20:09:25 +0000 (21:09 +0100)]
PHP 5.3.19
Dmitry Stogov [Tue, 20 Nov 2012 08:51:55 +0000 (12:51 +0400)]
Fixed bug #63468 (wrong called method as callback with inheritance)
Christopher Jones [Sun, 18 Nov 2012 22:20:49 +0000 (14:20 -0800)]
Merge branch 'PHP-5.3' of https://git.php.net/repository/php-src into PHP-5.3
* 'PHP-5.3' of https://git.php.net/repository/php-src:
Regenerate Zend ini scanner
Fixed bug #63512 parse_ini_file() with INI_SCANNER_RAW removes quotes from value
Pierrick Charron [Fri, 16 Nov 2012 23:16:21 +0000 (18:16 -0500)]
Regenerate Zend ini scanner
Regenerate both zend_ini_scanner.c and zend_ini_scanner_defs.h
Pierrick Charron [Fri, 16 Nov 2012 23:04:14 +0000 (18:04 -0500)]
Fixed bug #63512 parse_ini_file() with INI_SCANNER_RAW removes quotes from value
Restore the old behavior but keep bug 51094 fixed
Christopher Jones [Fri, 16 Nov 2012 03:29:44 +0000 (19:29 -0800)]
Merge branch 'PHP-5.3' of https://git.php.net/repository/php-src into PHP-5.3
* 'PHP-5.3' of https://git.php.net/repository/php-src:
Skip test if directory does not exist
Updated NEWS
Johannes Schlüter [Thu, 15 Nov 2012 11:28:19 +0000 (12:28 +0100)]
Skip test if directory does not exist
Would be good to run this using a directory which is existing
everywhere.
Anatoliy Belsky [Wed, 14 Nov 2012 09:02:35 +0000 (10:02 +0100)]
Updated NEWS
Pierre Joye [Tue, 13 Nov 2012 18:34:00 +0000 (19:34 +0100)]
Enabled apache 2.4 handler build option
Derick Rethans [Tue, 13 Nov 2012 10:15:34 +0000 (10:15 +0000)]
- Updated to version 2012.10 (2012j)
Derick Rethans [Tue, 13 Nov 2012 10:10:41 +0000 (10:10 +0000)]
Merge branch 'PHP-5.3' of git.php.net:/php-src into PHP-5.3
Antony Dovgal [Sun, 11 Nov 2012 18:37:04 +0000 (22:37 +0400)]
fix invalid read when trimming empty string
Felipe Pena [Fri, 9 Nov 2012 23:28:30 +0000 (21:28 -0200)]
- BFN
Felipe Pena [Fri, 9 Nov 2012 23:22:27 +0000 (21:22 -0200)]
- Fixed bug #63451 (config.guess file does not have AIX 7 defined, shared objects are not created)
Johannes Schlüter [Wed, 7 Nov 2012 23:01:43 +0000 (00:01 +0100)]
This will be PHP 5.3.20
Xinchen Hui [Wed, 7 Nov 2012 09:05:24 +0000 (17:05 +0800)]
Fixed bug #63447 (max_input_vars doesn't filter variables when mbstring.encoding_translation = On)
Rasmus Lerdorf [Tue, 6 Nov 2012 05:06:18 +0000 (21:06 -0800)]
News entry for png memleak fix
Rasmus Lerdorf [Tue, 6 Nov 2012 04:58:04 +0000 (20:58 -0800)]
Merge branch 'PHP-5.3' of git.php.net:php-src into PHP-5.3
Rasmus Lerdorf [Tue, 6 Nov 2012 04:56:19 +0000 (20:56 -0800)]
These need to be volatile in order to prevent leaking after the
longjmp in the error handler
Derick Rethans [Sun, 4 Nov 2012 16:23:58 +0000 (16:23 +0000)]
- Updated to version 2012.9 (2012i)
Xinchen Hui [Fri, 2 Nov 2012 10:52:12 +0000 (18:52 +0800)]
Fixed bug #62444 (Handle leak in is_readable on windows).
Anatoliy Belsky [Wed, 31 Oct 2012 21:41:03 +0000 (22:41 +0100)]
Fixed bug #63241 PHP fails to open Windows deduplicated files.
Fix by (daniel dot stelter-gliese at innogames dot de).
No test is supplied because the issue addresses
the new feature of the Windows Server 2012 and
would need a very specific filesystem setup.
Andrey Hristov [Wed, 31 Oct 2012 17:26:09 +0000 (18:26 +0100)]
read 1 instead of 2 bytes. The next 2 bytes are 2 and thus not a problem
David Soria Parra [Tue, 30 Oct 2012 14:26:39 +0000 (15:26 +0100)]
NEWS for bug #62593
Will Fitch [Wed, 26 Sep 2012 16:00:17 +0000 (12:00 -0400)]
Bug #62593 Updated to account for INOUT parameters
Will Fitch [Tue, 25 Sep 2012 19:22:24 +0000 (15:22 -0400)]
Bug #62593 Updated test to verify bindParam doesn't change original value
Will Fitch [Tue, 25 Sep 2012 19:18:12 +0000 (15:18 -0400)]
Bug #62593 Updated to always treat zval by value
Will Fitch [Mon, 24 Sep 2012 17:31:20 +0000 (13:31 -0400)]
Bug #62593 Added test for change
Will Fitch [Thu, 20 Sep 2012 16:32:53 +0000 (12:32 -0400)]
Bug #62593 Updated pdo_pgsql driver to convert boolean values to pg native format in emulation mode
Xinchen Hui [Tue, 30 Oct 2012 03:08:14 +0000 (11:08 +0800)]
Fixed bug #63389 (Missing context check on libxml_set_streams_context() causes memleak)
Simply change the expect parameter type, the valid of the resource will
be checked in using time.
Derick Rethans [Sat, 27 Oct 2012 14:19:54 +0000 (15:19 +0100)]
- Updated to version 2012.8 (2012h)