Files
archived-presentations/slides/debugging/request_emulation.xml
2004-03-09 16:41:39 +00:00

15 lines
378 B
XML

<slide title="Request Emulation">
<blurb fontsize="3em">
Some errors can only be replicated though complex series of operations.
Another words you need someone or something to make a genuine request
to replicate the bug.
</blurb>
<blurb fontsize="3em">
Fortunately, PHP includes a %cURL% extension, which can do just that.
</blurb>
<example filename="curl.php" />
</slide>