Skip to content

Conversation

datibbaw
Copy link
Contributor

@datibbaw datibbaw commented Mar 8, 2014

This PR is bogus.

Yasuo Ohgaki and others added 30 commits February 15, 2014 18:30
* PHP-5.4:
  - Fix ZTS build when HAVE_PQESCAPELITERAL is not set
  Update NEWS
* PHP-5.5:
  - Fix ZTS build when HAVE_PQESCAPELITERAL is not set
  Update NEWS
  Update NEWS
* PHP-5.4:
  Revise encoding blacklist
* PHP-5.5:
  Revise encoding blacklist
* PHP-5.4:
  Refactor build_tablename()
* PHP-5.5:
  Refactor build_tablename()
Everything looks to be working fine, the test is just wrong.
INF equals INF as per IEEE 754.
* PHP-5.4:
  Fixed possbile injections against pg_insert()/pg_delete()/pg_update()/pg_select()
* PHP-5.5:
  Fixed possbile injections against pg_insert()/pg_delete()/pg_update()/pg_select()
* 'PHP-5.6' of git.php.net:php-src:
  Remove XFAIL from a test
  Declare a number of functions as variadic.
…moved.

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.
keep track with the latest changes for postgles 9.3 compatibility
…ata().

pg_meta_data(resource $conn, string $table [, bool extended])
It also made pg_meta_data() return "is enum" always.
Summary:
Test to make sure libxml_disable_entity_loader() is behaving.
…u 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
* PHP-5.4:
  Export JsonSerializable Interface (bug #65753)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.