Johannes Schlüter
d373d13d4a
Merge branch 'PHP-7.4'
2019-02-12 15:02:18 +01:00
Johannes Schlüter
6043e66739
Merge remote-tracking branch 'origin/PHP-7.4' into PHP-7.4
2019-02-12 15:00:51 +01:00
Nikita Popov
1449d49670
Fix FFI test on Windows
2019-02-12 13:57:44 +01:00
Nikita Popov
aaebf3b653
Merge branch 'PHP-7.3' into PHP-7.4
2019-02-12 11:43:53 +01:00
Nikita Popov
5297bed454
Merge branch 'PHP-7.2' into PHP-7.3
2019-02-12 11:43:34 +01:00
DanielCiochiu
07877c46e3
Fixed bug #75546
...
By respecting the SILENT flag when checking the visibility of a
class constant.
2019-02-12 11:42:33 +01:00
Dmitry Stogov
dbd7fbabe9
typo
2019-02-12 13:24:14 +03:00
Nikita Popov
9848f24a6a
Merge branch 'PHP-7.3' into PHP-7.4
2019-02-12 10:50:29 +01:00
Nikita Popov
2ea5a9cc64
Merge branch 'PHP-7.2' into PHP-7.3
2019-02-12 10:50:22 +01:00
Nikita Popov
8e34de4756
Fixed bug #77608
...
Remove special handling of doubles and escape them as usual instead.
2019-02-12 10:49:20 +01:00
David Carlier
4e87e56e22
Adding bunch of FreeBSD socket options flags specifics.
...
SO_USER_COOKIE primarly to be traced via dtrace instrumentation.
If SO_USER_COOKIE is available, the rest is so the former is
two years old while the rest is from around 2008.
2019-02-12 10:27:33 +01:00
Nikita Popov
120137ca14
Merge branch 'PHP-7.3' into PHP-7.4
2019-02-12 10:10:30 +01:00
Nikita Popov
97dd1591af
Merge branch 'PHP-7.2' into PHP-7.3
2019-02-12 10:10:22 +01:00
hsldymq
b5cb3ac8ec
Make pid & uid available while handling realtime signals
2019-02-12 10:09:33 +01:00
Nikita Popov
e27af3bbea
Merge branch 'PHP-7.3' into PHP-7.4
2019-02-12 09:57:38 +01:00
Nikita Popov
8ed775f548
Merge branch 'PHP-7.2' into PHP-7.3
2019-02-12 09:57:18 +01:00
Nikita Popov
a109fddba4
Remove "defensive copy" of DatePeriod properties
...
get_properties() constructs these as fresh objects with no relation
to the internals, there is no need to clone them again. Additionally
the current implementation leaks memory, because the original objects
are never freed (see PR #3121 ).
2019-02-12 09:54:52 +01:00
Jachim Coudenys
d8b2705d62
Test mb_str* functions for 'unknown encoding' warnings
2019-02-12 09:31:58 +01:00
Nikita Popov
478ff4027c
Merge branch 'PHP-7.3' into PHP-7.4
2019-02-12 09:29:19 +01:00
Nikita Popov
c553d17f11
Merge branch 'PHP-7.2' into PHP-7.3
2019-02-12 09:29:05 +01:00
Ben Ramsey
c4294440ff
Fixed bug #77564 : Memory leak in exif_process_IFD_TAG
...
The memory leak occurs when more than one UserComment tag is present in
the EXIF data. It's still considered corrupt EXIF data, but this ensures
the memory is freed before trying to set to already allocated memory.
2019-02-12 09:28:33 +01:00
Dmitry Stogov
7d4de1a77e
Fixed possible crash
2019-02-12 11:21:09 +03:00
Dmitry Stogov
62fd45f530
Merge branch 'PHP-7.3' into PHP-7.4
...
* PHP-7.3:
Fixed bug #77599 (Unbuffered queries; native prepared statements memory leak)
2019-02-12 11:03:55 +03:00
Dmitry Stogov
b6e58dcd22
Fixed bug #77599 (Unbuffered queries; native prepared statements memory leak)
2019-02-12 10:55:05 +03:00
Dmitry Stogov
26e26969c1
Merge branch 'PHP-7.3' into PHP-7.4
...
* PHP-7.3:
Avoid dependency on "struct flock" fields order.
2019-02-12 10:22:13 +03:00
Dmitry Stogov
470f5891d4
Merge branch 'PHP-7.2' into PHP-7.3
...
* PHP-7.2:
Avoid dependency on "struct flock" fields order.
2019-02-12 10:21:59 +03:00
Dmitry Stogov
9222702633
Avoid dependency on "struct flock" fields order.
2019-02-12 10:15:16 +03:00
Christoph M. Becker
6ac8b0a783
Deprecate ext/wddx
...
Cf. <https://wiki.php.net/rfc/deprecate-and-remove-ext-wddx >.
2019-02-11 19:31:46 +01:00
Darek Slusarczyk
5c23370648
Merge branch 'PHP-7.4'
2019-02-11 18:50:45 +01:00
Darek Slusarczyk
9eacd9174c
Merge branch 'PHP-7.3' into PHP-7.4
2019-02-11 18:47:58 +01:00
Darek Slusarczyk
6f7a47db5d
Merge branch 'PHP-7.2' into PHP-7.3
2019-02-11 18:18:57 +01:00
Darek Slusarczyk
83d2bc9b6d
Merge branch 'PHP-7.1' into PHP-7.2
2019-02-11 18:08:21 +01:00
Darek Slusarczyk
2eaabf06fc
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
2019-02-11 18:04:51 +01:00
Nikita Popov
a302d11610
Don't silence fatal errors with @
2019-02-11 16:17:55 +01:00
Nikita Popov
b65435c986
Merge branch 'PHP-7.4'
2019-02-11 15:51:06 +01:00
Nikita Popov
2ca123e8f0
Merge branch 'PHP-7.3' into PHP-7.4
2019-02-11 15:50:53 +01:00
Nikita Popov
4da67537c1
Merge branch 'PHP-7.2' into PHP-7.3
2019-02-11 15:50:47 +01:00
Ahmed Abdou
ec28d4c247
Fix bug #51068 (glob:// do not support current path relative)
...
Fix DirectoryIterator glob://* current path relative queries
2019-02-11 15:50:27 +01:00
Nikita Popov
779b9bfe02
Merge branch 'PHP-7.4'
2019-02-11 15:00:52 +01:00
Anatol Belski
2d7658959e
Unbundle oniguruma in config.w32
2019-02-11 14:53:19 +01:00
Nikita Popov
e91d8ac5f6
Add MB_ONIGURUMA_VERSION and use it in a version dependent test
2019-02-11 14:53:19 +01:00
Nikita Popov
d1c1481081
Unbundle oniguruma
...
And also switch detection over to pkg-config.
2019-02-11 14:53:19 +01:00
Nikita Popov
5702ce630b
Merge branch 'PHP-7.4'
2019-02-11 12:32:38 +01:00
Nikita Popov
f5d2a30466
Validate subject encoding in mb_split and mb_ereg_match
...
We were already validating the subject encoding in most functions,
but not these two.
2019-02-11 12:31:59 +01:00
Nikita Popov
c9ab1078cc
Merge branch 'PHP-7.4'
2019-02-11 12:12:54 +01:00
Nikita Popov
2e594265b8
Validate pattern against mbregex encoding
...
Oniguruma does not consistently perform this validation itself (at least
on older versions), so make sure we check pattern encoding validity on the
PHP side.
2019-02-11 12:10:40 +01:00
Nikita Popov
babe7f355f
Merge branch 'PHP-7.4'
2019-02-11 11:34:27 +01:00
Nikita Popov
52c2d47c90
Merge branch 'PHP-7.3' into PHP-7.4
2019-02-11 11:33:18 +01:00
Nikita Popov
be64a06b1c
Merge branch 'PHP-7.2' into PHP-7.3
2019-02-11 11:33:04 +01:00
johnstevenson
fe4d7248cc
Fix #77552 : Uninitialized buffer in stat functions
2019-02-11 11:31:55 +01:00