Revision tags: INITIAL_IMPORT_SOURCEFORGE, xmlrpc_epi_0_51_merge_pt, php-4.3.0dev_zend2_alpha2 |
|
#
78adadaf |
| 28-Jun-2002 |
foobar |
Remove unused files.
|
#
feb450ba |
| 28-Jun-2002 |
foobar |
- Fix bug: #17671
|
#
33b5d72f |
| 25-Jun-2002 |
Marcus Boerger |
imageellipse is removed in 2.01 #maybe someone reintroduces this one in bundled lib?
|
#
2a6980a7 |
| 24-Jun-2002 |
Derick Rethans |
- Make functions not exist when they are not available. This means you can now safely do function_exists() on all gd functions.
|
#
5060a9b3 |
| 19-Jun-2002 |
foobar |
Fix bug: #17130
|
Revision tags: php-4.3.0dev, php5_5_0 |
|
#
c5dc21f8 |
| 09-Jun-2002 |
Sander Roobol |
Made phpinfo() show if we're using the bundled version of GD
|
#
a2849b86 |
| 09-Jun-2002 |
Sander Roobol |
Fixed detection of JPEG support in bundled version of GD.
|
Revision tags: RELEASE_0_90 |
|
#
9a47e545 |
| 04-Jun-2002 |
foobar |
- Fixed the include paths for the needed libraries for bundled libgd. - Removed files which are not needed with libgd2 from the PHP_NEW_EXTENSION.
|
#
1a06a2fa |
| 04-Jun-2002 |
foobar |
- Made the bundled libgd actually work. Fixed bug: #17244
|
Revision tags: php-4.3.0dev_zend2_alpha1, BEFORE_OBJECTS_STORE, SAFEGUARD_3_0_BETA1_RC1_26062002, RELEASE_0_11, NEW_UI_API_BP, RELEASE_0_10, RELEASE_0_4, php-4.3.0dev-ZendEngine2, php-4.3.0dev-ZendEngine2-Preview1, php-4.2.1, php-4.2.1RC2, php-4.2.1RC1 |
|
#
4586a989 |
| 23-Apr-2002 |
foobar |
Wrong variable used here..
|
Revision tags: php-4.2.0 |
|
#
36751953 |
| 20-Apr-2002 |
jim winstead |
include the checks for various support libraries to --with-gd=php section. the libgd stuff needs some additional checks to handle the presence/absence of things like libpng, but this helps wh
include the checks for various support libraries to --with-gd=php section. the libgd stuff needs some additional checks to handle the presence/absence of things like libpng, but this helps when most things are included.
show more ...
|
#
95e9eb35 |
| 20-Apr-2002 |
jim winstead |
s/.o/.c/
|
Revision tags: php-4.2.0RC4 |
|
#
83719f5c |
| 13-Apr-2002 |
Sascha Schumann |
s/==/=/
|
#
be2078bb |
| 13-Apr-2002 |
Rasmus Lerdorf |
oops
|
#
7a8cade3 |
| 13-Apr-2002 |
Rasmus Lerdorf |
Initial commit of the built-in libgd based on GD-2.0.1 This initial checkin has no changes to any of the libgd code so it can be used as a basis for diffs. It also will not build currently b
Initial commit of the built-in libgd based on GD-2.0.1 This initial checkin has no changes to any of the libgd code so it can be used as a basis for diffs. It also will not build currently because of this. The PHP gd checks need to be incorporated along with a bit of other config magic. It also shouldn't break the build and will only take effect if you use --with-gd=php right now.
show more ...
|
Revision tags: php-4.2.0RC3, php-4.2.0RC2, php-4.2.0RC1 |
|
#
956a7762 |
| 20-Mar-2002 |
foobar |
- This is not needed here
|
Revision tags: help |
|
#
5cba3a99 |
| 12-Mar-2002 |
Sascha Schumann |
extension converted automatically to PHP_NEW_EXTENSION. Manually confirmed
|
#
5634d3a8 |
| 07-Mar-2002 |
Rui Hirokawa |
reverted my patch to fix freetype2 related problem.
|
Revision tags: php-4.1.2 |
|
#
8cfa80d0 |
| 23-Feb-2002 |
Rui Hirokawa |
fixed configure error with freetype1.
|
Revision tags: BEFORE_NEW_OBJECT_MODEL, PRE_ISSET_PATCH |
|
#
26a12ba9 |
| 13-Jan-2002 |
Rui Hirokawa |
fixed some link error of gd's configure.
|
Revision tags: php-4.1.1, PRE_FUNC_RETURNS_OBJECT_PATCH, ChangeLog, php-4.1.0, php-4.1.0RC5 |
|
#
f1397d53 |
| 30-Nov-2001 |
foobar |
Unified the configure messages.
|
Revision tags: php-4.1.0RC4, php-4.1.0RC3, php-4.1.0RC2 |
|
#
13ed1f43 |
| 10-Nov-2001 |
foobar |
Fixed bug: #13955.Checks now for png_write_image().
|
Revision tags: POST_PARAMETER_PARSING_API |
|
#
19cfee42 |
| 23-Oct-2001 |
foobar |
Support also --with-gd (without path). Please test this!
|
#
cf65fad6 |
| 23-Oct-2001 |
foobar |
This patch should reduce the amount of 'bogus' bug reports when people have two or more different versions of GD library installed.
|
Revision tags: PRE_PARAMETER_PARSING_API, php-4.1.0RC1, php4, php-4.0.7RC3, POST_SUBST_Z_MACROS, PRE_SUBST_Z_MACROS, php-4.0.7RC2 |
|
#
e4df7dc7 |
| 07-Sep-2001 |
foobar |
if test -f /usr/local/lib/libexample.s?; then <-- no workie if test -f /usr/local/lib/libexample.so; then <-- workie # # You can all point at me and laugh now.. :( #
|