Skip to content

Commit 02d50fb

Browse files
committed
pcntl_signal: Switch to pcntl_async_signals and improve documentation
php/doc-en@e91b2dd
1 parent 803b895 commit 02d50fb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

reference/pcntl/examples.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<!-- $Revision$ -->
3-
<!-- EN-Revision: aebf045bfb7f4f2350db5e1e908cf290be334075 Maintainer: takagi Status: ready -->
3+
<!-- EN-Revision: e91b2dd2539f6be30b7db023d880de673fa50b62 Maintainer: takagi Status: ready -->
44
<!-- CREDITS: shimooka,hirokawa,mumumu -->
55
<chapter xml:id="pcntl.examples" xmlns="http://docbook.org/ns/docbook">
66
&reftitle.examples;
@@ -14,7 +14,7 @@
1414
<programlisting role="php">
1515
<![CDATA[
1616
<?php
17-
declare(ticks=1);
17+
pcntl_async_signals(true);
1818
1919
$pid = pcntl_fork();
2020
if ($pid == -1) {

0 commit comments

Comments
 (0)