Re: [PHP-WIN] Re: Is ISAPI stable ?

2002-01-30 Thread Ashraf Al Shafaki
bugs are bugs and will always remain bugs. it's not a terminology used by this group in particular, but by ALL programmers. a program that when compiled does not compile has an ERROR, not a bug a program that runs, and makes no 'errors' cans still give you results that you do not expect or "Did N

[PHP-WIN] PHP Nuke vs. Post Nuke

2002-01-30 Thread ST Ooi
Anyone has any comparisons table and which one is better? Thanks ST Ooi Malaysia -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

[PHP-WIN] Re: IIS equivalent to Apache's .htaccess files

2002-01-30 Thread Manuel Lemos
Hello, Theodore Brinkman wrote: > > I'm busy trying to fight to keep the project I'm on as platform independant > as possible, but it's currently a loosing battle, because the team lead > insists on using Windows Domain User security, which means if you're not > using IE, you can't even get to t

Re: [PHP-WIN] Version of Merlin/PHP that works??

2002-01-30 Thread Mike Maltese
Well, you didn't think Apache made any registry entries either, so that pretty much covers that - Original Message - From: "Ross Fleming" <[EMAIL PROTECTED]> To: "Mike Maltese" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Wednesday, January 30, 2002 2:19 AM Subject: RE: [PHP-WIN]

[PHP-WIN] Re: New to PHP

2002-01-30 Thread Gita Street Kristiansen
I had the same problems as you too, and figured that the message that Explorer told me was the usual Windows "thing". And it seemed it was the Microsoft Personal Web Server (PWS) that was causing the problem. I solved it by following: 1. Uninstall PWS 2. Reboot Windows 3. Personal web server was

[PHP-WIN] IIS equivalent to Apache's .htaccess files

2002-01-30 Thread Brinkman, Theodore
I'm busy trying to fight to keep the project I'm on as platform independant as possible, but it's currently a loosing battle, because the team lead insists on using Windows Domain User security, which means if you're not using IE, you can't even get to the site. I'm vaguely familiar with the .hta

Re: [PHP-WIN] Bcc headers in mail function

2002-01-30 Thread R'twick Niceorgaw
Look at the phpmailer class. It has support for Bcc, Cc as well as many other functions like SMTP server . I have used it and it works quite fine. http://phpmailer.sourceforge.net/ - Original Message - From: "DL Neil" <[EMAIL PROTECTED]> To: "Dario Fernando Escobar R." <[EMAIL PROTECTED]

Re: [PHP-WIN] Bcc headers in mail function

2002-01-30 Thread Bram Somers
sorry, maybe is this a stupid question... But, can somebody tell me how to set up php for windows please? thanks a lot Bram Somers - Original Message - From: "Shrock, Court" <[EMAIL PROTECTED]> To: "'Dario Fernando Escobar R.'" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Wednesday, Jan

php-windows Digest 30 Jan 2002 22:31:55 -0000 Issue 977

2002-01-30 Thread php-windows-digest-help
php-windows Digest 30 Jan 2002 22:31:55 - Issue 977 Topics (messages 11712 through 11728): Re: How to find out MAC address of remote user 11712 by: Svensson, B.A.T. (HKG) 11719 by: Shrock, Court When typing "localhost\.." the computer wants to connect to internet. 1

Re: [PHP-WIN] Bcc headers in mail function

2002-01-30 Thread DL Neil
Dario, > I would like to know if it's possible to make any combination of tricks to > use the BCC header in the mail function. I've got win 2k, apache and php > 4.05. Check out phpguru.org Regards, =dn -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTEC

RE: [PHP-WIN] Bcc headers in mail function

2002-01-30 Thread Shrock, Court
Personally, I have tried many ways to get it to work. In an earlier post, I mentioned that the only way I was able to get mail to work at all was removing the bcc and cc headers from my windows php scripts. If a solution does exist, I would be interested in it as well Court > -Original

[PHP-WIN] creating a php extension

2002-01-30 Thread Petr Krebs
maybe it's a stupid question, but can anybody tell me where to get some information about writing win32 php extension DLL? i've been searching through the official web pages but i haven't manage to get anything. thanks in advance petr -- PHP Windows Mailing List (http://www.php.net/) To unsubs

[PHP-WIN] Bcc headers in mail function

2002-01-30 Thread Dario Fernando Escobar R.
I would like to know if it's possible to make any combination of tricks to use the BCC header in the mail function. I've got win 2k, apache and php 4.05. If anyone can help me... -- _ Dario Fernando Escobar Risueño Webmaster Telesat S.A. [EMAIL PROTECTED] Cali -

[PHP-WIN] ISAPI/NSAPI FastCGI implementations available

2002-01-30 Thread Shane Caraveo
Hello everyone, Over the past few months I've slowly worked on implementing ISAPI and NSAPI modules for FastCGI. I've got everything done and working now in probably what I would call a late alpha or early beta release, though I haven't versioned it at this time. I wrote these modules to provide

RE: [PHP-WIN] Search expression => SQL WHERE parser?

2002-01-30 Thread Peter Illes
Thanks, Flint. I'm afraid MySQL does not have this feature :-(. OTOH what I'm looking for is simpler than that. E.g. let's turn [apple pear -cherry] into [(FLD LIKE '%apple%') AND (FLD LIKE '%pear%') AND NOT (FLD LIKE '%cherry%')] Operators: (space or +) => AND # => OR - => NOT ( ) =

RE: [PHP-WIN] Search expression => SQL WHERE parser?

