]>
granicus.if.org Git - php/log
Dmitry Stogov [Wed, 13 May 2015 15:54:41 +0000 (18:54 +0300)]
Merged fastcgi.* reated changes from sapi/cgi
Dmitry Stogov [Wed, 13 May 2015 15:53:58 +0000 (18:53 +0300)]
Fixed build
Julien Pauli [Wed, 13 May 2015 13:43:03 +0000 (15:43 +0200)]
Updated NEWS
Antony Dovgal [Thu, 22 Jan 2015 14:56:41 +0000 (17:56 +0300)]
fix tests
Antony Dovgal [Fri, 19 Dec 2014 11:57:41 +0000 (14:57 +0300)]
merge similar if conditions
Antony Dovgal [Thu, 11 Dec 2014 14:01:55 +0000 (17:01 +0300)]
add rusage support to wait() and waitpid()
patch by Anton Stepanenko
Ferenc Kovacs [Wed, 13 May 2015 13:30:01 +0000 (15:30 +0200)]
Merge branch 'PHP-5.6'
* PHP-5.6:
fix release dates for 5.6.9/5.6.10. spotted by @Jan-E on github
Ferenc Kovacs [Wed, 13 May 2015 13:29:08 +0000 (15:29 +0200)]
fix release dates for 5.6.9/5.6.10. spotted by @Jan-E on github
Anatol Belski [Wed, 13 May 2015 13:19:48 +0000 (15:19 +0200)]
extend libxml exports
Anatol Belski [Wed, 13 May 2015 11:28:58 +0000 (13:28 +0200)]
fix libxml2 headers lookup
Julien Pauli [Wed, 13 May 2015 12:30:11 +0000 (14:30 +0200)]
Merge branch 'PHP-5.6'
* PHP-5.6:
Updated NEWS
Updated NEWS
Julien Pauli [Wed, 13 May 2015 12:29:53 +0000 (14:29 +0200)]
Updated NEWS
Julien Pauli [Wed, 13 May 2015 12:29:29 +0000 (14:29 +0200)]
Merge branch 'PHP-5.5' into PHP-5.6
* PHP-5.5:
Updated NEWS
Julien Pauli [Wed, 13 May 2015 12:29:02 +0000 (14:29 +0200)]
Updated NEWS
Julien Pauli [Wed, 13 May 2015 12:21:19 +0000 (14:21 +0200)]
Merge branch 'PHP-5.6'
* PHP-5.6:
Close fd at the end, otherwise people complain
Add file descriptor caching to mcrypt_create_iv()
Conflicts:
ext/mcrypt/mcrypt.c
Julien Pauli [Wed, 13 May 2015 12:19:04 +0000 (14:19 +0200)]
Merge branch 'PHP-5.5' into PHP-5.6
* PHP-5.5:
Close fd at the end, otherwise people complain
Add file descriptor caching to mcrypt_create_iv()
Leigh [Fri, 27 Mar 2015 19:14:33 +0000 (20:14 +0100)]
Close fd at the end, otherwise people complain
Even though it's closed when the process terminates!
Leigh [Fri, 27 Mar 2015 13:33:30 +0000 (14:33 +0100)]
Add file descriptor caching to mcrypt_create_iv()
This improves performance for applications that make repeated calls to
mcrypt_create_iv()
Julien Pauli [Wed, 13 May 2015 11:06:19 +0000 (13:06 +0200)]
Merge branch 'PHP-5.6'
* PHP-5.6:
Updated NEWS
Julien Pauli [Wed, 13 May 2015 11:06:08 +0000 (13:06 +0200)]
Merge branch 'PHP-5.5' into PHP-5.6
* PHP-5.5:
Updated NEWS
Julien Pauli [Wed, 13 May 2015 11:05:46 +0000 (13:05 +0200)]
Updated NEWS
Dmitry Stogov [Wed, 13 May 2015 09:55:42 +0000 (12:55 +0300)]
Merged FE_FETCH_R[W] with the following ASSIGN[_REF] when assigne to CV.
Anatol Belski [Wed, 13 May 2015 09:08:15 +0000 (11:08 +0200)]
ups, it should have used Zend MM
Dmitry Stogov [Wed, 13 May 2015 07:10:14 +0000 (10:10 +0300)]
Merge branch 'master' of git.php.net:php-src
* 'master' of git.php.net:php-src:
fix build, catch up with linux part for #66048
Dmitry Stogov [Wed, 13 May 2015 07:09:06 +0000 (10:09 +0300)]
Removed deprecated conditions
Anatol Belski [Wed, 13 May 2015 07:05:58 +0000 (09:05 +0200)]
fix build, catch up with linux part for #66048
Dmitry Stogov [Wed, 13 May 2015 06:43:05 +0000 (09:43 +0300)]
Stanislav Malyshev [Tue, 12 May 2015 21:31:52 +0000 (14:31 -0700)]
Merge branch 'PHP-5.6'
* PHP-5.6:
fix format
update NEWS
Add test for bug #69522
Update tests
Fix bug #69522 - do not allow int overflow
Forgot test file
Fix bug #69403 and other int overflows
Fixed bug #69418 - more s->p fixes for filenames
Fixed bug #69364 - use smart_str to assemble strings
Fix bug #69453 - don't try to cut empty string
Fix bug #69545 - avoid overflow when reading list
Conflicts:
Zend/zend_alloc.c
Zend/zend_operators.c
ext/ftp/ftp.c
ext/pcntl/pcntl.c
ext/standard/basic_functions.c
ext/standard/dir.c
ext/standard/file.c
ext/standard/pack.c
ext/standard/string.c
main/rfc1867.c
Stanislav Malyshev [Tue, 12 May 2015 21:26:06 +0000 (14:26 -0700)]
Merge branch 'PHP-5.5' into PHP-5.6
* PHP-5.5:
fix format
update NEWS
Add test for bug #69522
Update tests
Fix bug #69522 - do not allow int overflow
Forgot test file
Fix bug #69403 and other int overflows
Fixed bug #69418 - more s->p fixes for filenames
Fixed bug #69364 - use smart_str to assemble strings
Fix bug #69453 - don't try to cut empty string
Fix bug #69545 - avoid overflow when reading list
Conflicts:
ext/standard/pack.c
Stanislav Malyshev [Tue, 12 May 2015 21:24:15 +0000 (14:24 -0700)]
Merge branch 'PHP-5.4' into PHP-5.5
* PHP-5.4:
fix format
update NEWS
Add test for bug #69522
Update tests
Fix bug #69522 - do not allow int overflow
Forgot test file
Fix bug #69403 and other int overflows
Fixed bug #69418 - more s->p fixes for filenames
Fixed bug #69364 - use smart_str to assemble strings
Fix bug #69453 - don't try to cut empty string
Fix bug #69545 - avoid overflow when reading list
Conflicts:
ext/pcntl/pcntl.c
ext/standard/basic_functions.c
ext/standard/pack.c
ext/standard/tests/dir/opendir_variation1-win32.phpt
Stanislav Malyshev [Tue, 12 May 2015 19:37:28 +0000 (12:37 -0700)]
fix format
Stanislav Malyshev [Tue, 12 May 2015 19:17:54 +0000 (12:17 -0700)]
update NEWS
Julien Pauli [Tue, 12 May 2015 14:15:10 +0000 (16:15 +0200)]
fix #66048 for PHP7
* fix-66048:
Fix for #66048
Julien Pauli [Wed, 29 Apr 2015 12:35:35 +0000 (14:35 +0200)]
Fix for #66048
Julien Pauli [Tue, 12 May 2015 14:14:07 +0000 (16:14 +0200)]
Merge branch 'PHP-5.6'
* PHP-5.6:
Updated NEWS
Fix for #66048
Julien Pauli [Tue, 12 May 2015 14:13:39 +0000 (16:13 +0200)]
Updated NEWS
Julien Pauli [Tue, 12 May 2015 14:12:51 +0000 (16:12 +0200)]
Merge branch 'PHP-5.5' into PHP-5.6
* PHP-5.5:
Fix for #66048
Julien Pauli [Tue, 12 May 2015 14:12:29 +0000 (16:12 +0200)]
Fix for #66048
Nikita Popov [Tue, 12 May 2015 13:09:25 +0000 (15:09 +0200)]
Merge branch 'PHP-5.6'
Conflicts:
Zend/zend_vm_def.h
Zend/zend_vm_execute.h
Nikita Popov [Tue, 12 May 2015 13:08:12 +0000 (15:08 +0200)]
Fix bug #69599
Dmitry Stogov [Tue, 12 May 2015 12:56:42 +0000 (15:56 +0300)]
Mark first call frames of stack segment with ZEND_CALL_ALLOCATED flag to simplify checks on stack deallocation.
Julien Pauli [Tue, 12 May 2015 12:34:14 +0000 (14:34 +0200)]
Updated NEWS
Christoph M. Becker [Fri, 1 May 2015 17:25:31 +0000 (19:25 +0200)]
return FALSE instead of NULL from ZipArchive::getStream when php_stream_zip_open() fails (fixes #67161)
Adil Ilhan [Wed, 1 Apr 2015 07:39:53 +0000 (10:39 +0300)]
HTTP 506 status code added.
HTTP 506 status code added in main http status codes file. Reference: RFC 2295
Matthias Breddin [Sat, 9 May 2015 11:42:15 +0000 (13:42 +0200)]
Update www.conf.in
Matthias Breddin [Fri, 1 May 2015 23:05:39 +0000 (01:05 +0200)]
Detailed information about the strftime access.log format
More descriptive usage of a custom timeformat
Julien Pauli [Tue, 12 May 2015 11:36:13 +0000 (13:36 +0200)]
Updated NEWS
Aaron Piotrowski [Fri, 8 May 2015 05:28:54 +0000 (00:28 -0500)]
Add support for $callable() sytnax with 'Class::method'
Using the $callable() syntax when used with a string of
the form 'Class::method' would error as an undefined
function, even if the string passed is_callable() or the
callable type-hint. The fix adds support for the $callable()
syntax for any string accepted by is_callable() or the
callable type-hint.
Fix bug 68475 test with deprecated notice
Reduced scope of unit test.
Added tests with arguments.
Julien Pauli [Tue, 12 May 2015 11:29:23 +0000 (13:29 +0200)]
Reworked NEWS for PHP 7
Dmitry Stogov [Tue, 12 May 2015 10:45:52 +0000 (13:45 +0300)]
Fixed string handling (string cached in SHM marked as permanent, strings stored in CG(arena) as not)
Fixed anonymous class support
Xinchen Hui [Tue, 12 May 2015 09:42:23 +0000 (17:42 +0800)]
Merge branch 'phpize-zts-display' of https://github.com/monque/php-src
Yuchen Wang [Tue, 12 May 2015 09:32:01 +0000 (17:32 +0800)]
Fix wrong display in ZTS checking
Julien Pauli [Tue, 12 May 2015 09:29:47 +0000 (11:29 +0200)]
Updated NEWS
Mats Lindh [Thu, 16 Apr 2015 12:06:43 +0000 (14:06 +0200)]
Add comment about SEARCH HTTP Verb being possible as well
Mats Lindh [Thu, 16 Apr 2015 11:40:48 +0000 (13:40 +0200)]
Add test for the SEARCH HTTP verb in the CLI HTTP server.
Mats Lindh [Thu, 16 Apr 2015 11:36:01 +0000 (13:36 +0200)]
Add "SEARCH" as supported HTTP verb.
The "SEARCH" HTTP request method is described in RFC5323 as part of
WebDAV, and allows a client to initiate a server side search.
Julien Pauli [Tue, 12 May 2015 09:20:12 +0000 (11:20 +0200)]
Updated UPGRADING
Julien Pauli [Tue, 12 May 2015 09:18:35 +0000 (11:18 +0200)]
Fixed tests
Stanislav Malyshev [Tue, 28 Apr 2015 04:43:43 +0000 (21:43 -0700)]
Ban rebinding closures to different internal classes
Julien Pauli [Tue, 12 May 2015 08:47:02 +0000 (10:47 +0200)]
Updated UPGRADING
Christoph M. Becker [Fri, 1 May 2015 22:10:28 +0000 (00:10 +0200)]
prohibit empty cookie names for setcookie()
Xinchen Hui [Tue, 12 May 2015 08:38:40 +0000 (16:38 +0800)]
Merge branch 'fpm-trace' of https://github.com/laruence/php-src
Xinchen Hui [Tue, 12 May 2015 08:35:57 +0000 (16:35 +0800)]
Use explicit type here
Andreas Heigl [Tue, 5 May 2015 19:30:29 +0000 (21:30 +0200)]
Implements extended error messages
This commit introduces a new constant that can be used to retrieve more
detailed error messages.
This fixes #47222
The new constant LDAP_OPT_DIAGNOSTIC_MESSAGE is defined in PHP when the
underlying library provides (and understands) it. This is the case in
the current OpenLDAP-implementation.
Tanks to Johnny Willer who provided the solution at http://stackoverflow.com/questions/
28765077 /get-number-of-ad-errors-with-ldap-and-php-ldap-function-return-unprecise-error/
28816473 #
28816473
Loïck Piera [Thu, 7 May 2015 14:59:08 +0000 (16:59 +0200)]
Fix typo in INSTALL
Josef Šimánek [Sun, 12 Apr 2015 20:35:57 +0000 (22:35 +0200)]
Remove MSIE 5-specific Cache-Control fields.
reverts
04daa55
Stanislav Malyshev [Mon, 11 May 2015 08:10:35 +0000 (01:10 -0700)]
Add test for bug #69522
Stanislav Malyshev [Mon, 11 May 2015 06:33:44 +0000 (23:33 -0700)]
Update tests
Stanislav Malyshev [Mon, 11 May 2015 06:06:08 +0000 (23:06 -0700)]
Fix bug #69522 - do not allow int overflow
Xinchen Hui [Mon, 11 May 2015 03:22:38 +0000 (11:22 +0800)]
Implemented fpm_trace for PHP7
Anatol Belski [Sun, 10 May 2015 19:56:41 +0000 (21:56 +0200)]
catch more places for libxml headers search
Anatol Belski [Sun, 10 May 2015 19:28:20 +0000 (21:28 +0200)]
improve searchability for libxml2 headers
and bring the configs inline with the current libxml2 build
Anatol Belski [Sun, 10 May 2015 19:27:20 +0000 (21:27 +0200)]
fix snprintf redefinition in libxmlrpc under vc14
Anatol Belski [Sun, 10 May 2015 19:16:56 +0000 (21:16 +0200)]
fix timezone usage in soap for vc14
Jakub Zelenka [Sun, 10 May 2015 17:08:16 +0000 (18:08 +0100)]
Tidy up and regenerate json parser with latest bison version
Anatol Belski [Sat, 9 May 2015 20:57:56 +0000 (22:57 +0200)]
fix _timezone usage for vc14
Lauri Kenttä [Sun, 10 May 2015 10:40:29 +0000 (13:40 +0300)]
random_int: Fix power of two check.
(x & ~x) is always 0.
((x & (~x + 1)) != x) works.
((x & (x - 1)) != 0) works too.
Stanislav Malyshev [Sun, 10 May 2015 09:24:29 +0000 (02:24 -0700)]
Forgot test file
Stanislav Malyshev [Sun, 10 May 2015 09:20:08 +0000 (02:20 -0700)]
Fix bug #69403 and other int overflows
Stanislav Malyshev [Sun, 10 May 2015 06:13:06 +0000 (23:13 -0700)]
Fixed bug #69418 - more s->p fixes for filenames
Stanislav Malyshev [Sun, 10 May 2015 06:04:25 +0000 (23:04 -0700)]
Fixed bug #69364 - use smart_str to assemble strings
Stanislav Malyshev [Sun, 10 May 2015 02:00:40 +0000 (19:00 -0700)]
Merge branch 'PHP-5.6'
* PHP-5.6:
Fix #48147 - implement manual handling of //IGNORE for broken libc
Conflicts:
ext/iconv/iconv.c
Stanislav Malyshev [Sun, 10 May 2015 01:59:10 +0000 (18:59 -0700)]
Merge branch 'fix48147'
* fix48147:
Fix #48147 - implement manual handling of //IGNORE for broken libc
Stanislav Malyshev [Sun, 10 May 2015 01:56:25 +0000 (18:56 -0700)]
Merge branch 'PHP-5.5' into PHP-5.6
* PHP-5.5:
Fix #48147 - implement manual handling of //IGNORE for broken libc
Stanislav Malyshev [Fri, 8 May 2015 07:03:54 +0000 (00:03 -0700)]
Fix #48147 - implement manual handling of //IGNORE for broken libc
Conflicts:
ext/iconv/iconv.c
SammyK [Sat, 9 May 2015 19:45:22 +0000 (21:45 +0200)]
Add tests for CSPRNG, fix C99 comments
Also replace one return; with RETURN_FALSE; for consistency.
Leigh [Sat, 21 Feb 2015 15:30:43 +0000 (15:30 +0000)]
Improve CSPRNG implementation
SammyK [Fri, 13 Feb 2015 02:53:55 +0000 (20:53 -0600)]
Initial implementation for CSPRNG API
Stanislav Malyshev [Fri, 8 May 2015 07:03:54 +0000 (00:03 -0700)]
Fix #48147 - implement manual handling of //IGNORE for broken libc
Nikita Popov [Fri, 8 May 2015 13:05:59 +0000 (15:05 +0200)]
Fix static closure error in call_user_func opcode
I'm assuming this is the only error that is_callable() can generate
with retval=1.
This problem manifested after making closures in static methods
not implicitly static, but would also occur when binding any non-static
closure to a scope without a $this.
Xinchen Hui [Fri, 8 May 2015 06:02:50 +0000 (14:02 +0800)]
Sorry, missed here should be checked
Xinchen Hui [Fri, 8 May 2015 05:54:28 +0000 (13:54 +0800)]
Remove not necessary checks
Xinchen Hui [Fri, 8 May 2015 05:32:22 +0000 (13:32 +0800)]
Reorder fields of curl
Xinchen Hui [Fri, 8 May 2015 02:33:19 +0000 (10:33 +0800)]
revert previously change to this
Daniel Lowrey [Thu, 7 May 2015 14:26:56 +0000 (10:26 -0400)]
Improve ZBLOCK handling with zlib < 1.2.4
The original commit for this issue (
62b1293 ) assumed Z_BLOCK was
only defined in < 1.2.4. However, this flush type *is* defined but
is only unavailable for use with deflate().
This new commit correctly checks the ZLIB_VERNUM constant to
determine if Z_BLOCK flush is available for the current deflate()
operation and triggers an appropriate error as needed.
New ZLIB_VERSION and ZLIB_VERNUM constants are also exposed in
userland to allow testing this behavior in environments running
zlib < 1.2.4 (ZLIB_VERNUM check is needed).
Dmitry Stogov [Thu, 7 May 2015 14:27:29 +0000 (17:27 +0300)]
Merge branch 'master' of git.php.net:php-src
* 'master' of git.php.net:php-src:
Add some NEWS entries
Allow self etc in eval / file scope
fix typo in php.ini
Dmitry Stogov [Thu, 7 May 2015 14:26:35 +0000 (17:26 +0300)]
Improved fast path locality
Dmitry Stogov [Thu, 7 May 2015 14:26:01 +0000 (17:26 +0300)]
Fixed $this release
Xinchen Hui [Thu, 7 May 2015 14:24:21 +0000 (22:24 +0800)]
Merge branch 'php-ini-typo' of https://github.com/lazysoundsystem/php-src
Nikita Popov [Thu, 7 May 2015 13:37:46 +0000 (15:37 +0200)]
Add some NEWS entries