]>
granicus.if.org Git - php/log
Daniel Lowrey [Thu, 5 Mar 2015 21:08:46 +0000 (14:08 -0700)]
Really fix zts this time
Ferenc Kovacs [Thu, 5 Mar 2015 20:07:05 +0000 (21:07 +0100)]
re-arrange NEWS
Daniel Lowrey [Thu, 5 Mar 2015 19:19:15 +0000 (12:19 -0700)]
Fix ZTS
Daniel Lowrey [Thu, 5 Mar 2015 19:13:33 +0000 (12:13 -0700)]
Merge branch 'PHP-5.5' into PHP-5.6
* PHP-5.5:
Fix ZTS build
Daniel Lowrey [Thu, 5 Mar 2015 19:12:55 +0000 (12:12 -0700)]
Fix ZTS build
Ferenc Kovacs [Thu, 5 Mar 2015 18:07:23 +0000 (19:07 +0100)]
5.6.8 up next
Daniel Lowrey [Thu, 5 Mar 2015 17:21:32 +0000 (10:21 -0700)]
Merge branch 'PHP-5.5' into PHP-5.6
* PHP-5.5:
Fix bug #67403 (Add signatureType to openssl_x509_parse)
5.5.24 now
Conflicts:
configure.in
main/php_version.h
Daniel Lowrey [Thu, 5 Mar 2015 16:50:04 +0000 (09:50 -0700)]
Fix bug #67403 (Add signatureType to openssl_x509_parse)
Julien Pauli [Thu, 5 Mar 2015 13:13:39 +0000 (14:13 +0100)]
5.5.24 now
Xinchen Hui [Thu, 5 Mar 2015 13:06:07 +0000 (21:06 +0800)]
Merge branch 'PHP-5.5' into PHP-5.6
Xinchen Hui [Thu, 5 Mar 2015 12:57:48 +0000 (20:57 +0800)]
Error also maybe happened here
Xinchen Hui [Thu, 5 Mar 2015 11:04:43 +0000 (19:04 +0800)]
Revert commit to zend signal by mistake
Xinchen Hui [Thu, 5 Mar 2015 10:40:25 +0000 (18:40 +0800)]
Update NEWs
Xinchen Hui [Thu, 5 Mar 2015 10:40:06 +0000 (18:40 +0800)]
Merge branch 'PHP-5.5' into PHP-5.6
Xinchen Hui [Thu, 5 Mar 2015 10:16:39 +0000 (18:16 +0800)]
Fixed bug #69174 (leaks when unused inner class use traits precedence)
Rasmus Lerdorf [Thu, 5 Mar 2015 08:44:47 +0000 (00:44 -0800)]
This test fails with multibyte on because it spews
a conversion error on the bogus file
Daniel Lowrey [Thu, 5 Mar 2015 06:55:42 +0000 (23:55 -0700)]
Fixed bug #68265 (SAN match fails with trailing DNS dot)
Daniel Lowrey [Thu, 5 Mar 2015 05:55:22 +0000 (22:55 -0700)]
Merge branch 'PHP-5.6' of https://github.com/bjori/php-src into PHP-5.6
* 'PHP-5.6' of https://github.com/bjori/php-src:
hexadecimal is case*in*sensitive
Daniel Lowrey [Thu, 5 Mar 2015 05:39:25 +0000 (22:39 -0700)]
Fixed bug #68879 (IP Address fields in subjectAltNames not used)
Daniel Lowrey [Thu, 5 Mar 2015 05:37:07 +0000 (22:37 -0700)]
Fix broken test
Hannes Magnusson [Thu, 5 Mar 2015 00:03:45 +0000 (16:03 -0800)]
hexadecimal is case*in*sensitive
Daniel Lowrey [Wed, 4 Mar 2015 17:54:34 +0000 (12:54 -0500)]
Fixed bug #68920 (use strict peer_fingerprint input checks)
Xinchen Hui [Wed, 4 Mar 2015 06:48:41 +0000 (14:48 +0800)]
Fixed bug #69159 (Opcache causes problem when passing a variable variable to a function)
Xinchen Hui [Tue, 3 Mar 2015 15:17:37 +0000 (23:17 +0800)]
Merge branch 'PHP-5.5' into PHP-5.6
nathan r. hruby [Tue, 3 Mar 2015 15:16:45 +0000 (23:16 +0800)]
Make killing a locker an ERROR event
At least in apache, killing a locker with SIGKILL from inside opcache prevents
the child process from emitting a corresponding log event to the access or
error logs, therefore requests are termed with no record. This makes is
incredibly difficult to debug problems espically on systems with high counts
of cache restarts. Since INFO level is far too noisy for production use,
switch the killing to a higher level so we can see it easier.
Reeze Xia [Tue, 3 Mar 2015 08:28:01 +0000 (16:28 +0800)]
Merge branch 'PHP-5.6' of git.php.net:/php-src into PHP-5.6
* 'PHP-5.6' of git.php.net:/php-src:
Reeze Xia [Tue, 3 Mar 2015 08:27:35 +0000 (16:27 +0800)]
Merge branch 'PHP-5.5' into PHP-5.6
* PHP-5.5:
Improve fix for bug 67741
Added type checks
Added type checks
Reeze Xia [Tue, 3 Mar 2015 08:27:04 +0000 (16:27 +0800)]
Merge branch 'PHP-5.5' of git.php.net:/php-src into PHP-5.5
* 'PHP-5.5' of git.php.net:/php-src:
Added type checks
Added type checks
Reeze Xia [Tue, 3 Mar 2015 08:25:43 +0000 (16:25 +0800)]
Improve fix for bug 67741
Thanks to laruence.
Dmitry Stogov [Tue, 3 Mar 2015 07:46:55 +0000 (10:46 +0300)]
Merge branch 'PHP-5.5' into PHP-5.6
* PHP-5.5:
Added type checks
Dmitry Stogov [Tue, 3 Mar 2015 07:45:07 +0000 (10:45 +0300)]
Merge branch 'PHP-5.4' into PHP-5.5
* PHP-5.4:
Added type checks
Dmitry Stogov [Tue, 3 Mar 2015 07:43:48 +0000 (10:43 +0300)]
Added type checks
Dmitry Stogov [Tue, 3 Mar 2015 07:20:21 +0000 (10:20 +0300)]
Merge branch 'PHP-5.5' of git.php.net:php-src into PHP-5.5
* 'PHP-5.5' of git.php.net:php-src:
Update NEWS
Dmitry Stogov [Tue, 3 Mar 2015 07:19:54 +0000 (10:19 +0300)]
Merge branch 'PHP-5.6' of git.php.net:php-src into PHP-5.6
* 'PHP-5.6' of git.php.net:php-src:
Update NEWS
Dmitry Stogov [Tue, 3 Mar 2015 06:59:32 +0000 (09:59 +0300)]
Merge branch 'PHP-5.5' into PHP-5.6
* PHP-5.5:
Added type checks
Fixed bug #67741 (auto_prepend_file messes up __LINE__)
Check variable type before its usage as IS_ARRAY.
Fixed a bug that header value is not terminated by '\0' when accessed through getenv().
Dmitry Stogov [Tue, 3 Mar 2015 06:52:21 +0000 (09:52 +0300)]
Merge branch 'PHP-5.4' into PHP-5.5
* PHP-5.4:
Added type checks
Conflicts:
ext/soap/soap.c
Dmitry Stogov [Tue, 3 Mar 2015 06:44:46 +0000 (09:44 +0300)]
Added type checks
Reeze Xia [Tue, 3 Mar 2015 06:37:06 +0000 (14:37 +0800)]
Merge branch 'PHP-5.5' into PHP-5.6
* PHP-5.5:
Update NEWS
Fixed bug #67741 (auto_prepend_file messes up __LINE__)
Check variable type before its usage as IS_ARRAY.
Fixed a bug that header value is not terminated by '\0' when accessed through getenv().
Conflicts:
NEWS
Reeze Xia [Tue, 3 Mar 2015 06:22:03 +0000 (14:22 +0800)]
Update NEWS
Reeze Xia [Tue, 3 Mar 2015 03:25:30 +0000 (11:25 +0800)]
Fixed bug #67741 (auto_prepend_file messes up __LINE__)
This also fixes bug #54081
Reeze Xia [Tue, 3 Mar 2015 03:25:30 +0000 (11:25 +0800)]
Fixed bug #67741 (auto_prepend_file messes up __LINE__)
This also fixes bug #54081
Dmitry Stogov [Mon, 2 Mar 2015 09:30:38 +0000 (12:30 +0300)]
Merge branch 'PHP-5.4' into PHP-5.5
* PHP-5.4:
Check variable type before its usage as IS_ARRAY.
Fixed a bug that header value is not terminated by '\0' when accessed through getenv().
Dmitry Stogov [Mon, 2 Mar 2015 09:27:36 +0000 (12:27 +0300)]
Check variable type before its usage as IS_ARRAY.
Xinchen Hui [Sun, 1 Mar 2015 15:17:57 +0000 (23:17 +0800)]
Update NEWS
Xinchen Hui [Sun, 1 Mar 2015 15:17:41 +0000 (23:17 +0800)]
Merge branch 'PHP-5.5' into PHP-5.6
Conflicts:
ext/standard/var_unserializer.c
Xinchen Hui [Sun, 1 Mar 2015 15:16:15 +0000 (23:16 +0800)]
Fixed bug #69139 (Crash in gc_zval_possible_root on unserialize)
Lior Kaplan [Sun, 1 Mar 2015 09:36:01 +0000 (11:36 +0200)]
Align entries format for 5.6.7
Lior Kaplan [Sun, 1 Mar 2015 09:34:11 +0000 (11:34 +0200)]
Merge branch 'PHP-5.5' into PHP-5.6
* PHP-5.5:
Align entries format for 5.5.23
Lior Kaplan [Sun, 1 Mar 2015 09:32:09 +0000 (11:32 +0200)]
Align entries format for 5.5.23
Reeze Xia [Sun, 1 Mar 2015 07:08:20 +0000 (15:08 +0800)]
Merge branch 'PHP-5.5' into PHP-5.6
* PHP-5.5:
Bump header year
Reeze Xia [Sun, 1 Mar 2015 07:03:21 +0000 (15:03 +0800)]
Bump header year
Reeze Xia [Sat, 28 Feb 2015 08:45:44 +0000 (16:45 +0800)]
Merge branch 'PHP-5.5' into PHP-5.6
* PHP-5.5:
Update NEWS
Reeze Xia [Sat, 28 Feb 2015 08:45:26 +0000 (16:45 +0800)]
Update NEWS
Reeze Xia [Sat, 28 Feb 2015 08:40:06 +0000 (16:40 +0800)]
Merge branch 'PHP-5.5' into PHP-5.6
* PHP-5.5:
Fixed bug #69141 Missing arguments in reflection info for some builtin functions
Reeze Xia [Sat, 28 Feb 2015 08:37:14 +0000 (16:37 +0800)]
Fixed bug #69141 Missing arguments in reflection info for some builtin functions
This include:
- setcookie (missing "httponly")
- setrawcookie (missing "httponly")
- spl_autoload_register (missing 2 optional params)
- mktime (missing "is_dst")
- gmmktime (missing "is_dst")
Nikita Popov [Fri, 27 Feb 2015 22:23:49 +0000 (23:23 +0100)]
Merge branch 'PHP-5.5' into PHP-5.6
Дмитрий Пацура [Tue, 24 Feb 2015 09:54:36 +0000 (17:54 +0800)]
Fix ARG_INFO for levenshtein
This can work with 2 parameters (require)
refs http://php.net/manual/ru/function.levenshtein.php
refs https://github.com/phalcon/zephir/issues/753
Xinchen Hui [Fri, 27 Feb 2015 15:33:23 +0000 (23:33 +0800)]
Update NEWS
Xinchen Hui [Fri, 27 Feb 2015 15:32:59 +0000 (23:32 +0800)]
Merge branch 'PHP-5.5' into PHP-5.6
Xinchen Hui [Fri, 27 Feb 2015 15:32:32 +0000 (23:32 +0800)]
Fixed bug #69085 (SoapClient's __call() type confusion through unserialize()).
Xinchen Hui [Fri, 27 Feb 2015 04:03:00 +0000 (12:03 +0800)]
Merge branch 'PHP-5.5' into PHP-5.6
Xinchen Hui [Fri, 27 Feb 2015 04:02:42 +0000 (12:02 +0800)]
Reorder
Xinchen Hui [Fri, 27 Feb 2015 04:01:28 +0000 (12:01 +0800)]
Update NEWs
Xinchen Hui [Fri, 27 Feb 2015 04:01:05 +0000 (12:01 +0800)]
Merge branch 'PHP-5.5' into PHP-5.6
Xinchen Hui [Fri, 27 Feb 2015 04:00:52 +0000 (12:00 +0800)]
Fixed bug #69121 (Segfault in get_current_user when script owner is not in passwd with ZTS build)
Xinchen Hui [Fri, 27 Feb 2015 03:43:41 +0000 (11:43 +0800)]
Update News
Xinchen Hui [Fri, 27 Feb 2015 03:42:57 +0000 (11:42 +0800)]
Merge branch 'PHP-5.5' into PHP-5.6
Xinchen Hui [Fri, 27 Feb 2015 03:42:36 +0000 (11:42 +0800)]
Fixed bug #69125 (Array numeric string as key)
Xinchen Hui [Fri, 27 Feb 2015 03:11:45 +0000 (11:11 +0800)]
Merge branch 'PHP-5.5' into PHP-5.6
Taoguang Chen [Fri, 27 Feb 2015 02:41:53 +0000 (10:41 +0800)]
fix bug#68942's patch
Fix type confusion bug in unserialize() with DateTimeZone. https://bugs.php.net/bug.php?id=68942
George Wang [Wed, 25 Feb 2015 15:48:19 +0000 (10:48 -0500)]
Fixed a bug that header value is not terminated by '\0' when accessed through getenv().
George Wang [Wed, 25 Feb 2015 15:48:19 +0000 (10:48 -0500)]
Fixed a bug that header value is not terminated by '\0' when accessed through getenv().
George Wang [Wed, 25 Feb 2015 15:48:19 +0000 (10:48 -0500)]
Fixed a bug that header value is not terminated by '\0' when accessed through getenv().
Xinchen Hui [Wed, 25 Feb 2015 12:49:17 +0000 (20:49 +0800)]
Merge branch 'PHP-5.5' into PHP-5.6
Xinchen Hui [Wed, 25 Feb 2015 12:49:07 +0000 (20:49 +0800)]
better name
Xinchen Hui [Wed, 25 Feb 2015 12:08:52 +0000 (20:08 +0800)]
Merge branch 'PHP-5.5' into PHP-5.6
Conflicts:
ext/opcache/tests/bug69038.phpt
Xinchen Hui [Wed, 25 Feb 2015 12:07:02 +0000 (20:07 +0800)]
Improve fix for #69038
Xinchen Hui [Wed, 25 Feb 2015 10:22:41 +0000 (18:22 +0800)]
Update NEWs
Xinchen Hui [Wed, 25 Feb 2015 10:22:18 +0000 (18:22 +0800)]
Merge branch 'PHP-5.5' into PHP-5.6
Xinchen Hui [Wed, 25 Feb 2015 10:21:59 +0000 (18:21 +0800)]
Fixed bug #69108 ("Segmentation fault" when (de)serializing SplObjectStorage)
Julien Pauli [Mon, 23 Feb 2015 10:23:48 +0000 (11:23 +0100)]
Updated NEWS
Julien Pauli [Mon, 23 Feb 2015 10:23:00 +0000 (11:23 +0100)]
Merge branch 'PHP-5.5' into PHP-5.6
* PHP-5.5:
updated NEWS
curl: add new proxy constants
Julien Pauli [Mon, 23 Feb 2015 10:22:44 +0000 (11:22 +0100)]
updated NEWS
Linus Unnebäck [Tue, 17 Jun 2014 10:28:44 +0000 (12:28 +0200)]
curl: add new proxy constants
Julien Pauli [Mon, 23 Feb 2015 09:35:35 +0000 (10:35 +0100)]
Merge branch 'PHP-5.5' into PHP-5.6
* PHP-5.5:
Fixed test fails for bug68557
Xinchen Hui [Sat, 21 Feb 2015 04:36:38 +0000 (12:36 +0800)]
Fixed test fails for bug68557
Jakub Zelenka [Sun, 22 Feb 2015 20:35:03 +0000 (20:35 +0000)]
Merge branch 'PHP-5.5' into PHP-5.6
Conflicts:
ext/json/json.c
Jakub Zelenka [Sun, 22 Feb 2015 20:22:47 +0000 (20:22 +0000)]
Fix bug #64695 (JSON_NUMERIC_CHECK has issues with strings that are numbers plus the letter e)
Rasmus Lerdorf [Sun, 22 Feb 2015 16:32:32 +0000 (08:32 -0800)]
NEWS entry
Rasmus Lerdorf [Sun, 22 Feb 2015 16:31:17 +0000 (08:31 -0800)]
NEWS entry
Rasmus Lerdorf [Sun, 22 Feb 2015 16:14:41 +0000 (08:14 -0800)]
Fix bug #68166
We can't always efree here
php_escape_html_entities can return an interned_empty_string
Rasmus Lerdorf [Sun, 22 Feb 2015 16:14:41 +0000 (08:14 -0800)]
Fix bug #68166
We can't always efree here
php_escape_html_entities can return an interned_empty_string
Anatol Belski [Sun, 22 Feb 2015 15:47:56 +0000 (16:47 +0100)]
Merge branch 'PHP-5.5' into PHP-5.6
* PHP-5.5:
updated NEWS
Anatol Belski [Sun, 22 Feb 2015 15:47:44 +0000 (16:47 +0100)]
updated NEWS
Anatol Belski [Sun, 22 Feb 2015 15:46:39 +0000 (16:46 +0100)]
updated NEWS
Anatol Belski [Sun, 22 Feb 2015 15:26:52 +0000 (16:26 +0100)]
Merge branch 'PHP-5.5' into PHP-5.6
* PHP-5.5:
Fix Win32 SSPI initialization for digest authentication in cURL
Anatol Belski [Sun, 22 Feb 2015 15:26:02 +0000 (16:26 +0100)]
Merge branch 'pull-request/1112' into PHP-5.5
Grant Pannell [Sun, 22 Feb 2015 13:04:55 +0000 (23:34 +1030)]
Fix Win32 SSPI initialization for digest authentication in cURL
Anatol Belski [Sat, 21 Feb 2015 13:14:24 +0000 (14:14 +0100)]
Merge branch 'PHP-5.5' into PHP-5.6
* PHP-5.5:
revisit fix for bug #65272
Conflicts:
ext/standard/file.c
Anatol Belski [Sat, 21 Feb 2015 13:10:59 +0000 (14:10 +0100)]
revisit fix for bug #65272