summaryrefslogtreecommitdiff
path: root/ext
Commit message (Collapse)AuthorAgeFilesLines
...
| * | Fixed mysqlnd compilation in debug mode on windowsAnatoliy Belsky2012-12-131-0/+2
| | |
* | | Merge branch 'PHP-5.4' into PHP-5.5Xinchen Hui2012-12-131-1/+1
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.3' into PHP-5.4Xinchen Hui2012-12-131-1/+1
| |\ \ | | |/
| | * MFHXinchen Hui2012-12-131-1/+1
| | |
* | | Really fix test pdo_mysql_class_constants.phptRemi Collet2012-12-121-3/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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"
* | | Fixed Bug #63738 unpack: back result with Z formatRemi Collet2012-12-112-3/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | 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"
* | | Merge branch 'PHP-5.4' into PHP-5.5Adam Harvey2012-12-112-3/+60
|\ \ \ | |/ / | | | | | | | | | * PHP-5.4: Alter php_json_decode_ex() to respect JSON_BIGINT_AS_STRING for bare numbers.
| * | Alter php_json_decode_ex() to respect JSON_BIGINT_AS_STRING for bare numbers.Adam Harvey2012-12-112-3/+60
| | | | | | | | | | | | Fixes bug #63737 (json_decode does not properly decode with options parameter).
* | | Deprecate ext/mysql.Adam Harvey2012-12-1066-17/+193
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | Invoke re2c with --no-generation-date to prevent unintentional / unnecessary ↵Sebastian Bergmann2012-12-069-10/+10
| | | | | | | | | | | | changes in generated files.
* | | Merge branch 'PHP-5.4' into PHP-5.5Dmitry Stogov2012-12-053-21/+39
|\ \ \ | |/ / | | | | | | | | | * PHP-5.4: Use get_gc instead of hacks of get_properties
| * | Use get_gc instead of hacks of get_propertiesDmitry Stogov2012-12-053-21/+39
| | |
* | | Merge branch 'PHP-5.4' into PHP-5.5Dmitry Stogov2012-12-052-1/+35
|\ \ \ | |/ / | | | | | | | | | | | | | | | | | | * PHP-5.4: Fixed bug #63680 (Memleak in splfixedarray with cycle reference) Conflicts: NEWS
| * | Fixed bug #63680 (Memleak in splfixedarray with cycle reference)Dmitry Stogov2012-12-052-1/+35
| | |
* | | Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2012-12-041-3/+7
|\ \ \ | |/ / | | | | | | | | | * PHP-5.4: fix bug #63666 - Poor date() performance
| * | fix bug #63666 - Poor date() performanceStanislav Malyshev2012-12-041-3/+7
| | |
* | | Reduce case where this test will fails:Remi Collet2012-12-031-1/+2
| | | | | | | | | | | | | | | | | | - no connection AND no mysqli extension So, will succeed when no configured connection, but mysqli available.
* | | Merge branch 'PHP-5.4' into PHP-5.5Anatoliy Belsky2012-12-031-1/+1
|\ \ \ | |/ / | | | | | | | | | * PHP-5.4: Revert the previous test fix
| * | Revert the previous test fixAnatoliy Belsky2012-12-031-1/+1
| | | | | | | | | | | | The fail seems to be due to network error
* | | Fix inifile.c:419:6: warning: variable 'ret' set but not used ↵Remi Collet2012-12-031-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | [-Wunused-but-set-variable] Please check this minor change. Avoid, warning: 'pos_grp_start' may be used uninitialized in this function [-Wmaybe-uninitialized]
* | | use php_stream_copy_to_stream_ex instead of deprecated php_stream_copy_to_streamRemi Collet2012-12-031-5/+5
| | |
* | | Merge branch 'PHP-5.4' into PHP-5.5Anatoliy Belsky2012-12-031-1/+1
|\ \ \ | |/ / | | | | | | | | | * PHP-5.4: Fix test with a slightly different warning in TS
| * | Fix test with a slightly different warning in TSAnatoliy Belsky2012-12-031-1/+1
| | |
* | | Merge branch 'PHP-5.4' into PHP-5.5Lars Strojny2012-12-022-0/+18
|\ \ \ | |/ /
| * | Bug #49341: Add SO_REUSEPORT support for socket_set_option()Igor Wiedler2012-12-022-0/+18
| | | | | | | | | | | | | | | This is a BSD-only feature, and it will only be available on BSD. On other platforms the constant will simply not be set.
* | | Merge branch 'PHP-5.4' into PHP-5.5Remi Collet2012-12-013-3/+19
|\ \ \ | |/ / | | | | | | | | | * PHP-5.4: Fixed Bug #63435 Datetime::format('u') sometimes wrong by 1 microsecond
| * | Merge branch 'PHP-5.3' into PHP-5.4Remi Collet2012-12-013-3/+19
| |\ \ | | |/ | | | | | | | | | * PHP-5.3: Fixed Bug #63435 Datetime::format('u') sometimes wrong by 1 microsecond
| | * Fixed Bug #63435 Datetime::format('u') sometimes wrong by 1 microsecondRemi Collet2012-12-013-3/+19
| | | | | | | | | | | | | | | | | | | | | When storing '015700' microseconds in a Datetime object, Datetime::format('u') returns '015699' Already known per bug45554 reproducer (also fixed).
* | | Merge branch 'PHP-5.4' into PHP-5.5Xinchen Hui2012-11-302-2/+42
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.3' into PHP-5.4Xinchen Hui2012-11-302-2/+42
| |\ \ | | |/
| | * Fixed bug #63398 (Segfault when polling closed link)Xinchen Hui2012-11-302-2/+42
| | |
| * | Merge branch 'PHP-5.3' into PHP-5.4Dmitry Stogov2012-11-291-21/+3
| |\ \ | | |/ | | | | | | | | | | | | | | | | | | | | | * PHP-5.3: Fixed bug #63271 (SOAP wsdl cache is not enabled after initial requests) Conflicts: NEWS ext/soap/soap.c
| | * Fixed bug #63271 (SOAP wsdl cache is not enabled after initial requests)Dmitry Stogov2012-11-291-21/+3
| | |
| * | Fixed bug #61557 (Crasher in tt-rss backend.php)Dmitry Stogov2012-11-291-2/+1
| | |
* | | Fixed bug #63271 (SOAP wsdl cache is not enabled after initial requests)Dmitry Stogov2012-11-291-21/+3
| | |
* | | Fixed bug #61557 (Crasher in tt-rss backend.php)Dmitry Stogov2012-11-291-2/+1
| | |
* | | Merge branch 'PHP-5.4' into PHP-5.5Anatoliy Belsky2012-11-276-131/+44
|\ \ \ | |/ / | | | | | | | | | | | | | | | | | | * PHP-5.4: Fixed bug #63590 Fileinfo delivers ifferent results in TS and NTS under Windows Conflicts: NEWS
| * | Merge branch 'PHP-5.3' into PHP-5.4Anatoliy Belsky2012-11-276-131/+44
| |\ \ | | |/ | | | | | | | | | | | | | | | | | | | | | | | | * 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
| | * Fixed bug #63590 Fileinfo delivers ifferent results in TS and NTS under WindowsAnatoliy Belsky2012-11-276-107/+27
| | |
* | | Merge branch 'PHP-5.4' into PHP-5.5Anatoliy Belsky2012-11-271-1/+6
|\ \ \ | |/ / | | | | | | | | | * PHP-5.4: This test isn't supposed to pass on windows
| * | Merge branch 'PHP-5.3' into PHP-5.4Anatoliy Belsky2012-11-271-1/+6
| |\ \ | | |/ | | | | | | | | | * PHP-5.3: This test isn't supposed to pass on windows
| | * This test isn't supposed to pass on windowsAnatoliy Belsky2012-11-271-1/+6
| | |
* | | Merge branch 'PHP-5.4' into PHP-5.5Xinchen Hui2012-11-272-1/+42
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.3' into PHP-5.4Xinchen Hui2012-11-272-1/+42
| |\ \ | | |/
| | * Fixed Bug #63614 (Fatal error on Reflection)Xinchen Hui2012-11-272-1/+42
| | |
* | | Merge branch 'PHP-5.4' into PHP-5.5Remi Collet2012-11-261-17/+22
|\ \ \ | |/ / | | | | | | | | | * PHP-5.4: Related bug #63588 fix length computation + optimize for speed
| * | Related bug #63588 fix length computation + optimize for speedRemi Collet2012-11-261-17/+22
| | | | | | | | | | | | | | | | | | 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.
* | | Merge branch 'PHP-5.4' into PHP-5.5Remi Collet2012-11-255-67/+31
|\ \ \ | |/ / | | | | | | | | | * PHP-5.4: Fixed bug #63588 Duplicate implementation of php_next_utf8_char
| * | Fixed bug #63588 Duplicate implementation of php_next_utf8_charRemi Collet2012-11-255-67/+31
| | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | Merge branch 'PHP-5.4' into PHP-5.5Remi Collet2012-11-251-0/+3
|\ \ \ | |/ / | | | | | | | | | * PHP-5.4: Fixed Bug #63361 Header not installed