Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: 5-digits/mysql

Tags

v0.3.1

Toggle v0.3.1's commit message

Verified

This commit was signed with the committer’s verified signature. The key has expired.
trowski Aaron Piotrowski
Do not set $this->promise on connection creation

v0.3.0

Toggle v0.3.0's commit message

Verified

This commit was signed with the committer’s verified signature. The key has expired.
trowski Aaron Piotrowski
Ignore connection push if pool closed

v0.2.3

Toggle v0.2.3's commit message
The server going away may cause it to send an error packet

v0.2.2

Toggle v0.2.2's commit message
Fixed amphp#40 - unpack not having enough input

v0.2.1

Toggle v0.2.1's commit message
Prepared statement closing must properly reset the sequence ID

v0.2.0

Toggle v0.2.0's commit message
Update connect() and crypto enable

v0.1.6

Toggle v0.1.6's commit message
Fixup un/signed mess, add support for decoding SHORT in binary protocol

v0.1.5

Toggle v0.1.5's commit message
Merge pull request amphp#31 from marcioAlmada/master

Fix connection pool recovery

v0.1.4

Toggle v0.1.4's commit message
Fix amphp#20 (leave read watcher open watching for close)

Also make tests more flexible (otherwise it tends to break with different mysql versions)

v0.1.3

Toggle v0.1.3's commit message
Allow arrays inside prepares for multiple equally named parameters