This website requires JavaScript.
Explore
Help
Register
Sign In
php
/
archived-php-src
Watch
1
Star
0
Fork
0
You've already forked archived-php-src
mirror of
https://github.com/php/php-src.git
synced
2026-03-27 01:32:22 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
199b95c8d692a0f80ea0366aa800499a01455a6a
archived-php-src
/
ext
/
com
History
Alan Brown
8ee38d9d75
Not all components populate every field in the ExceptInfo structure. Thus we sometimes would try to convert NULL strings and see php_OLECHAR_to_char errors while displaying Exception information. This version is a little smarter about the member derefencing and the resulting error string.
2001-11-09 14:20:28 +00:00
..
COM.c
Not all components populate every field in the ExceptInfo structure. Thus we sometimes would try to convert NULL strings and see php_OLECHAR_to_char errors while displaying Exception information. This version is a little smarter about the member derefencing and the resulting error string.
2001-11-09 14:20:28 +00:00
com.h
merged from EXPERIMENTAL
2001-08-13 23:39:11 +00:00
conversion.c
fixed unicode bug
2001-10-17 12:48:26 +00:00
conversion.h
no message
2001-10-04 18:24:44 +00:00
CREDITS
added Alan Brown to credits
2001-06-12 20:33:50 +00:00
php_COM.h
rename module entry
2001-10-17 12:50:12 +00:00
php_VARIANT.h
fix declaration
2001-10-05 12:22:12 +00:00
TODO
no message
2001-11-01 20:53:41 +00:00
VARIANT.c
fixed wrong constant definition
2001-10-18 08:25:39 +00:00
variant.h
com_*() functions returned an oo-resource instead of an resource id,
2001-09-08 20:40:56 +00:00