| a2045ff |
|
01-Jan-2013 |
Xinchen Hui <laruence@php.net> |
Happy New Year~
/PHP_5_3/ext/standard/image.c
|
| e4ca0ed |
|
01-Jan-2012 |
Felipe Pena <felipe@php.net> |
- Year++
/PHP_5_3/ext/standard/image.c
|
| a0857d5 |
|
13-May-2011 |
Scott MacVicar <scottmac@php.net> |
Fixed bug #54723 - getimagesize() doesn't check the full ico signature and misreports mpg files
/PHP_5_3/ext/standard/image.c
|
| 927bf09 |
|
01-Jan-2011 |
Felipe Pena <felipe@php.net> |
- Year++
/PHP_5_3/ext/standard/image.c
|
| 112ac7e |
|
30-Jun-2010 |
Ilia Alshanetsky <iliaa@php.net> |
Fixed bug #33210 (getimagesize() fails to detect width/height on certain JPEGs).
/PHP_5_3/ext/standard/image.c
|
| 9ba1e81 |
|
03-Jan-2010 |
Sebastian Bergmann <sebastian@php.net> |
sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php
/PHP_5_3/ext/standard/image.c
|
| bb2283b |
|
17-Mar-2009 |
Scott MacVicar <scottmac@php.net> |
MFH Fix bug #47359 - Use the official unofficial mimetype for bmp files, this stops IE from getting confused.
/PHP_5_3/ext/standard/image.c
|
| 08659c2 |
|
31-Dec-2008 |
Sebastian Bergmann <sebastian@php.net> |
MFH: Bump copyright year, 3 of 3.
/PHP_5_3/ext/standard/image.c
|
| 8a77e55 |
|
23-Sep-2008 |
Nuno Lopes <nlopess@php.net> |
clean some dead code (with static analysis help)
/PHP_5_3/ext/standard/image.c
|
| 5fe7909 |
|
20-Jun-2008 |
Felipe Pena <felipe@php.net> |
- New parameter parsing API
/PHP_5_3/ext/standard/image.c
|
| 3be1a37 |
|
24-May-2008 |
Marcus Boerger <helly@php.net> |
- MFH Add constants and new test (test from testfest.php.net)
/PHP_5_3/ext/standard/image.c
|
| d1dded8 |
|
31-Dec-2007 |
Sebastian Bergmann <sebastian@php.net> |
MFH: Bump copyright year, 2 of 2.
/PHP_5_3/ext/standard/image.c
|
| c76e8e0 |
|
13-Oct-2007 |
Scott MacVicar <scottmac@php.net> |
Added icon file format support to getimagesize
/PHP_5_3/ext/standard/image.c
|
| 6723ed1 |
|
30-Sep-2007 |
Jani Taskinen <jani@php.net> |
MFH: Nuked ending dots from error messages
/PHP_5_3/ext/standard/image.c
|
| 75b5ce3 |
|
08-May-2007 |
Ilia Alshanetsky <iliaa@php.net> |
Fixed bug #41321 (downgrade read errors in getimagesize() to E_NOTICE).
/PHP_5_3/ext/standard/image.c
|
| 50ea267 |
|
24-Feb-2007 |
Marcus Boerger <helly@php.net> |
- Avoid sprintf, even when checked copy'n'paste or changes lead to errors
/PHP_5_3/ext/standard/image.c
|
| 4223aa4 |
|
01-Jan-2007 |
Sebastian Bergmann <sebastian@php.net> |
MFH: Bump year.
/PHP_5_3/ext/standard/image.c
|
| d836ff6 |
|
25-Jun-2006 |
Hannes Magnusson <bjori@php.net> |
WS fix
/PHP_5_3/ext/standard/image.c
|
| 7b6bf33 |
|
25-Jun-2006 |
Hannes Magnusson <bjori@php.net> |
MFH: image_type_to_mime_type()
/PHP_5_3/ext/standard/image.c
|
| 5bd9322 |
|
01-Jan-2006 |
foobar <sniper@php.net> |
bump year and license version
/PHP_5_3/ext/standard/image.c
|
| d0a54af |
|
05-Dec-2005 |
foobar <sniper@php.net> |
MFH: Nuke php3 legacy
/PHP_5_3/ext/standard/image.c
|
| 23e671a |
|
03-Aug-2005 |
foobar <sniper@php.net> |
- Bumber up year
/PHP_5_3/ext/standard/image.c
|
| fd39628 |
|
01-Jun-2005 |
Ilia Alshanetsky <iliaa@php.net> |
Fixed bug #33210 (relax jpeg recursive loop protection).
/PHP_5_3/ext/standard/image.c
|
| ef64180 |
|
06-Mar-2005 |
Marcus Boerger <helly@php.net> |
- Actuall the comments were correct
/PHP_5_3/ext/standard/image.c
|
| c8687cd |
|
06-Mar-2005 |
Ilia Alshanetsky <iliaa@php.net> |
Fixed bug #29424 (width and height inverted for JPEG2000 files).
/PHP_5_3/ext/standard/image.c
|
| 14abc19 |
|
01-Mar-2005 |
Stefan Esser <sesser@php.net> |
Handle last or broken JP2 boxes correctly.
/PHP_5_3/ext/standard/image.c
|
| 67fd1f2 |
|
01-Mar-2005 |
Marcus Boerger <helly@php.net> |
- MFB
/PHP_5_3/ext/standard/image.c
|
| 0367674 |
|
27-Feb-2005 |
Ilia Alshanetsky <iliaa@php.net> |
Fixed compiler warnings.
/PHP_5_3/ext/standard/image.c
|
| 89d75d5 |
|
24-Feb-2005 |
Marcus Boerger <helly@php.net> |
- Little speed up
/PHP_5_3/ext/standard/image.c
|
| 72dc2d1 |
|
24-Feb-2005 |
Marcus Boerger <helly@php.net> |
- This must be == 1
/PHP_5_3/ext/standard/image.c
|
| 30f870f |
|
24-Feb-2005 |
Marcus Boerger <helly@php.net> |
- Prevent superflous memory allocation
/PHP_5_3/ext/standard/image.c
|
| fac3e54 |
|
23-Feb-2005 |
Ilia Alshanetsky <iliaa@php.net> |
Additional safety checks. # More to follow
/PHP_5_3/ext/standard/image.c
|
| 3f5e714 |
|
23-Feb-2005 |
Marcus Boerger <helly@php.net> |
- Slightly redesign # More to follow, explanation follows at more public place
/PHP_5_3/ext/standard/image.c
|
| 5316f7b |
|
04-Oct-2004 |
Ilia Alshanetsky <iliaa@php.net> |
Fixed bug #30281 (Prevent non-wbmp images from being detected as such).
/PHP_5_3/ext/standard/image.c
|
| bc90ecb |
|
25-Sep-2004 |
Anantha Kesari H Y <hyanantha@php.net> |
removed unwanted NEW_LIBC checks
/PHP_5_3/ext/standard/image.c
|
| 318be17 |
|
11-Aug-2004 |
Derick Rethans <derick@php.net> |
- Added a notice to getimagesize in case zlib is not available and a compressed SWF movie has been passed to the function.
/PHP_5_3/ext/standard/image.c
|
| 9729405 |
|
30-Jul-2004 |
Ilia Alshanetsky <iliaa@php.net> |
Fixed bug #29443 (Sanity check for wbmp detection).
/PHP_5_3/ext/standard/image.c
|
| dbeb415 |
|
08-Jan-2004 |
Andi Gutmans <andi@php.net> |
- A belated happy holidays and PHP 5
/PHP_5_3/ext/standard/image.c
|
| 4911e83 |
|
15-Dec-2003 |
Marcus Boerger <helly@php.net> |
Check validity of seeks. WS/CS
/PHP_5_3/ext/standard/image.c
|
| e898ae9 |
|
27-Nov-2003 |
Ilia Alshanetsky <iliaa@php.net> |
Added image_type_to_extension() function.
/PHP_5_3/ext/standard/image.c
|
| 81d1a19 |
|
12-Nov-2003 |
Marcus Boerger <helly@php.net> |
Bugfix #26216: ("getimagesize(): stream does not support seeking" when using remote files)
/PHP_5_3/ext/standard/image.c
|
| ee0f709 |
|
25-Oct-2003 |
Marcus Boerger <helly@php.net> |
- Fixed bug #25581 (getimagesize () return incorrect values on bitmap (os2) files)
/PHP_5_3/ext/standard/image.c
|
| 5e40faa |
|
09-Sep-2003 |
foobar <sniper@php.net> |
- Fixed bug #25211 (image.c compile failure with AIX)
/PHP_5_3/ext/standard/image.c
|
| f68c7ff |
|
10-Jun-2003 |
James Cox <imajes@php.net> |
updating license information in the headers.
/PHP_5_3/ext/standard/image.c
|
| c34fde0 |
|
14-Feb-2003 |
Marcus Boerger <helly@php.net> |
a little bit slower but somewhat tricky and more flexible and it does not allocate static buffers anymore
/PHP_5_3/ext/standard/image.c
|
| a91a14a |
|
13-Feb-2003 |
foobar <sniper@php.net> |
ws fix
/PHP_5_3/ext/standard/image.c
|
| a09e139 |
|
09-Feb-2003 |
foobar <sniper@php.net> |
Fixed compile failures when ZLIB / PCRE are compiled as shared extensions in same build.
/PHP_5_3/ext/standard/image.c
|
| 3e675c1 |
|
01-Feb-2003 |
Marcus Boerger <helly@php.net> |
avoid warnings
/PHP_5_3/ext/standard/image.c
|
| 27ccc66 |
|
01-Feb-2003 |
Marcus Boerger <helly@php.net> |
@Added XBM support for GetImageSize(). (helly)
/PHP_5_3/ext/standard/image.c
|
| 758ea30 |
|
25-Jan-2003 |
Ilia Alshanetsky <iliaa@php.net> |
Fixed compiler warning.
/PHP_5_3/ext/standard/image.c
|
| 71e9f8c |
|
18-Jan-2003 |
Ilia Alshanetsky <iliaa@php.net> |
Removed pointless memory allocation checks.
/PHP_5_3/ext/standard/image.c
|
| 973c5fa |
|
17-Jan-2003 |
Marcus Boerger <helly@php.net> |
fix jp2 detection and add testfile
/PHP_5_3/ext/standard/image.c
|
| 8958762 |
|
16-Jan-2003 |
Marcus Boerger <helly@php.net> |
- corrected error in file detection for very small files - JPEG 2000 support, mostly Adam Wright <adam@elysium.ltd.uk> @Enhanced jpeg 2000 support for GetImageSize(). (marcus, Adam Wright)
/PHP_5_3/ext/standard/image.c
|
| 66fd500 |
|
09-Jan-2003 |
foobar <sniper@php.net> |
Fix the ZTS build.
/PHP_5_3/ext/standard/image.c
|
| 072be90 |
|
08-Jan-2003 |
Ilia Alshanetsky <iliaa@php.net> |
Added support for WBMP images.
/PHP_5_3/ext/standard/image.c
|
| b506f5c |
|
31-Dec-2002 |
Sebastian Bergmann <sebastian@php.net> |
Bump year.
/PHP_5_3/ext/standard/image.c
|
| 19d5e53 |
|
05-Dec-2002 |
Marcus Boerger <helly@php.net> |
Remove unnecessary code here
/PHP_5_3/ext/standard/image.c
|
| 373361d |
|
05-Dec-2002 |
Marcus Boerger <helly@php.net> |
Return FALSE on error as mentioned by John Coggeshall. See Bug #20822
/PHP_5_3/ext/standard/image.c
|
| 7751c4f |
|
19-Nov-2002 |
Ilia Alshanetsky <iliaa@php.net> |
Do not register IMAGETYPE_SWC if zlib, which is needed for parsing of swc files is not available.
/PHP_5_3/ext/standard/image.c
|
| a3d821c |
|
18-Nov-2002 |
Marcus Boerger <helly@php.net> |
Added colordepth for png
/PHP_5_3/ext/standard/image.c
|
| 2545693 |
|
18-Nov-2002 |
Marcus Boerger <helly@php.net> |
Fixing unsigned/signed problems (and i thought about it before...)
/PHP_5_3/ext/standard/image.c
|
| e93f1c0 |
|
18-Nov-2002 |
Derick Rethans <derick@php.net> |
- Remove outdated GPL clause; the file was totally rewritten
/PHP_5_3/ext/standard/image.c
|
| a315790 |
|
16-Nov-2002 |
Marcus Boerger <helly@php.net> |
Make getimagesize more robust against corrupt files
/PHP_5_3/ext/standard/image.c
|
| 619fc2c |
|
12-Nov-2002 |
Ilia Alshanetsky <iliaa@php.net> |
Data manipulation (for big endian transformation) should occur after the data has been read from file.
/PHP_5_3/ext/standard/image.c
|
| d28e3d9 |
|
08-Nov-2002 |
Ilia Alshanetsky <iliaa@php.net> |
Fixed prototype of image_type_to_mime_type(), bug #20094.
/PHP_5_3/ext/standard/image.c
|
| 15fb290 |
|
07-Nov-2002 |
Ilia Alshanetsky <iliaa@php.net> |
Fixed a crash in image_type_to_mime_type(), when a non integer value is passed to the function. Fixed Width/Height detection of bmp files on big endian systems. Added bit depth detection for bmp files.
/PHP_5_3/ext/standard/image.c
|
| 869c42a |
|
18-Sep-2002 |
Ilia Alshanetsky <iliaa@php.net> |
Added additional handlers for compressed swf files, which require entire file to be downloaded for successful decompression.
/PHP_5_3/ext/standard/image.c
|
| 0ea12a4 |
|
06-Sep-2002 |
Anantha Kesari H Y <hyanantha@php.net> |
NetWare related additions/modifications
/PHP_5_3/ext/standard/image.c
|
| 149ad05 |
|
24-Aug-2002 |
Marcus Boerger <helly@php.net> |
php_error_docref #New conversion available at: http://docref.txt.marcus-boerger.de
/PHP_5_3/ext/standard/image.c
|
| 48634e4 |
|
12-Jul-2002 |
foobar <sniper@php.net> |
- Fixed compile (bug #18297) on such systems which define uchar.
/PHP_5_3/ext/standard/image.c
|
| 728f2de |
|
08-Jul-2002 |
Derick Rethans <derick@php.net> |
Unify error messages
/PHP_5_3/ext/standard/image.c
|
| d73eed9 |
|
01-Jul-2002 |
Derick Rethans <derick@php.net> |
- No C++ comments
/PHP_5_3/ext/standard/image.c
|
| 43ec2df |
|
25-Jun-2002 |
Marcus Boerger <helly@php.net> |
bits/channels for gif
/PHP_5_3/ext/standard/image.c
|
| ba6498e |
|
24-Jun-2002 |
Marcus Boerger <helly@php.net> |
missing return value
/PHP_5_3/ext/standard/image.c
|
| cccc4e3 |
|
24-Jun-2002 |
Marcus Boerger <helly@php.net> |
register IMAGETYPE_<xxx> constants in image.c as they are needed there.
/PHP_5_3/ext/standard/image.c
|
| 48bdf08 |
|
24-Jun-2002 |
Marcus Boerger <helly@php.net> |
@GetImageSize now allways set fields unknown to 0 and new Imagetype @iff. (Marcus)
/PHP_5_3/ext/standard/image.c
|
| 1f56d4b |
|
23-Jun-2002 |
Marcus Boerger <helly@php.net> |
-imagetype2mimetype renamed to image_type_to_mime_type
/PHP_5_3/ext/standard/image.c
|
| c8f1529 |
|
22-Jun-2002 |
Marcus Boerger <helly@php.net> |
@GetImageSize now returns additional index 'MimeType' and new function @imagetype2mimetype to convert php imagetypes to mime-types. (Marcus) #the reason why i export php_imagetype2mimetype is that i use that for #exif, too. Followup example will explain why.
/PHP_5_3/ext/standard/image.c
|
| d4b1909 |
|
22-Jun-2002 |
Marcus Boerger <helly@php.net> |
ws fix
/PHP_5_3/ext/standard/image.c
|
| de2c71e |
|
23-May-2002 |
Derick Rethans <derick@php.net> |
- Added support for compressed SWF (Flash MX) files to getimagesize(). (Fixes feature request #17272). @- Added support to getimagesize() for compressed Flash MX files. (Derick)
/PHP_5_3/ext/standard/image.c
|
| 9e91566 |
|
04-May-2002 |
Sascha Schumann <sas@php.net> |
entry_length was set but never used
/PHP_5_3/ext/standard/image.c
|
| 628e639 |
|
11-Apr-2002 |
Marcus Boerger <helly@php.net> |
fix warning
/PHP_5_3/ext/standard/image.c
|
| 659a071 |
|
20-Mar-2002 |
Wez Furlong <wez@php.net> |
Streams are all tracked as resources now. Add some logic that will help track down leaks when debug is enabled.
/PHP_5_3/ext/standard/image.c
|
| c9d5e13 |
|
18-Mar-2002 |
Wez Furlong <wez@php.net> |
TSRMLS related work on streams, as discussed with Zeev. # Should be the last "broad" commit for a while # Don't forget to make clean ; make
/PHP_5_3/ext/standard/image.c
|
| d2d8762 |
|
17-Mar-2002 |
Wez Furlong <wez@php.net> |
Streams now make more use of the memory manager, so tracking down leaking streams should be easier. # I hate these big commits
/PHP_5_3/ext/standard/image.c
|
| f24caf3 |
|
16-Mar-2002 |
Marcus Boerger <helly@php.net> |
-formatting
/PHP_5_3/ext/standard/image.c
|
| 94b6c6e |
|
16-Mar-2002 |
Marcus Boerger <helly@php.net> |
-use of corrected stream seek #thanks to Wez! #image.c no works again
/PHP_5_3/ext/standard/image.c
|
| 59ba0b5 |
|
16-Mar-2002 |
Marcus Boerger <helly@php.net> |
-new streams
/PHP_5_3/ext/standard/image.c
|
| 0f65280 |
|
15-Mar-2002 |
Wez Furlong <wez@php.net> |
New PHP streams...
/PHP_5_3/ext/standard/image.c
|
| e39dcad |
|
12-Mar-2002 |
Marcus Boerger <helly@php.net> |
-fixed bug 15174 -support for some broken jpegs: bug 13213 -better memory handling -initial jpeg2000 support (only jpc not jp2,jb2,jpx)
/PHP_5_3/ext/standard/image.c
|
| d09d38a |
|
08-Mar-2002 |
Marcus Boerger <helly@php.net> |
TIFF support for 'non' digicam files
/PHP_5_3/ext/standard/image.c
|
| f79e39c |
|
04-Mar-2002 |
Sebastian Bergmann <sebastian@php.net> |
Silence warning.
/PHP_5_3/ext/standard/image.c
|
| d95f691 |
|
04-Mar-2002 |
Marcus Boerger <helly@php.net> |
- TIFF support for GetImageSize @ TIFF support for GetImageSize (Marcus)
/PHP_5_3/ext/standard/image.c
|
| 90613d2 |
|
28-Feb-2002 |
Sebastian Bergmann <sebastian@php.net> |
Maintain headers.
/PHP_5_3/ext/standard/image.c
|
| 3893351 |
|
11-Dec-2001 |
Sebastian Bergmann <sebastian@php.net> |
Update headers.
/PHP_5_3/ext/standard/image.c
|
| c033288 |
|
25-Sep-2001 |
Jeroen van Wolffelaar <jeroen@php.net> |
Back-substitute for Z_* macro's. If it breaks some extension (the script isn't optimal, it parses for example var->zval.value incorrect) please let me know.
/PHP_5_3/ext/standard/image.c
|
| 78747bd |
|
09-Sep-2001 |
Derick Rethans <derick@php.net> |
- Don't wrap lines... this is annoying while coding.
/PHP_5_3/ext/standard/image.c
|
| 3151916 |
|
04-Sep-2001 |
Sterling Hughes <sterling@php.net> |
pval -> zval
/PHP_5_3/ext/standard/image.c
|
| c0404f4 |
|
11-Aug-2001 |
Zeev Suraski <zeev@php.net> |
Whitespace
/PHP_5_3/ext/standard/image.c
|
| b1de7fc |
|
31-Jul-2001 |
Zeev Suraski <zeev@php.net> |
More TSRMLS_FETCH annihilation. Enough for today...
/PHP_5_3/ext/standard/image.c
|
| b0224d5 |
|
30-Jul-2001 |
Zeev Suraski <zeev@php.net> |
Zend compatibility patch
/PHP_5_3/ext/standard/image.c
|
| 81e2cf0 |
|
06-Jun-2001 |
Rasmus Lerdorf <rasmus@php.net> |
Fix folding and clean up some extensions
/PHP_5_3/ext/standard/image.c
|
| 25c3a3a |
|
05-Jun-2001 |
Rasmus Lerdorf <rasmus@php.net> |
vim-6 does folding - clean up a bunch of missing folding tags plus some misguided RINIT and RSHUTDOWN calls in a few fringe extensions
/PHP_5_3/ext/standard/image.c
|
| ad36659 |
|
16-May-2001 |
foobar <sniper@php.net> |
Fixed bugs: #10297, #10615, #10783, #10880
/PHP_5_3/ext/standard/image.c
|
| d92522c |
|
04-May-2001 |
Sebastian Bergmann <sbergmann@php.net> |
Nuke unreferenced local variables.
/PHP_5_3/ext/standard/image.c
|
| 8909c33 |
|
03-May-2001 |
Derick Rethans <derick@php.net> |
- Applied a patch that enables getimagesize to return the size of .bmp and .psd files (Patch by Paul Jongsma <paulj@webtic.com>) @- Added support to getimagesize to return dimensions of BMP and PSD @ files (Derick)
/PHP_5_3/ext/standard/image.c
|
| d9b2f79 |
|
20-Apr-2001 |
foobar <sniper@php.net> |
ws pollution removed.
/PHP_5_3/ext/standard/image.c
|
| eb6ba01 |
|
26-Feb-2001 |
Andi Gutmans <andi@php.net> |
- Fix copyright notices with 2001
/PHP_5_3/ext/standard/image.c
|
| c2fb53b |
|
23-Feb-2001 |
Sascha Schumann <sas@php.net> |
Finish fopen-wrappers rename.
/PHP_5_3/ext/standard/image.c
|
| 721d599 |
|
20-Feb-2001 |
Daniel Beulshausen <dbeu@php.net> |
make gd work again under win32
/PHP_5_3/ext/standard/image.c
|
| ee73470 |
|
19-Jan-2001 |
foobar <sniper@php.net> |
@- Added URL support for getimagesize() function (Jani) # tested with all imagetypes. Also the iptc works.
/PHP_5_3/ext/standard/image.c
|
| 04720d3 |
|
11-Aug-2000 |
Derick Rethans <derick@php.net> |
- Fixed warning under VC6
/PHP_5_3/ext/standard/image.c
|
| 51fc3de |
|
29-Jul-2000 |
Thies C. Arntzen <thies@php.net> |
@- Fix reading of IPTC via GetImageInfo() for certain JPEG files. (Thies)
/PHP_5_3/ext/standard/image.c
|
| 50e9b1f |
|
01-Jul-2000 |
Andi Gutmans <andi@php.net> |
- Commit tiny patch to remove redundant code by Amit Schreiber.
/PHP_5_3/ext/standard/image.c
|
| baadf90 |
|
18-Jun-2000 |
Andi Gutmans <andi@php.net> |
- Nuke warning
/PHP_5_3/ext/standard/image.c
|
| 3701bc4 |
|
05-Jun-2000 |
Andi Gutmans <andi@php.net> |
- ARG_COUNT(ht) -> ZEND_NUM_ARGS() mega patch
/PHP_5_3/ext/standard/image.c
|
| 7eec199 |
|
04-Jun-2000 |
Rasmus Lerdorf <rasmus@php.net> |
@ Add SWF support to getimagesize() function (Derick Rethans) Add SWF support to getimagesize() function
/PHP_5_3/ext/standard/image.c
|
| e043439 |
|
18-May-2000 |
Zeev Suraski <zeev@php.net> |
Update the license with the new clause 6
/PHP_5_3/ext/standard/image.c
|
| 11acad9 |
|
17-May-2000 |
Egon Schmid <eschmid@php.net> |
Fixed the format.
/PHP_5_3/ext/standard/image.c
|
| e5a2f0f |
|
17-May-2000 |
Hartmut Holzgraefe <hholzgra@php.net> |
proto-takeover from php3
/PHP_5_3/ext/standard/image.c
|
| c9911a1 |
|
15-Apr-2000 |
Andi Gutmans <andi@php.net> |
- Change PHP_ to V_ (directory & file functions)
/PHP_5_3/ext/standard/image.c
|
| 9c3d630 |
|
30-Mar-2000 |
Andi Gutmans <andi@php.net> |
- Hopefully got most of them. We also need a chdir_file function like for Apache.
/PHP_5_3/ext/standard/image.c
|
| 86fa2aa |
|
19-Feb-2000 |
Zeev Suraski <zeev@php.net> |
the pipe is breaking all the time
/PHP_5_3/ext/standard/image.c
|
| 43ae2bf |
|
01-Jan-2000 |
Sascha Schumann <sas@php.net> |
Happy Y2K patch! Happy new year (or the new millennium, depending on whether you start counting at 0 or 1).
/PHP_5_3/ext/standard/image.c
|
| a1ad287 |
|
18-Dec-1999 |
Zeev Suraski <zeev@php.net> |
- The tree compiles again
/PHP_5_3/ext/standard/image.c
|
| 3ee4e65 |
|
18-Dec-1999 |
Zeev Suraski <zeev@php.net> |
More php3_ annihilation
/PHP_5_3/ext/standard/image.c
|
| 02d3b39 |
|
17-Dec-1999 |
Zeev Suraski <zeev@php.net> |
More php3_ annihilation
/PHP_5_3/ext/standard/image.c
|
| 1cad06a |
|
14-Dec-1999 |
Thies C. Arntzen <thies@php.net> |
(getimagesize) grrr, fixed newly (30 min ago) introduced NPR
/PHP_5_3/ext/standard/image.c
|
| d90daba |
|
14-Dec-1999 |
Thies C. Arntzen <thies@php.net> |
use _ex-API
/PHP_5_3/ext/standard/image.c
|
| 9e959a0 |
|
02-Sep-1999 |
Thies C. Arntzen <thies@php.net> |
newest GetImageSize renamed header-file
/PHP_5_3/ext/standard/image.c
|
| 3cb1eb0 |
|
02-Aug-1999 |
Zeev Suraski <zeev@php.net> |
Removed '3' from key functions in PHP (maintained compatibility through php3_compat.h)
/PHP_5_3/ext/standard/image.c
|
| c5724cb |
|
16-Jul-1999 |
Zeev Suraski <zeev@php.net> |
License update
/PHP_5_3/ext/standard/image.c
|
| 39691be |
|
16-May-1999 |
Sascha Schumann <sas@php.net> |
conv_proto *.[ch]
/PHP_5_3/ext/standard/image.c
|
| 0818d96 |
|
24-Apr-1999 |
Zeev Suraski <zeev@php.net> |
A lot of cleanups... Removed old thread-safe code and other redundant code and files
/PHP_5_3/ext/standard/image.c
|
| 257de2b |
|
17-Apr-1999 |
Stig Bakken <ssb@php.net> |
First commit of re-structuring phase one. We have started using automake in 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.
/PHP_5_3/ext/standard/image.c
|