Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
CentralNic
php-epp
Commits
f5cf3dce
Unverified
Commit
f5cf3dce
authored
Dec 13, 2019
by
Nathan Van Overloop
Browse files
centralnic/issues#3769: add more debug
parent
c69c3138
Changes
1
Hide whitespace changes
Inline
Side-by-side
Net/EPP/Client.php
View file @
f5cf3dce
...
...
@@ -75,6 +75,7 @@
if
(
$this
->
debug
)
debug_log
(
"connecting to
{
$target
}
"
);
if
(
is_resource
(
$context
))
{
if
(
$this
->
debug
)
debug_log
(
"using your provided context resource"
);
$result
=
stream_socket_client
(
$target
,
$errno
,
$errstr
,
$timeout
,
STREAM_CLIENT_CONNECT
,
$context
);
}
else
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment