summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
author <changelog@php.net>2001-03-06 02:09:13 +0000
committer <changelog@php.net>2001-03-06 02:09:13 +0000
commit31d171477997d100d84ef7010903b8f4e40b0025 (patch)
tree9ed4dda1d75851e2ef69f51d2e9ff5c81058a60a /ChangeLog
parent929551891eadbdac3091e863eea8878c8fb938e3 (diff)
downloadphp-git-31d171477997d100d84ef7010903b8f4e40b0025.tar.gz
ChangeLog update
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog20
1 files changed, 20 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 94decf8125..cf526a45a1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,23 @@
+2001-03-05 Rainer Schaaf <rjs@pdflib.com>
+
+ * ext/pdf/pdf.c: fixed bug in PDF_getbuffer (happend only on Windows)
+ When using PDFlib V4.0 the pdf_set(grey/rgbcolor) functions are replaced
+ by the PDFlib V4.0 function pdf_setcolor
+
+2001-03-05 Jani Taskinen <sniper@iki.fi>
+
+ * sapi/cgi/cgi_main.c: Fix help text for -f
+
+ * sapi/cgi/cgi_main.c:
+ Can't output any error messages if there isn't any function initialized
+ to do it..
+
+2001-03-05 Sean Bright <elixer@erols.com>
+
+ * ext/standard/file.c:
+ get_meta_tags now handles single quoted attributes as well as those that
+ are double quoted.
+
2001-03-04 Zeev Suraski <zeev@zend.com>
* ext/standard/info.c: