Re: [PHP-WIN] php and apache 2.0 on windows installed ok?

2002-04-26 Thread Alan Popow
On Fri, 26 Apr 2002 16:35:30 -0400, you wrote: >Has anyone done this? >I just tried installing apache 2.0 (latest on their site) and the latest php as a >module for apache (not cgi), and found it doesnt seem to work. > >When apache starts, it says module not found. > >I know php is installed rig

[PHP-WIN] PDFextension freezes web services

2002-04-26 Thread Ethan Nelson
Unfortunately this is not the case. I know because all my MSSQL connections work and thats off of the mssql.dll extention. Everything works great until I un-comment the pdfdll line under extensions in the php.ini file. Is there something special I have to have in the pdf-related directory? -Et

RE: [PHP-WIN] Showing a Blob field in a browser

2002-04-26 Thread Dash McElroy
Waldemar, You need to put the header(); commands before you output any text to the browser. Otherwise the header commands won't work. -Dash p.s. this may not fix your problem, but it will fix the header problem... -Original Message- From: Waldemar Brand Neto [mailto:[EMAIL PROT

[PHP-WIN] Showing a Blob field in a browser

2002-04-26 Thread Waldemar Brand Neto
Hi, I am a newbie in PHP and Mysql and i´m trying to show a blob field from a Mysql database in to a browser. Could anyone help me. Thanks. The Code Teste.php Kompatscher & Cia Ltda "; echo ""; echo ""; echo "Foto"; echo ""; echo ""; $i= $linha['foto'] ; $len=strlen($i); header("Cont

Re: [PHP-WIN] Apache 1.3.20 and PHP 4.1.2 on Win2k Server

2002-04-26 Thread Rasmus Lerdorf
I have never seen such an error, but I have also never run anything serious on a Windows server. Sorry, can't help you. -Rasmus On Fri, 26 Apr 2002, Stuart Dallas wrote: > Hi All, > > I've got a very strange problem. I have a dual processor server with the > above software configuration runnin

[PHP-WIN] DDE and PHP; printing a spreadsheet with COM?

2002-04-26 Thread Scott Hurring
Does anyone here know if there are any plans to add DDE support to PHP (or is there already DDE support, but i stupidly overlooked it)? I ran into a snag while developing a project using PHP+COM+Excel; i couldn't find anyway to get Excel to send the currently opened spreadsheet to the printer...

[PHP-WIN] Apache 1.3.20 and PHP 4.1.2 on Win2k Server

2002-04-26 Thread Stuart Dallas
Hi All, I've got a very strange problem. I have a dual processor server with the above software configuration running several sites. Most of the PHP that is used on the sites is commercial (e.g. vBulletin) but there is also some home-grown. Occasionally we are seeing sytax errors being shown for

RE: [PHP-WIN] Excel not closing after using it via COM

2002-04-26 Thread Neil Lincoln
GREAT! -Original Message- From: Alan Brown [mailto:[EMAIL PROTECTED]] Sent: Friday, April 26, 2002 3:24 PM To: Scott Hurring; Php-Win (E-mail) Subject: Re: [PHP-WIN] Excel not closing after using it via COM Not intended behaviour. A fix has been checked into CVS already. - Original

Re: [PHP-WIN] passing variables with 4.2

2002-04-26 Thread Mike Flynn
Didja think to check the version 4.1.2 release notes before posting your question? http://www.php.net/release_4_2_0.php At 03:26 PM 4/26/02 -0500, Chris Dion wrote: >Is there something I am missing here. With php 4.1.2 i can do >blah.php?action=foo but with 4.2 I can't. What am I doing wrong?

Re: [PHP-WIN] passing variables with 4.2

2002-04-26 Thread Rasmus Lerdorf
Turn on register_globals in your php.ini file and go read http://www.php.net/manual/en/security.registerglobals.php -Rasmus On Fri, 26 Apr 2002, Chris Dion wrote: > Is there something I am missing here. With php 4.1.2 i can do > blah.php?action=foo but with 4.2 I can't. What am I doing wrong?

[PHP-WIN] php and apache 2.0 on windows installed ok?

2002-04-26 Thread scott
Has anyone done this? I just tried installing apache 2.0 (latest on their site) and the latest php as a module for apache (not cgi), and found it doesnt seem to work. When apache starts, it says module not found. I know php is installed right, because the same php folder works under apache vers

[PHP-WIN] passing variables with 4.2

2002-04-26 Thread Chris Dion
Is there something I am missing here. With php 4.1.2 i can do blah.php?action=foo but with 4.2 I can't. What am I doing wrong? The php page just acts like nothing was passed. Happens with form data too. --Chris -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http:

Re: [PHP-WIN] Excel not closing after using it via COM

2002-04-26 Thread Alan Brown
Not intended behaviour. A fix has been checked into CVS already. - Original Message - From: "Scott Hurring" <[EMAIL PROTECTED]> To: "Php-Win (E-mail)" <[EMAIL PROTECTED]> Sent: Friday, April 26, 2002 16:08 Subject: RE: [PHP-WIN] Excel not closing after using it via COM > Neil: Go throu

RE: [PHP-WIN] Excel not closing after using it via COM

