summaryrefslogtreecommitdiff
path: root/Zend/zend_dynamic_array.c
Commit message (Collapse)AuthorAgeFilesLines
* - Happy new year and PHP 5 for rest of the files too..foobar2004-01-081-1/+1
| | | | | # Should the LICENSE and Zend/LICENSE dates be updated too?
* updating license information in the headers.James Cox2003-06-101-1/+1
|
* - Added some missing CVS $Id$ tags, headers and footers.foobar2003-02-011-0/+10
|
* Bump year.Sebastian Bergmann2002-12-311-1/+1
|
* 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.