summaryrefslogtreecommitdiff
path: root/ext/standard/iptc.c
Commit message (Collapse)AuthorAgeFilesLines
* Maintain headers.Sebastian Bergmann2002-02-281-1/+1
|
* Update headers.Sebastian Bergmann2001-12-111-2/+2
|
* Back-substitute for Z_* macro's. If it breaks some extension (the script ↵Jeroen van Wolffelaar2001-09-251-10/+10
| | | | isn't optimal, it parses for example var->zval.value incorrect) please let me know.
* - Don't wrap lines... this is annoying while coding.Derick Rethans2001-09-091-2/+2
|
* WhitespaceZeev Suraski2001-08-111-34/+34
|
* more tsrm cleanup -- output.c is not doing any fetches anymoreSascha Schumann2001-08-051-26/+26
|
* More TSRMLS_FETCH work. Got it under 400 now.Zeev Suraski2001-07-311-1/+2
|
* @ - Fixed crash in iptcparse() if the supplied data was bogus. (Thies)Thies C. Arntzen2001-07-131-1/+1
|
* Fix folding and clean up some extensionsRasmus Lerdorf2001-06-061-1/+17
|
* vim-6 does folding - clean up a bunch of missing folding tags plusRasmus Lerdorf2001-06-051-0/+2
| | | | | some misguided RINIT and RSHUTDOWN calls in a few fringe extensions
* - Change macros from V_ to VCWD_ because of AIX name clashAndi Gutmans2001-04-301-1/+1
|
* - Fix copyright notices with 2001Andi Gutmans2001-02-261-1/+1
|
* @- Fixed some modules to allow using output-buffering. (Thies)Thies C. Arntzen2001-02-151-10/+0
| | | | | | | | | i nuked all unneded calls to php_header() - i'm not too sure how we do handle HEAD Requests as they were only detected via php_header(). but calling php_header from a module makes output-buffering unusable. NOTICE: there is some EBSDIC stuff in gd.c - i think it's obsolete.
* update my email.Thies C. Arntzen2000-10-291-1/+1
|
* - ARG_COUNT(ht) -> ZEND_NUM_ARGS() mega patchAndi Gutmans2000-06-051-2/+2
|
* Update the license with the new clause 6Zeev Suraski2000-05-181-2/+2
|
* - Change PHP_ to V_ (directory & file functions)Andi Gutmans2000-04-151-1/+1
|
* - Hopefully got most of them. We also need a chdir_file function likeAndi Gutmans2000-03-301-1/+1
| | | | | for Apache.
* More protos.Egon Schmid2000-02-241-2/+2
|
* the pipe is breaking all the timeZeev Suraski2000-02-191-2/+2
|
* Happy Y2K patch! Happy new year (or the new millennium, depending on whetherSascha Schumann2000-01-011-1/+1
| | | | | you start counting at 0 or 1).
* Change ALLOC_ZVAL() semanticsZeev Suraski1999-12-261-1/+1
|
* - Move more stuff to ALLOC_ZVAL(). We need to add those FREE_ZVAL()'s now.Andi Gutmans1999-12-241-1/+1
|
* @- Fixed buffer overruns in iptcembed(). (Thies)Thies C. Arntzen1999-12-221-1/+1
|
* - The tree compiles againZeev Suraski1999-12-181-3/+3
|
* More php3_ annihilationZeev Suraski1999-12-181-26/+26
|
* More php3_ annihilationZeev Suraski1999-12-171-1/+1
|
* More php3_ annihilationZeev Suraski1999-12-171-1/+1
|
* use ex-APIThies C. Arntzen1999-12-141-19/+19
|
* Clean up php3.*\.h files. The files itself are renamed, and references in allSascha Schumann1999-12-041-1/+1
| | | | | | .*\.[ch] files were changed. There is a slight chance that my script missed a few changes, please correct them manually.
* Removed '3' from key functions in PHP (maintained compatibility throughZeev Suraski1999-08-021-5/+5
| | | | | php3_compat.h)
* License updateZeev Suraski1999-07-161-20/+9
|
* Don't touch refcount and EA directlyZeev Suraski1999-07-091-2/+1
|
* Step 2:Zeev Suraski1999-07-091-1/+1
| | | | | Rename is_ref to EA
* ported IPTC fro php3Thies C. Arntzen1999-07-051-17/+284
|
* conv_proto *.[ch]Sascha Schumann1999-05-161-1/+1
|
* First commit of re-structuring phase one. We have started using automake inStig Bakken1999-04-171-0/+132
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.