]>
granicus.if.org Git - php/log
Derick Rethans [Tue, 11 Feb 2014 11:27:01 +0000 (11:27 +0000)]
Fixed ZTS and added fix to NEWS.
Dmitry Panin [Mon, 3 Feb 2014 17:49:54 +0000 (09:49 -0800)]
Make html_table_gen consistent with html_table.h
In commit
6dabd7de04ae3ed the html_table.h was changed manually,
without changing the underlying generator (html_table_gen.php).
This commit fixes it.
Derick Rethans [Thu, 6 Feb 2014 02:00:13 +0000 (21:00 -0500)]
Implemented feature #45528: Allow the DateTimeZone constructor to accept timezones per offset too.
Derick Rethans [Thu, 6 Feb 2014 01:59:10 +0000 (20:59 -0500)]
Rename timelib_get_zone to timelib_parse_zone and export.
Nuno Lopes [Sat, 8 Feb 2014 11:54:27 +0000 (06:54 -0500)]
fix regex to detect valgrind version
New PCRE version got stricter
Julien Pauli [Thu, 6 Feb 2014 14:16:16 +0000 (15:16 +0100)]
5.5.9 now released
Anatol Belski [Thu, 6 Feb 2014 08:17:29 +0000 (09:17 +0100)]
Merge branch 'PHP-5.4' into PHP-5.5
* PHP-5.4:
update libs_version.txt
Conflicts:
win32/build/libs_version.txt
Anatol Belski [Thu, 6 Feb 2014 08:14:30 +0000 (09:14 +0100)]
updated libs_version.txt
Anatol Belski [Thu, 6 Feb 2014 08:13:05 +0000 (09:13 +0100)]
update libs_version.txt
Hannes Magnusson [Wed, 5 Feb 2014 18:15:50 +0000 (10:15 -0800)]
Merge branch 'PHP-5.4' into PHP-5.5
* PHP-5.4:
Fix year
Hannes Magnusson [Wed, 5 Feb 2014 18:15:11 +0000 (10:15 -0800)]
Fix year
Anatol Belski [Wed, 5 Feb 2014 14:16:57 +0000 (15:16 +0100)]
Merge branch 'PHP-5.4' into PHP-5.5
* PHP-5.4:
adapt test to curl 7.35.0 upgrade
Anatol Belski [Wed, 5 Feb 2014 14:15:34 +0000 (15:15 +0100)]
adapt test to curl 7.35.0 upgrade
which is a security one and should be performed as in
http://curl.haxx.se/docs/adv_20140129.html
Anatol Belski [Wed, 5 Feb 2014 09:51:08 +0000 (10:51 +0100)]
move the NEWS entry into the right section
Anatol Belski [Tue, 4 Feb 2014 09:38:17 +0000 (10:38 +0100)]
updated NEWS
Anatol Belski [Tue, 4 Feb 2014 09:34:11 +0000 (10:34 +0100)]
pcre tests go with 8.34 upgrade
Anatol Belski [Tue, 4 Feb 2014 09:31:07 +0000 (10:31 +0100)]
pcre upgraded to 8.34
Stanislav Malyshev [Thu, 30 Jan 2014 07:48:19 +0000 (23:48 -0800)]
Merge branch 'PHP-5.4' into PHP-5.5
* PHP-5.4:
tests still failing, so xfail for now until fixed
Stanislav Malyshev [Thu, 30 Jan 2014 01:40:39 +0000 (17:40 -0800)]
tests still failing, so xfail for now until fixed
Stanislav Malyshev [Thu, 30 Jan 2014 01:40:39 +0000 (17:40 -0800)]
tests still failing, so xfail for now until fixed
Yasuo Ohgaki [Thu, 30 Jan 2014 05:16:05 +0000 (14:16 +0900)]
Merge branch 'PHP-5.4' into PHP-5.5
* PHP-5.4:
Fixed bug data->fd not set to -1 for open_basedir failure.
Yasuo Ohgaki [Thu, 30 Jan 2014 05:15:29 +0000 (14:15 +0900)]
Fixed bug data->fd not set to -1 for open_basedir failure.
Remi Collet [Wed, 29 Jan 2014 08:53:22 +0000 (09:53 +0100)]
Fixed Request #66574 Allow multiple paths in php_ini_scanned_path
php_ini_scanned_path, from --with-config-file-scan-dir option or
from PHP_INI_SCAN_DIR environment variable allow a single path.
In some case it could be useful to allow multiple.
In the proposed patch, multiple paths are allow, using syntax inspired
from Unix MANPATH (: separated list, empty string for builtin value).
For example, this allow to use:
PHP_INI_SCAN_DIR=/foo/php.d:/bar/php.d php
PHP_INI_SCAN_DIR=:/myproject/php.d php
PHP_INI_SCAN_DIR=/myproject/php.d: php
Real use case: in SCL for dependent collections where each collection
provides a separate tree for extensions, libraries and ini files.
Yasuo Ohgaki [Wed, 29 Jan 2014 06:51:47 +0000 (15:51 +0900)]
Merge branch 'PHP-5.4' into PHP-5.5
* PHP-5.4:
Fixed zend.multibyte tests partially
Yasuo Ohgaki [Wed, 29 Jan 2014 06:41:30 +0000 (15:41 +0900)]
Fixed zend.multibyte tests partially
Andrey Hristov [Tue, 28 Jan 2014 13:33:16 +0000 (15:33 +0200)]
Merge branch 'PHP-5.4' into PHP-5.5
Andrey Hristov [Tue, 28 Jan 2014 13:32:59 +0000 (15:32 +0200)]
add text for the new constants
Andrey Hristov [Tue, 28 Jan 2014 13:24:45 +0000 (15:24 +0200)]
Merge branch 'PHP-5.4' into PHP-5.5
Andrey Hristov [Tue, 28 Jan 2014 13:23:54 +0000 (15:23 +0200)]
Merge branch 'PHP-5.4' of git.php.net:php-src into PHP-5.4
Andrey Hristov [Tue, 28 Jan 2014 13:23:41 +0000 (15:23 +0200)]
add new consts
Bob Weinand [Tue, 28 Jan 2014 12:33:44 +0000 (13:33 +0100)]
Merge branch 'PHP-5.4' into PHP-5.5
Bob Weinand [Tue, 28 Jan 2014 12:31:52 +0000 (13:31 +0100)]
Fixed arginfo of PDO::__construct() to match the docs and zend_parse_parameters definition.
Yasuo Ohgaki [Mon, 27 Jan 2014 09:55:50 +0000 (18:55 +0900)]
Merge branch 'PHP-5.4' into PHP-5.5
* PHP-5.4:
Remove obsolete description
Yasuo Ohgaki [Mon, 27 Jan 2014 09:41:31 +0000 (18:41 +0900)]
Remove obsolete description
Stanislav Malyshev [Mon, 27 Jan 2014 01:20:21 +0000 (17:20 -0800)]
Merge branch 'PHP-5.4' into PHP-5.5
* PHP-5.4:
Fix English and improve by Stas. Thanks :)
Update source docs
Revert "Update source docs"
Update source docs
Yasuo Ohgaki [Sun, 26 Jan 2014 21:50:11 +0000 (06:50 +0900)]
Fix English and improve by Stas. Thanks :)
Yasuo Ohgaki [Sun, 26 Jan 2014 09:31:27 +0000 (18:31 +0900)]
Update source docs
Yasuo Ohgaki [Sun, 26 Jan 2014 09:30:25 +0000 (18:30 +0900)]
Revert "Update source docs"
This reverts commit
10d06cd4ff3038d2f02a18936793969e7aee0bda .
Yasuo Ohgaki [Sun, 26 Jan 2014 09:28:21 +0000 (18:28 +0900)]
Update source docs
Stanislav Malyshev [Sun, 26 Jan 2014 23:51:27 +0000 (15:51 -0800)]
Merge branch 'PHP-5.4' into PHP-5.5
* PHP-5.4:
drop precision since trigonometric functions are non-portable
XFAIL multibyte tests until they are fixed (bug 66582)
Stanislav Malyshev [Sun, 26 Jan 2014 23:14:16 +0000 (15:14 -0800)]
drop precision since trigonometric functions are non-portable
See: http://stackoverflow.com/questions/
21212326 /floating-point-arithmetic-and-reproducibility
Stanislav Malyshev [Sun, 26 Jan 2014 23:11:15 +0000 (15:11 -0800)]
XFAIL multibyte tests until they are fixed (bug 66582)
Stanislav Malyshev [Sun, 26 Jan 2014 23:15:38 +0000 (15:15 -0800)]
Merge branch 'PHP-5.4' into PHP-5.5
* PHP-5.4:
drop precision since trigonometric functions are non-portable
Stanislav Malyshev [Sun, 26 Jan 2014 23:14:16 +0000 (15:14 -0800)]
drop precision since trigonometric functions are non-portable
See: http://stackoverflow.com/questions/
21212326 /floating-point-arithmetic-and-reproducibility
Stanislav Malyshev [Sun, 26 Jan 2014 23:12:00 +0000 (15:12 -0800)]
Merge branch 'PHP-5.4' into PHP-5.5
* PHP-5.4:
XFAIL multibyte tests until they are fixed (bug 66582)
Stanislav Malyshev [Sun, 26 Jan 2014 23:11:15 +0000 (15:11 -0800)]
XFAIL multibyte tests until they are fixed (bug 66582)
Stanislav Malyshev [Sun, 26 Jan 2014 22:25:49 +0000 (14:25 -0800)]
fix test
Derick Rethans [Sun, 26 Jan 2014 13:02:37 +0000 (14:02 +0100)]
Merge branch 'PHP-5.4' into PHP-5.5
Derick Rethans [Sun, 26 Jan 2014 13:02:19 +0000 (14:02 +0100)]
Merge branch '45543-timezone-set' into PHP-5.4
Derick Rethans [Sun, 26 Jan 2014 12:58:13 +0000 (13:58 +0100)]
Fixed bug #45543: DateTime::setTimezone can not set timezones without ID.
Stanislav Malyshev [Sun, 26 Jan 2014 07:26:29 +0000 (23:26 -0800)]
Merge branch 'PHP-5.4' into PHP-5.5
* PHP-5.4:
fix test bug62479.phpt
Stanislav Malyshev [Sun, 26 Jan 2014 06:31:31 +0000 (22:31 -0800)]
fix test bug62479.phpt
Stanislav Malyshev [Sun, 26 Jan 2014 06:01:15 +0000 (22:01 -0800)]
Merge branch 'PHP-5.4' into PHP-5.5
* PHP-5.4:
Implement ldap_modify_batch.
Conflicts:
ext/ldap/ldap.c
Stanislav Malyshev [Sun, 26 Jan 2014 05:57:56 +0000 (21:57 -0800)]
Merge branch 'pull-request/571' into PHP-5.4
* pull-request/571:
Implement ldap_modify_batch.
Derick Rethans [Sat, 25 Jan 2014 15:16:23 +0000 (16:16 +0100)]
Merge branch 'PHP-5.4' into PHP-5.5
Conflicts:
ext/date/lib/parse_date.c
Derick Rethans [Sat, 25 Jan 2014 15:15:50 +0000 (16:15 +0100)]
Merge branch '44780-fallback' into PHP-5.4
Derick Rethans [Sat, 25 Jan 2014 15:14:51 +0000 (16:14 +0100)]
Fixed bug #44780: some time zone offsets not recognized by timezone_name_from_abbr.
Ferenc Kovacs [Fri, 24 Jan 2014 15:11:56 +0000 (16:11 +0100)]
Merge branch 'PHP-5.4' into PHP-5.5
* PHP-5.4:
fix the primary qa email address and update the list of available people being able to add moderators to our lists
Revert "Fix #62479: Some chars not parsed in passwords"
Fix #62479: Some chars not parsed in passwords
Ferenc Kovacs [Fri, 24 Jan 2014 15:07:29 +0000 (16:07 +0100)]
Merge branch 'PHP-5.3' into PHP-5.4
* PHP-5.3:
fix the primary qa email address and update the list of available people being able to add moderators to our lists
Revert "Fix #62479: Some chars not parsed in passwords"
Fix #62479: Some chars not parsed in passwords
Ferenc Kovacs [Fri, 24 Jan 2014 15:06:58 +0000 (16:06 +0100)]
fix the primary qa email address and update the list of available people being able to add moderators to our lists
Will Fitch [Fri, 24 Jan 2014 02:34:57 +0000 (21:34 -0500)]
Merge branch 'PHP-5.4' into PHP-5.5
* PHP-5.4:
Update gitignore and Makefile for additional entries
Will Fitch [Fri, 24 Jan 2014 02:28:45 +0000 (21:28 -0500)]
Update gitignore and Makefile for additional entries
Anatol Belski [Wed, 22 Jan 2014 22:30:14 +0000 (23:30 +0100)]
refixed that test for 5.5+
Ondřej Hošek [Wed, 22 Jan 2014 17:54:11 +0000 (18:54 +0100)]
Implement ldap_modify_batch.
Julien Pauli [Wed, 22 Jan 2014 17:28:09 +0000 (18:28 +0100)]
5.5.10 next
Anatol Belski [Wed, 22 Jan 2014 14:40:19 +0000 (15:40 +0100)]
Merge branch 'PHP-5.4' into PHP-5.5
* PHP-5.4:
fixed test
Anatol Belski [Wed, 22 Jan 2014 14:39:49 +0000 (15:39 +0100)]
fixed test
Anatol Belski [Wed, 22 Jan 2014 11:04:25 +0000 (12:04 +0100)]
Merge branch 'PHP-5.4' into PHP-5.5
* PHP-5.4:
fix zts
Anatol Belski [Wed, 22 Jan 2014 11:03:54 +0000 (12:03 +0100)]
fix zts
Anatol Belski [Wed, 22 Jan 2014 10:53:32 +0000 (11:53 +0100)]
Merge branch 'PHP-5.4' into PHP-5.5
* PHP-5.4:
fixed missing usleep() prototype in pgsql
Anatol Belski [Wed, 22 Jan 2014 10:52:52 +0000 (11:52 +0100)]
fixed missing usleep() prototype in pgsql
Yasuo Ohgaki [Wed, 22 Jan 2014 10:23:01 +0000 (19:23 +0900)]
Fixed previous commit may delete unwanted cookies.
Yasuo Ohgaki [Wed, 22 Jan 2014 10:21:25 +0000 (19:21 +0900)]
Fixed previous commit may delete unwanted cookies. Sync tests from upper branches.
Yasuo Ohgaki [Wed, 22 Jan 2014 04:46:59 +0000 (13:46 +0900)]
Re-fixed bug #66469
Yasuo Ohgaki [Wed, 22 Jan 2014 04:40:58 +0000 (13:40 +0900)]
Re-fixed bug #66469
Stanislav Malyshev [Tue, 21 Jan 2014 21:28:03 +0000 (13:28 -0800)]
Merge branch 'PHP-5.4' into PHP-5.5
* PHP-5.4:
fix CVE ref for bug #66060
5.4.26 next
fix news
Conflicts:
configure.in
main/php_version.h
Stanislav Malyshev [Tue, 21 Jan 2014 21:27:18 +0000 (13:27 -0800)]
fix CVE ref for bug #66060
Stanislav Malyshev [Tue, 21 Jan 2014 21:26:56 +0000 (13:26 -0800)]
fix CVE ref for bug #66060
Stanislav Malyshev [Tue, 21 Jan 2014 21:24:52 +0000 (13:24 -0800)]
fix buglet in makedist
Stanislav Malyshev [Tue, 21 Jan 2014 20:13:42 +0000 (12:13 -0800)]
5.4.26 next
Stanislav Malyshev [Tue, 21 Jan 2014 20:11:59 +0000 (12:11 -0800)]
fix news
Anatol Belski [Tue, 21 Jan 2014 16:14:32 +0000 (17:14 +0100)]
Merge branch 'PHP-5.4' into PHP-5.5
* PHP-5.4:
fixed post deactivate signature in ext\libxml
Anatol Belski [Tue, 21 Jan 2014 16:08:59 +0000 (17:08 +0100)]
fixed post deactivate signature in ext\libxml
Johannes Schlüter [Tue, 21 Jan 2014 15:37:02 +0000 (16:37 +0100)]
Merge branch 'PHP-5.4' into PHP-5.5
Johannes Schlüter [Tue, 21 Jan 2014 15:35:51 +0000 (16:35 +0100)]
fix NEWS formatting
Johannes Schlüter [Tue, 21 Jan 2014 15:28:30 +0000 (16:28 +0100)]
Fix bug #66283 (Segmentation fault after memory_limit)
There are situations where mysqlnd dupliates zvals while freeing result
sets. If the memory_limit is reached during this operation the engine
will bailout. This patch makes sure that a later attempt (during
RSHIUTDOWN) won't cause a double free, instead we rely on the engine to
free emalloc()ed memory after bailout.
Carson McDonald [Thu, 19 Dec 2013 18:57:26 +0000 (13:57 -0500)]
Change automaticaly to automatically
Ferenc Kovacs [Tue, 21 Jan 2014 01:28:32 +0000 (02:28 +0100)]
Merge branch 'PHP-5.4' into PHP-5.5
* PHP-5.4:
fix these tests so they properly clean up after themselves.
Will Fitch [Mon, 20 Jan 2014 17:19:42 +0000 (12:19 -0500)]
Updating NEWS with PDO change
Ferenc Kovacs [Mon, 20 Jan 2014 17:04:35 +0000 (18:04 +0100)]
fix these tests so they properly clean up after themselves.
Remi Collet [Mon, 20 Jan 2014 13:42:28 +0000 (14:42 +0100)]
Skip those test which fails on ARM architecture
Add minimal tests for all arch.
Remi Collet [Mon, 20 Jan 2014 13:39:05 +0000 (14:39 +0100)]
dos2unix
Xinchen Hui [Mon, 20 Jan 2014 13:23:23 +0000 (21:23 +0800)]
release 7.0.3
Remi Collet [Mon, 20 Jan 2014 08:38:34 +0000 (09:38 +0100)]
Skip readline tests which fail with libedit
Add specific libedit test (output slightly differs)
Remi Collet [Mon, 20 Jan 2014 07:38:53 +0000 (08:38 +0100)]
Fixed Bug #66412 readline_clear_history() with libedit causes segfault after #65714
Checking all libedit functions, this check is done in each functions (add_history,
read_history, write_history, ...) but is missing in clear_history.
Test coverage: readline_clear_history_001.phpt
Will Fitch [Sun, 19 Jan 2014 18:12:06 +0000 (13:12 -0500)]
Update NEWS for bug fix #62479
Will Fitch [Sun, 19 Jan 2014 18:02:20 +0000 (13:02 -0500)]
Revert "Fix #62479: Some chars not parsed in passwords"
This reverts commit
e6bb90c66a5306f3db7ca38206b27685177a65cc .
Yasuo Ohgaki [Sun, 19 Jan 2014 04:31:50 +0000 (13:31 +0900)]
Merge branch 'PHP-5.4' into PHP-5.5
* PHP-5.4:
Enable zend.multibyte tests. Tipcal configuration works, but most tests fail.
Yasuo Ohgaki [Sun, 19 Jan 2014 04:28:48 +0000 (13:28 +0900)]
Enable zend.multibyte tests. Tipcal configuration works, but most tests fail.
Will Fitch [Sun, 19 Jan 2014 00:40:54 +0000 (19:40 -0500)]
Merge branch 'PHP-5.4' into PHP-5.5
* PHP-5.4:
Fix #62479: Some chars not parsed in passwords