summaryrefslogtreecommitdiff
path: root/ext/ming
Commit message (Collapse)AuthorAgeFilesLines
* Never add libraries without checking that they exist and can be linked.foobar2002-04-291-2/+3
|
* shlib suffix was not defind and rint() was not found without -lm.Rui Hirokawa2002-04-291-1/+2
|
* Some ws fixes and general cleanup.foobar2002-04-082-2040/+1733
|
* Fixed compile failure with ZTS build.foobar2002-04-071-0/+2
|
* - Fixed bug: #16203foobar2002-03-271-1/+1
| | | | | # unconditionally adding libraries which are not even neeeded is evil.
* - Fix bug spotted by Lukas Schroeder <lukas@edeal.de>.Markus Fischer2002-03-191-1/+1
|
* Streams now make more use of the memory manager, so tracking downWez Furlong2002-03-171-2/+2
| | | | | | leaking streams should be easier. # I hate these big commits
* fix win32 warning and ming leakWez Furlong2002-03-171-0/+2
|
* - Fixed some typos.foobar2002-03-161-3/+4
|
* correct some problems with mingWez Furlong2002-03-161-37/+17
|
* change * formattingWez Furlong2002-03-161-2/+2
|
* New PHP streams...Wez Furlong2002-03-151-19/+20
|
* extension converted automatically to PHP_NEW_EXTENSION. Manually confirmedSascha Schumann2002-03-122-9/+1
|
* - Fixed bug: #15190foobar2002-03-091-2/+2
|
* proto fixesHartmut Holzgraefe2001-12-151-2/+11
|
* Fixed a typo and added [] around the message text.foobar2001-12-121-2/+2
|
* More ZTS fixes.foobar2001-12-121-10/+2
|
* Fixed some compile problems (in ZTS mode)foobar2001-12-122-17/+14
|
* Update headers.Sebastian Bergmann2001-12-112-4/+4
|
* Unified the configure messages.foobar2001-11-301-3/+4
|
* * zend_module_entry change: apino, debug and zts are moved first,Stig Bakken2001-10-111-0/+2
| | | | | | see README.EXTENSIONS file for upgrade help. @Introduced extension version numbers (Stig)
* Fixed some protos.Egon Schmid2001-10-091-124/+99
|
* ming-0.2a needs rint() in libm.Rui Hirokawa2001-09-291-0/+3
|
* 2nd phase in back-substitution those macro'sJeroen van Wolffelaar2001-09-251-2/+2
| | | | | I've got pretty much everything now...
* Back-substitute for Z_* macro's. If it breaks some extension (the script ↵Jeroen van Wolffelaar2001-09-251-16/+16
| | | | isn't optimal, it parses for example var->zval.value incorrect) please let me know.
* proto fixes "double" -> "float"Hartmut Holzgraefe2001-09-211-21/+21
|
* - Don't wrap lines... this is annoying while coding.Derick Rethans2001-09-091-2/+2
|
* More compile warnings nuked.foobar2001-08-221-12/+14
|
* Added flags for SWFDisplayItem_addActionDave Hayden2001-08-201-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, indicatingDave Hayden2001-08-201-2/+2
| | | | | Ming 0.2a
* added function prototypes:Dave Hayden2001-08-201-0/+3
| | | | | | | PHP_RINIT_FUNCTION(ming) PHP_FUNCTION(swfdisplayitem_addAction) PHP_FUNCTION(ming_useSWFVersion)
* - ZE2 fixesAndi Gutmans2001-08-131-1/+1
|
* More TSRM work.foobar2001-08-071-172/+170
|
* some more eliminate-fetches-or-escalate-them-at-leastSascha Schumann2001-08-051-1/+3
|
* More TSRMLS_FETCH annihilationZeev Suraski2001-07-311-11/+25
|
* Avoid TSRMLS_FETCH()'s, and clean up a bit of stale extern's and layout on ↵Zeev Suraski2001-07-301-13/+13
| | | | the way
* Fix folding and clean up some extensionsRasmus Lerdorf2001-06-061-0/+9
|
* remove un-necessary inline bloat...Sterling Hughes2001-05-281-21/+21
|
* Killed compile warnings.foobar2001-05-282-14/+14
|
* * include "config.h" if HAVE_CONFIG_H is defined (for standalone dso build)Stig Bakken2001-05-241-0/+4
|
* Fix indentation of ./configure --help messages.Sascha Schumann2001-05-121-1/+1
|
* - Change macros from V_ to VCWD_ because of AIX name clashAndi Gutmans2001-04-301-7/+7
|
* Renamed the AC_ prefixed macros defined in acinclude.m4 to PHP_* prefixes.foobar2001-03-271-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.foobar2001-03-161-1/+6
|
* Killed a compile warning + made ming extension compile with the older ming libs.foobar2001-03-161-0/+3
|
* Missing files.foobar2001-03-161-0/+2
|
* Beutify + fix some errors in finding libs and header files.foobar2001-03-161-8/+5
|
* changed scalar args and returns to doubles, added Ming_setScale function,Dave Hayden2001-03-132-176/+169
| | | | | added SWFTEXTFIELD_HTML flag, fixed SWFTextField_setIndentation glitch
* - Fix copyright notices with 2001Andi Gutmans2001-02-262-2/+2
|
* nuke warning, and add dspDaniel Beulshausen2001-01-312-5/+107
|