Home
last modified time | relevance | path

Searched refs:in (Results 1 – 25 of 7711) sorted by last modified time

12345678910>>...309

/PHP-7.2/
H A DNEWS412 . Fixed bug #77794 (Incorrect Date header format in built-in server).
675 frees in one block). (Nikita)
927 keys in result). (Laruence)
969 in mb_strimwidth). (MarcusSchwarz)
1596 warning in read mode). (morozov)
1648 in ZipArchive). (Anatol)
1938 . Fixed bug #74658 (Undefined constants in array properties result in broken
1980 . Fixed bug #74651 (negative-size-param (-1) in memcpy in zif_openssl_seal()).
2185 in error_log). (Laruence)
2475 const in default value). (Nikita)
[all …]
H A Dconfigure.ac261 case $host_cpu in
281 case $host_alias in
317 case $host_alias in
451 netinet/in.h \
510 #include <netinet/in.h>
906 case $PHP_LAYOUT in
920 case $PHP_LAYOUT in
1064 case $with_pic in
1192 case $libdir in
1245 case $PHP_LAYOUT in
[all …]
H A DUPGRADING5 3. Changes in SAPI modules
33 object properties in an array with get_object_vars(), will now convert
39 of a notice. They will generate an Error in a future version of PHP.
44 . "object" (in any case) can no longer be used as a class name.
69 it means you have problem in your code.
105 modulo bias bug in the implementation.
124 method in a child class.
126 . A trailing comma in group use statements is now allowed.
174 3. Changes in SAPI modules
181 All the deprecated functionality listed in the following will be removed in
[all …]
/PHP-7.2/ext/openssl/
H A Dopenssl.c1667 BIO *in; in php_openssl_x509_from_zval() local
2463 BIO *in=NULL; in STACK_OF() local
2508 BIO_free(in); in STACK_OF()
3222 BIO * in; in php_openssl_csr_from_zval() local
3268 BIO_free(in); in php_openssl_csr_from_zval()
3838 BIO* in; in php_openssl_evp_from_zval() local
3849 BIO_free(in); in php_openssl_evp_from_zval()
3853 BIO *in; in php_openssl_evp_from_zval() local
3872 BIO_free(in); in php_openssl_evp_from_zval()
5159 BIO_free(in); in PHP_FUNCTION()
[all …]
/PHP-7.2/ext/openssl/tests/
H A Dopenssl_decrypt_ccm.phpt44 Warning: openssl_decrypt(): Setting of IV length for AEAD mode failed in %s on line %d
H A Dopenssl_encrypt_ccm.phpt47 Warning: openssl_encrypt(): Setting of IV length for AEAD mode failed in %s on line %d
52 Warning: openssl_encrypt(): Setting of IV length for AEAD mode failed in %s on line %d
/PHP-7.2/ext/phar/tests/
H A Dbug79797.phpt2 Bug #79797 (Use of freed hash key in the phar_parse_zipfile function)
/PHP-7.2/ext/standard/tests/image/
H A Dbug79877.phpt8 Warning: getimagesize(): Invalid path in %s on line %d
/PHP-7.2/ext/standard/tests/filters/
H A Dbug79468.phpt21 Warning: stream_filter_remove(): Invalid resource given, not a stream filter in %s on line %d
/PHP-7.2/ext/standard/
H A Dexec.c524 FILE *in; local
544 if ((in=VCWD_POPEN(command, "rt"))==NULL) {
546 if ((in=VCWD_POPEN(command, "r"))==NULL) {
552 stream = php_stream_fopen_from_pipe(in, "rb");
/PHP-7.2/ext/exif/tests/
H A Dbug79282.phpt2 Bug #79282: Use-of-uninitialized-value in exif
10 Warning: exif_read_data(): Missing TIFF alignment marker in %s on line %d
12 Warning: exif_read_data(): File structure corrupted in %s on line %d
14 Warning: exif_read_data(): Invalid JPEG file in %s on line %d
H A Dbug76557.phpt11 …: Process tag(x010F=Make ): Illegal format code 0x3030, suppose BYTE in %sbug76557.php on li…
13 …: Process tag(x3030=UndefinedTa): Illegal format code 0x3030, suppose BYTE in %sbug76557.php on li…
15 …: Process tag(x3030=UndefinedTa): Illegal format code 0x3030, suppose BYTE in %sbug76557.php on li…
17 …: Process tag(x3030=UndefinedTa): Illegal format code 0x3030, suppose BYTE in %sbug76557.php on li…
19 …: Process tag(x3030=UndefinedTa): Illegal format code 0x3030, suppose BYTE in %sbug76557.php on li…
21 …: Process tag(x3030=UndefinedTa): Illegal format code 0x3030, suppose BYTE in %sbug76557.php on li…
23 …: Process tag(x3030=UndefinedTa): Illegal format code 0x3030, suppose BYTE in %sbug76557.php on li…
25 …: Process tag(x3030=UndefinedTa): Illegal format code 0x3030, suppose BYTE in %sbug76557.php on li…
27 …: Process tag(x3030=UndefinedTa): Illegal format code 0x3030, suppose BYTE in %sbug76557.php on li…
75 Warning: exif_read_data(bug76557.jpg): File structure corrupted in %sbug76557.php on line %d
[all …]
H A Dbug78793.phpt2 Bug #78793: Use-after-free in exif parsing under memory sanitizer
H A Dbug78910.phpt2 Bug #78910: Heap-buffer-overflow READ in exif (OSS-Fuzz #19044)
10 …from TIFF: tag(0x927C, MakerNote ): Illegal format code 0x2020, switching to BYTE in %s on line %d
12 …d_data(): Process tag(x927C=MakerNote ): Illegal format code 0x2020, suppose BYTE in %s on line %d
14 Warning: exif_read_data(): IFD data too short: 0x0000 offset 0x000C in %s on line %d
16 Warning: exif_read_data(): Invalid TIFF file in %s on line %d
/PHP-7.2/ext/session/
H A Dsession.c272 static size_t bin_to_readable(unsigned char *in, size_t inlen, char *out, char nbits) /* {{{ */ in bin_to_readable() argument
280 p = (unsigned char *)in; in bin_to_readable()
281 q = (unsigned char *)in + inlen; in bin_to_readable()
/PHP-7.2/ext/session/tests/
H A Dbug79221.phpt2 Null Pointer Dereference in PHP Session Upload Progress
H A Dbug79091.phpt2 Bug #79091 (heap use-after-free in session_create_id())
67 Warning: session_create_id(): Failed to create new ID in %s on line %d
/PHP-7.2/ext/dom/tests/
H A Dbug77569.phpt2 Bug #77569 (Write Access Violation in DomImplementation)
14 Warning: main(): Invalid Document Encoding in %s on line %d
/PHP-7.2/ext/standard/tests/file/
H A Dbug79099.phpt2 Bug #79099 (OOB read in php_strip_tags_ex)
/PHP-7.2/ext/mbstring/tests/
H A Dbug79037.phpt2 Bug #79037: global buffer-overflow in `mbfl_filt_conv_big5_wchar`
/PHP-7.2/ext/spl/tests/
H A Dbug54291.phpt8 …ion: DirectoryIterator::__construct() expects parameter 1 to be a valid path, string given in %s:%d
12 thrown in %s on line %d
H A Dbug78863.phpt19 …ion: DirectoryIterator::__construct() expects parameter 1 to be a valid path, string given in %s:%d
23 thrown in %s on line %d
/PHP-7.2/ext/standard/tests/file/windows_links/
H A Dbug78862.phpt10 Warning: link() expects parameter 1 to be a valid path, string given in %s on line %d
/PHP-7.2/ext/bcmath/tests/
H A Dbug78878.phpt2 Bug #78878 (Buffer underflow in bc_shift_addsub)
12 bc math warning: non-zero scale in modulus
/PHP-7.2/win32/
H A Dinstall.txt228 in a separate directory.
281 in the locations described in the Section called The configuration file
282 in Chapter 5 section.
553 Note that the second line in the list above can be found in the actual
944 list of built in extensions:
972 be found in the distribution package, in in the main folder in PHP 5,
1247 php.ini is searched in these locations (in order):
1250 command line option in CGI and CLI, php_ini parameter in NSAPI,
1263 (otherwise in Windows)
1549 suggest you use the mechanism described in the INSTALL.REDHAT file in
[all …]

Completed in 132 milliseconds

12345678910>>...309