Xinchen Hui
f75c04ac8d
No need to initialize it
2014-06-26 18:10:18 +08:00
Xinchen Hui
a7ce96d01f
More optimizations
2014-06-26 18:09:04 +08:00
Xinchen Hui
64c5eb00b8
Let's assume the name is already lowercased
2014-06-26 17:56:55 +08:00
Xinchen Hui
b8e8b3fcf4
Save some strlen
2014-06-26 16:11:24 +08:00
Xinchen Hui
4cdea779f9
Use ZEND_HANDLE_NUMERIC
2014-06-25 16:34:53 +08:00
Xinchen Hui
c25828e41e
Fixed stack usage
2014-06-25 12:33:35 +08:00
Xinchen Hui
58fc40d525
Remove temp file committed by accident
2014-06-25 00:52:05 +08:00
Xinchen Hui
8ce23d8f4f
Don't use zend_string for other fields (only name here is enough)
2014-06-25 00:42:20 +08:00
Xinchen Hui
284141ca8f
Fixed _zend_get_parameters_array
...
it should not decrease the refcount (spotted by
register_shutdown_function in ext/mysqli/tests/bug49442.phpt)
2014-06-25 00:39:37 +08:00
Xinchen Hui
ee30cc8a1e
Fixed use of uninitialized value
2014-06-24 00:03:02 +08:00
Xinchen Hui
587923ccc8
Cleanup (refactoring is finish)
2014-06-23 23:33:38 +08:00
Xinchen Hui
305da4a88a
We don't need extra 1 byte anymore
2014-06-23 22:58:09 +08:00
Dmitry Stogov
ba45650d63
Fixed string destruction (ext/mysql/tests/mysql_list_fields.phpt was failed)
2014-06-23 17:18:47 +04:00
Dmitry Stogov
0c5a1b835e
Fixed refcounting bug
2014-06-23 17:02:22 +04:00
Dmitry Stogov
bbc508dea5
Fixed string deallocation and code cleanup
2014-06-23 17:01:59 +04:00
Xinchen Hui
56a966e88a
Respect the origin behavior (fix one test: ext/pdo_mysql/tests/bug_33689.phpt)
2014-06-23 19:34:55 +08:00
Xinchen Hui
92a7089893
Use zend_string in mysqlnd
2014-06-23 19:27:24 +08:00
Xinchen Hui
64c6b9bd58
typo
2014-06-23 17:10:25 +08:00
Xinchen Hui
b42f0ce5c4
Fixed segfault (we need to close it for it has referenced by somewhere)
2014-06-23 17:00:18 +08:00
Xinchen Hui
c84aff541f
Fixed the trick....
2014-06-23 16:29:48 +08:00
Xinchen Hui
2a06902488
Fixed compiler warning
2014-06-23 15:48:19 +08:00
Xinchen Hui
c135ca0a9d
Actually, I don't know how it works. (maybe I should re-start again :<)
2014-06-23 15:35:53 +08:00
Dmitry Stogov
87b667221e
Code cleanup
2014-06-20 19:40:03 +04:00
Dmitry Stogov
3f041ff2cb
Fixed compilation warnings
2014-06-20 15:04:38 +04:00
Dmitry Stogov
6ea228722b
fixed memory leak
2014-06-20 15:04:25 +04:00
Dmitry Stogov
629c9d3eda
Merge branch 'master' into phpng
...
* master:
Fixed MarinaDB support
2014-06-20 14:02:15 +04:00
Dmitry Stogov
687fa7d63d
Merge branch 'PHP-5.6'
...
* PHP-5.6:
Fixed MarinaDB support
2014-06-20 14:01:22 +04:00
Dmitry Stogov
f08a5bfadc
Merge branch 'PHP-5.5' into PHP-5.6
...
* PHP-5.5:
Fixed MarinaDB support
2014-06-20 13:58:26 +04:00
Dmitry Stogov
f0639611cf
Merge branch 'PHP-5.4' into PHP-5.5
...
* PHP-5.4:
Fixed MarinaDB support
2014-06-20 13:57:38 +04:00
Dmitry Stogov
680ddabac1
Fixed MarinaDB support
2014-06-20 13:56:32 +04:00
Dmitry Stogov
2777662694
Hide warning message after fatal errors
2014-06-20 13:31:43 +04:00
Dmitry Stogov
5152422194
Check if socket is still alive
2014-06-20 13:31:23 +04:00
Dmitry Stogov
36374ff32d
Merge branch 'master' into phpng
...
* master:
skip this test which fails without network
add missing entry to NEWS
add missing entry to NEWS
add NEWS block for 5.6.0RC2
Add support for gb18030/MySQL 5.7
Fix another problem with MySQL 5.7
new test, missing in ea466a3
Suppress test failure with MySQL 5.7
2014-06-20 11:16:57 +04:00
Dmitry Stogov
3f11ddcfe3
Fixed compilation warning
2014-06-20 10:32:05 +04:00
Dmitry Stogov
7e9176731f
Fixed compilation
2014-06-20 10:27:24 +04:00
Xinchen Hui
d632870e4d
Fixed memory leak
2014-06-20 13:27:56 +08:00
Xinchen Hui
e091a91f43
Fixed bugs in binding result
2014-06-20 13:08:40 +08:00
Remi Collet
ae9db5d0a2
Merge branch 'PHP-5.6'
...
* PHP-5.6:
skip this test which fails without network
2014-06-20 06:45:36 +02:00
Remi Collet
e9c9169e05
skip this test which fails without network
2014-06-20 06:45:16 +02:00
Xinchen Hui
80108a1607
Fixed PDO_PARAM_ZVAL
2014-06-20 11:40:53 +08:00
Xinchen Hui
73630a1fdc
Fixed pdo_mysql build with mysqlnd
2014-06-19 23:00:45 +08:00
Xinchen Hui
33aa5eb6b6
Refcount may have different meaning in PHP NG
2014-06-19 22:36:48 +08:00
Xinchen Hui
e2b182b24f
Fixed mysqli_get_links_stats
2014-06-19 22:30:15 +08:00
Xinchen Hui
d8a4b1affb
Fixed paramters binding
2014-06-19 22:28:43 +08:00
Xinchen Hui
4cc3c7387b
Fixed hash key in persistent hash
2014-06-19 16:24:24 +08:00
Xinchen Hui
46117aff49
Fixed releasing of hash_key
2014-06-19 16:20:21 +08:00
Xinchen Hui
82823e1e96
Fixed stat fields name
2014-06-19 16:16:41 +08:00
Xinchen Hui
e0680cb170
Fixed reference handling of bind_result
2014-06-19 16:08:45 +08:00
Xinchen Hui
f81498c8c8
Fixed invalid read
2014-06-19 15:56:35 +08:00
Xinchen Hui
ffaf8beda7
Fixed segfault
2014-06-19 14:43:14 +08:00