Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mark some huge arrays as read-only | Nuno Lopes | 2006-09-15 | 1 | -2/+2 |
| | |||||
* | -fix build as shared or separate from main build (bfrance) | Pierre Joye | 2005-10-09 | 1 | -0/+4 |
| | |||||
* | Move global symbols defined by bundled copy of libgd into private | Joe Orton | 2004-08-31 | 1 | -0/+2 |
| | | | | | | php_gd_* namespace, to avoid symbol conflicts with, for instance, another Apache module which loads a different copy of libgd. | ||||
* | Initial commit of the built-in libgd based on GD-2.0.1 | Rasmus Lerdorf | 2002-04-13 | 1 | -0/+728 |
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. |