| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| | | |
|
|\ \ \
| |/ / |
|
| |\ \
| | |/ |
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
- with mysqlnd, constant always present
- with mysqli, check client library version
- without mysqlnd and without mysqli
skip the test if no connection
use connection to check client library
Note : MySQLPDOTest::getClientVersion() is broken with mysqlnd
as PDO::ATTR_CLIENT_VERSION return "mysqlnd 5.0.11-dev - 20120503..."
so, getClientVersion() return "11"
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Fix result for empty string.
Same output as perl
perl -e 'print unpack("Z2","\0\0");' => ""
perl -e 'print unpack("Z2","A\0");' => "A"
perl -e 'print unpack("Z2","AB\0");' => "AB"
perl -e 'print unpack("Z2","ABC\0");'=> "AB"
|
|\ \ \
| |/ /
| | |
| | |
| | | |
* PHP-5.4:
Alter php_json_decode_ex() to respect JSON_BIGINT_AS_STRING for bare numbers.
|
| | |
| | |
| | |
| | | |
Fixes bug #63737 (json_decode does not properly decode with options parameter).
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Per https://wiki.php.net/rfc/mysql_deprecation, connecting to a MySQL database
via ext/mysql now generates an E_DEPRECATED error. This commit includes the
minimal EXPECTF updates required for the test suite to pass: it may be
preferable to refactor some of the tests to suppress deprecation errors in
situations where no other error is expected from mysql_[p]connect(), but I'm
not enough of a MySQL expert to want to get my hands that dirty in a long
standing test suite.
|
| | |
| | |
| | |
| | | |
changes in generated files.
|
|\ \ \
| |/ /
| | |
| | |
| | | |
* PHP-5.4:
Use get_gc instead of hacks of get_properties
|
| | | |
|
|\ \ \
| |/ /
| | |
| | |
| | |
| | |
| | |
| | | |
* PHP-5.4:
Fixed bug #63680 (Memleak in splfixedarray with cycle reference)
Conflicts:
NEWS
|
| | | |
|
|\ \ \
| |/ /
| | |
| | |
| | | |
* PHP-5.4:
fix bug #63666 - Poor date() performance
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | | |
- no connection AND no mysqli extension
So, will succeed when no configured connection, but mysqli available.
|
|\ \ \
| |/ /
| | |
| | |
| | | |
* PHP-5.4:
Revert the previous test fix
|
| | |
| | |
| | |
| | | |
The fail seems to be due to network error
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
[-Wunused-but-set-variable]
Please check this minor change.
Avoid, warning: 'pos_grp_start' may be used uninitialized in this function [-Wmaybe-uninitialized]
|
| | | |
|
|\ \ \
| |/ /
| | |
| | |
| | | |
* PHP-5.4:
Fix test with a slightly different warning in TS
|
| | | |
|
|\ \ \
| |/ / |
|
| | |
| | |
| | |
| | |
| | | |
This is a BSD-only feature, and it will only be available on BSD.
On other platforms the constant will simply not be set.
|
|\ \ \
| |/ /
| | |
| | |
| | | |
* PHP-5.4:
Fixed Bug #63435 Datetime::format('u') sometimes wrong by 1 microsecond
|
| |\ \
| | |/
| | |
| | |
| | | |
* PHP-5.3:
Fixed Bug #63435 Datetime::format('u') sometimes wrong by 1 microsecond
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
When storing '015700' microseconds in a Datetime object,
Datetime::format('u') returns '015699'
Already known per bug45554 reproducer (also fixed).
|
|\ \ \
| |/ / |
|
| |\ \
| | |/ |
|
| | | |
|
| |\ \
| | |/
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
* PHP-5.3:
Fixed bug #63271 (SOAP wsdl cache is not enabled after initial requests)
Conflicts:
NEWS
ext/soap/soap.c
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
|\ \ \
| |/ /
| | |
| | |
| | |
| | |
| | |
| | | |
* PHP-5.4:
Fixed bug #63590 Fileinfo delivers ifferent results in TS and NTS under Windows
Conflicts:
NEWS
|
| |\ \
| | |/
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
* PHP-5.3:
Fixed bug #63590 Fileinfo delivers ifferent results in TS and NTS under Windows
Conflicts:
NEWS
ext/fileinfo/libmagic.patch
ext/fileinfo/tests/finfo_open_error-win32.phpt
|
| | | |
|
|\ \ \
| |/ /
| | |
| | |
| | | |
* PHP-5.4:
This test isn't supposed to pass on windows
|
| |\ \
| | |/
| | |
| | |
| | | |
* PHP-5.3:
This test isn't supposed to pass on windows
|
| | | |
|
|\ \ \
| |/ / |
|
| |\ \
| | |/ |
|
| | | |
|
|\ \ \
| |/ /
| | |
| | |
| | | |
* PHP-5.4:
Related bug #63588 fix length computation + optimize for speed
|
| | |
| | |
| | |
| | |
| | |
| | | |
Following comment from Yoram "The patch looks fine, except of testing
for true value of utf16 in each iteration."
Also fix the length computation during check phase.
|
|\ \ \
| |/ /
| | |
| | |
| | | |
* PHP-5.4:
Fixed bug #63588 Duplicate implementation of php_next_utf8_char
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Json use an utf8 parser from a third party library, switch to
our implementation of php_next_utf8_char.
This also helps on solving #63520. All the unit tests succeed.
Our implementation also seems a little faster.
json.dsp need to be regenerated.
|
|\ \ \
| |/ /
| | |
| | |
| | | |
* PHP-5.4:
Fixed Bug #63361 Header not installed
|