]> granicus.if.org Git - php/commit
- Initial submission of CORBA extension for PHP: Satellite
authorDavid Eriksson <eriksson@php.net>
Fri, 1 Sep 2000 22:10:15 +0000 (22:10 +0000)
committerDavid Eriksson <eriksson@php.net>
Fri, 1 Sep 2000 22:10:15 +0000 (22:10 +0000)
commit2ad0310fd36de9eeabc65138eae28d39d0dbf55b
treec1fc8f0ce35fc6f58fc2f99e6868a0e10881b2f0
parentcd8af6aa446ae69e28415bd68e4928cafe07f8a0
- Initial submission of CORBA extension for PHP: Satellite
29 files changed:
ext/satellite/Makefile.in [new file with mode: 0644]
ext/satellite/README [new file with mode: 0644]
ext/satellite/class.c [new file with mode: 0644]
ext/satellite/class.h [new file with mode: 0644]
ext/satellite/common.c [new file with mode: 0644]
ext/satellite/common.h [new file with mode: 0644]
ext/satellite/config.m4 [new file with mode: 0644]
ext/satellite/corba.c [new file with mode: 0644]
ext/satellite/corba.h [new file with mode: 0644]
ext/satellite/enum.c [new file with mode: 0644]
ext/satellite/enum.h [new file with mode: 0644]
ext/satellite/findtype.c [new file with mode: 0644]
ext/satellite/findtype.h [new file with mode: 0644]
ext/satellite/hashtable.c [new file with mode: 0644]
ext/satellite/hashtable.h [new file with mode: 0644]
ext/satellite/namedvalue_to_zval.c [new file with mode: 0644]
ext/satellite/namedvalue_to_zval.h [new file with mode: 0644]
ext/satellite/object.c [new file with mode: 0644]
ext/satellite/object.h [new file with mode: 0644]
ext/satellite/php_orbit.c [new file with mode: 0644]
ext/satellite/php_orbit.h [new file with mode: 0644]
ext/satellite/struct.c [new file with mode: 0644]
ext/satellite/struct.h [new file with mode: 0644]
ext/satellite/typecode.c [new file with mode: 0644]
ext/satellite/typecode.h [new file with mode: 0644]
ext/satellite/typemanager.c [new file with mode: 0644]
ext/satellite/typemanager.h [new file with mode: 0644]
ext/satellite/zval_to_namedvalue.c [new file with mode: 0644]
ext/satellite/zval_to_namedvalue.h [new file with mode: 0644]