]> granicus.if.org Git - php/commit
Initial MCVE extension added (Credit Card Processing)
authorBrad House <bradmssw@php.net>
Wed, 27 Feb 2002 19:46:59 +0000 (19:46 +0000)
committerBrad House <bradmssw@php.net>
Wed, 27 Feb 2002 19:46:59 +0000 (19:46 +0000)
commit20219b1e24ac1360bc2e4dcc60117691949d95b0
treecea0a2b2aac0d5eed03edd28b85a082f9f7d66a5
parent313a3602bb8c25b1a060bd5cfae87d546f32ccf2
Initial MCVE extension added (Credit Card Processing)
ext/mcve/CREDITS [new file with mode: 0644]
ext/mcve/Makefile.in [new file with mode: 0644]
ext/mcve/config.m4 [new file with mode: 0644]
ext/mcve/mcve.c [new file with mode: 0644]
ext/mcve/mcve.php [new file with mode: 0644]
ext/mcve/php_mcve.h [new file with mode: 0644]
ext/mcve/tests/001.phpt [new file with mode: 0644]
ext/mcve/tests/mcve_simple_test.php [new file with mode: 0644]
ext/mcve/tests/mcve_test1.php [new file with mode: 0644]
ext/mcve/tests/mcve_test2.php [new file with mode: 0644]