Home
last modified time | relevance | path

Searched refs:access (Results 201 – 216 of 216) sorted by relevance

123456789

/PHP-5.4/win32/
H A Dinstall.txt1146 php_filepro.dll filePro functions Read-only access
1527 function, and review the resulting page. You can also access the values
1557 7. Unix/Windows: I have installed PHP, but when I try to access a PHP
1560 8. Unix/Windows: I have installed PHP, but when try to access a PHP
1571 10. Windows: I have installed PHP, but when I to access a PHP script
1754 7. Unix/Windows: I have installed PHP, but when I try to access a PHP
1763 8. Unix/Windows: I have installed PHP, but when try to access a PHP
1786 10. Windows: I have installed PHP, but when I to access a PHP script
1807 anonymous internet user ISUR_<machinename> cannot access them.
/PHP-5.4/
H A Dphp.ini-development606 ; can still get access to the environment variables through getenv() should you
1137 ; *Any* user with PHP access can run 'echo get_cfg_var("mysql.default_password")
1138 ; and reveal this password! And of course, any users with read access to this
1196 ; *Any* user with PHP access can run 'echo get_cfg_var("mysqli.default_pw")
1197 ; and reveal this password! And of course, any users with read access to this
1504 ; - User may access your site with the same session ID
H A Dphp.ini-production606 ; can still get access to the environment variables through getenv() should you
1137 ; *Any* user with PHP access can run 'echo get_cfg_var("mysql.default_password")
1138 ; and reveal this password! And of course, any users with read access to this
1196 ; *Any* user with PHP access can run 'echo get_cfg_var("mysqli.default_pw")
1197 ; and reveal this password! And of course, any users with read access to this
1504 ; - User may access your site with the same session ID
H A DUPGRADING601 - Function call result array access, e.g.:
638 - Class member access on instantiation:
H A DINSTALL1783 function, and review the resulting page. You can also access the values
1807 6. Unix/Windows: I have installed PHP, but when I try to access a PHP
1809 7. Unix/Windows: I have installed PHP, but when try to access a PHP
1816 9. Windows: I have installed PHP, but when I try to access a PHP
1933 Unix/Windows: I have installed PHP, but when I try to access a PHP
1942 Unix/Windows: I have installed PHP, but when try to access a PHP script
1966 Windows: I have installed PHP, but when I try to access a PHP script
1990 access them.
H A DREADME.STREAMS168 What if your extension needs to access the FILE* of a user level file pointer?
H A Dacinclude.m41572 dnl let programs access large files; you need to tell the compiler that
/PHP-5.4/Zend/
H A DZEND_CHANGES58 emitted in case of an illegal access to a private or protectecd
600 Note: The method getMessage() is a final read only access method to
1041 of PHP to access their functionality. Right now, no use is made
/PHP-5.4/ext/posix/
H A Dposix.c970 ret = access(path, mode); in PHP_FUNCTION()
/PHP-5.4/TSRM/
H A Dtsrm_virtual_cwd.c1502 ret = access(new_state.cwd, mode); in virtual_access()
/PHP-5.4/ext/fileinfo/
H A Dlibmagic.patch815 - if (access(buf, R_OK) != -1) {
2303 + if (access(hmagicpath, R_OK) == -1)
2309 - if (access(hmagicpath, R_OK) == -1)
/PHP-5.4/ext/pcre/pcrelib/
H A DREADME21 pcre-dev@exim.org. You can access the archives and subscribe or manage your
66 and does not give full access to all of PCRE's facilities.
H A DChangeLog1771 to pcregrep and other applications that have no direct access to PCRE
5498 diagnosed, but PCRE attempted to access brastack[-1], which could cause crashes
/PHP-5.4/ext/pcre/pcrelib/doc/
H A Dpcre.txt1712 access to all the functionality. They are described in the pcreposix
2894 first converting the name to a number in order to access the correct
3976 to the compiled pattern. This is needed in order to gain access to the
7121 it has no access to any values that were captured outside the recur-
7132 \1 cannot access the externally set value.
/PHP-5.4/ext/fileinfo/tests/
H A Dmagic9016 # and allow access to the protective partition. This code will
/PHP-5.4/ext/sqlite3/libsqlite/
H A Dsqlite3.c25805 { "access", (sqlite3_syscall_ptr)access, 0 },

Completed in 441 milliseconds

123456789