summaryrefslogtreecommitdiff
path: root/ext/mysqlnd/mysqlnd_palloc.h
Commit message (Collapse)AuthorAgeFilesLines
* Remove the zval caching from mysqlnd. It was disabled versions agoAndrey Hristov2009-12-091-116/+0
| | | | | | due to problems on windows, which were not debugged. Better have code that is disabled not in the core.
* Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
|
* Add missing headerAndrey Hristov2008-06-241-0/+2
|
* Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
|
* Update mysqlnd in HEADAndrey Hristov2007-10-021-0/+5
| | | | | Updated ext/mysql and ext/mysqli in HEAD
* - Moved mysqnd to it's own directory: It is sort of an extension itself.Jani Taskinen2007-07-251-0/+109
(Similar to what ext/libxml is..)