History log of /PHP-7.0/ (Results 326 – 350 of 74925)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
4d6f808c30-Jul-2017 Christoph M. Becker

Skip this test if ext/gd is not available

e3d25e7828-Jul-2017 Nikita Popov

Fixed bug #62934

b013368127-Jul-2017 Anatol Belski

relax test on travis

34e5d3a823-Jul-2017 Pedro Magalhães

Simpler fix for #74974

9fcfe52d27-Jul-2017 Xinchen Hui

Fixed test

e36c04ef27-Jul-2017 Xinchen Hui

Fixed bug #74949 (null pointer dereference in _function_string)

c7aa8ba026-Jul-2017 Sara Golemon

Bugfix #74993 Wrong reflection param into for some intl: lookup_*() methods

3306b3aa26-Jul-2017 Anatol Belski

[ci skip] update NEWS

bd00fe8126-Jul-2017 Anatol Belski

Fixed bug #74833, SID constant created with wrong module number

6b1fbafd26-Jul-2017 Benjamin W. Broersma

Fix bug #74991 - include_path has a 4096 char (minus "__DIR__:") limit, in some PHAR cases

de65a22426-Jul-2017 Christopher Jones

Expose oci_unregister_taf_callback()

3fd7d81914-Jul-2017 Carsten Brandt

Fixed finding CURL on systems with multiarch support

fixes https://bugs.php.net/bug.php?id=74125

This commit makes the cURL config script aware of debian/ubuntu
[multiarch suppo

Fixed finding CURL on systems with multiarch support

fixes https://bugs.php.net/bug.php?id=74125

This commit makes the cURL config script aware of debian/ubuntu
[multiarch support][1] which installs architecture specific
headers in a different location.

It checks whether the `dpkg-architecture` script exists and is
executeable, if that is the case, the multiarch architecture is
detected by calling `dpkg-architecture -qDEB_HOST_MULTIARCH` as
documented in [debian multiarch implementation docs][2]:

> `/usr/include/<triplet>`: used for arch-varying headers

[1]: https://wiki.debian.org/Multiarch
[2]: https://wiki.debian.org/Multiarch/Implementation

show more ...

69b48f8325-Jul-2017 Joe Watkins

minor loop optimizations, closes #2633

cdf9178c24-Jul-2017 Anatol Belski

switch to binary sdk 2.0.9 for appveyor

924ff61622-Jul-2017 Peter Kokot

Update copyright year to 2017

a769d87324-Jul-2017 Anatol Belski

Add test for bug #74903

23c124ec22-Jul-2017 Jelle van der Waa

openssl: Add openssl_pkcs12_export_to_file tests

Add basic tests for openssl_pkcs12_export_to_file.

c4e11c8e23-Jul-2017 Peter Kokot

Update PHP 5 version to 7 in header comments

418da85f30-Jul-2016 Christoph M. Becker

Fix #71606: Segmentation fault mb_strcut with HTML-ENTITIES

The HTML decoding filter uses the `opaque` member of mbfl_convert_filter
as buffer, but there was no copy constructor defined,

Fix #71606: Segmentation fault mb_strcut with HTML-ENTITIES

The HTML decoding filter uses the `opaque` member of mbfl_convert_filter
as buffer, but there was no copy constructor defined, what caused double
frees when the filter is copied (what happens multiple times in mb_strcut(),
for instance).

show more ...

775b4b5423-Jul-2017 Sara Golemon

Use compatability zend_isnan() instead of POSIX isnan()

s/isnan/zend_isnan/g

c562d44323-Jul-2017 Sara Golemon

Fix compile-time optimization of NAN comparisons

ad12da4922-Jul-2017 Anatol Belski

[ci skip] update NEWS

bad5d0d622-Jul-2017 Bob Weinand

Fixed bug #74954 (null deref and segfault in zend_generator_resume())

e405ff5922-Jul-2017 Anatol Belski

Fixed bug #74968 PHP crashes when calling mysqli_result::fetch_object with an abstract class

256ec5be21-Jul-2017 Xinchen Hui

Merge branch 'PHP-7.0' of git.php.net:/php-src into PHP-7.0

* 'PHP-7.0' of git.php.net:/php-src:
Move the define into the header to reduce diff for future upgrade


1...<<11121314151617181920>>...2997