php-windows Digest 11 Aug 2002 00:14:51 -0000 Issue 1282
Topics (messages 15194 through 15201):
InnoDb and php
15194 by: Waldemar Brand Neto
15195 by: Steve Bradwell
PHP Editors
15196 by: Jim Hunter
15199 by: leo g. divinagracia iii
ISAPI filter error
15197 by: Dale Heil
Re: SOCKETS
15198 by: Brian Huff
MORE ABOUT SOCKETS
15200 by: M.
15201 by: Steve Parrish
Administrivia:
To subscribe to the digest, e-mail:
[EMAIL PROTECTED]
To unsubscribe from the digest, e-mail:
[EMAIL PROTECTED]
To post to the list, e-mail:
[EMAIL PROTECTED]
----------------------------------------------------------------------
--- Begin Message ---
Is it possible to use rollback, commit in a MySql InnoDb table trough php?
Tank´s,
Waldemar
--- End Message ---
--- Begin Message ---
Yes it is.
Once InnoDb tables have been setup, just fire the traditional Begin,
rollback, commit statements to Mysql with mysql_query() or whatever.
-Steve.
-----Original Message-----
From: Waldemar Brand Neto [mailto:[EMAIL PROTECTED]]
Sent: Friday, August 09, 2002 12:55 PM
To: [EMAIL PROTECTED]
Subject: [PHP-WIN] InnoDb and php
Is it possible to use rollback, commit in a MySql InnoDb table trough php?
Tank´s,
Waldemar
--- End Message ---
--- Begin Message ---
I recently ran across an ad for NuSpherePHPed that claims to be a great PDP
editor/debugger. I was wondering if anyone has used this editor and what did
you think. Also, if there are any less expensive alternatives that you feel
are worth a look, that would be nice to know. I primarily use Windows 2000
but might move development over to Linux in the future.
Thanks,
Jim Hunter
Diamond Computing
--- End Message ---
--- Begin Message ---
how about a couple freebie editors:
www.phpide.de (PHP coder)
and
www.phpedit.com (PHP Edit)
Jim Hunter wrote:
> I recently ran across an ad for NuSpherePHPed that claims to be a great PDP
> editor/debugger. I was wondering if anyone has used this editor and what did
> you think. Also, if there are any less expensive alternatives that you feel
> are worth a look, that would be nice to know. I primarily use Windows 2000
> but might move development over to Linux in the future.
>
> Thanks,
> Jim Hunter
> Diamond Computing
>
> --
> PHP Windows Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
--
Leo G. Divinagracia III
[EMAIL PROTECTED]
--- End Message ---
--- Begin Message ---
I am running NT4.0 server, IIS4.0, php 4.1.1.
I have been running the CGI php fine. Tried to switch over to running as module.
When I add the ISAPI filter to the website I get the 270 (0x0000010e) error. I saw
the
bug 16200 out there open problem out there but that was for asp pages. I was trying
to
load existing php pages that run fine under CGI. Any thoughts?
Thank you. Dale.
--- End Message ---
--- Begin Message ---
You can use the socket extension for PHP on windows, just like on Unix,
to make your web pages create socket requests to another server (say,
download some stock info from Yahoo) with the libraries discussed here:
http://www.php.net/manual/en/ref.sockets.php
You may need to enable the 'php_sockets.dll' extension in your php.ini file.
Now, if you want to write some SERVER software in PHP, you can just
execute a php page from the command line on Windows. Write a php page
similar to the server listed at the link above (with an infinite loop,
blocking for incoming connections), and just run it:
> php.exe my_server_code.php
The tricky part is, of course, running this as a background service.
There is no nifty '&' command on Win32 to automagicly run something in
the background.
For NT and 2000, I think "srvany.exe" will enable you to wrapper any
program as a windows service. You may need to wrapper your php calls in
a C program, tho. Its a pain to use, but it'll get ya there.
Of course, I have no idea whatsoever of the robustness of actually
running a PHP based server... is anybody else doing this?
--
Brian 'Bex' Huff
[EMAIL PROTECTED]
Phone: 952-903-2023
Fax: 952-829-5424
> How can i use sockets in Windows and IIS??
> thank you
>
--- End Message ---
--- Begin Message ---
Hi,
How can i use socket programming with PHP under Windows platform and IIS server?!
Debug Error of PHP compiler --->>> Fatal error: Call to undefined function:
socket_create()
How can i activate socket programming!!!???
thanks a lot
--- End Message ---
--- Begin Message ---
I can't get php4apache2.dll (php4.2.2) to work with Apache 2.0.40. I get:
"Cannot load C:/php/sapi/php4apache2.dll into server: The specified
procedure could not be found."
...same goes for mod_perl.
Is there some incompatibility I don't know about?
Thanks,
Steve Parrish
--
<mailto:[EMAIL PROTECTED]>
--- End Message ---