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
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
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
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
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
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...
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
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
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?
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?
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
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:
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
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
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
>
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
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 - 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
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
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
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)
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:
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
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
> 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
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
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
27 matches
Mail list logo