Skip to content

Commit ac304f5

Browse files
author
Julien Pauli
committed
INI settings ending
1 parent 8f31efc commit ac304f5

File tree

2 files changed

+364
-8
lines changed

2 files changed

+364
-8
lines changed

Book/php7/extensions_design/extension_infos.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ Here is a simple ``MINFO()`` example::
2323
#include "php/main/SAPI.h"
2424
#include "ext/standard/info.h"
2525

26+
#define PIB_TXT "PHPInternalsBook Authors"
27+
#define PIB_HTML "<h3>" PIB_TXT "</h3>"
28+
2629
PHP_MINFO_FUNCTION(pib)
2730
{
2831
time_t t;

0 commit comments

Comments
 (0)