Home
last modified time | relevance | path

Searched refs:status (Results 201 – 215 of 215) sorted by relevance

123456789

/PHP-5.3/ext/odbc/
H A Dphp_odbc.c2919 SQLINTEGER status; in PHP_FUNCTION() local
2921 rc = SQLGetConnectOption(conn->hdbc, SQL_AUTOCOMMIT, (PTR)&status); in PHP_FUNCTION()
2926 RETVAL_LONG((long)status); in PHP_FUNCTION()
/PHP-5.3/ext/mbstring/oniguruma/
H A DHISTORY832 2004/05/21: [impl] add regex status check to onig_match().
973 2004/02/17: [spec] check capture status for empty infinite loop.
1115 2003/12/02: [memo] alias svnst='svn status | grep -v "^\?"'
1290 set option status to effect memory in optimize_node_left().
/PHP-5.3/
H A DNEWS916 . Fixed bug #55577 (status.html does not install). (fat)
919 . Fixed bug #55486 (status show BIG processes number). (fat)
924 . Implemented FR #54577 (Enhanced status page with full status and details
925 about each processes. Also provide a web page (status.html) for
926 real-time FPM status. (fat)
1217 . Added xml format to the status page. (fat)
2464 return status on windows). (Sriram Natarajan)
3256 - Fixed bug #42362 (HTTP status codes 204 and 304 should not be gzipped).
3384 - Fixed bug #47566 (pcntl_wexitstatus() returns signed status).
3438 - Fixed bug #42362 (HTTP status codes 204 and 304 should not be gzipped).
[all …]
H A DUPGRADING46 - The HTTP stream wrapper now considers all status codes from 200 to 399 to be
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-development844 ; http://php.net/cgi.redirect-status-env
H A Dphp.ini-production844 ; http://php.net/cgi.redirect-status-env
/PHP-5.3/win32/
H A Dinstall.txt599 php-cgi.exe) then check "Set extension status to Allowed" and click OK.
971 Your script can get the HTTP status code with $_SERVER['ERROR_TYPE'].
1009 You can check the status by using the phpinfo() function.
1943 response status can be sent with header(). If only GET and POST methods
/PHP-5.3/build/
H A Dlibtool.m4983 int status = $lt_dlunknown;
987 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
988 else if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
994 exit (status);
4013 # add code to config.status for appending the configuration named by
4500 # `config.status --recheck' to rerun these tests and create the
/PHP-5.3/ext/mbstring/libmbfl/
H A DLICENSE431 decision will be guided by the two goals of preserving the free status
/PHP-5.3/ext/sqlite3/libsqlite/
H A Dsqlite3.c87221 int (*status)(int,int*,int*,int);
127908 UErrorCode status = U_ZERO_ERROR;
127930 if( U_SUCCESS(status) ){
127941 if( !U_SUCCESS(status) ){
127948 if( !U_SUCCESS(status) ){
127996 UErrorCode status = U_ZERO_ERROR;
128022 if( !U_SUCCESS(status) ){
128081 UErrorCode status = U_ZERO_ERROR;
128096 if( !U_SUCCESS(status) ){
128265 UErrorCode status = U_ZERO_ERROR;
[all …]
/PHP-5.3/ext/pcre/pcrelib/
H A DREADME411 The "configure" script also creates config.status, which is an executable
H A DChangeLog1129 original author of that file, following a query about its status.
/PHP-5.3/ext/mbstring/
H A Dmbstring.c254 ZEND_ARG_INFO(0, status)
/PHP-5.3/ext/pcre/pcrelib/testdata/
H A Dtestoutput26247 Duplicate name status changes
6281 Duplicate name status changes

Completed in 366 milliseconds

123456789