1
0
mirror of https://github.com/php/php-src.git synced 2026-04-25 17:08:14 +02:00
Commit Graph

87 Commits

Author SHA1 Message Date
Frank M. Kromann 87b412dc3a Revert patch for warnings about missing headers. These are fixed in the latest version of libming.
Sync code for SWFMovie::streamMP3. This function will now return the number of frames in the file.
2006-11-09 09:19:21 +00:00
Marcus Boerger 76b73a6ff2 - MFH: Include new headers only if present 2006-11-03 18:57:50 +00:00
Hannes Magnusson 9445a302ae MFH: missing includes 2006-11-03 14:06:59 +00:00
Ilia Alshanetsky e2c6d3edae E_ERROR > E_RECOVERABLE_ERROR 2006-05-22 14:22:26 +00:00
Marcus Boerger f08316b525 - MFH Proto fixes 2006-03-06 10:06:25 +00:00
foobar 5bd93221a8 bump year and license version 2006-01-01 12:51:34 +00:00
Marcus Boerger c13c6e4f68 - Fix build for new ming versions
# Maybe we should check if it is safe to MFH all the corresponding changes
# in head. But why is this out of sync anyway?
2005-11-24 00:51:44 +00:00
Frank M. Kromann 9aa81a786b Revert the last patch so we can release PHP 5.1 2005-08-11 03:54:06 +00:00
Frank M. Kromann 806961aeee Cleanup to match the current cvs version of ming0.3beta 2005-08-06 05:30:20 +00:00
foobar 23e671a51e - Bumber up year 2005-08-03 14:08:58 +00:00
Marcus Boerger 503330fb88 - Provide distinction and distinct tests 2005-07-18 00:14:54 +00:00
Marcus Boerger 70ec0f41ac - Compatibility with ming 0.2a and 0.3a 2005-07-17 23:58:40 +00:00
Frank M. Kromann 7800086169 Adding missing zend_list_addref() and make SWFShape::drawArc() work 2004-12-15 18:01:31 +00:00
Rasmus Lerdorf 3d85a5d876 Slightly different fix for HEAD for the ming output method BC breaking
change.
2004-10-01 19:28:45 +00:00
Marcus Boerger 8e56b3b6a6 Proper #ifdef'ing 2004-09-09 09:08:33 +00:00
Frank M. Kromann aa25757136 Make it possible to return VideoStream and PrebuiltClip 2004-09-07 19:40:18 +00:00
Frank M. Kromann 57f3b2504e Adding swfvideostreamp and swfprebuiltclipp, available in ming 0.3 2004-09-02 20:56:39 +00:00
Frank M. Kromann 15b6714595 Fix compilation with older versions of libMing. Thanks Markus 2004-07-19 22:23:13 +00:00
Frank M. Kromann d889a123db Sync. with the API of libMing 0.3b1 2004-07-19 21:10:10 +00:00
Zeev Suraski 8b861ec798 Update to PHP-style prototypes
(a PHP function returning char *?  What were you smoking? :)
2004-05-30 15:12:08 +00:00
Marcus Boerger 43d3d8a0a4 Fix class names 2004-03-29 19:31:29 +00:00
Marcus Boerger d508cecfe3 Follow ming_xy naming convention 2004-03-27 00:38:35 +00:00
Frank M. Kromann 3d6ca9f2cc Fix complation errors after convertion to new macro's 2004-03-26 21:56:31 +00:00
Marcus Boerger 26b75f56c6 Use studlyCaps and new macros (that should be it) 2004-03-26 21:10:17 +00:00
Marcus Boerger 37a44999d3 Really use studlyCaps here 2004-03-25 22:06:36 +00:00
Andi Gutmans dbeb4158d2 - A belated happy holidays and PHP 5 2004-01-08 08:18:22 +00:00
Marcus Boerger f96427a044 Actually register the class 2003-12-12 08:45:51 +00:00
Frank M. Kromann 72297f444b Adding missing class init's for new ming 0.3a functions 2003-11-15 00:53:39 +00:00
Marcus Boerger 038cb2dc9a Compiler fixes for older ming versions 2003-11-12 09:12:51 +00:00
Ilia Alshanetsky 648a1e0d78 Added mandatory safe_mode & open_basedir checks. 2003-11-07 01:17:32 +00:00
Frank M. Kromann f68114414b Getting rid of c++ style comments 2003-11-06 16:50:40 +00:00
Frank M. Kromann 2c3edcea09 MFB: Adding new features from ming 0.3a. 2003-11-06 07:29:38 +00:00
foobar 9539471c60 Fixed ming to work with new OO stuff. Patch by tony2001 at phpclub dot net 2003-09-07 16:11:41 +00:00
foobar b5184a6fb0 Fix the compile warnings properly 2003-08-11 01:54:45 +00:00
Marcus Boerger 9274d2c203 Nuke unused vars 2003-08-10 20:39:19 +00:00
foobar 2deb3c224d - CS/WS fixes
- Updated CREDITS
- Added some kind of version check for ming..
- Fixed some possible BC issues.
2003-07-11 07:48:13 +00:00
Frank M. Kromann 5baaa6aee1 Allow the use of both ming 0.2a and 0.3a (API\s changed) 2003-07-11 05:55:13 +00:00
Frank M. Kromann 4b70683464 Adding missing compression paramters to output functions 2003-07-10 05:07:07 +00:00
Marcus Boerger 019d70e67a ZTS fix 2003-07-02 21:37:46 +00:00
Ilia Alshanetsky 46d834aad2 Fixed a crash when text is added before a font is specified. 2003-07-02 02:04:00 +00:00
Andrey Hristov e1b285dc93 updating license to 3.0 2003-06-16 15:25:00 +00:00
Andrey Hristov e064275b03 load of proto fixes 2003-06-16 15:12:56 +00:00
James Cox f68c7ff249 updating license information in the headers. 2003-06-10 20:04:29 +00:00
Stefan Esser af4aa97d1e Fixing functionicalls with variable number of parameters... 2003-03-06 20:31:20 +00:00
Sebastian Bergmann b506f5c8f8 Bump year. 2002-12-31 16:08:15 +00:00
Marcus Boerger 0b8c9fc5b2 fix warnings 2002-11-12 21:11:01 +00:00
Marcus Boerger 1ad91e8b9b fix warnings 2002-11-12 15:09:44 +00:00
Ilia Alshanetsky 1a3e0f0487 Fixed compile error. 2002-11-12 14:18:25 +00:00
Marcus Boerger c53e21ef05 php_error() => php_error_docref() 2002-11-12 13:16:13 +00:00
Wez Furlong 0141e97052 Make these all work with persistent streams too. 2002-09-25 15:46:47 +00:00