summaryrefslogtreecommitdiff
path: root/Zend/zend_dynamic_array.c
Commit message (Collapse)AuthorAgeFilesLines
* It's official now...Zeev Suraski2000-03-061-3/+3
|
* (c) patchZeev Suraski2000-02-191-1/+1
|
* - Didn't compile on Win32Andi Gutmans2000-02-181-6/+6
|
* - Tiny change (I know I don't have to cast malloc() to void * but I likeAndi Gutmans2000-02-181-3/+3
| | | | | casting my malloc()'s)
* - Preliminary support for dynamic arrays. I need it on order to try out aAndi Gutmans2000-02-181-0/+62
new hash implementation. It isn't used anywhere.