/PHP-5.4/ext/ |
H A D | ext_skel | 35 --extname=?*) 36 extname=$optarg 93 mkdir $extname || givup "Cannot create directory $extname" 101 cd $extname 117 dnl PHP_ARG_WITH($extname, for $extname support, 125 dnl [ --enable-$extname Enable $extname support]) 169 PHP_NEW_EXTENSION($extname, $extname.c, \$ext_shared) 179 // ARG_WITH("$extname", "for $extname support", "no"); 185 EXTENSION("$extname", "$extname.c"); 291 6. $ ./sapi/cli/php -f ext/$extname/$extname.php [all …]
|
H A D | ext_skel_win32.php | 27 $extname = ""; variable 31 $extname = substr($arg, 10); variable 43 $dsp_file = str_replace("extname", $extname, $dsp_file); 44 $dsp_file = str_replace("EXTNAME", strtoupper($extname), $dsp_file); 45 $fp = fopen("$extname/$extname.dsp", "wb"); 52 $fp = fopen("$extname/$extname.php", "rb"); 54 $php_file = fread($fp, filesize("$extname/$extname.php")); 58 $fp = fopen("$extname/$extname.php", "wb");
|
/PHP-5.4/ext/skeleton/ |
H A D | skeleton.c | 38 PHP_MINIT(extname), 39 PHP_MSHUTDOWN(extname), 40 PHP_RINIT(extname), /* Replace with NULL if there's nothing to do at request start */ 41 PHP_RSHUTDOWN(extname), /* Replace with NULL if there's nothing to do at request end */ 42 PHP_MINFO(extname), 51 ZEND_GET_MODULE(extname) 77 PHP_MINIT_FUNCTION(extname) in PHP_MINIT_FUNCTION() argument 88 PHP_MSHUTDOWN_FUNCTION(extname) in PHP_MSHUTDOWN_FUNCTION() argument 100 PHP_RINIT_FUNCTION(extname) in PHP_RINIT_FUNCTION() argument 109 PHP_RSHUTDOWN_FUNCTION(extname) in PHP_RSHUTDOWN_FUNCTION() argument [all …]
|
H A D | php_skeleton.h | 23 PHP_MINIT_FUNCTION(extname); 24 PHP_MSHUTDOWN_FUNCTION(extname); 25 PHP_RINIT_FUNCTION(extname); 26 PHP_RSHUTDOWN_FUNCTION(extname); 27 PHP_MINFO_FUNCTION(extname);
|
H A D | skeleton.dsp | 1 # Microsoft Developer Studio Project File - Name="extname" - Package Owner=<4> 7 CFG=extname - Win32 Release_TS 11 !MESSAGE NMAKE /f "extname.mak". 16 !MESSAGE NMAKE /f "extname.mak" CFG="extname - Win32 Release_TS" 20 !MESSAGE "extname - Win32 Release_TS" (based on "Win32 (x86) Dynamic-Link Library") 21 !MESSAGE "extname - Win32 Debug_TS" (based on "Win32 (x86) Dynamic-Link Library") 32 !IF "$(CFG)" == "extname - Win32 Release_TS" 59 !ELSEIF "$(CFG)" == "extname - Win32 Debug_TS" 90 # Name "extname - Win32 Release_TS" 91 # Name "extname - Win32 Debug_TS" [all …]
|
H A D | create_stubs | 65 xmldoc = extname "/" extname ".xml" 71 " <reference id=\"ref." extname "\">\n" \ 256 if (!stubs) print "" > extname "/function_warning" 267 print "PHP_FUNCTION(" funcs[i] ");" > extname "/function_declarations" 268 print "\tPHP_FE(" funcs[i] ",\tNULL)" > extname "/function_entries"
|
H A D | CREDITS | 1 extname
|
/PHP-5.4/ext/skeleton/tests/ |
H A D | 001.phpt | 2 Check for extname presence 4 <?php if (!extension_loaded("extname")) print "skip"; ?> 7 echo "extname extension is available"; 21 extname extension is available
|
/PHP-5.4/win32/build/ |
H A D | template.dsp | 1 # Microsoft Developer Studio Project File - Name="extname" - Package Owner=<4> 7 CFG=extname - Win32 Status_TS 11 !MESSAGE NMAKE /f "extname.mak". 16 !MESSAGE NMAKE /f "extname.mak" CFG="extname - Win32 Status_TS" 20 !MESSAGE "extname - Win32 Status_TS" (based on "Win32 (x86) Dynamic-Link Library") 55 # Name "extname - Win32 Status_TS"
|
H A D | confutils.js | 1164 function ADD_EXTENSION_DEP(extname, dependson, optional) argument 1166 var EXT = extname.toUpperCase(); 1201 ERROR("static " + extname + " cannot depend on shared " + dependson); 1219 var dllname = ' php_' + extname + '.dll'; 1229 ERROR("Cannot build " + extname + "; " + dependson + " not enabled"); 1239 var EXT = extname.toUpperCase(); 1268 MFO.WriteLine("# objects for EXT " + extname); 1271 ADD_SOURCES(configure_module_dirname, file_list, extname, obj_dir); 1277 dllname = "php_" + extname + ".dll"; 1317 MFO.WriteLine("\t@echo EXT " + extname + " build complete"); [all …]
|
H A D | projectgen.js | 209 var extname = "php5" + ts; 210 var tmpl = generate_dsp_file(extname, ".", false, false); 220 tmpl = tmpl.replace(extname + ".dll", get_define("PHPDLL"));
|
/PHP-5.4/ |
H A D | INSTALL | 1265 extname 1383 $ pecl install extname 1386 extname.so into your extension_dir. extname.so may then be loaded via 1393 $ pecl install extname-beta 1397 $ pecl install extname-0.1 1417 a directory named extname: 1419 $ cd extname 1492 $ pecl download extname 1494 $ mv extname-x.x.x extname 1498 /your/phpsrcdir/ext/extname [all …]
|
H A D | README.UNIX-BUILD-SYSTEM | 58 PHP_NEW_EXTENSION(extname, sources [, shared [,sapi_class[, extra-cflags]]])
|
H A D | README.EXT_SKEL | 18 ./ext_skel --extname=module_name
|
H A D | acinclude.m4 | 939 dnl PHP_NEW_EXTENSION(extname, sources [, shared [, sapi_class [, extra-cflags [, cxx [, zend_ext]]… 943 dnl "extname" is the name of the ext/ subdir where the extension resides. 1022 dnl PHP_ADD_EXTENSION_DEP(extname, depends [, depconf])
|
/PHP-5.4/win32/ |
H A D | install.txt | 1219 * pecl download extname 1254 $ pecl install extname 1257 extname.so into your extension_dir. extname.so may then be loaded via 1264 $ pecl install extname-beta 1268 $ pecl install extname-0.1 1282 a directory named extname: 1284 $ cd extname 1311 $ pecl download extname 1313 $ mv extname-x.x.x extname 1317 /your/phpsrcdir/ext/extname [all …]
|
/PHP-5.4/ext/openssl/ |
H A D | openssl.c | 1497 char *extname; in PHP_FUNCTION() local 1585 extname = (char *)OBJ_nid2sn(OBJ_obj2nid(X509_EXTENSION_get_object(extension))); in PHP_FUNCTION() 1588 extname = buf; in PHP_FUNCTION() 1594 add_assoc_stringl(subitem, extname, bio_buf->data, bio_buf->length, 1); in PHP_FUNCTION() 1606 add_assoc_stringl(subitem, extname, bio_buf->data, bio_buf->length, 1); in PHP_FUNCTION() 1608 add_assoc_asn1_string(subitem, extname, X509_EXTENSION_get_data(extension)); in PHP_FUNCTION()
|
/PHP-5.4/ext/standard/ |
H A D | basic_functions.c | 5339 char *extname = NULL; local 5344 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "|s!b", &extname, &extname_len, &details) == … 5350 if (extname) { 5351 if (zend_hash_find(&module_registry, extname, extname_len+1, (void **) &module) == FAILURE) { 5352 php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to find extension '%s'", extname);
|