Home
last modified time | relevance | path

Searched refs:extname (Results 1 – 17 of 17) sorted by relevance

/PHP-5.6/ext/
H A Dext_skel35 --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");
323 6. $ ./sapi/cli/php -f ext/$extname/$extname.php
[all …]
H A Dext_skel_win32.php27 $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.6/ext/skeleton/
H A Dskeleton.c71 PHP_MINIT_FUNCTION(extname) in PHP_MINIT_FUNCTION() argument
82 PHP_MSHUTDOWN_FUNCTION(extname) in PHP_MSHUTDOWN_FUNCTION() argument
94 PHP_RINIT_FUNCTION(extname) in PHP_RINIT_FUNCTION() argument
103 PHP_RSHUTDOWN_FUNCTION(extname) in PHP_RSHUTDOWN_FUNCTION() argument
111 PHP_MINFO_FUNCTION(extname) in PHP_MINFO_FUNCTION() argument
140 PHP_MINIT(extname),
141 PHP_MSHUTDOWN(extname),
142 PHP_RINIT(extname), /* Replace with NULL if there's nothing to do at request start */
143 PHP_RSHUTDOWN(extname), /* Replace with NULL if there's nothing to do at request end */
144 PHP_MINFO(extname),
[all …]
H A Dskeleton.dsp1 # 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 Dcreate_stubs65 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 DCREDITS1 extname
/PHP-5.6/ext/skeleton/tests/
H A D001.phpt2 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.6/win32/build/
H A Dtemplate.dsp1 # 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 Dconfutils.js1183 function ADD_EXTENSION_DEP(extname, dependson, optional) argument
1185 var EXT = extname.toUpperCase();
1220 ERROR("static " + extname + " cannot depend on shared " + dependson);
1238 var dllname = ' php_' + extname + '.dll';
1248 ERROR("Cannot build " + extname + "; " + dependson + " not enabled");
1260 var EXT = extname.toUpperCase();
1289 MFO.WriteLine("# objects for EXT " + extname);
1292 ADD_SOURCES(configure_module_dirname, file_list, extname, obj_dir);
1298 dllname = "php_" + extname + ".dll";
1339 MFO.WriteLine("\t@echo EXT " + extname + " build complete");
[all …]
H A Dprojectgen.js209 var extname = "php5" + ts;
210 var tmpl = generate_dsp_file(extname, ".", false, false);
220 tmpl = tmpl.replace(extname + ".dll", get_define("PHPDLL"));
/PHP-5.6/win32/
H A Dinstall.txt1077 * pecl download extname
1112 $ pecl install extname
1115 extname.so into your extension_dir. extname.so may then be loaded via
1122 $ pecl install extname-beta
1126 $ pecl install extname-0.1
1140 a directory named extname:
1142 $ cd extname
1169 $ pecl download extname
1171 $ mv extname-x.x.x extname
1175 /your/phpsrcdir/ext/extname
[all …]
/PHP-5.6/
H A DINSTALL1265 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 DREADME.UNIX-BUILD-SYSTEM58 PHP_NEW_EXTENSION(extname, sources [, shared [,sapi_class[, extra-cflags]]])
H A DREADME.EXT_SKEL18 ./ext_skel --extname=module_name
H A Dacinclude.m4939 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.6/ext/openssl/
H A Dopenssl.c1968 char *extname; in PHP_FUNCTION() local
2057 extname = (char *)OBJ_nid2sn(OBJ_obj2nid(X509_EXTENSION_get_object(extension))); in PHP_FUNCTION()
2060 extname = buf; in PHP_FUNCTION()
2066 add_assoc_stringl(subitem, extname, bio_buf->data, bio_buf->length, 1); in PHP_FUNCTION()
2078 add_assoc_stringl(subitem, extname, bio_buf->data, bio_buf->length, 1); in PHP_FUNCTION()
2080 add_assoc_asn1_string(subitem, extname, X509_EXTENSION_get_data(extension)); in PHP_FUNCTION()
/PHP-5.6/ext/standard/
H A Dbasic_functions.c5375 char *extname = NULL; local
5380 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "|s!b", &extname, &extname_len, &details) == …
5386 if (extname) {
5387 if (zend_hash_find(&module_registry, extname, extname_len+1, (void **) &module) == FAILURE) {
5388 php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to find extension '%s'", extname);

Completed in 84 milliseconds