summaryrefslogtreecommitdiff
path: root/Zend/zend_dynamic_array.c
Commit message (Collapse)AuthorAgeFilesLines
* Happy New Year.Sebastian Bergmann2002-01-061-1/+1
|
* Update headers.Sebastian Bergmann2001-12-111-2/+2
|
* - Update copyright yearAndi Gutmans2001-02-261-1/+1
|
* 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.