wiki.techinc.nl/.phan/internal_stubs
Kevin Israel b3a2c88cea profiler: Drop support for Tideways 4.x in ProfilerXhprof
This branch fails to compile against PHP 7.4.3, our lowest supported
version, and will not be updated to support that or any newer version:

https://tideways.com/profiler/blog/releasing-new-tideways-xhprof-extension

In doing so, remove the Xhprof class. At this point, it doesn't do
anything other than calling either of two functions from whichever
extension is installed, which can just be done in ProfilerXhprof.

Change-Id: Iba1c16f47c68b36982f5d2dcda3bdf4dcb83501d
2022-11-28 06:20:45 +00:00
..
excimer.php phan: Conditionally load PHP extension stubs with dedicated option 2020-06-08 18:39:25 +00:00
imagick.phan_php
memcached.phan_php
pcntl.phan_php
pgsql.phan_php
README
redis.phan_php phan: Add internal stub Redis::SERIALIZER_IGBINARY 2022-04-18 20:54:36 +02:00
sockets.phan_php
tideways_xhprof.phan_php profiler: Drop support for Tideways 4.x in ProfilerXhprof 2022-11-28 06:20:45 +00:00
wikidiff.php phan: Conditionally load PHP extension stubs with dedicated option 2020-06-08 18:39:25 +00:00

See <https://github.com/phan/phan/wiki/How-To-Use-Stubs#generating-stubs> for
how to generate internal stubs for phan.

The stubs should be generated using the PHP version that is our lowest
requirement.