summaryrefslogtreecommitdiff
path: root/ext/standard/image.c
Commit message (Collapse)AuthorAgeFilesLines
* (getimagesize) grrr, fixed newly (30 min ago) introduced NPRThies C. Arntzen1999-12-141-1/+5
|
* use _ex-APIThies C. Arntzen1999-12-141-11/+11
|
* newest GetImageSize renamed header-fileThies C. Arntzen1999-09-021-14/+23
|
* Removed '3' from key functions in PHP (maintained compatibility throughZeev Suraski1999-08-021-4/+4
| | | | | php3_compat.h)
* License updateZeev Suraski1999-07-161-20/+9
|
* conv_proto *.[ch]Sascha Schumann1999-05-161-1/+1
|
* A lot of cleanups... Removed old thread-safe code and other redundant code ↵Zeev Suraski1999-04-241-1/+1
| | | | and files
* First commit of re-structuring phase one. We have started using automake inStig Bakken1999-04-171-0/+386
sub-directories and started to move extension code into ext/<name>. For now, I have moved the "standard" extension (which is quite a mix of everything right now) and the GD extension into their own subdirs in ext/. The configure script now also runs configure in the libzend directory automatically and makes sure php4 and libzend use the same config.cache file. To avoid running configure in libzend, use the --no-recursion option. "make" in php4 also builds libzend now. The Apache module doesn't compile right now, but a fix for that is coming up.