mirror of
https://github.com/php/php-src.git
synced 2026-04-24 08:28:26 +02:00
use safer strlcpy, patch by Tony Dovgal
This commit is contained in:
+3
-3
@@ -1171,8 +1171,8 @@ spl_autoload_register('command_autoload');
|
||||
new PharCommand($argc, $argv);
|
||||
|
||||
__HALT_COMPILER(); ?>
|
||||
6 | ||||