<?php
ob_start();
$ext = new ReflectionExtension('pcre');
$ext->info();
$info = ob_get_clean();
preg_match('/PCRE Library Version => (.*)/', $info, $m);
echo $m[1];
- Output for 8.4.1 - 8.4.13
- 10.44 2024-06-07
- Output for 8.3.0 - 8.3.26
- 10.42 2022-12-12
- Output for 8.2.0 - 8.2.29
- 10.40 2022-04-14
- Output for 8.1.1 - 8.1.33
- 10.39 2021-10-29
- Output for 8.1.0
- 10.37 2021-05-26
- Output for 7.4.12 - 7.4.33, 8.0.0 - 8.0.30
- 10.35 2020-05-09
- Output for 7.4.6 - 7.4.11
- 10.34 2019-11-21
- Output for 7.4.0 - 7.4.5
- 10.33 2019-04-16
- Output for 7.3.0 - 7.3.33
- 10.32 2018-09-10
- Output for 7.2.0 - 7.2.33
- 8.41 2017-07-05
- Output for 5.5.32 - 5.5.35, 5.6.18 - 5.6.28, 7.0.3 - 7.0.20, 7.1.0 - 7.1.25
- 8.38 2015-11-23
- Output for 5.5.27 - 5.5.31, 5.6.11 - 5.6.17, 7.0.0 - 7.0.2
- 8.37 2015-04-28
- Output for 5.5.25 - 5.5.26, 5.6.9 - 5.6.10
- 8.36 2014-09-26
- Output for 5.5.24, 5.6.8
- 8.34 2013-12-15
preferences:
141.75 ms | 422 KiB | 5 Q