]> granicus.if.org Git - php/commitdiff
Merge branch 'PHP-7.4'
authorPeter Kokot <peterkokot@gmail.com>
Sun, 21 Apr 2019 13:39:22 +0000 (15:39 +0200)
committerPeter Kokot <peterkokot@gmail.com>
Sun, 21 Apr 2019 13:39:22 +0000 (15:39 +0200)
* PHP-7.4:
  [ci skip] Fix CS in Markdown files

1  2 
docs/unix-build-system.md

index 9a6716cb21b06115899554d0335d20c4bdcccdbc,bdb8d4d146d5f8191bee32efcc91b93d0e3635fc..8e18207ab2667876e857332f9fa9bf344f17ef01
@@@ -100,7 -107,9 +107,9 @@@ regarding how PHP is supposed to be bui
  
  For example for APXS:
  
 -PHP_SELECT_SAPI(apache, shared, sapi_apache.c mod_php7.c php_apache.c)
+ ```m4
 +PHP_SELECT_SAPI(apache, shared, sapi_apache.c mod_php.c php_apache.c)
+ ```
  
  ## General info