Home
last modified time | relevance | path

Searched refs:prefix (Results 176 – 190 of 190) sorted by relevance

12345678

/PHP-5.5/
H A DREADME.RELEASE_PROCESS223 g. if the windows builds aren't ready yet prefix the "windows" key with a dot (".windows")
H A DINSTALL186 6. ./configure --prefix=/www --enable-module=so
266 11. ./configure --prefix=/www --activate-module=src/modules/php5/libphp5.a
1453 --prefix [...]
1468 --prefix Directory prefix where PHP is installed, e.g. /usr/local
1473 --include-dir Directory prefix where header files are installed by
H A DREADME.REDIST.BINS82 This implementation is mostly compatible with OpenBSD's bcrypt.c (prefix
H A DNEWS815 . Fixed bug #68478 (access.log don't use prefix). (Remi)
4594 . Added '-p/--prefix' to php-fpm to use a custom prefix and run multiple
4977 - Fixed handling of session variable serialization on certain prefix
5159 - Fixed bug #49490 (XPath namespace prefix conflict). (Rob)
5318 - Fixed bug #50334 (crypt ignores sha512 prefix). (Pierre)
5565 - Fixed bug #49018 (phar tar stores long filenames wit prefix/name reversed).
7753 - Added forward support for 'b' prefix in front of string literals. (Andrei)
9322 - Fixed bug #34850 (--program-suffix and --program-prefix not included in
H A Dltmain.sh1545 -inst-prefix-dir)
/PHP-5.5/ext/standard/
H A Dbasic_functions.c338 ZEND_ARG_INFO(0, prefix)
1092 ZEND_ARG_INFO(0, prefix)
1523 ZEND_ARG_INFO(0, prefix)
2591 ZEND_ARG_INFO(0, prefix)
/PHP-5.5/ext/standard/tests/general_functions/
H A Dgettype_settype_variation4.phpt111 "-0x80001", // invalid numerics as its prefix with sign or have decimal points
/PHP-5.5/Zend/
H A Dzend_compile.c2417 void zend_do_build_full_name(znode *result, znode *prefix, znode *name, int is_class_member TSRMLS_… in zend_do_build_full_name() argument
2422 result = prefix; in zend_do_build_full_name()
2424 *result = *prefix; in zend_do_build_full_name()
6914 void zend_do_build_namespace_name(znode *result, znode *prefix, znode *name TSRMLS_DC) /* {{{ */ in zend_do_build_namespace_name() argument
6916 if (prefix) { in zend_do_build_namespace_name()
6917 *result = *prefix; in zend_do_build_namespace_name()
/PHP-5.5/ext/pcre/pcrelib/sljit/
H A DsljitNativeX86_common.c866 #define ENCODE_PREFIX(prefix) \ argument
871 *inst = (prefix); \
/PHP-5.5/build/
H A Dlibtool.m4230 # Calculate cc_basename. Skip known compiler wrappers and cross-prefix.
1481 # Cygwin DLLs use 'cyg' prefix rather than 'lib'
1486 # MinGW DLLs use traditional 'lib' prefix
1502 # pw32 DLLs use 'pw' prefix rather than 'lib'
4275 # Do we need the lib prefix for modules?
4308 # Format of library name prefix.
4616 # Try without a prefix undercore, then with it.
/PHP-5.5/ext/soap/
H A Dsoap.c4017 xmlChar *code = xmlBuildQName(BAD_CAST(str), nsptr->prefix, NULL, 0);
4043 xmlChar *code = xmlBuildQName(BAD_CAST(str), nsptr->prefix, NULL, 0);
/PHP-5.5/ext/sqlite3/libsqlite/
H A Dsqlite3.c21717 prefix = '-';
21734 prefix = 0;
21738 precision = width-(prefix!=0);
21773 if( prefix ) *(--bufpt) = prefix; /* Add sign */
21777 pre = &aPrefix[infop->prefix];
21796 prefix = '-';
21823 if( prefix=='-' ){
21825 }else if( prefix=='+' ){
21871 if( prefix ){
21872 *(bufpt++) = prefix;
[all …]
/PHP-5.5/win32/
H A Dinstall.txt1589 ./configure --prefix=/usr \
/PHP-5.5/ext/pcre/pcrelib/
H A DChangeLog509 14. Improve pattern prefix search by a simplified Boyer-Moore algorithm in JIT.
511 faster than linear prefix searches.
4288 prefix path and installing with another. (Or so I'm told by someone who
/PHP-5.5/ext/pcre/pcrelib/doc/
H A Dpcre.txt5446 \p{Letter}) are not supported by PCRE, nor is it permitted to prefix
9963 out of the modifier in lowercase, without the "PCRE_" prefix. For

Completed in 500 milliseconds

12345678