Hi !
I can't force IIS to do KeepAlive with PHP scripts. I tried adding
content-length via ob_get_length() and It won't work.
Has anyone any suggestions how to make IIS and PHP do KeepAlive ?
-Mika
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.p
localhost ( loopback ): 12.0.0.1
Typo fix :)
-Mike
On Mon, 8 Nov 2004, Sean S. Karshis wrote:
Date: Mon, 8 Nov 2004 08:36:23 -0500
From: Sean S. Karshis <[EMAIL PROTECTED]>
To: William Lee <[EMAIL PROTECTED]>
Cc: [EMAIL PROTECTED]
Subject: RE: [PHP-WIN] Re: mail function not working
Also make sure
Robert brought another one to the right thing !
ODBTP work very very good with MSSQL too, just a note. :)
-Mike
On Thu, 15 Jul 2004, php_beginner wrote:
Date: Thu, 15 Jul 2004 21:18:16 -0300
From: php_beginner <[EMAIL PROTECTED]>
To: Robert Twitty <[EMAIL PROTECTED]>
Cc: [EMAIL PROTECTED]
Subject:
Try pecl.php.net. A lot of exts went there ( not being included in the
release bundle).
-Mike
On Fri, 16 Jul 2004, Raul IONESCU wrote:
Date: Fri, 16 Jul 2004 15:31:06 +0300
From: Raul IONESCU <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: [PHP-WIN] PHP5
Does anyone know were I can find ZIP
Hi !
Does anybody know how long will PHP 4 be supported for bugfixes and
security issues ?
A lot of us have serious applications that can't be brought to PHP5
through the night.
-Mike
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
I would say RDBMS: Oracle. MSSQL could go fine too.
HW: SCSI (RAID: STRIPE + MIRROR for speed and reliability).
2-4G RAM. 2 XEON PROCS. This should do the job just perfect.
-Mike
On Sun, 20 Jun 2004, CBQ - GMX.at wrote:
Date: Sun, 20 Jun 2004 22:18:39 +0200
From: CBQ - GMX.at <[EMAIL PROTECTED]>
T
I will try 1.1. Thanx for info.
-Mike
On Fri, 18 Jun 2004, Robert Twitty wrote:
Date: Fri, 18 Jun 2004 11:22:53 -0400 (EDT)
From: Robert Twitty <[EMAIL PROTECTED]>
To: Miha Nedok <[EMAIL PROTECTED]>
Cc: [EMAIL PROTECTED]
Subject: Re: [PHP-WIN] PHP + Win32 + FreeTDS + MSSQL
Version 1.
:42 -0400 (EDT)
From: Robert Twitty <[EMAIL PROTECTED]>
To: Miha Nedok <[EMAIL PROTECTED]>
Cc: [EMAIL PROTECTED]
Subject: Re: [PHP-WIN] PHP + Win32 + FreeTDS + MSSQL
Hi Mike
IF the DB-Library version of the mssql extension (php_mssql.dll) is
causing problems for you, then I suggest you try
Or setting some cookies. Try using output buffering.
See: http://www.php.net/manual/sl/ref.outcontrol.php
-Mike
On Fri, 18 Jun 2004, Dascalu Marius wrote:
Date: Fri, 18 Jun 2004 09:32:01 +0300
From: Dascalu Marius <[EMAIL PROTECTED]>
To: susilo soewarno <[EMAIL PROTECTED]>, [EMAIL PROTECTED]
Subjec
Nice to read such things !
I'm successfuly using FreeTDS as an ODBC driver if anybody is interested.
-Mike
On Thu, 17 Jun 2004, Frank M. Kromann wrote:
Date: Thu, 17 Jun 2004 14:02:29 -0700
From: Frank M. Kromann <[EMAIL PROTECTED]>
To: Miha Nedok <[EMAIL PROTECTED]>
Cc: [EMAIL P
Hi !
Is there any way on Win32 to use FreeTDS with php_mssql extension ?
-Mike
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Did you copy ssleay32.dll and libeay32.dll into system32 ?
-Mike
On Sat, 6 Mar 2004, Desmond wrote:
> Date: Sat, 6 Mar 2004 11:47:17 +0800
> From: Desmond <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED]
> Subject: [PHP-WIN] mcrypt problem
>
> Hi,
> Hope somebody can help me with this problem.
> I
Hi All !
I just installed 4.3.5RC3 and noticed that mcrypt is broken. It's a vital
component of our php apps.
Can anyone confirm this before submitting a bugreport ?
-Mike
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
or:
echo "price * two is ". ($this->UnitPrice*2) . "";
-Mike
On Wed, 3 Sep 2003, Ignatius Reilly wrote:
> Date: Wed, 3 Sep 2003 17:31:25 +0200
> From: Ignatius Reilly <[EMAIL PROTECTED]>
> To: Win32 list PHP <[EMAIL PROTECTED]>,
> Mark Harrington <[EMAIL PROTECTED]>
> Subject: Re: [PHP-
You can use Javascript or look at header().
And check the archives it was discussed before.
-Mike
On Tue, 2 Sep 2003, zicux wrote:
> Date: Tue, 2 Sep 2003 23:36:00 +0300
> From: zicux <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED]
> Subject: [PHP-WIN] need help
>
> Hello,
>
> How can I make my pa
Look at PhpMyAdmin they have a ZIP file class. But no encryption, you
would have to implement it yourself. But ZIP file encryption is weak and
easy breakable. I'm recommind you to encrypt your data with some
encryption that is provided by Mcrypt (check for libmcrypt).
-Mike
On Mon, 11 Aug 2003
An alternative could be switching to a SQL server ( MS SQL ) or the free
MySQL (which performes on unix-like systems better ).
I avoid using Access databases because of problems like you described.
-Mike
On Wed, 6 Aug 2003, Raheel Hussain wrote:
> Date: Wed, 6 Aug 2003 23:16:58 -0700 (PDT)
> Fr
Or access you variables via $_GET.
$varname = $_GET['varname'];
-Mike
On Thu, 7 Aug 2003, Ben wrote:
> Date: Thu, 7 Aug 2003 10:25:57 +0100
> From: Ben <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED], [EMAIL PROTECTED]
> Subject: [PHP-WIN] Re: Can't Pass variable to other page
>
> I had the same
I agree with running ISAPI it's very stable. I have tested 10
connections with up to 100 concurrent ( reading and writing to a database
) and the test was successful.
-Mike
On Wed, 6 Aug 2003, Sek-Mun Wong wrote:
> Date: Wed, 6 Aug 2003 18:50:23 +1000
> From: Sek-Mun Wong <[EMAIL PROTEC
Hi !
On Sat, 2 Aug 2003, The.Rock wrote:
> Date: Sat, 2 Aug 2003 13:50:32 -0500
> From: The.Rock <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED]
> Subject: [PHP-WIN] Re: Apache or IIS
>
> I wouldn't call myself a guru with IIS, but I happen to know a lot about it.
> In my experience with IIS and PHP
Check what mysql_error() returns.
But I don't the see any code which should even display something:
-Mike
On Sat, 2 Aug 2003, Dominic wrote:
> Date: Sat, 2 Aug 2003 16:21:20 -0400
> From: Dominic <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED]
> Subject: [PHP-WIN] php shows no results
>
> I have
Any ideas with this one on Win32 ? I'm running 4.3.3RC1.
-Mike
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
I'm developing web apps written in PHP for quite a long time.
I would like to know your preferred way using sessions ( cookie or TRANS
SID ). I'm using Cookies. I would like to hear some pro et contras. :)
-Mike
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://ww
You can use HTML:
-Mike
On Thu, 10 Jul 2003, Donatas wrote:
> Date: Thu, 10 Jul 2003 19:25:46 +0200
> From: Donatas <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED]
> Subject: RE: [PHP-WIN] need help with sessions
>
> Thanks Luis,
>
> I had this idea in mind, but still... maybe someone knows a w
You have to install the client libraries from the MSSQL setup CD.
-Mike
On Thu, 10 Jul 2003, Alain ROMERO wrote:
> Date: Thu, 10 Jul 2003 14:06:20 +0200
> From: Alain ROMERO <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED]
> Subject: [PHP-WIN] mssql
>
> Where is mssql.dll (not include in packages 4
Is there anything like SRM ( Script Runnin Machine -
http://www.vl-srm.net/) for win32 ?
-Mike
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
And note thath you need the Client Connectivity components from the MSSQL
Server installation.
-Mike
On Wed, 29 Jan 2003, Radovan Radic wrote:
> Date: Wed, 29 Jan 2003 19:47:40 +0100
> From: Radovan Radic <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED]
> Subject: [PHP-WIN] Re: connection to ms sql
Has anyone figured out how to print tables in landscape ?
I was trying with CSS but the table is just printed left-to-right but no
landscape :(
-Mike
On Thu, 23 Jan 2003, Neil Smith wrote:
> Date: Thu, 23 Jan 2003 23:44:18 +
> From: Neil Smith <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED]
>
the correct place when in the
> > Windows directory (i.e. c:\WIN_NT).
> >
> > Moving it to System32 will mean it is ignored.
> >
> > To get around the IIS problems, you could disable it and install Apache...
> I
> > run Apache 2 and PHP 4 on Win2k Pro, and it is m
Relocate your php.ini to C:\WIN_NT\SYSTEM32 and restart IIS with net stop
w3svc and net start w3svc.
-Mike
On Mon, 6 Jan 2003, Rad Craig wrote:
> Date: Mon, 6 Jan 2003 15:57:15 -0600
> From: Rad Craig <[EMAIL PROTECTED]>
> To: Miha Nedok <[EMAIL PROTECTED]>
> Cc: PHP W
How do you restart it ? Just click on stop/start or you actually click
restart server ? And which version of PHP are you using and tell the
location of your php.ini .
-Mike
On Mon, 6 Jan 2003, Rad Craig wrote:
> Date: Mon, 6 Jan 2003 15:31:43 -0600
> From: Rad Craig <[EMAIL PROTECTED]>
> To:
Right now i'm reading the ChangeLog for 4.3.0 and Zlib is now bult-in, so
no need to load it via extenstion directive in php.ini.
-Mike
On Sat, 28 Dec 2002, Miha Nedok wrote:
> Date: Sat, 28 Dec 2002 13:37:02 +0100 (CET)
> From: Miha Nedok <[EMAIL PROTECTED]>
> To: Je
Look at your php.ini and search for:
zlib.output_compression
and set it to On.
And add extension=php_zlib.dll
-Mike
On Fri, 27 Dec 2002, Jeff D. Hamann wrote:
> Date: Fri, 27 Dec 2002 12:50:30 -0800
> From: Jeff D. Hamann <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED], [EMAIL PROTECTED]
> Subje
or IIS 5.0
>
> You mean PHP 4.4 dev? 4.2.4 will probably never be released.
>
> Christoph
>
> Miha Nedok wrote:
> > I have done many stress tests with ISAPI PHP 4.2.4-dev with no
> > problems. Has anyone any particular problems ? I would like to hear
> > about t
I have done many stress tests with ISAPI PHP 4.2.4-dev with no problems.
Has anyone any particular problems ? I would like to hear about them.
-Mike
On Tue, 17 Dec 2002, Christoph Grottolo wrote:
> Date: Tue, 17 Dec 2002 19:52:32 +0100
> From: Christoph Grottolo <[EMAIL PROTECTED]>
> To: [EMA
It has to do with the browser. IE an others don't like *large* data
specially in tables it will hang, just look take a look with the Task
Manager and you'll see IE just going crazy.
-Mike
On Thu, 28 Nov 2002, Nicole wrote:
> Date: Thu, 28 Nov 2002 23:37:10 -0500
> From: Nicole <[EMAIL PROTECTE
I recommend anyone using ODBC to access MSSQL to use the php_mssql.dll.
I have successfuly connected a test application and benchmarked with ab (
Apache Benchmar) 10 hits without any errors !
-Mike
On Thu, 14 Nov 2002, soff wrote:
> Date: Thu, 14 Nov 2002 15:00:05 +0800
> From: soff <[EMA
Is there anything like ASPGrid that you could use with PHP ?
-Mike
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
One great "editor" http://www.phpedit.net
-Mike
On Tue, 5 Nov 2002, Abdolhamid Joukar wrote:
> Date: Tue, 5 Nov 2002 19:01:34 +0330
> From: Abdolhamid Joukar <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED]
> Subject: Re: [PHP-WIN] PHP Editor
>
> you can find a good php editor at :
> www.zend.com
Yes u can upload multiple files at once.
In the form you must use:
.
Se userfile[] like an array.
In the form tag:
enctype="multipart/form-data"
The PHP script which recieves the file:
Just walk the $userfile array and copy the file or move.
Sample:
for ($i=0;$i Date: Sat, 2 Nov 2002 11:40:32 +
I had similar problems. Use strcmp() with .. and . .
Or use filetype() to determine if it is a file or directory or ...
Mike
On Fri, 1 Nov 2002, Jack Kelly Dobson wrote:
> Date: Fri, 1 Nov 2002 16:39:55 -0600
> From: Jack Kelly Dobson <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED]
> Subject: [PH
Look for unlink() .
Mike
On Fri, 1 Nov 2002, DaMouse wrote:
> Date: Fri, 1 Nov 2002 21:19:47 -
> From: DaMouse <[EMAIL PROTECTED]>
> To: PHP - Win <[EMAIL PROTECTED]>
> Subject: [PHP-WIN] deleting files
>
> how do you delete files in php?
>
>
> Ensign Baker
> HCO Officer
> USS Atlantis
Try set_magic_quotes_runtime(0) to get rid off \ .
Cheers
On Fri, 1 Nov 2002, news.php.net wrote:
> Date: Fri, 1 Nov 2002 08:37:50 +0100
> From: news.php.net <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED]
> Subject: [PHP-WIN] Form text with reserved chars
>
> Hi NG.
>
> I'm having trouble with f
43 matches
Mail list logo