2002-04-26 Thread Scott Hurring
Neil: Go through your code and make sure there are no indirect object references like $obj->obj->func(); >From what i understand, it seems that this type of construction is causing a temporary object to be left around (which is, in turn, causing excel to remain zombie, becuase the temp-object is

RE: [PHP-WIN] MySQL / PHP - possible to run many sql statements in the same execution?

2002-04-26 Thread Scott Hurring
You could also use semaphores/locks :) --- Scott Hurring Systems Programmer EAC Corporation [EMAIL PROTECTED] Voice: 201-462-2149 Fax: 201-288-1515 > -Original Message- > From: Svensson, B.A.T. (HKG) [mailto:[EMAIL PROTECTED]] > Sent: Friday, April 26, 2002 7:22 AM > To: Matt Babineau >

RE: [PHP-WIN] Re: Security Alert!-cgi.force_redirect=0

2002-04-26 Thread Scott Hurring
I have absolutely no idea if this will help, but i've never seen that "Security Alert", and this is the way i've always configured Apache: Try routing PHP requests through a ScriptAlias like so: ScriptAlias /php-bin/ "C:\PHP" Action application/x-httpd-php "/php-bin/php.exe" --- Scott Hurring S

RE: [PHP-WIN] Excel not closing after using it via COM

2002-04-26 Thread Scott Hurring
Son of a Yep. After splitting up the DisplayAlerts line into two lines, (and putting in an unset($application)) Excel is no longer resident after the script exits. Is temporary-object behaviour supposed to happen in cases like $obj->another->func(), or is this an unintended side-effect of

php-windows Digest 26 Apr 2002 17:56:57 -0000 Issue 1113

2002-04-26 Thread php-windows-digest-help
php-windows Digest 26 Apr 2002 17:56:57 - Issue 1113 Topics (messages 13325 through 1): PHP+COM+manage event 13325 by: mickael jeantet 13330 by: Alan Brown GD solutions 13326 by: Webmaster Re: MySQL / PHP - possible to run many sql statements in the same execut

[PHP-WIN] PHP4 and FileMaker ODBC

2002-04-26 Thread Charles Tassell
I get the impression that this is a fairly common request, but I haven't seen a definite answer, so I figured I'd ask. Is it possible to use a FileMaker Pro ODBC connection with PHP4? I have a DSN setup, but when I try to connect I get the following message (via odbc_errorstr()): Unable to

RE: [PHP-WIN] PHP Graphing engine

2002-04-26 Thread Shrock, Court
http://www.aditus.nu/jpgraph/ > -Original Message- > From: Matt Babineau [mailto:[EMAIL PROTECTED]] > Sent: Thursday, April 25, 2002 4:28 PM > To: 'Php-Win (E-mail)' > Subject: [PHP-WIN] PHP Graphing engine > > > Does anyone know of any good graphing engines for PHP? I need a slick > wa

Re: [PHP-WIN] installing on a remote web host

2002-04-26 Thread Nicole Amashta
Also, in some cases, you need to specify a pound-bang directive that points the path to your php (similar to perl) #!/usr/bin/php Try a test php on the server name the file: phpinfo.php if that doesnt work, try *(you should have docs for you site which would tell you this if it is necessary)

Re: [PHP-WIN] PHP+COM+manage event

2002-04-26 Thread Alan Brown
I am fairly sure you are talking about the IConnectionPoint technology which you get at in VB with "WithEvents". It is in the COM TODO list but has never bubbled up to be implemented. Alan - Original Message - From: "mickael jeantet" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent:

RE: [PHP-WIN] Excel not closing after using it via COM

2002-04-26 Thread Neil Lincoln
We have tried this and it doesn't help. And yes, any non normal exit from the EXCEL COM object results in a "zombie". -Original Message- From: Alan Brown [mailto:[EMAIL PROTECTED]] Sent: Friday, April 26, 2002 8:00 AM To: Scott Hurring; Php-Win (E-mail) Subject: Re: [PHP-WIN] Excel not cl

Re: [PHP-WIN] Excel not closing after using it via COM

2002-04-26 Thread Alan Brown
There is a missing "Release" call in the COM code when temporary objects are created for a construct such as $excel->application->DisplayAlerts = False; This is not as visible a problem with an inproc server as with a localserver such as Excel. It is fairly easy to work around this (until I get

RE: [PHP-WIN] MySQL / PHP - possible to run many sql statements in the same execution?

2002-04-26 Thread Svensson, B.A.T. (HKG)
> What I would need to do here is either lump all the queryioes into one > SQL execution or lock the PHP code so it is single threaded like this: I understand this as that you are trying to deal with the (in)famous readers&writer problem here? There is a basic technique to deal with this, and it

[PHP-WIN] GD solutions

2002-04-26 Thread Webmaster
I am trying to get GD or imagemagick to work, but get 2 problems:   1st - GD (even in the binaries) must be compiled manually ( I have no compiler) 2nd- imagemagick can't be downloaded, all server hang if I try (!!!?)   Anyone have an idea how to get one of these?   THNX   Webmaster Baarnhostin

[PHP-WIN] PHP+COM+manage event

2002-04-26 Thread mickael jeantet
Hello I'm writting a client-server application in PHP (4.0.6). I use a COM object and I can open the server using a method of this object. I send a message with another method and it's OK, no errors. But I would like to know if it is possible to catch the event called Notification which is the