Home
last modified time | relevance | path

Searched refs:read (Results 1 – 25 of 478) sorted by path

12345678910>>...20

/PHP-5.5/
H A DINSTALL80 need the command line executable. For more information, read the
218 If you instead choose php.ini-production, be certain to read the list
376 For information on why, read the related FAQ entry on using Apache2
386 started with Apache 2.x and PHP. For more information read the » Apache
447 If you instead choose php.ini-production, be certain to read the
628 current web servers read the note about subrequests.
637 read /php-xxx-version/sapi/nsapi/nsapi-readme.txt.
1310 please read http://pecl.php.net/package-new.php.
1361 error can be read directly on screen.
2008 Also, you will want to read this faq.
[all …]
H A DNEWS11 . Fixed bug #70480 (php_url_parse_ex() buffer overflow read). (Stas)
103 . Fixed bug #72241 (get_icu_value_internal out-of-bounds read).
117 . Fixed bug #72094 (Out of bounds heap read access in exif header
1135 . Fixed bug #67249 (printf out-of-bounds read). (Stas)
1136 . Fixed bug #67250 (iptcparse out-of-bounds read). (Stas)
3290 . Fixed bug #60558 (Invalid read and writes). (Laruence)
3757 detected together with the last read). (Gustavo)
4020 with the last read). (Gustavo)
6505 - Fixed zip filename property read. (Pierre)
7825 . disabled calls to read() after EOF
[all …]
H A DREADME.STREAMS115 If you want to read the contents of a stream into an allocated memory buffer,
149 only makes sense to use this for read-only use.
233 read, write, close, flush, seek, gets and cast operations. Of these, an
234 implementation need only implement write, read, close and flush. The gets
305 based streams, or if you were making a stream to read data from an RDBMS like
359 Implement the other operations - remember that write, read, close and flush
376 You may read the stream->persistent field to determine if your struct was
H A DREADME.SUBMITTING_PATCH12 An excellent article to read first is:
131 in http://wiki.php.net/vcs/svnfaq. If you are new to SVN, read
H A DREADME.UNIX-BUILD-SYSTEM87 This will read a file in the source-dir of your extension called
H A DREADME.input_filter16 policy, read on.
H A Dacinclude.m41688 dnl component of the path has execute but not read permissions
H A Dconfigure.in1583 echo "| Please go read http://www.php.net/faq.build#faq.build.apxs |"
/PHP-5.5/TSRM/
H A Dtsrm_win32.c460 int fno, type_len = strlen(type), read, mode; in popen_ex() local
507 read = (type[0] == 'r') ? TRUE : FALSE; in popen_ex()
510 if (read) { in popen_ex()
556 if (read) { in popen_ex()
/PHP-5.5/Zend/
H A DOBJECTS2_HOWTO41 Object access - read
44 read_property is used to read object's property. This value is not
169 be used for read and write. If object properties are not zval's
H A DZEND_CHANGES538 meaning of each property. As the code shows it is possible to read
600 Note: The method getMessage() is a final read only access method to
898 notation. This allows lazy initialization or read only array.
H A Dzend_alloc.c1015 if (read(fd, buf, size) == size) { in zend_mm_random()
H A Dzend_stream.c258 size_t read, remain = 4*1024; local
262 while ((read = zend_stream_read(file_handle, *buf + size, remain TSRMLS_CC)) > 0) {
263 size += read;
264 remain -= read;
/PHP-5.5/Zend/tests/
H A Dbug44660.phpt8 echo "--> read access: ";
30 --> read access:
H A Dbug69420.phpt2 Bug #69420 (Invalid read in zend_std_get_method)
/PHP-5.5/ext/bz2/tests/
H A D002.phpt81 Warning: bzopen(): cannot read from a stream opened in write only mode in %s on line %d
96 Warning: bzopen(): cannot write to a stream opened in read only mode in %s on line %d
99 Warning: bzopen(): cannot read from a stream opened in write only mode in %s on line %d
126 Warning: bzopen(): cannot read from a stream opened in write only mode in %s on line %d
/PHP-5.5/ext/curl/
H A Dinterface.c243 if (ch->handlers->read && ch->handlers->read->stream) { in _php_curl_verify_handlers()
250 ch->handlers->read->fd = 0; in _php_curl_verify_handlers()
251 ch->handlers->read->fp = 0; in _php_curl_verify_handlers()
2027 dupch->handlers->read->stream = ch->handlers->read->stream; in PHP_FUNCTION()
2028 dupch->handlers->read->method = ch->handlers->read->method; in PHP_FUNCTION()
2037 dupch->handlers->read->fp = ch->handlers->read->fp; in PHP_FUNCTION()
2038 dupch->handlers->read->fd = ch->handlers->read->fd; in PHP_FUNCTION()
2052 dupch->handlers->read->func_name = ch->handlers->read->func_name; in PHP_FUNCTION()
3360 efree(ch->handlers->read); in _php_curl_close_ex()
3437 ch->handlers->read->fp = NULL; in _php_curl_reset_handlers()
[all …]
H A Dphp_curl.h147 php_curl_read *read; member
/PHP-5.5/ext/curl/tests/
H A Dcurl_CURLOPT_READDATA.phpt16 // Create a temporary file to read the data from
/PHP-5.5/ext/date/lib/
H A Dparse_date.c332 if((cnt = read(s->fd, (char*) s->lim, BSIZE)) != BSIZE){
H A Dparse_date.re330 if((cnt = read(s->fd, (char*) s->lim, BSIZE)) != BSIZE){
/PHP-5.5/ext/date/tests/
H A Dbug67251.phpt2 Bug #67251 (date_parse_from_format out-of-bounds read)
H A Dbug67253.phpt2 Bug #67253 (timelib_meridian_with_check out-of-bounds read)
/PHP-5.5/ext/dba/
H A Ddba_cdb.c217 # define cdb_file_read(fildes, buf, size) read(fildes, buf, size)
/PHP-5.5/ext/dba/tests/
H A Dbug38698.phpt2 Bug #38698 (Bug #38698 for some keys cdbmake creates corrupted db and cdb can't read valid db)

Completed in 187 milliseconds

12345678910>>...20