summaryrefslogtreecommitdiff
path: root/ext/standard/iptc.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/standard/iptc.c')
-rw-r--r--ext/standard/iptc.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/ext/standard/iptc.c b/ext/standard/iptc.c
index 0fdab46b2c..4865d0c050 100644
--- a/ext/standard/iptc.c
+++ b/ext/standard/iptc.c
@@ -203,16 +203,6 @@ PHP_FUNCTION(iptcembed)
RETURN_FALSE;
}
- if (spool > 0)
- if (!php_header()){ /* we got a HEAD request. */
- if (spool == 2){
- RETURN_TRUE; /* we only wanted to spool - report success. */
- } else
- if (spool == 1) {
- spool = 0; /* we wanted the file to be spooled/returned, just return it */
- }
- }
-
len = (*iptcdata)->value.str.len;
if (spool < 2) {