Re: [PHP-WIN] Re: expat extension

2002-11-07 Thread Franco Pozzer
Expat it is build in in apache since Apache 1.3.14. You do not have to do anythinhg after instlla Apache and PHP. In the Win32 system, If you want use DOM extension (libxml2.dll) instead SAX (expat) you must uncomment php_domxml.dll in the php.ini and move the dlls in the PHP install into the syst

Re: [PHP-WIN] Beware - Franco Posser is a spammer - Mailer of hugeunsolicited attachments

2002-11-07 Thread Franco Pozzer
http://www.systranbox.com/systran/box Maxim Maletsky wrote: > You gotta be using some web translator :) > > -- > Maxim Maletsky > [EMAIL PROTECTED] > > Franco Pozzer <[EMAIL PROTECTED]> wrote... : > > > Beloveds Friends of the NG, > > you excuse to me if I occupy the space for things that are not

[PHP-WIN] an unknown filter was not added:PHP

2002-11-07 Thread Ladan
I am unable to execute my c++ program from within PHP when it runs as a cgi in Apache. I am able to run: $cmd="dir c:\abc" system ($cmd, $errCode); and see the content of the directory, but I don't seem to be able to run a simple hello.exe file. $cmd = "c:\abc\hello.exe"; system ($cmd, $errCode

[PHP-WIN] RE: [PHP] How-to instal GD libary

2002-11-07 Thread .: B i g D o g :.
Is c:\program files\PHP\extensions in your path... if not then i would add it...also make sure to edit your php.ini file so that it loads when php is fired up... On Thu, 2002-11-07 at 23:20, Davy Obdam wrote: > Hi B i g D o g , > > > You need to download the php-version.zip file that contains

[PHP-WIN] RE: [PHP] How-to instal GD libary

2002-11-07 Thread Davy Obdam
Hi B i g D o g , > You need to download the php-version.zip file that contains > all of the extensions in it... Yep i have installed PHP as a apache module(SAPI) > > there is the php_gd.dll and php_gd2.dll that you will need to > put in your path... Where do i move the php_gd.dll and php_gd2

[PHP-WIN] Re: [PHP] How-to instal GD libary

2002-11-07 Thread .: B i g D o g :.
You need to download the php-version.zip file that contains all of the extensions in it... there is the php_gd.dll and php_gd2.dll that you will need to put in your path... Then in your php.ini file you need to uncomment that dll out so that it can be loaded by php... On Thu, 2002-11-07 at 23:

[PHP-WIN] How-to instal GD libary

2002-11-07 Thread Davy Obdam
Hi people,. Can anyone tell me how to install the GD libary. I use Apache 2.0.40 and PHP 4.2.3 on a windows XP machine at home. Thanks already Best regards, Davy Obdam mailto:info@;davyobdam.com -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/

RE: [PHP-WIN] More info - PHP vs ASP headers

2002-11-07 Thread Charles P. Killmer
I have also just tried the same situation with PHP 4.3.0 Pre 2 isapi module and I get the same response. This looks like something that wont be fixed anytime soon. I am afraid I may have to use asp. yuck. Thanks for your help. If anyone has any other ideas about getting rid of that "Connect

RE: [PHP-WIN] PHP vs ASP headers

2002-11-07 Thread Charles P. Killmer
I tried that. It seems PHP will only replace headers that PHP sent. Not headers sent by IIS. -Original Message- From: Maxim Maletsky [mailto:maxim@;php.net] Sent: Thursday, November 07, 2002 2:42 PM To: Charles P. Killmer Cc: [EMAIL PROTECTED] Subject: Re: [PHP-WIN] PHP vs ASP headers

[PHP-WIN] Invalid command 'php_value' in .htaccess

