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-04-11 01:53:36 +02:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
48e7da206fca97ecdeb79b77aa84af2bfe273dfa
archived-php-src
/
ext
/
qtdom
History
Hartmut Holzgraefe
1f6878e912
2nd step towards auto-credits
2000-11-20 10:33:33 +00:00
..
config.m4
Autoconf configure script for qt dom, needs some more checking in the future.
2000-11-15 18:55:00 +00:00
CREDITS
2nd step towards auto-credits
2000-11-20 10:33:33 +00:00
Makefile.in
Makefile source, has a fix for compiling C++ files.
2000-11-15 18:54:05 +00:00
qtdom_qt.cpp
Initial import, since PHP cannot be compiled with a C++ compiler all C++ specific calls had to be moved to a separate file without any php includes.
2000-11-15 19:01:44 +00:00
qtdom_qt.h
Initial import, since PHP cannot be compiled with a C++ compiler all C++ specific calls had to be moved to a separate file without any php includes.
2000-11-15 19:01:44 +00:00
qtdom.c
Removed an unneccesary #warning which was used for testing purposes only.
2000-11-15 19:09:44 +00:00
qtdom.h
Initial import, contains PHP specific extensions, takes care of converting C++ QDom objects to PHP objects.
2000-11-15 18:59:59 +00:00
qtdom.php
Initial import, PHP program for testing if the qtdom extension is available.
2000-11-15 19:02:14 +00:00