-
Notifications
You must be signed in to change notification settings - Fork 7.9k
isset() and empty() don't invoke ArrayObject::offsetGet() #616
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* 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)
Fixed off-by-one write bug Added test
* PHP-5.4: updated libmagic.patch
* PHP-5.5: updated libmagic.patch
…imension() and read_dimension()
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR is bogus.