2002-01-30 Thread Flint Doungchak
Hey there Peter, I think Microsoft comes as a part of SQL server a COM object where you send English syntax and the application will return a SQL query. I think it's called English Query tool or something like that. I don't know if there is something similar for MySQL. Sorry, -Flint -Origi

[PHP-WIN] Apache/PHP

2002-01-30 Thread Sandeep Murphy
Hi all, Guess I was a bit hasty in jumping the gun... a shortwhile bak i had posted here regarding a problem of php scripts stopping to run all of a sudden.. The Problem i am facing is that I cannot afford to stop and start apache once booted.. When I do a reboot, everything runs fine but If i e

[PHP-WIN] Search expression => SQL WHERE parser?

2002-01-30 Thread Peter Illes
Hi Folks, I'm looking for a parser in PHP that would turn a search expression (like google, altavista, ...) into an SQL WHERE statement, or at least an expression parser in PHP. Any idea? Our intention is to implement such a search functionality in a PHP app on a MySQL database. Thanks for any

RE: [PHP-WIN] How to find out MAC address of remote user

2002-01-30 Thread Shrock, Court
Your MAC address on your NIC is unique, but a problem arises because the MAC address is Ethernet (the same collision domain) and the internet routes IP, which is a layer above Ethernet. The majority of the internet routes IP over ATM, a much quicker alternative to Ethernet. You see, Ethernet, AT

[PHP-WIN] Re: Is ISAPI stable ?

2002-01-30 Thread Angie Tollerson
Hi there. When you say "bugs", what do you mean? When I have bugs in my code, it doesn't run, period. But if you mean "warnings" ? which will let your code run but there are some handling errors? Just trying to find out your terminology... Angie Tollerson Alliance Technologies Web Programmer (5

[PHP-WIN] Re: Is ISAPI stable ?

2002-01-30 Thread John Lim
Hi, PHP's ISAPI error handling is still not thread safe. If your code has no errors PHP will run fine. However if there are bugs in your PHP script, they are not handled properly and eventually your process will crash in ISAPI after repeated calls to the error-prone script. Regards, John Samue

RE: [PHP-WIN] Urgent- Apache/PHP

2002-01-30 Thread Sandeep Murphy
problem solved... Nothing that a reboot on windoz cannot solve! :) -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: quarta-feira, 30 de Janeiro de 2002 14:10 To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: [PHP-WIN] Urgent- Apache/PHP --- Received fr

[PHP-WIN] Urgent- Apache/PHP

2002-01-30 Thread FPU . WHITES1
--- Received from FPU.WHITES1 799 3703 30-01-02 14:05 -> [EMAIL PROTECTED] -> [EMAIL PROTECTED] Eeek! Looks more like your server is suffering a NIMDA virus attack to me, though why this should specifically affect your PHP setup I don't know. -Steve -

[PHP-WIN] Urgent- Apache/PHP

2002-01-30 Thread Sandeep Murphy
Hi, I am running the PHP triad on a win2k for quite sometime now without having any problems.. All of a sudden my PHP scripts refused to work.. further it appears there is some problem with my apache itself.. I tried doing a net start and net stop apache a few times and it does start and stop bu

[PHP-WIN] When typing "localhost\.." the computer wants to connect to internet.

2002-01-30 Thread Tim Lüdemann
At first: I run win 98 on my standalone computer. I installed Apache 1.3.22 and PHP 4.1.0, edit the files php.ini and httpd.conf and put them at the right place. I doublechecked the files. When typing "localhost\index.html.de" the computer wants to connect to internet. It is possible to op

RE: [PHP-WIN] How to find out MAC address of remote user

2002-01-30 Thread Svensson, B.A.T. (HKG)
>Hello, > >that's what I wanna find out: > The MAC (that's something like a unique network-card number) It is not "like a". it IS unique - each manufacture of network cards have there own prefix number, and then the manufacture is responsible to ensure that each network adapter has it own MAC (a

php-windows Digest 30 Jan 2002 10:23:06 -0000 Issue 976

2002-01-30 Thread php-windows-digest-help
php-windows Digest 30 Jan 2002 10:23:06 - Issue 976 Topics (messages 11704 through 11711): Version of Merlin/PHP that works?? 11704 by: tom 11705 by: Ross Fleming 11706 by: Mike Maltese 11707 by: Mike Maltese 11711 by: Ross Fleming Re: mail to too ma

RE: [PHP-WIN] Version of Merlin/PHP that works??

2002-01-30 Thread Ross Fleming
AddModule mod_php4.c ? Not on any windows installation I've ever seen!.. -Original Message- From: Mike Maltese [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 30, 2002 12:10 AM To: PHP on Windows Mailing List Subject: Re: [PHP-WIN] Version of Merlin/PHP that works?? A few notes...

[PHP-WIN] How to find out MAC address of remote user

2002-01-30 Thread W-Mark Kubacki
Hello, that's what I wanna find out: The MAC (that's something like a unique network-card number) address of a remote user. I just know I can find it out by backtracing his IP address. But which function to use? By this MAC address you can identify any user, no matter which IP address he us

[PHP-WIN] R: [PHP-WIN] Shared Memory/Shmop on Windows

2002-01-30 Thread Darvin Andrioli
Gary wrote: > I am porting a website from a Unix server to IIS 5.0 on W2K Advanced > Server. The PHP code currently is using Shared Memory calls. My > developer tells me the information is shmop-based. > > Here's a sample of the code. The site is not functioning as it's > supposed to and I beli