Home
last modified time | relevance | path

Searched refs:modules (Results 26 – 46 of 46) sorted by relevance

12

/PHP-5.5/Zend/
H A Dzend_builtin_functions.c1958 zval **modules; in ZEND_FUNCTION() local
1963 modules = ecalloc(zend_hash_num_elements(&module_registry) + 2, sizeof(zval *)); in ZEND_FUNCTION()
1993 if (!modules[module_number]) { in ZEND_FUNCTION()
1994 MAKE_STD_ZVAL(modules[module_number]); in ZEND_FUNCTION()
1995 array_init(modules[module_number]); in ZEND_FUNCTION()
1996 add_assoc_zval(return_value, module_names[module_number], modules[module_number]); in ZEND_FUNCTION()
2004 add_assoc_zval_ex(modules[module_number], val->name, val->name_len, const_val); in ZEND_FUNCTION()
2009 efree(modules); in ZEND_FUNCTION()
/PHP-5.5/
H A Dmakerpm115 install -m 0755 modules/*.so $RPM_BUILD_ROOT%{_libdir}/php/extensions
H A DINSTALL266 11. ./configure --prefix=/www --activate-module=src/modules/php5/libphp5.a
326 accompanying files and copy this into the src/modules/php5 directory in
328 --activate-module=src/modules/php5/libphp5.a and the Apache build
453 LoadModule php5_module modules/libphp5.so
540 server.modules += ( "mod_fastcgi" )
878 modules, and each can be installed and removed independently from the
886 deactivate these modules in your php.ini.
1476 --php-sapis Show all SAPI modules available
1914 LoadModule php_module modules/mod_php.so
1915 LoadModule php5_module modules/libphp5.so
[all …]
H A D.gitignore85 modules
H A DREADME.TESTING210 PHP tests under any of the SAPI modules that are direct executables,
H A DUPGRADING7 2. Changes in SAPI modules
75 2. Changes in SAPI modules
H A DREADME.EXT_SKEL57 When you need to expose module functions to other modules, expose functions
H A Dconfigure.in347 AC_MSG_CHECKING([whether to force non-PIC code in shared modules])
374 PHP_HELP_SEPARATOR([SAPI modules:])
388 PHP_CONFIGURE_PART(Configuring SAPI modules)
1179 phplibdir=`pwd`/modules
H A DCODING_STANDARDS201 of PHP or one of its standard modules, please maintain the K&R
H A Dacinclude.m4281 dnl table. Otherwise, dynamic modules would not be able to resolve
838 install_modules="install-modules"
1025 dnl list, so that modules can be init'd in the correct order
H A Dphp.ini-development15 ; 5. The web server's directory (for SAPI modules), or directory of PHP
714 ; Directory in which the loadable extensions (modules) reside.
H A Dphp.ini-production15 ; 5. The web server's directory (for SAPI modules), or directory of PHP
714 ; Directory in which the loadable extensions (modules) reside.
H A DNEWS5784 . Allowed using full path to load modules using "extension" directive.
/PHP-5.5/win32/
H A Dinstall.txt225 CGI executable, a CLI executable, and server modules, but they are
227 packages have the server modules in the sapi folder, PHP 5
235 Here is a list of server modules shipped with PHP 5:
246 Server modules provide significantly better performance and additional
255 The SAPI modules have been significantly improved as of the 4.1
257 other server modules failing, such as ASP.
259 The CGI and CLI binaries, and the web server modules all require the
1071 When building PHP modules, it's important to have known-good versions
1099 Collection of PECL modules from the PHP Downloads page, or by
1543 LoadModule php_module modules/mod_php.so
[all …]
/PHP-5.5/sapi/nsapi/
H A Dnsapi-readme.txt31 … Init fn="load-modules" funcs="php5_init,php5_execute,php5_auth_trans" shlib="/path/to/phplibrary"
/PHP-5.5/ext/dba/
H A Dconfig.m473 [ --enable-dba Build DBA with bundled modules. To build shared DBA
548 dnl Bundled modules that should be enabled by default if any other option is enabled
/PHP-5.5/ext/mbstring/
H A DREADME_PHP3-i18n-ja172 % ./configure --activate-module=src/modules/php3/libphp3.a
/PHP-5.5/ext/mbstring/libmbfl/
H A DLICENSE138 all the source code for all modules it contains, plus any associated
/PHP-5.5/ext/pcre/pcrelib/
H A DChangeLog350 1. Got rid of some compiler warnings in the C++ modules that were shown up by
1410 23. Added some (int) casts to non-JIT modules to reduce warnings on 64-bit
2972 15. Added Craig's patch to various pcrecpp modules to avoid compiler warnings.
4170 different source modules. The addition of the new DFA matching code (see
4178 functions and data tables that are used internally in different modules of
5866 5. Split up into different modules to avoid including unneeded functions in a
/PHP-5.5/ext/fileinfo/tests/
H A Dmagic2724 # audio/xm fasttracker modules
2725 # audio/x-s3m screamtracker modules
2726 # audio/s3m screamtracker modules
2729 # audio/x-mod All modules (mod, s3m, 669, mtm, med, xm, it, mdz, stm, itz, xmz, s3z)
2909 # These are the /etc/magic entries to decode modules, instruments, and
15625 # (modules and such)
15776 # Type: SE Linux policy modules *.pp reference policy
/PHP-5.5/build/
H A Dlibtool.m44275 # Do we need the lib prefix for modules?

Completed in 213 milliseconds

12