Changes

From SME Server
Jump to navigationJump to search
12 bytes added ,  21:15, 7 October 2017
m
Line 45: Line 45:  
== Usage ==
 
== Usage ==
   −
PHP application aware of sockets are few, most of them will try to connect to a port, you will have to find a way to define the one you want to use for your particular app. Some let you put it in a variable, some will just need you to add it after the hostname or ip (localhost:3309), some will just assume 3306 and just ignore anything else.
+
PHP applications that are aware of sockets are few, and most typically try to connect to a port. You will have to craft a way to define the one you want to use for your particular app. Some let you put it in a variable, some will just need you to add it after the hostname or ip (localhost:3309), some will just assume 3306 and just ignore anything else.
    
Possible host strings (localhost can be replaced with 127.0.0.1 if needed):
 
Possible host strings (localhost can be replaced with 127.0.0.1 if needed):
81

edits

Navigation menu