mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Revert mysqlnd to RC3 state after issues with pconnects
This commit is contained in:
parent
ca1bda67f2
commit
9485cad688
11 changed files with 71 additions and 155 deletions
|
@ -25,9 +25,6 @@
|
|||
|
||||
MYSQLND_MEMORY_POOL * mysqlnd_mempool_create(size_t arena_size TSRMLS_DC);
|
||||
void mysqlnd_mempool_destroy(MYSQLND_MEMORY_POOL * pool TSRMLS_DC);
|
||||
void mysqlnd_mempool_resize_chunk(MYSQLND_MEMORY_POOL_CHUNK * chunk, unsigned int size TSRMLS_DC);
|
||||
void mysqlnd_mempool_free_chunk(MYSQLND_MEMORY_POOL_CHUNK * chunk, zend_bool cache_it TSRMLS_DC);
|
||||
|
||||
|
||||
#endif /* MYSQLND_BLOCK_ALLOC_H */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue