/bin/php-8.4.15: /usr/lib/libm.so.6: version `GLIBC_2.38' not found (required by /bin/php-8.4.15)
/bin/php-8.4.15: /usr/lib/libm.so.6: version `GLIBC_2.35' not found (required by /bin/php-8.4.15)
/bin/php-8.4.15: /usr/lib/libc.so.6: version `GLIBC_2.34' not found (required by /bin/php-8.4.15)
/bin/php-8.4.15: /usr/lib/libc.so.6: version `GLIBC_2.38' not found (required by /bin/php-8.4.15)
Process exited with code 1.
Output for 8.4.1 - 8.4.14
Deprecated: ini_set(): Disabling session.use_only_cookies INI setting is deprecated in /in/U96sK on line 3
Warning: ini_set(): Session ini settings cannot be changed after headers have already been sent in /in/U96sK on line 4
Warning: session_start(): Session cache limiter cannot be sent after headers have already been sent (output started at /in/U96sK:3) in /in/U96sK on line 6
<p><a href="index.php">Click This Anchor Tag!</a></p>
<p><a href="#place">Internal link</a></p>
<p><a href="index.php#place">External link with anchor</a></p>
<p><a href="index.php?PHPSESSID=sessionidhere">Click This Anchor Tag!</a></p>
<p><a href="#place">Internal link</a></p>
<p><a href="index.php?PHPSESSID=sessionidhere#place">External link with anchor</a></p>
Output for 7.1.0 - 7.1.8, 7.2.0 - 7.2.5
<p><a href="index.php?PHPSESSID=sessionidhere">Click This Anchor Tag!</a></p>
<p><a href="#place/?PHPSESSID=sessionidhere">Internal link</a></p>
<p><a href="index.php?PHPSESSID=sessionidhere#place">External link with anchor</a></p>
Warning: session_start(): Cannot send session cache limiter - headers already sent in /in/U96sK on line 6
<p><a href="index.php?PHPSESSID=sessionidhere">Click This Anchor Tag!</a></p>
<p><a href="#place">Internal link</a></p>
<p><a href="index.php?PHPSESSID=sessionidhere#place">External link with anchor</a></p>
Output for 4.3.2 - 4.3.11, 4.4.0 - 4.4.9
Warning: session_start(): Cannot send session cache limiter - headers already sent in /in/U96sK on line 6
<p><a href="index.php">Click This Anchor Tag!</a></p>
<p><a href="#place">Internal link</a></p>
<p><a href="index.php#place">External link with anchor</a></p>
Output for 4.3.0 - 4.3.1
Warning: session_start() [http://www.php.net/function.session-start]: Cannot send session cache limiter - headers already sent in /in/U96sK on line 6
<p><a href="index.php">Click This Anchor Tag!</a></p>
<p><a href="#place">Internal link</a></p>
<p><a href="index.php#place">External link with anchor</a></p>