2002-11-07 Thread Marcelo Laia
Hi list, I am trying to configure a site (gallery) and I am not getting to obtain success. When inserting the instruction, AllowOverride Options FileInfo Index in httpd.conf of the Apache 2.0.43, I receive the following error in the log of the Apache: [Thu Nov 07 16:17:08 2002] [aler

Re: [PHP-WIN] PHP vs ASP headers

2002-11-07 Thread Maxim Maletsky
Capitalize it: header("Connection: Keep-Alive"); here's some nice info for you: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/iisref/html/psdk/asp/devs9vtx.asp -- Maxim Maletsky [EMAIL PROTECTED] "Charles P. Killmer" <[EMAIL PROTECTED]> wrote... : > Why does this code in

Re: [PHP-WIN] PHP vs ASP headers

2002-11-07 Thread Maxim Maletsky
why don't you simply override it with: header("Connection: keep-alive"); I think it only some IIS's default for this case or something.. -- Maxim Maletsky [EMAIL PROTECTED] "Charles P. Killmer" <[EMAIL PROTECTED]> wrote... : > Why does this code in ASP > Response.addheader "Content-

[PHP-WIN] PHP vs ASP headers

2002-11-07 Thread Charles P. Killmer
Why does this code in ASP Response.addheader "Content-type","application/pdf" Response.addheader "Content-Disposition","inline; filename=25-1.pdf" Result in these headers HTTP/1.1 200 OK Server: Microsoft-IIS/5.0 Date: Thu, 07 Nov 2002 19:57:52 GMT Content-type: application/pdf Conte

php-windows Digest 7 Nov 2002 19:42:19 -0000 Issue 1428

2002-11-07 Thread php-windows-digest-help
php-windows Digest 7 Nov 2002 19:42:19 - Issue 1428 Topics (messages 16770 through 16793): Re: Isapi Module 16770 by: John Lim Beware - Franco Posser is a spammer - Mailer of huge unsolicited attachments 16771 by: neil smith 16772 by: Franco Pozzer 16773 by:

RE: [PHP-WIN] Tough decision ASP or PHP

2002-11-07 Thread Asendorf, John
I'm filling out form PDFs on the fly with IIS and FDF without any problems... I don't know if that's what you mean by "creating PDF's" but if this ( http://www.lcounty.com/lchd/record_search/ ) is what you're looking for, (enter a name like smith then click on one of the application request icons)

Re: [PHP-WIN] date format, php, mysql

2002-11-07 Thread Radovan Radic
or if you want to us 12hour clock try this: $todaydatetime = date("Y m d g:i"); That will translate into: 2002 11 07 6:12 [snip] It is ok, but is there some way i do $mydate=format_date($date,Y m d :i") - is there some function that could do it, where $date is some date, not neccessarily tod

RE: [PHP-WIN] date format, php, mysql

2002-11-07 Thread James Meers
Hi, You can use something like this: $todaydatetime = date("Y m d G:i"); That will translate into: 2002 11 07 18:12 or if you want to us 12hour clock try this: $todaydatetime = date("Y m d g:i"); That will translate into: 2002 11 07 6:12 (changed G (hour, 24-hour format without leading zer

Re: [PHP-WIN] sending cgi script query string

2002-11-07 Thread DaMouse
how would I send the post data to the script within PHP? I currently use virtual("cgi-bin/aaa.cgi?".$premade); - Original Message - From: Maxim Maletsky <[EMAIL PROTECTED]> To: DaMouse <[EMAIL PROTECTED]> Cc: PHP - Win <[EMAIL PROTECTED]> Sent: Thursday, November 07, 2002 6:01 PM Subject:

Re: [PHP-WIN] Tough decision ASP or PHP

2002-11-07 Thread Maxim Maletsky
Try searching the mail archives for PDF, PDFLIB and IIS and Headers ... This should be a known issue, unless, it is already fixed or happens only to you. -- Maxim Maletsky [EMAIL PROTECTED] "Charles P. Killmer" <[EMAIL PROTECTED]> wrote... : > Thanks for all the great feedback. IIS is proba

Re: [PHP-WIN] Re: enabling extensions

2002-11-07 Thread Maxim Maletsky
No, it is not necessary (as long as I know, Linux's slash will work) -- Maxim Maletsky [EMAIL PROTECTED] "Brett Curtiss" <[EMAIL PROTECTED]> wrote... : > You need to have the trailing \ ex: C:\WINDOWS\SYSTEM32\ > > Hope that helps. > > > "Tim Blackwell" <[EMAIL PROTECTED]> wrote in messag

Re: [PHP-WIN] Beware - Franco Posser is a spammer - Mailer of hugeunsolicited attachments

2002-11-07 Thread Maxim Maletsky
You gotta be using some web translator :) -- Maxim Maletsky [EMAIL PROTECTED] Franco Pozzer <[EMAIL PROTECTED]> wrote... : > Beloveds Friends of the NG, > you excuse to me if I occupy the space for things that are not of pertinenza > of the NG. > > I have had other occasions to forward techn

Re: [PHP-WIN] date format, php, mysql

2002-11-07 Thread Maxim Maletsky
look at the function called strtotime() uk.php.net/strtotime it will convert English language date into timestamp, from which you can do date() again to reformat it -- Maxim Maletsky [EMAIL PROTECTED] "Adrian Partenie" <[EMAIL PROTECTED]> wrote... : > Hello, > > How can I modify a date fo

RE: [PHP-WIN] Tough decision ASP or PHP

2002-11-07 Thread Charles P. Killmer
Thanks for all the great feedback. IIS is probably a requirement. The problem with PHP and PDFs is when php has to send the headers for a PDF. IIS seems to get in the way. Does anyone have a workaround for sending headers though PHP and IIS? Charles -Original Message- From: Maxim

Re: [PHP-WIN] sending cgi script query string

2002-11-07 Thread Maxim Maletsky
Query String is 255 bytes long, including the URL itself. Basically, if you think your data can get over 200 chars, then you should not use Query String. Ue POST instead (or sockets with POST) -- Maxim Maletsky [EMAIL PROTECTED] "DaMouse" <[EMAIL PROTECTED]> wrote... : > I intend on sending l

Re: [PHP-WIN] Tough decision ASP or PHP

2002-11-07 Thread Maxim Maletsky
"Charles P. Killmer" <[EMAIL PROTECTED]> wrote... : > I have to start building a a web site. And it needs to be very stable. It will be >creating a lot of pdf's on the fly also. The problem that I have had with php >creating pdfs is that IIS sends a connection: close header. This makes the

[PHP-WIN] Re: Apache error loading PHP

2002-11-07 Thread svenie
hi, i had similar problems. it seems, that the win32 distribution doesn't support apache2, altough there is a sapi module. it worked for me with the latest stable snap of php4 http://snaps.php.net ciao. by the way, it's right you need the php4apache2.dll not php4apache.dll --- [EMAIL PROTECT

[PHP-WIN] Tough decision ASP or PHP

2002-11-07 Thread Charles P. Killmer
I have to start building a a web site. And it needs to be very stable. It will be creating a lot of pdf's on the fly also. The problem that I have had with php creating pdfs is that IIS sends a connection: close header. This makes the pdfs very unreliable. I am guessing that the isapi ver

[PHP-WIN] sending cgi script query string

2002-11-07 Thread DaMouse
I intend on sending long messages to a cgi script in a the query string using virtual and i was wondering what the max query string length is within the scripts   Ensign BakerHCO OfficerUSS Atlantis

[PHP-WIN] Apache error loading PHP

2002-11-07 Thread jmr
Hello I too am getting an error launching apache 2.0.43 with the php 4.2.3 module (not the CGI). I have Win98SE My command is this: Apache.exe -w -f "C:\Program Files\Apache Group\Apache2\conf\httpd.conf" -d "C:\Program Files\Apache Group\Apache2\." The error is this: Syntax error on line 978

[PHP-WIN] date format, php, mysql

2002-11-07 Thread Adrian Partenie
Hello, How can I modify a date format from $b="Jan 7 1999, 3:51 pm" into other format? like 1999 01 07 3:51 for example? I have tried with strftime, but it change format only for current date. Thanks, Adrian

[PHP-WIN] Re: enabling extensions

2002-11-07 Thread Tim Blackwell
thanks for the replies--i guess i had everything right, i reinstalled php and it works now "Seung Hwan Kang" <[EMAIL PROTECTED]> wrote in message news:20021107040609.57532.qmail@;pb1.pair.com... > I've installed PHP to c:\php. I do this way in PHP.INI > > extension_dir = c:\php\extensions > > ;W

[PHP-WIN] SNPP with PHP

2002-11-07 Thread Jerry
Hi All, I am using a free Windows based SNPP client from www.commonesystems.com. I would like to build something similar with PHP. Is this possible? If so is there any info out there on using PHP and SNPP? Thanks, Jerry -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visi

RE: [PHP-WIN] Multi php.ini for the same installation

2002-11-07 Thread Matt Kynaston
Check out: http://www.php.net/manual/en/configuration.directives.php (or a mirror) It tells you which configuration directives can only be set in php.ini, which work in apache's httpd.conf for a virtual host, which are per-directory with .htaccess file, and which can be set on a per-script basis w

[PHP-WIN] Multi php.ini for the same installation

2002-11-07 Thread Franco Pozzer
Thanks for all for the response and sorry for my english. I have need of knowing if in the same ENV Apache and PHP they can be executed and be used applications (made with obvious PHP) that they use of the various rows of configuration php.ini with configurations and parameters sets up to you in

Re: [PHP-WIN] Beware - Franco Posser is a spammer - Mailer of hugeunsolicited attachments

2002-11-07 Thread Franco Pozzer
Neil, excuse me of this. I have not thought enough on what I made. ciao franco. neil smith wrote: > Hello List - > > I would just like to suggest that you blacklist Franco Pozzer on your mail > filters. > > He just send me a 2.5 meg mailbomb, after I kindly replied to his question > on dynamic f

Re: [PHP-WIN] Beware - Franco Posser is a spammer - Mailer of hugeunsolicited attachments

2002-11-07 Thread Franco Pozzer
Beloveds Friends of the NG, you excuse to me if I occupy the space for things that are not of pertinenza of the NG. I have had other occasions to forward technical questions and to receive it answered correct and important for my job. For one my distraction without wanting to make disturbance I h

[PHP-WIN] Beware - Franco Posser is a spammer - Mailer of huge unsolicited attachments

2002-11-07 Thread neil smith
Hello List - I would just like to suggest that you blacklist Franco Pozzer on your mail filters. He just send me a 2.5 meg mailbomb, after I kindly replied to his question on dynamic fonts - so Franco you Moron , I hope you rot you tosser. Im on dialup and I pay for this you know. Re: Subject

[PHP-WIN] Re: Isapi Module

2002-11-07 Thread John Lim
Apparently the ISAPI module is quite stable. The problem is that not all extensions are thread-safe. That is why it works fine for some people and not for others. Make sure you do some testing yourself first. Regards, John "Charles P. Killmer" <[EMAIL PROTECTED]> wrote in message news:B141BE87473