Frank M. Kromann
20e400b6c0
Backporting prebuilt and videostring functions
2005-04-15 19:13:49 +00:00
Dmitry Stogov
dec4b68d88
Fixed build with custom libming
2004-12-14 16:15:45 +00:00
Rasmus Lerdorf
98aa5b6eb2
Not sure when this BC breaking change snuck in, but the output method
...
didn't take an argument before and this compression argument is documented
to be optional but in the code it wasn't. This patch fixes the BC break
by making the compression argument optional.
2004-10-01 19:23:40 +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
90c80958b8
Commit the header, too.
2004-03-27 00:39:07 +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
Frank M. Kromann
542dc54ce4
Hack to check for ming version 0.2 and 0.3 to inclue the right libs.
2004-03-11 18:48:30 +00:00
foobar
f4983c0d3f
- Renamed all *php4* files to *php5*, changed all php4/PHP4 to php5/PHP5
2004-01-17 13:00:38 +00:00
foobar
ccfc46b0aa
- Happy new year and PHP 5 for rest of the files too..
...
# Should the LICENSE and Zend/LICENSE dates be updated too?
2004-01-08 17:33:29 +00:00
Andi Gutmans
dbeb4158d2
- A belated happy holidays and PHP 5
2004-01-08 08:18:22 +00:00
Wez Furlong
0c126e1233
make these build with new win32 build system.
...
mcve untested (I don't have those libs/headers)
2003-12-19 15:04:31 +00:00
Marcus Boerger
f96427a044
Actually register the class
2003-12-12 08:45:51 +00:00
Frank M. Kromann
4394ccf358
Fix win32 compilation. This will import the core_globals_id
2003-11-15 05:42:57 +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
821f517f63
- Simple test for ming
2003-09-05 14:46:38 +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
e050348b67
$Id tag added
2003-06-16 15:13:32 +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
Frank M. Kromann
66ee5dfac2
adding missing zlib.lib and path to bindlib
2003-01-22 20:13:11 +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
Rasmus Lerdorf
0179bd7657
Get rid of redundant loop
2002-10-08 00:16:55 +00:00
Rasmus Lerdorf
69677a7a67
FreeBSD ming port sticks ming.h in /usr/local/include/ming/ming.h and
...
we weren't finding it there.
2002-10-08 00:15:10 +00:00
Wez Furlong
0141e97052
Make these all work with persistent streams too.
2002-09-25 15:46:47 +00:00
Derick Rethans
a235002eeb
- Let's make this a little bit more professional :)
2002-08-28 12:10:00 +00:00
Rasmus Lerdorf
6d992a9f0d
Fix a couple of protos
2002-07-14 15:45:33 +00:00
foobar
94f9b3bdb5
Never add libraries without checking that they exist and can be linked.
2002-04-29 18:08:20 +00:00
Rui Hirokawa
2f52cbbb7c
shlib suffix was not defind and rint() was not found without -lm.
2002-04-29 02:55:55 +00:00
foobar
7770fd5710
Some ws fixes and general cleanup.
2002-04-08 00:46:23 +00:00