|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
not run shell
i want run php shell on server
server is redhat 7.2 run php 4.2.3 script content #!/usr/bin/php <? ........... if (($sock = socket_create AF_INET, SOCK_STREAM, 0)) < 0) { echo "socket_create() failed: reason: " . socket_strerror ($sock) . "n"; } .............. ?> ans tell me not call socket_create can't not found. but' /usr/bin/php can run other unctin. who can help me thank's |
|
#2
|
|||
|
|||
|
RE: not run shell
You'll need to recompile PHP with
--enable-sockets |
![]() |
| Viewing: Codewalkers Forums > PHP Related > PHP Coding > not run shell |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|