Revision tags: php-4.2.3RC1 |
|
#
2df2e24a |
| 12-Aug-2002 |
Marcus Boerger |
check for fabsf and floorf in config.m4 msvc.6 needs a define, msvc.net needs special treatment |
Revision tags: dev |
|
#
3177f1ca |
| 23-Jul-2002 |
foobar |
Fix bug: #18479. Better error message what was not found. |
Revision tags: php-4.2.2 |
|
#
a85f813b |
| 17-Jul-2002 |
foobar |
Remove evil quotes |
#
71b0e91b |
| 13-Jul-2002 |
foobar |
Really fix it this time.. |
#
1e48f667 |
| 13-Jul-2002 |
foobar |
Fixed the undefined reference to 'gdttf' errors when using bundled GD lib. # I removed that in the first place..don't remember why. :( |
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. |