Home
last modified time | relevance | path

Searched refs:binary (Results 201 – 225 of 247) sorted by relevance

12345678910

/PHP-5.5/ext/ldap/
H A Dldap.mak165 @echo Deleting binary files...
/PHP-5.5/ext/xml/
H A Dxml.mak164 @echo Deleting binary files...
/PHP-5.5/scripts/
H A Dphpize.m447 PHP_EXECUTABLE=`$PHP_CONFIG --php-binary 2>/dev/null`
/PHP-5.5/ext/openssl/
H A Dopenssl.mak177 @echo Deleting binary files...
/PHP-5.5/win32/build/
H A Dconfig.w32.phpize.in88 ARG_ENABLE('object-out-dir', 'Alternate location for binary objects during build', '');
199 // if you have VS.Net /GS hardens the binary against buffer overruns
H A Dconfig.w3289 ARG_ENABLE('object-out-dir', 'Alternate location for binary objects during build', '');
219 // if you have VS.Net /GS hardens the binary against buffer overruns
/PHP-5.5/ext/standard/tests/strings/
H A Dstrcmp.phpt125 echo "\n--- Testing binary safe and binary chars ---\n";
622 --- Testing binary safe and binary chars ---
H A Dstrcasecmp.phpt125 echo "\n--- Testing binary safe and binary chars ---\n";
641 --- Testing binary safe and binary chars ---
/PHP-5.5/ext/standard/tests/file/
H A Dfnmatch_variation.phpt59 /* binary inputs */
105 /* binary input */
H A Dflock_variation.phpt43 /* binary input */
H A Dfseek_ftell_rewind_variation4-win32.phpt50 fwrite($file_handle,(binary)$data_to_be_written);
H A Dfseek_ftell_rewind_variation4.phpt50 fwrite($file_handle,(binary)$data_to_be_written);
H A Dfseek_ftell_rewind_variation6-win32.phpt50 fwrite($file_handle,(binary)$data_to_be_written);
H A Dfseek_ftell_rewind_variation6.phpt50 fwrite($file_handle,(binary)$data_to_be_written);
H A Dfseek_ftell_rewind_variation8-win32.phpt51 fwrite($file_handle,(binary)$data_to_be_written);
H A Dfseek_ftell_rewind_variation8.phpt51 fwrite($file_handle,(binary)$data_to_be_written);
H A Duserstreams.phpt70 fwrite($tf, (binary)$DATA);
H A Dfseek_ftell_rewind_variation2-win32.phpt51 fwrite($file_handle,(binary)$data_to_be_written);
H A Dfseek_ftell_rewind_variation2.phpt51 fwrite($file_handle,(binary)$data_to_be_written);
H A Dfseek_ftell_rewind_basic2-win32.phpt52 fwrite($file_handle,(binary)$data_to_be_written);
H A Dfseek_ftell_rewind_basic2.phpt51 fwrite($file_handle,(binary)$data_to_be_written);
/PHP-5.5/win32/
H A Dinstall.txt97 PHP source code and binary distributions for Windows can be found at
127 download the zip binary distribution from the downloads page at
247 functionality compared to the CGI binary. The FastCGI is significantly
422 PHP may be installed as a CGI binary, or with the ISAPI module. In
429 If you want to use the CGI binary, do the following:
543 Installing as a CGI binary
547 Apache configuration file to set up the CGI binary:
645 Installing as a CGI binary
648 configuration file to set up the CGI binary:
914 This list describes how to set up the PHP CGI binary to work with
[all …]
/PHP-5.5/ext/fileinfo/tests/
H A Dmagic1670 >8 string debian-binary Debian binary package
8588 >40 byte 3 binary
9028 # ACE/gr binary
9349 >4 string 48 48 binary
9350 >4 string 49 49 binary
9394 >4 string Bin binary
9413 >4 string Bin binary
9429 >2 beshort 0407 impure binary
10004 >40 string SunBin binary
12426 0 string (*This\ is\ a\ Mathematica\ binary\ Mathematica binary file
[all …]
/PHP-5.5/
H A DINSTALL96 PHP source code and binary distributions for Windows can be found at
330 binary. The PostgreSQL support is included directly into this httpd
331 binary, so the final result here is a single httpd binary that includes
531 fastcgi was enabled on the php binary (there was no php-cgi).
585 # Location of the php-cgi binary
857 compile it, or install a pre-compiled binary.
876 Using binary packages to install PHP on OpenBSD is the recommended and
904 Read the » packages(7) manual page for more information about binary
938 statically linked PHP. Since it is hard to generate binary packages
1459 --php-binary [...]
[all …]
/PHP-5.5/ext/mssql/
H A Dphp_mssql.c143 ZEND_ARG_INFO(0, binary)
2235 char *binary; local
2241 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "s|b", &binary, &binary_len, &sf) == FAILURE)…
2245 dbconvert(NULL, SQLBINARY, (BYTE*) binary, MIN(16, binary_len), SQLCHAR, buffer, -1);

Completed in 109 milliseconds

12345678910