History log of /PHP-7.2/ (Results 476 – 500 of 83797)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
83d2bc9b11-Feb-2019 Darek Slusarczyk

Merge branch 'PHP-7.1' into PHP-7.2


2eaabf0611-Feb-2019 Darek Slusarczyk

security fix - by default 'local infile' is disabled:
- set default for mysqli.allow_local_infile=0
- explicitly disable PDO::MYSQL_ATTR_LOCAL_INFILE in case of lack of driver options
- a

security fix - by default 'local infile' is disabled:
- set default for mysqli.allow_local_infile=0
- explicitly disable PDO::MYSQL_ATTR_LOCAL_INFILE in case of lack of driver options
- add getAttribute support for PDO::MYSQL_ATTR_LOCAL_INFILE
- update existing tests where needed
- add new tests [checking default value and setting on] the 'local infile' in ext/mysqli and ext/pdo_mysql

show more ...

ec28d4c229-Jan-2019 Ahmed Abdou

Fix bug #51068 (glob:// do not support current path relative)

Fix DirectoryIterator glob://* current path relative queries

fe4d724801-Feb-2019 johnstevenson

Fix #77552: Uninitialized buffer in stat functions

92055ca711-Feb-2019 Xinchen Hui

Fixed bug #77589 (Core dump using parse_ini_string with numeric sections)

Section name should not be typed(NULL, FALSE, TRUE etc)

1f86dcdd11-Feb-2019 Christopher Jones

PDO_OCI tracing attribute PR merge

38363f4825-Jan-2019 Cameron Porter

pdo_oci: Add client identifier and module attrs

Add tests for the new attributes, and check the setAttribute return
value.

fc940f0724-Jan-2019 Cameron Porter

pdo_oci: Register new attr constants and add tests

a095472e24-Jan-2019 Cameron Porter

pdo_oci: Add PDO_OCI_ATTR_ACTION and CLIENT_INFO

Add the ability to set the action and client info on the database
session for PDO OCI using PDO attributes.

3b09123d08-Feb-2019 YanTao

Fix FTPS passive mode of data channel event poll

Bugfix: when using passive mode of FTPS protocol, data channel events
should be polled when creating data connection channel, instead of

Fix FTPS passive mode of data channel event poll

Bugfix: when using passive mode of FTPS protocol, data channel events
should be polled when creating data connection channel, instead of polling
the event of ftp's self control channel, which may cause ftp transfer
problem while using ftps and passive mode.

show more ...

e27301c708-Feb-2019 Anatol Belski

Sync test with changes in libcurl 7.64.0

c9f0e12308-Feb-2019 Anatol Belski

Sync test for libcurl 7.64.0

65d8183306-Feb-2019 Derick Rethans

Use pkg-config for ICU, as the old icu-config has been deprecated

e2edaa0c06-Feb-2019 Derick Rethans

Use pkg-config for ICU, as the old icu-config has been deprecated

cf56832d02-Feb-2019 Tyson Andre

Properly check for array_replace_recursive in sccp.c

Due to a typo, this code used to check for array_merge_recursive
twice.

3890c8bc09-Jul-2018 Kevin Abel

Fix bug 76596: phpdbg supports display_errors=stderr

cbc5a14130-Jan-2019 Christoph M. Becker

Prepare main branch for PHP 7.2.16

34898e9729-Jan-2019 Nikita Popov

Make special assert() handling independent of compiler flags

ef68cd3228-Jan-2019 ekinhbayar

Fixed bug #77530: PHP crashes when parsing "(2)::class"

dc2ffdee17-Jan-2019 Jakub Zelenka

Fix bug #77390 (feof might hang on TLS streams in case of fragmented TLS records)

Simplified version of the fix from Abyl Valg so credit to him.

d9b2902916-Jan-2019 Jakub Zelenka

Update and integrate openssl client proxy test

0c84c2ef29-Apr-2018 Abyr Valg

Add a test for fragmented SSL packets

08c5679324-Jan-2019 Nikita Popov

Merge remote-tracking branch 'php-src/PHP-7.2' into PHP-7.2


cce2e33c24-Jan-2019 Nikita Popov

Revert "Prefix error_code with underscore in FastZPP implementation"

This reverts commit 6305119a5193d4318add01190ca4afbb49ded102.

This is a source-compatibility break for extension

Revert "Prefix error_code with underscore in FastZPP implementation"

This reverts commit 6305119a5193d4318add01190ca4afbb49ded102.

This is a source-compatibility break for extensions that define
custom FastZPP macros, such as ext/uv:

https://github.com/bwoebi/php-uv/blob/a983eb17b69f74a45d785ddc6a7bff3d4531b88c/php_uv.c#L75

I don't think that FastZPP was intended to be used this way, but
let's revert this from release branches to avoid extension breakage.

show more ...

73f222d724-Jan-2019 Dmitry Stogov

Fixed bug #77494 (Disabling class causes segfault on member access)

1...<<11121314151617181920>>...3352