PDA

View Full Version : server for XMLSocket



makc
November 11th, 2002, 04:14 PM
Ok-kay... Asking this here, too...
On last Sunday I finished TCP server, poor documentation didn't stopped me :bandit: I was feeling good enough, while using PuTTy for testing it... But, once I switched to flash, daemon showed his daemonic nature... exceptions in MSVCRT.DLL do not help localhost testing :<

Is that a problem of last php build or what? I tried both cgi-ext/sapi install options, still the same sh|t... My OS is winME, btw; I use apache for localhost. What to do?

h88
November 11th, 2002, 04:27 PM
I really dunno, i gonna ask some XML Sockets experts and come back!

PS Nice to see you around makc!

makc
November 14th, 2002, 03:02 PM
seems like i am ******* pioneer here... noone ever made server for flash on php/apache under winme... rare combination, i guess :*(

h88
November 14th, 2002, 03:46 PM
where exactly do you get that error? when installing or when executing?

However, Ive discovered a program which is an alternative way of installing PHP, MySQL, Apache and PHPMyAdmin easily.. most of you probably know this program already but to the other Its called

PHPTriad

heres a link to the download section from sourceforge...

http://prdownloads.sourceforge.net/phptriad/phptriad2-2-1.exe?use_mirror=belnet

PS. PHP is one version late.. it installs php 4.1 instead fo 4.2 but u can upgrade it manually...

makc
November 14th, 2002, 03:55 PM
h88 posted this despite I told him it has no relation to my problem. oh well, the board is open to all posts ;)

speaking about of php 4.1, i did installed it, too. exception rises in msvcrt, too. Namely,

step 1: socket_create - fails due to error described above, php 4.1; succeeds, php 4.2.3;

step 2: socket_bind and socket_listen calls - all's ok, php 4.2.3;

step 3: socket_accept - fails due to error described above when using XMLSocket to connect, or succeeds when using PuTTy client, php 4.2.3.