Home
last modified time | relevance | path

Searched refs:status (Results 251 – 271 of 271) sorted by relevance

1...<<11

/PHP-5.5/ext/mssql/
H A Dphp_mssql.c2015 int status = 0; local
2082 status=DBRPCRETURN;
2103 …if (dbrpcparam(mssql_ptr->link, param_name, (BYTE)status, type, maxlen, datalen, (LPBYTE)value)==F…
/PHP-5.5/
H A DCODING_STANDARDS282 Ongoing status notes which may not be appropriate for SVN comments.
H A DREADME.RELEASE_PROCESS20 ongoing bases between the releases. Check the CI status for your branch
H A DNEWS1737 status code). (Adam)
2737 FPM status page. (Lars)
3966 . Fixed bug #55577 (status.html does not install). (fat)
3969 . Fixed bug #55486 (status show BIG processes number). (fat)
3974 . Implemented FR #54577 (Enhanced status page with full status and details
3975 about each processes. Also provide a web page (status.html) for
3976 real-time FPM status. (fat)
4268 . Added xml format to the status page. (fat)
5514 return status on windows). (Sriram Natarajan)
6434 - Fixed bug #47566 (pcntl_wexitstatus() returns signed status).
[all …]
H A DINSTALL790 Your script can get the HTTP status code with $_SERVER['ERROR_TYPE'].
2114 Proper response status can be sent with header(). If only GET
H A Dphp.ini-development745 ; http://php.net/cgi.redirect-status-env
H A Dphp.ini-production745 ; http://php.net/cgi.redirect-status-env
/PHP-5.5/ext/mbstring/
H A Dmbstring.c255 ZEND_ARG_INFO(0, status)
905 int status, loc; in php_mb_zend_encoding_converter() local
925 status = mbfl_buffer_converter_feed2(convd, &string, &loc); in php_mb_zend_encoding_converter()
926 if (status) { in php_mb_zend_encoding_converter()
/PHP-5.5/ext/mbstring/oniguruma/
H A DHISTORY135 default case fold status.
1037 2004/05/21: [impl] add regex status check to onig_match().
1178 2004/02/17: [spec] check capture status for empty infinite loop.
1320 2003/12/02: [memo] alias svnst='svn status | grep -v "^\?"'
1495 set option status to effect memory in optimize_node_left().
/PHP-5.5/ext/oci8/
H A Doci8.c1614 sb4 php_oci_error(OCIError *err_p, sword status TSRMLS_DC) in php_oci_error()
1619 switch (status) { in php_oci_error()
1662 php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unknown OCI error code: %d", status); in php_oci_error()
/PHP-5.5/ext/odbc/
H A Dphp_odbc.c2969 SQLINTEGER status; in PHP_FUNCTION() local
2971 rc = SQLGetConnectOption(conn->hdbc, SQL_AUTOCOMMIT, (PTR)&status); in PHP_FUNCTION()
2976 RETVAL_LONG((long)status); in PHP_FUNCTION()
/PHP-5.5/ext/mysqlnd/
H A Dmysqlnd_structs.h493 …data__local_tx_end)(MYSQLND_CONN_DATA * conn, size_t this_func, enum_func_status status TSRMLS_DC);
H A Dmysqlnd.c2921 …_data, local_tx_end)(MYSQLND_CONN_DATA * conn, size_t this_func, enum_func_status status TSRMLS_DC)
2924 DBG_RETURN(status);
/PHP-5.5/win32/
H A Dinstall.txt466 php-cgi.exe) then check "Set extension status to Allowed" and click OK.
830 Your script can get the HTTP status code with $_SERVER['ERROR_TYPE'].
868 You can check the status by using the phpinfo() function.
1802 response status can be sent with header(). If only GET and POST methods
/PHP-5.5/ext/pcre/pcrelib/
H A Dpcre_jit_compile.c1685 } status; in copy_private_data() local
1687 status = save ? start : loop; in copy_private_data()
1712 switch(status) in copy_private_data()
1724 status = loop; in copy_private_data()
1730 status = end; in copy_private_data()
1959 while (status != end); in copy_private_data()
H A DREADME441 The "configure" script also creates config.status, which is an executable
H A DChangeLog2065 original author of that file, following a query about its status.
/PHP-5.5/build/
H A Dlibtool.m4989 int status = $lt_dlunknown;
993 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
994 else if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
1000 exit (status);
4016 # add code to config.status for appending the configuration named by
4503 # `config.status --recheck' to rerun these tests and create the
/PHP-5.5/ext/mbstring/libmbfl/
H A DLICENSE431 decision will be guided by the two goals of preserving the free status
/PHP-5.5/ext/sqlite3/libsqlite/
H A Dsqlite3.c102065 int (*status)(int,int*,int*,int);
154692 UErrorCode status = U_ZERO_ERROR;
154714 if( U_SUCCESS(status) ){
154725 if( !U_SUCCESS(status) ){
154732 if( !U_SUCCESS(status) ){
154780 UErrorCode status = U_ZERO_ERROR;
154806 if( !U_SUCCESS(status) ){
154865 UErrorCode status = U_ZERO_ERROR;
154880 if( !U_SUCCESS(status) ){
155056 UErrorCode status = U_ZERO_ERROR;
[all …]
/PHP-5.5/ext/pcre/pcrelib/testdata/
H A Dtestoutput26303 Duplicate name status changes
6337 Duplicate name status changes
14536 Duplicate name status changes

Completed in 636 milliseconds

1...<<11