Moriyoshi Koizumi
4b07cb98b1
Fixed bug #24556
2003-07-12 09:33:31 +00:00
Moriyoshi Koizumi
4c8230696c
Add folding markers
2003-07-12 07:01:30 +00:00
Moriyoshi Koizumi
77ae01ac72
Oops, this is not needed though.
2003-07-12 06:54:03 +00:00
Moriyoshi Koizumi
cd52986a5c
Fixed leaks that occurs if the third parameter already contains a valid value.
2003-07-12 06:50:32 +00:00
foobar
c751ba0cc8
Remove un-used code.
2003-07-11 15:56:23 +00:00
Rob Richards
d1c41150c6
fix compile issue - TSRMLS_FETCH is only temporary until errors handled
2003-07-11 14:19:05 +00:00
Dan Kalowsky
a1d8121bda
Fix for bug #22897
2003-07-11 13:13:32 +00:00
Dan Kalowsky
bc2086b11e
Patch for bug #24183
2003-07-11 13:08:45 +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
foobar
5afd8cbf07
update credits.
2003-07-11 07:44:56 +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
foobar
5aeedb4c88
Fixed bug #17291 (mssql_query does not update get_last_message) (patch by: mgruetzner at rw3 dot com)
2003-07-11 02:08:14 +00:00
Rob Richards
16fb3e91c0
remove global error handling - use of libxml globals is a bad thing
...
add domDocument properties for parsing options:
validateOnParse, resolveExternals, preserveWhiteSpace, substituteEntities
implement custom parsing to avoid use of globals
implement local errors while parsing
errors displayed until error objects implemented
2003-07-10 11:17:25 +00:00
Marc Boeren
98b74781a5
WS
2003-07-10 08:34:03 +00:00
Marc Boeren
76aba9b755
Add -2003 to copyright line (Marc).
2003-07-10 08:25:58 +00:00
Frank M. Kromann
4b70683464
Adding missing compression paramters to output functions
2003-07-10 05:07:07 +00:00
foobar
676d4fca3c
Revert bad fix.
2003-07-10 01:40:01 +00:00
foobar
3396cb340a
Fix crashes in certain situations (whenever there is an error, basically..)
2003-07-10 01:17:34 +00:00
foobar
b645c60bd5
- Fixed bug #11924 (ibase_query() and ibase_execute() mangled passed
...
parameter variables)
2003-07-10 00:17:09 +00:00
Pierre Joye
bf7f45601d
- wrong patch applied for #23792 , fixed
2003-07-10 00:09:23 +00:00
Marcus Boerger
959f7784e0
Don't use class_implements() for the moment
2003-07-09 17:05:09 +00:00
Marcus Boerger
bd752698cf
Use --EXPECTF-- for errors
2003-07-09 17:02:42 +00:00
Marcus Boerger
ae19eb5334
Add oo version of test
2003-07-09 16:55:07 +00:00
Marc Boeren
60d1776b31
Add SQLite support to DBX (Marc).
...
@Add SQLite support to DBX (Marc).
2003-07-09 16:31:40 +00:00
Brad House
6995520e20
fix typecasting errors, especially for new constants. Don't assume long and int are the same size, as on 64bit architectures, they are normally not
2003-07-09 13:45:21 +00:00
Pierre Joye
6da86c7e93
- Fix a possible crash when invalid color index are given as background
...
in imagerotate, only when palette based image is used as src
2003-07-09 10:36:07 +00:00
Pierre Joye
e1f163b053
- "Fix" #23792 , imagerotate returns always truecolor images now
...
(the destination image is a truecolor, no more limited palette problems)
- Clean the cast in gdImageCopyMerge
2003-07-09 10:15:13 +00:00
Sterling Hughes
8fcd71dccf
boom bam bing
2003-07-09 03:14:41 +00:00
Jason Greene
ae3101c5f1
Convert C++ comments to C (violates C99, and breaks several compilers)
2003-07-09 02:48:25 +00:00
Marcus Boerger
f31df5693e
Currently we're presented all properties with foreach()
2003-07-08 23:25:18 +00:00
Marcus Boerger
79ac007d20
Fix configure options
2003-07-08 23:11:36 +00:00
Marcus Boerger
d9de39ec16
Add some comments
2003-07-08 23:11:14 +00:00
Marcus Boerger
af3be899e6
fix this stupid error
2003-07-08 23:10:01 +00:00
Marcus Boerger
139852d3ff
Fix bug #24540
2003-07-08 18:57:28 +00:00
Marcus Boerger
2ef1935c83
Add test for sqlite_seek()
2003-07-08 18:56:14 +00:00
Rob Richards
7de2784bd3
fix getElementsByTagName
2003-07-08 17:00:49 +00:00
foobar
a952a4383a
fix typo (most likely fixes #24533 too)
2003-07-08 14:46:32 +00:00
Sergey Kartashoff
502d59ea01
- Output of UDM_PARAM_WORDINFO_ALL was fixed
2003-07-08 14:00:20 +00:00
Sergey Kartashoff
79d1a39b48
- Udm_Find function is fixed to be compatible with mnogosearch-3.2.13
2003-07-08 13:28:17 +00:00
Sara Golemon
6cb8ce2880
gethostbyname2() not thread safe. Use getaddrinfo() or nothing at all.
2003-07-08 05:00:13 +00:00
Sara Golemon
010f5a12c7
Make php_set_inet6_addr happy with any environment. Use getaddrinfo() if available, gethostbyname2() if not, and simply fail if neither is present.
2003-07-08 03:38:00 +00:00
Brad House
61b47cdaf0
sync functionality with libmcve 3.2
2003-07-08 02:59:51 +00:00
Sara Golemon
acc587fdfa
Fix non-GNU build. Use getaddrinfo() rather than gethostbyname2()
2003-07-07 22:27:32 +00:00
Rob Richards
3b2507b910
changed to studlyCaps naming convention
2003-07-07 19:45:24 +00:00
Rob Richards
4cd06845f9
implement node proxies: next phase of interop
2003-07-07 19:37:32 +00:00
Derick Rethans
6d563b3bdc
- Commiting conversion to zend_parse_parameters (leftovers from debugging).
2003-07-07 13:21:10 +00:00
Zeev Suraski
d6320007e0
Add missing elements
2003-07-07 12:07:02 +00:00
foobar
f55b83cb18
ws + missing fold tag
2003-07-07 11:43:34 +00:00
Moriyoshi Koizumi
e661d9e22a
Updated test so it won't fail if the extension has been built with libiconv.
2003-07-06 21:44:44 +00:00
Moriyoshi Koizumi
80a8ff3a43
Fixed segfault due to reference to the already free'd block :)
2003-07-06 21:30:23 +00:00