History log of /PHP-8.2/ext/opcache/ZendAccelerator.c (Results 276 – 300 of 735)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# f8576482 03-Jul-2019 Nikita Popov

Improve unlinked class diagnostics during preloading

Revision tags: php-7.3.7
# ad81aae8 02-Jul-2019 Nikita Popov

Merge branch 'PHP-7.4'


# 4a08885e 02-Jul-2019 Nikita Popov

Merge branch 'PHP-7.3' into PHP-7.4


# 7174c445 02-Jul-2019 Nikita Popov

Merge branch 'PHP-7.2' into PHP-7.3


Revision tags: php-7.2.20, php-7.4.0alpha2, php-7.3.7RC3, php-7.3.7RC2, php-7.2.20RC2, php-7.4.0alpha1
# a4acff3e 11-Jun-2019 Alex Scott

Fix bug #78138: opcache.validate_permission incorrectly works with PHAR files

opcache incorrectly handles PHAR files when opcache.validate_permission
option enabled, because it calls

Fix bug #78138: opcache.validate_permission incorrectly works with PHAR files

opcache incorrectly handles PHAR files when opcache.validate_permission
option enabled, because it calls

access("phar://path-to/file.phar/path/inside.php", R_OK);

rather than

access("path-to/file.phar", R_OK)

show more ...

# 2f7c3971 02-Jul-2019 Nikita Popov

Merge branch 'PHP-7.4'


# 7f1fef9f 01-Jul-2019 David Carlier

Fix opcache huge page mapping on FreeBSD

Too much room were given process mappings and were not unmapped.

Closes GH-4345.

# 4e1a225e 01-Jul-2019 Nikita Popov

Merge branch 'PHP-7.4'


# 994a01ea 01-Jul-2019 David Carlier

opcache huge pages: Little fix for FreeBSD

Calculating the vm entries size beforehand, as we could
possibly miss few entries.

Closes GH-4344.

# ca22c456 25-Jun-2019 Dmitry Stogov

Merge branch 'PHP-7.4'

* PHP-7.4:
Keep lowercased parent class name as second argument of DECLARE_CLASS to avoid extra work at run-time


# 759f4ecd 25-Jun-2019 Dmitry Stogov

Keep lowercased parent class name as second argument of DECLARE_CLASS to avoid extra work at run-time

# e18c60cd 24-Jun-2019 Dmitry Stogov

Merge branch 'PHP-7.4'

* PHP-7.4:
Fixed bug 78175 (Preloading must store default values of static variables and properties)


# 0f29fb5c 24-Jun-2019 Dmitry Stogov

Fixed bug 78175 (Preloading must store default values of static variables and properties)

# 1707f664 21-Jun-2019 Dmitry Stogov

Additional fix for bug #78185 (File cache no longer works)

# e177791d 20-Jun-2019 Dmitry Stogov

Merge branch 'PHP-7.4'

* PHP-7.4:
Fixed bug #78185 (File cache no longer works)


# 05c8f1ff 20-Jun-2019 Dmitry Stogov

Merge branch 'PHP-7.3' into PHP-7.4

* PHP-7.3:
Fixed bug #78185 (File cache no longer works)


# 35acda85 20-Jun-2019 Dmitry Stogov

Merge branch 'PHP-7.2' into PHP-7.3

* PHP-7.2:
Fixed bug #78185 (File cache no longer works)


# cd6a6e4c 20-Jun-2019 Dmitry Stogov

Fixed bug #78185 (File cache no longer works)

# c8d27777 18-Jun-2019 Dmitry Stogov

Merge branch 'PHP-7.4'

* PHP-7.4:
Fixed bug #78175 (Preloading segfaults at preload time and at runtime)


# 148eb202 18-Jun-2019 Dmitry Stogov

Fixed bug #78175 (Preloading segfaults at preload time and at runtime)

# 41067a22 18-Jun-2019 Joe Watkins

Merge branch 'PHP-7.4'

* PHP-7.4:
Turn system_id into a true global


# 04a6aac5 17-Jun-2019 Christoph M. Becker

Turn system_id into a true global

The system_id is identical for all threads and can be computed during
module startup, so there is no need to calculate and store it for each
thread.

# 96a6f7f7 14-Jun-2019 Dmitry Stogov

Merge branch 'PHP-7.2' into PHP-7.3

* PHP-7.2:
Backport 96a12578c13b5c37195b10526fcdc669b795644d


# 28808ca9 14-Jun-2019 Dmitry Stogov

Backport 96a12578c13b5c37195b10526fcdc669b795644d

# a5b39abd 14-Jun-2019 Dmitry Stogov

Merge branch 'PHP-7.2' into PHP-7.3

* PHP-7.2:
Backport 91a6cdbff5ebd1ca4db1d6e8c42d3265ce80ace4


1...<<11121314151617181920>>...30