Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. bezakv

    child pid 25742 exit signal Segmentation fault (11)

    Hello. That is the normal syntax in php. Variables should have $ in front of them. The problem is, why the apache child terminates when it tries to open connection to that imap server. I have also tried it with passthru("telnet servername 143") and it works....
  2. bezakv

    child pid 25742 exit signal Segmentation fault (11)

    Hello. I have a problem when i am trying to open an imap connection to a server in php Here is the code: echo "test"; $a_address = "{servername:143}"; $a_username = "user"; $a_password = "password"; $result = imap_open ($a_address . $a_folder...

Part and Inventory Search

Back
Top