]>
granicus.if.org Git - php/log
Daniel Lowrey [Tue, 18 Feb 2014 00:39:43 +0000 (19:39 -0500)]
Merge branch 'PHP-5.6'
* PHP-5.6:
Fixed broken build when EC unavailable
Daniel Lowrey [Tue, 18 Feb 2014 00:38:49 +0000 (19:38 -0500)]
Merge branch 'PHP-5.5' into PHP-5.6
* PHP-5.5:
Fixed broken build when EC unavailable
Daniel Lowrey [Tue, 18 Feb 2014 00:38:30 +0000 (19:38 -0500)]
Merge branch 'PHP-5.4' into PHP-5.5
* PHP-5.4:
Fixed broken build when EC unavailable
Daniel Lowrey [Mon, 17 Feb 2014 23:55:39 +0000 (18:55 -0500)]
Fixed broken build when EC unavailable
Andrey Hristov [Mon, 17 Feb 2014 17:04:14 +0000 (19:04 +0200)]
Merge branch 'PHP-5.6'
Andrey Hristov [Mon, 17 Feb 2014 17:04:01 +0000 (19:04 +0200)]
remove dead code
Andrey Hristov [Mon, 17 Feb 2014 16:37:59 +0000 (18:37 +0200)]
Merge branch 'PHP-5.6'
Andrey Hristov [Mon, 17 Feb 2014 16:37:08 +0000 (18:37 +0200)]
Move code out, that handles the actual structure to be used for the decoded
data. Will make it easier to add different structures
Julien Pauli [Mon, 17 Feb 2014 10:16:48 +0000 (11:16 +0100)]
Merge branch 'PHP-5.6'
* PHP-5.6:
Updated NEWS for #65753
Export JsonSerializable Interface (bug #65753)
Julien Pauli [Mon, 17 Feb 2014 10:16:32 +0000 (11:16 +0100)]
Updated NEWS for #65753
Julien Pauli [Mon, 17 Feb 2014 10:13:54 +0000 (11:13 +0100)]
Merge branch 'PHP-5.5' into PHP-5.6
* PHP-5.5:
Updated NEWS for #65753
Updated NEWS for #65753
Export JsonSerializable Interface (bug #65753)
Julien Pauli [Mon, 17 Feb 2014 10:13:38 +0000 (11:13 +0100)]
Updated NEWS for #65753
Julien Pauli [Mon, 17 Feb 2014 10:09:31 +0000 (11:09 +0100)]
Merge branch 'PHP-5.4' into PHP-5.5
* PHP-5.4:
Updated NEWS for #65753
Julien Pauli [Mon, 17 Feb 2014 10:05:34 +0000 (11:05 +0100)]
Updated NEWS for #65753
Julien Pauli [Mon, 17 Feb 2014 09:25:40 +0000 (10:25 +0100)]
Export JsonSerializable Interface (bug #65753)
Julien Pauli [Mon, 17 Feb 2014 09:25:40 +0000 (10:25 +0100)]
Export JsonSerializable Interface (bug #65753)
Julien Pauli [Mon, 17 Feb 2014 09:36:13 +0000 (10:36 +0100)]
Merge branch 'PHP-5.4' into PHP-5.5
* PHP-5.4:
Export JsonSerializable Interface (bug #65753)
Julien Pauli [Mon, 17 Feb 2014 09:25:40 +0000 (10:25 +0100)]
Export JsonSerializable Interface (bug #65753)
Anatol Belski [Mon, 17 Feb 2014 09:21:59 +0000 (10:21 +0100)]
Merge branch 'PHP-5.6'
* PHP-5.6:
simplify the metadata part
Anatol Belski [Mon, 17 Feb 2014 09:20:36 +0000 (10:20 +0100)]
simplify the metadata part
Scott MacVicar [Mon, 17 Feb 2014 06:51:20 +0000 (22:51 -0800)]
Merge branch 'PHP-5.6'
* PHP-5.6:
imagettftext() uses the last charactermap it found and not the one you want
[libxml] Unit test for libxml_disable_entity_loader()
Add pgsql related change information to NEWS and UPGRADING
Scott MacVicar [Mon, 17 Feb 2014 05:53:19 +0000 (21:53 -0800)]
imagettftext() uses the last charactermap it found and not the one you want
Summary:
This caused issues when you picked a font with multiple maps, it wouldn't
pick the unicode version but instead pick the last one it saw. Change so
we cache on a per encoding level. There was even a todo list item in the code.
In an ideal world we can probably iterate through at font write time.
Test Plan:
See said unit test, it's Apache Licensed font included
Scott MacVicar [Sun, 5 Jan 2014 10:11:05 +0000 (02:11 -0800)]
[libxml] Unit test for libxml_disable_entity_loader()
Summary:
Test to make sure libxml_disable_entity_loader() is behaving.
Yasuo Ohgaki [Mon, 17 Feb 2014 00:59:58 +0000 (09:59 +0900)]
Add pgsql related change information to NEWS and UPGRADING
Yasuo Ohgaki [Sun, 16 Feb 2014 21:38:36 +0000 (06:38 +0900)]
Merge branch 'PHP-5.6'
* PHP-5.6:
Imprement FR #25854 Return value for pg_insert should be resource instead of bool
Yasuo Ohgaki [Sun, 16 Feb 2014 21:36:54 +0000 (06:36 +0900)]
Imprement FR #25854 Return value for pg_insert should be resource instead of bool
Yasuo Ohgaki [Sun, 16 Feb 2014 21:35:15 +0000 (06:35 +0900)]
Merge branch 'PHP-5.6'
* PHP-5.6:
Implement FR #41146 - Add "description" with exteneded flag pg_meta_data(). pg_meta_data(resource $conn, string $table [, bool extended]) It also made pg_meta_data() return "is enum" always.
Yasuo Ohgaki [Sun, 16 Feb 2014 21:19:47 +0000 (06:19 +0900)]
Implement FR #41146 - Add "description" with exteneded flag pg_meta_data().
pg_meta_data(resource $conn, string $table [, bool extended])
It also made pg_meta_data() return "is enum" always.
Yasuo Ohgaki [Sun, 16 Feb 2014 21:19:47 +0000 (06:19 +0900)]
Implement FR #41146 - Add "description" with exteneded flag pg_meta_data().
pg_meta_data(resource $conn, string $table [, bool extended])
It also made pg_meta_data() return "is enum" always.
Anatol Belski [Sun, 16 Feb 2014 16:15:40 +0000 (17:15 +0100)]
Merge branch 'PHP-5.6'
* PHP-5.6:
updated pgsql/config.w32
Anatol Belski [Sun, 16 Feb 2014 16:13:56 +0000 (17:13 +0100)]
updated pgsql/config.w32
keep track with the latest changes for postgles 9.3 compatibility
Yasuo Ohgaki [Sun, 16 Feb 2014 09:09:23 +0000 (18:09 +0900)]
Merge branch 'PHP-5.6'
* PHP-5.6:
Travis has old PostgreSQL server. Avoid test error.
Yasuo Ohgaki [Sun, 16 Feb 2014 09:08:50 +0000 (18:08 +0900)]
Travis has old PostgreSQL server. Avoid test error.
Yasuo Ohgaki [Sun, 16 Feb 2014 07:41:24 +0000 (16:41 +0900)]
Merge branch 'PHP-5.6'
* PHP-5.6:
It seems travis needs ending >?
Yasuo Ohgaki [Sun, 16 Feb 2014 07:40:58 +0000 (16:40 +0900)]
It seems travis needs ending >?
Yasuo Ohgaki [Sun, 16 Feb 2014 05:24:20 +0000 (14:24 +0900)]
Add PGSQL_DML_ESCPE
Yasuo Ohgaki [Sun, 16 Feb 2014 05:21:05 +0000 (14:21 +0900)]
Update NEWS and UPGRADING
Yasuo Ohgaki [Sun, 16 Feb 2014 05:13:17 +0000 (14:13 +0900)]
Merge branch 'PHP-5.6'
* PHP-5.6:
EXPERIMENTAL flags for pg_select/pg_insert/pg_update/pg_delete are removed.
Yasuo Ohgaki [Sun, 16 Feb 2014 03:22:52 +0000 (12:22 +0900)]
EXPERIMENTAL flags for pg_select/pg_insert/pg_update/pg_delete are removed.
Use string escape for exotic types that allows to handle any data types. i.e. Array, JSON, JSONB, etc will work.
Add escape only query for better performance which removes meta data look up. Limitations forced by pg_convert() can be avoided with this. PGSQL_DML_ESCAPE constant is added for it.
Yasuo Ohgaki [Sun, 16 Feb 2014 01:53:49 +0000 (10:53 +0900)]
Merge branch 'PHP-5.6' of git.php.net:php-src into PHP-5.6
* 'PHP-5.6' of git.php.net:php-src:
Remove XFAIL from a test
Declare a number of functions as variadic.
Yasuo Ohgaki [Sun, 16 Feb 2014 01:52:54 +0000 (10:52 +0900)]
Merge branch 'master' of git.php.net:php-src
* 'master' of git.php.net:php-src:
Remove XFAIL from a test
Declare a number of functions as variadic.
Yasuo Ohgaki [Sun, 16 Feb 2014 01:47:58 +0000 (10:47 +0900)]
Merge branch 'PHP-5.6'
* PHP-5.6:
Fixed possbile injections against pg_insert()/pg_delete()/pg_update()/pg_select()
Yasuo Ohgaki [Sun, 16 Feb 2014 01:47:32 +0000 (10:47 +0900)]
Merge branch 'PHP-5.5' into PHP-5.6
* PHP-5.5:
Fixed possbile injections against pg_insert()/pg_delete()/pg_update()/pg_select()
Yasuo Ohgaki [Sun, 16 Feb 2014 01:47:13 +0000 (10:47 +0900)]
Update NEWS
Yasuo Ohgaki [Sun, 16 Feb 2014 01:45:50 +0000 (10:45 +0900)]
Merge branch 'PHP-5.4' into PHP-5.5
* PHP-5.4:
Fixed possbile injections against pg_insert()/pg_delete()/pg_update()/pg_select()
Yasuo Ohgaki [Sun, 16 Feb 2014 01:45:15 +0000 (10:45 +0900)]
Fixed possbile injections against pg_insert()/pg_delete()/pg_update()/pg_select()
Nikita Popov [Sat, 15 Feb 2014 23:08:17 +0000 (00:08 +0100)]
Merge branch 'PHP-5.6'
Nikita Popov [Sat, 15 Feb 2014 23:02:51 +0000 (00:02 +0100)]
Remove XFAIL from a test
Everything looks to be working fine, the test is just wrong.
INF equals INF as per IEEE 754.
Rouven Weßling [Sat, 28 Dec 2013 22:08:50 +0000 (23:08 +0100)]
Declare a number of functions as variadic.
Yasuo Ohgaki [Sat, 15 Feb 2014 22:52:12 +0000 (07:52 +0900)]
Merge branch 'PHP-5.6'
* PHP-5.6:
Refactor build_tablename()
Yasuo Ohgaki [Sat, 15 Feb 2014 22:52:00 +0000 (07:52 +0900)]
Merge branch 'PHP-5.5' into PHP-5.6
* PHP-5.5:
Refactor build_tablename()
Yasuo Ohgaki [Sat, 15 Feb 2014 22:51:50 +0000 (07:51 +0900)]
Merge branch 'PHP-5.4' into PHP-5.5
* PHP-5.4:
Refactor build_tablename()
Yasuo Ohgaki [Sat, 15 Feb 2014 22:49:07 +0000 (07:49 +0900)]
Refactor build_tablename()
Yasuo Ohgaki [Sat, 15 Feb 2014 21:25:27 +0000 (06:25 +0900)]
Merge branch 'PHP-5.6'
* PHP-5.6:
Revise encoding blacklist
Yasuo Ohgaki [Sat, 15 Feb 2014 21:25:15 +0000 (06:25 +0900)]
Merge branch 'PHP-5.5' into PHP-5.6
* PHP-5.5:
Revise encoding blacklist
Yasuo Ohgaki [Sat, 15 Feb 2014 21:25:01 +0000 (06:25 +0900)]
Merge branch 'PHP-5.4' into PHP-5.5
* PHP-5.4:
Revise encoding blacklist
Yasuo Ohgaki [Sat, 15 Feb 2014 21:21:39 +0000 (06:21 +0900)]
Revise encoding blacklist
Johannes Schlüter [Sat, 15 Feb 2014 19:06:15 +0000 (20:06 +0100)]
Merge branch 'PHP-5.6'
Johannes Schlüter [Sat, 15 Feb 2014 19:05:46 +0000 (20:05 +0100)]
Move static functions further up so they are delared efore being used.
Felipe Pena [Sat, 15 Feb 2014 13:05:39 +0000 (11:05 -0200)]
Merge branch 'PHP-5.6'
* PHP-5.6:
- Fix ZTS build when HAVE_PQESCAPELITERAL is not set
Update NEWS
Update NEWS
Felipe Pena [Sat, 15 Feb 2014 13:05:25 +0000 (11:05 -0200)]
Merge branch 'PHP-5.5' into PHP-5.6
* PHP-5.5:
- Fix ZTS build when HAVE_PQESCAPELITERAL is not set
Update NEWS
Update NEWS
Felipe Pena [Sat, 15 Feb 2014 13:05:08 +0000 (11:05 -0200)]
Merge branch 'PHP-5.4' into PHP-5.5
* PHP-5.4:
- Fix ZTS build when HAVE_PQESCAPELITERAL is not set
Update NEWS
Felipe Pena [Sat, 15 Feb 2014 13:04:49 +0000 (11:04 -0200)]
- Fix ZTS build when HAVE_PQESCAPELITERAL is not set
Yasuo Ohgaki [Sat, 15 Feb 2014 10:21:54 +0000 (19:21 +0900)]
Update NEWS
Yasuo Ohgaki [Sat, 15 Feb 2014 10:20:34 +0000 (19:20 +0900)]
Update NEWS
Yasuo Ohgaki [Sat, 15 Feb 2014 09:30:50 +0000 (18:30 +0900)]
Merge branch 'PHP-5.6'
Yasuo Ohgaki [Sat, 15 Feb 2014 09:30:11 +0000 (18:30 +0900)]
Merge branch 'PHP-5.5' into PHP-5.6
Yasuo Ohgaki [Sat, 15 Feb 2014 09:29:36 +0000 (18:29 +0900)]
Merge branch 'PHP-5.4' into PHP-5.5
Yasuo Ohgaki [Sat, 15 Feb 2014 07:31:43 +0000 (16:31 +0900)]
Refactor and cleanup. WS is cleaned up. Use -b if it is needed.
Added compatibility macros, PQescapeStringConn, PGSQLescapeLiteral/Identifier, PGSQLfree.
Daniel Lowrey [Sat, 15 Feb 2014 04:44:05 +0000 (21:44 -0700)]
Update NEWS
Daniel Lowrey [Sat, 15 Feb 2014 04:42:36 +0000 (21:42 -0700)]
Update NEWS
Daniel Lowrey [Sat, 15 Feb 2014 04:41:18 +0000 (21:41 -0700)]
Update NEWS
Daniel Lowrey [Sat, 15 Feb 2014 01:24:04 +0000 (18:24 -0700)]
Merge branch 'PHP-5.6'
* PHP-5.6:
Fix for bug66501 - "key type not supported in this PHP build"
Daniel Lowrey [Sat, 15 Feb 2014 01:20:01 +0000 (18:20 -0700)]
Merge branch 'PHP-5.5' into PHP-5.6
* PHP-5.5:
Fix for bug66501 - "key type not supported in this PHP build"
Daniel Lowrey [Sat, 15 Feb 2014 01:15:24 +0000 (18:15 -0700)]
Merge branch 'PHP-5.4' into PHP-5.5
* PHP-5.4:
Fix for bug66501 - "key type not supported in this PHP build"
mk-j [Wed, 22 Jan 2014 19:58:44 +0000 (12:58 -0700)]
Fix for bug66501 - "key type not supported in this PHP build"
Daniel Lowrey [Sat, 15 Feb 2014 00:27:29 +0000 (17:27 -0700)]
Add missing TSRMLS_CC
Daniel Lowrey [Fri, 14 Feb 2014 22:40:36 +0000 (15:40 -0700)]
Merge branch 'PHP-5.6'
* PHP-5.6:
Bug #47030 (separate host and peer verification)
Daniel Lowrey [Fri, 14 Feb 2014 22:37:49 +0000 (15:37 -0700)]
Merge branch 'bug-47030' of https://github.com/rdlowrey/php-src into PHP-5.6
* 'bug-47030' of https://github.com/rdlowrey/php-src:
Bug #47030 (separate host and peer verification)
Daniel Lowrey [Fri, 14 Feb 2014 22:17:30 +0000 (15:17 -0700)]
Bug #47030 (separate host and peer verification)
Daniel Lowrey [Fri, 14 Feb 2014 20:39:53 +0000 (13:39 -0700)]
Merge branch 'PHP-5.6'
* PHP-5.6:
Fix test broken if openssl is compiled without sslv2
Daniel Lowrey [Fri, 14 Feb 2014 20:39:02 +0000 (13:39 -0700)]
Fix test broken if openssl is compiled without sslv2
Daniel Lowrey [Fri, 14 Feb 2014 17:53:47 +0000 (10:53 -0700)]
Merge branch 'PHP-5.6'
* PHP-5.6:
Fix segfault accessing context when no context assigned
Conflicts:
ext/openssl/xp_ssl.c
Daniel Lowrey [Fri, 14 Feb 2014 17:20:44 +0000 (10:20 -0700)]
Fix segfault accessing context when no context assigned
Conflicts:
ext/openssl/xp_ssl.c
Daniel Lowrey [Fri, 14 Feb 2014 17:27:11 +0000 (10:27 -0700)]
Merge branch 'master' of git://git.php.net/php-src
* 'master' of git://git.php.net/php-src: (33 commits)
a few typofixes
a few typofixes
a few typofixes
Update NEWS and UPGRADING
move the peer verification NEWS entry to the alpha2 block, as it was pushed after alpha1
mention ldap_modify_batch()
Implement RFC https://wiki.php.net/rfc/default_encoding
update the alpha2 release date
Fixed ZTS and added fix to NEWS.
Implemented feature #45528: Allow the DateTimeZone constructor to accept timezones per offset too.
Rename timelib_get_zone to timelib_parse_zone and export.
Replace old SVN references to Git
fix regex to detect valgrind version New PCRE version got stricter
fix regex to detect valgrind version New PCRE version got stricter
Fixed memory leak in pow operator
5.5.9 now released
Added information in NEWS and UPGRADING
add T_POW (**) operator
add NEWS block for 5.6.0alpha3
updated libs_version.txt
...
Daniel Lowrey [Fri, 14 Feb 2014 17:26:42 +0000 (10:26 -0700)]
Updated NEWS
Daniel Lowrey [Fri, 14 Feb 2014 17:20:44 +0000 (10:20 -0700)]
Fix segfault accessing context when no context assigned
Lior Kaplan [Fri, 14 Feb 2014 15:19:33 +0000 (17:19 +0200)]
Merge branch 'PHP-5.6'
Veres Lajos [Fri, 14 Feb 2014 15:16:17 +0000 (17:16 +0200)]
a few typofixes
Lior Kaplan [Fri, 14 Feb 2014 15:15:35 +0000 (17:15 +0200)]
Merge branch 'PHP-5.5' into PHP-5.6
Veres Lajos [Fri, 14 Feb 2014 15:12:52 +0000 (17:12 +0200)]
a few typofixes
Lior Kaplan [Fri, 14 Feb 2014 13:30:00 +0000 (15:30 +0200)]
Merge branch 'PHP-5.4' into PHP-5.5
Veres Lajos [Fri, 14 Feb 2014 12:51:10 +0000 (14:51 +0200)]
a few typofixes
Yasuo Ohgaki [Thu, 13 Feb 2014 23:56:21 +0000 (08:56 +0900)]
Update NEWS and UPGRADING
Ferenc Kovacs [Thu, 13 Feb 2014 23:22:31 +0000 (00:22 +0100)]
move the peer verification NEWS entry to the alpha2 block, as it was pushed after alpha1
Ferenc Kovacs [Thu, 13 Feb 2014 22:21:28 +0000 (23:21 +0100)]
mention ldap_modify_batch()
Yasuo Ohgaki [Thu, 13 Feb 2014 02:56:54 +0000 (11:56 +0900)]
Merge branch 'PHP-5.6'
* PHP-5.6:
Implement RFC https://wiki.php.net/rfc/default_encoding
Yasuo Ohgaki [Thu, 13 Feb 2014 02:54:52 +0000 (11:54 +0900)]
Implement RFC https://wiki.php.net/rfc/default_encoding
Ferenc Kovacs [Wed, 12 Feb 2014 05:40:43 +0000 (06:40 +0100)]
Merge branch 'PHP-5.6'
* PHP-5.6:
update the alpha2 release date
Make html_table_gen consistent with html_table.h
Ferenc Kovacs [Wed, 12 Feb 2014 05:39:10 +0000 (06:39 +0100)]
update the alpha2 release date