[PHP-WIN] extensions

2003-10-29 Thread Shmuel
Hi, Is there any manual about the php extension programming ? What does a dll need to work as a php module ? (PHP_MINIT_FUNCTION and so on). Shmuel. -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP-WIN] Help with COM

2003-10-29 Thread N . A . Morgan
Why not try to execute the macro, $Excel-application-run(book.xls!macro); but if this is not possible / desirable, the with statement: With Selection.Borders(xlEdgeBottom) .LineStyle = xlContinuous .Weight = xlThin .ColorIndex = xlAutomatic End With is only a

RE: [PHP-WIN] Re: Speeding up PHP?

2003-10-29 Thread George Pitcher
Andrei, Thanks for the tip. I've now 'paged' it and the results are fine. Cheers George -Original Message- From: Andrei BEJENARU [mailto:[EMAIL PROTECTED] Sent: 28 October 2003 4:52 pm To: [EMAIL PROTECTED] Subject: [PHP-WIN] Re: Speeding up PHP? First of all, you should break

[PHP-WIN] recommendations - php/mysql discussion board / forum

2003-10-29 Thread Croskerry, Dan
Hi List, Can anyone recommend a good, free php/mysql discussion board / message board / forum, whatever you want to call it? I'm just looking for a simple one that is easy to configure and even modify slightly. I know there are loads out there but I just wanted to know if any of you like one in

php-windows Digest 29 Oct 2003 14:44:02 -0000 Issue 1977

2003-10-29 Thread php-windows-digest-help
php-windows Digest 29 Oct 2003 14:44:02 - Issue 1977 Topics (messages 21916 through 21921): Re: Run php file every day? 21916 by: Nick H -- Network Operations Re: PEAR and PHP 4.3.3 installer 21917 by: Frank M. Kromann extensions 21918 by: Shmuel Re: Help with COM

Re: [PHP-WIN] recommendations - php/mysql discussion board / forum

2003-10-29 Thread Shannon Eric Peevey
Croskerry, Dan wrote: Hi List, Can anyone recommend a good, free php/mysql discussion board / message board / forum, whatever you want to call it? I'm just looking for a simple one that is easy to configure and even modify slightly. I know there are loads out there but I just wanted to know if

RE: [PHP-WIN] recommendations - php/mysql discussion board / foru m

2003-10-29 Thread Croskerry, Dan
Sorry if this topic has been discussed before; I know that this is annoying to people on the list. I did search the list archives first and could not really find anything though so that is why I posted it. Thanks for the advice on phpbb2, I'll check it out. Dan -Original Message- From:

[PHP-WIN] Re: Problems with TCP/IP and PHP

2003-10-29 Thread Robert Duda
I have figured out what the problem was. Roxen has an option in the CGI module to send all environment variables to CGI scripts, not only those defined in the CGI/1.1 standard. By default this option is off. This prevents PHP from obtaining your path which it needs to find various Windows dll's.

Re: [PHP-WIN] PEAR and PHP 4.3.3 installer

2003-10-29 Thread Brandon
I just sumbled upon this http://sourceforge.net/projects/universal-auth/ :) - Original Message - From: Frank M. Kromann [EMAIL PROTECTED] To: Brandon [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Tuesday, October 28, 2003 11:42 PM Subject: Re: [PHP-WIN] PEAR and PHP 4.3.3 installer

[PHP-WIN] output caching

2003-10-29 Thread Brandon
Hi All What is the best way to implement output chaching with PHP? I've only done a small amount of PHP work, I'm coming from a mostly ASP/ASP.NET background. In ASP.NET you can set a directive at the top of each script if the page should cache or not, how many seconds it shoudl be cached, and

[PHP-WIN] Re: output caching

2003-10-29 Thread Manuel Lemos
Hello, On 10/29/2003 01:48 PM, Brandon wrote: What is the best way to implement output chaching with PHP? I've only done a small amount of PHP work, I'm coming from a mostly ASP/ASP.NET background. In ASP.NET you can set a directive at the top of each script if the page should cache or not, how