| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Never add libraries without checking that they exist and can be linked. | foobar | 2002-04-29 | 1 | -2/+3 |
| | | |||||
| * | shlib suffix was not defind and rint() was not found without -lm. | Rui Hirokawa | 2002-04-29 | 1 | -1/+2 |
| | | |||||
| * | Some ws fixes and general cleanup. | foobar | 2002-04-08 | 2 | -2040/+1733 |
| | | |||||
| * | Fixed compile failure with ZTS build. | foobar | 2002-04-07 | 1 | -0/+2 |
| | | |||||
| * | - Fixed bug: #16203 | foobar | 2002-03-27 | 1 | -1/+1 |
| | | | | | | # unconditionally adding libraries which are not even neeeded is evil. | ||||
| * | - Fix bug spotted by Lukas Schroeder <lukas@edeal.de>. | Markus Fischer | 2002-03-19 | 1 | -1/+1 |
| | | |||||
| * | Streams now make more use of the memory manager, so tracking down | Wez Furlong | 2002-03-17 | 1 | -2/+2 |
| | | | | | | | leaking streams should be easier. # I hate these big commits | ||||
| * | fix win32 warning and ming leak | Wez Furlong | 2002-03-17 | 1 | -0/+2 |
| | | |||||
| * | - Fixed some typos. | foobar | 2002-03-16 | 1 | -3/+4 |
| | | |||||
| * | correct some problems with ming | Wez Furlong | 2002-03-16 | 1 | -37/+17 |
| | | |||||
| * | change * formatting | Wez Furlong | 2002-03-16 | 1 | -2/+2 |
| | | |||||
| * | New PHP streams... | Wez Furlong | 2002-03-15 | 1 | -19/+20 |
| | | |||||
| * | extension converted automatically to PHP_NEW_EXTENSION. Manually confirmed | Sascha Schumann | 2002-03-12 | 2 | -9/+1 |
| | | |||||
| * | - Fixed bug: #15190 | foobar | 2002-03-09 | 1 | -2/+2 |
| | | |||||
| * | proto fixes | Hartmut Holzgraefe | 2001-12-15 | 1 | -2/+11 |
| | | |||||
| * | Fixed a typo and added [] around the message text. | foobar | 2001-12-12 | 1 | -2/+2 |
| | | |||||
| * | More ZTS fixes. | foobar | 2001-12-12 | 1 | -10/+2 |
| | | |||||
| * | Fixed some compile problems (in ZTS mode) | foobar | 2001-12-12 | 2 | -17/+14 |
| | | |||||
| * | Update headers. | Sebastian Bergmann | 2001-12-11 | 2 | -4/+4 |
| | | |||||
| * | Unified the configure messages. | foobar | 2001-11-30 | 1 | -3/+4 |
| | | |||||
| * | * zend_module_entry change: apino, debug and zts are moved first, | Stig Bakken | 2001-10-11 | 1 | -0/+2 |
| | | | | | | | see README.EXTENSIONS file for upgrade help. @Introduced extension version numbers (Stig) | ||||
| * | Fixed some protos. | Egon Schmid | 2001-10-09 | 1 | -124/+99 |
| | | |||||
| * | ming-0.2a needs rint() in libm. | Rui Hirokawa | 2001-09-29 | 1 | -0/+3 |
| | | |||||
| * | 2nd phase in back-substitution those macro's | Jeroen van Wolffelaar | 2001-09-25 | 1 | -2/+2 |
| | | | | | | I've got pretty much everything now... | ||||
| * | Back-substitute for Z_* macro's. If it breaks some extension (the script ↵ | Jeroen van Wolffelaar | 2001-09-25 | 1 | -16/+16 |
| | | | | | isn't optimal, it parses for example var->zval.value incorrect) please let me know. | ||||
| * | proto fixes "double" -> "float" | Hartmut Holzgraefe | 2001-09-21 | 1 | -21/+21 |
| | | |||||
| * | - Don't wrap lines... this is annoying while coding. | Derick Rethans | 2001-09-09 | 1 | -2/+2 |
| | | |||||
| * | More compile warnings nuked. | foobar | 2001-08-22 | 1 | -12/+14 |
| | | |||||
| * | Added flags for SWFDisplayItem_addAction | Dave Hayden | 2001-08-20 | 1 | -78/+197 |
| | | | | | | | | | | | | Added Ming RINIT function Added error handler for reporting Ming errors in PHP environment Added size arg to drawGlyph function Added swfdisplayitem_addAction function Added ming_useSWFVersion function for selecting SWF 4 compatibility Added SWFBitmap object Added hacky SWFInput object for loading data from file/network/process | ||||
| * | changed version check to look for function Ming_useSWFVersion, indicating | Dave Hayden | 2001-08-20 | 1 | -2/+2 |
| | | | | | | Ming 0.2a | ||||
| * | added function prototypes: | Dave Hayden | 2001-08-20 | 1 | -0/+3 |
| | | | | | | | | PHP_RINIT_FUNCTION(ming) PHP_FUNCTION(swfdisplayitem_addAction) PHP_FUNCTION(ming_useSWFVersion) | ||||
| * | - ZE2 fixes | Andi Gutmans | 2001-08-13 | 1 | -1/+1 |
| | | |||||
| * | More TSRM work. | foobar | 2001-08-07 | 1 | -172/+170 |
| | | |||||
| * | some more eliminate-fetches-or-escalate-them-at-least | Sascha Schumann | 2001-08-05 | 1 | -1/+3 |
| | | |||||
| * | More TSRMLS_FETCH annihilation | Zeev Suraski | 2001-07-31 | 1 | -11/+25 |
| | | |||||
| * | Avoid TSRMLS_FETCH()'s, and clean up a bit of stale extern's and layout on ↵ | Zeev Suraski | 2001-07-30 | 1 | -13/+13 |
| | | | | | the way | ||||
| * | Fix folding and clean up some extensions | Rasmus Lerdorf | 2001-06-06 | 1 | -0/+9 |
| | | |||||
| * | remove un-necessary inline bloat... | Sterling Hughes | 2001-05-28 | 1 | -21/+21 |
| | | |||||
| * | Killed compile warnings. | foobar | 2001-05-28 | 2 | -14/+14 |
| | | |||||
| * | * include "config.h" if HAVE_CONFIG_H is defined (for standalone dso build) | Stig Bakken | 2001-05-24 | 1 | -0/+4 |
| | | |||||
| * | Fix indentation of ./configure --help messages. | Sascha Schumann | 2001-05-12 | 1 | -1/+1 |
| | | |||||
| * | - Change macros from V_ to VCWD_ because of AIX name clash | Andi Gutmans | 2001-04-30 | 1 | -7/+7 |
| | | |||||
| * | Renamed the AC_ prefixed macros defined in acinclude.m4 to PHP_* prefixes. | foobar | 2001-03-27 | 1 | -2/+2 |
| | | | | | | # Heads up people! I tested this before committing but you never know.. | ||||
| * | Added a check for the one function missing in <= 0.1.0 versions of ming lib. | foobar | 2001-03-16 | 1 | -1/+6 |
| | | |||||
| * | Killed a compile warning + made ming extension compile with the older ming libs. | foobar | 2001-03-16 | 1 | -0/+3 |
| | | |||||
| * | Missing files. | foobar | 2001-03-16 | 1 | -0/+2 |
| | | |||||
| * | Beutify + fix some errors in finding libs and header files. | foobar | 2001-03-16 | 1 | -8/+5 |
| | | |||||
| * | changed scalar args and returns to doubles, added Ming_setScale function, | Dave Hayden | 2001-03-13 | 2 | -176/+169 |
| | | | | | | added SWFTEXTFIELD_HTML flag, fixed SWFTextField_setIndentation glitch | ||||
| * | - Fix copyright notices with 2001 | Andi Gutmans | 2001-02-26 | 2 | -2/+2 |
| | | |||||
| * | nuke warning, and add dsp | Daniel Beulshausen | 2001-01-31 | 2 | -5/+107 |
| | | |||||
