[PHP-WIN] IIS KeepAlive problem

2005-01-07 Thread Miha Nedok
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

RE: [PHP-WIN] Re: mail function not working

2004-11-08 Thread Miha Nedok
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

Re: [PHP-WIN] PHP + ODBC + Ingres_II

2004-07-16 Thread Miha Nedok
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:

Re: [PHP-WIN] PHP5

2004-07-16 Thread Miha Nedok
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

[PHP-WIN] PHP 4 support and bugfixes

2004-07-16 Thread Miha Nedok
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

Re: [PHP-WIN] Hardcore Database?

2004-06-20 Thread Miha Nedok
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

Re: [PHP-WIN] PHP + Win32 + FreeTDS + MSSQL

2004-06-20 Thread Miha Nedok
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.

Re: [PHP-WIN] PHP + Win32 + FreeTDS + MSSQL

2004-06-18 Thread Miha Nedok
: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

Re: [PHP-WIN] php script error

2004-06-18 Thread Miha Nedok
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

Re: [PHP-WIN] PHP + Win32 + FreeTDS + MSSQL

2004-06-18 Thread Miha Nedok
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

[PHP-WIN] PHP + Win32 + FreeTDS + MSSQL

2004-06-17 Thread Miha Nedok
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

Re: [PHP-WIN] mcrypt problem

2004-03-08 Thread Miha Nedok
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

[PHP-WIN] mcrypt broken in php 4.3.5RC3 on Win32

2004-03-03 Thread Miha Nedok
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

Re: [PHP-WIN] Cant get maths functions to work in class file

2003-09-04 Thread Miha Nedok
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-

Re: [PHP-WIN] need help

2003-09-02 Thread Miha Nedok
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

Re: [PHP-WIN] Zip archive & File Encryption

2003-08-14 Thread Miha Nedok
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

Re: [PHP-WIN] Resource Sharing or Resource Scheduling ??

2003-08-14 Thread Miha Nedok
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

Re: [PHP-WIN] Re: Can't Pass variable to other page

2003-08-07 Thread Miha Nedok
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

Re: [PHP-WIN] Re: PHP 4.3.2, Windows 2000 IIS 5, MySQL 4.013 CPUusage problem

2003-08-06 Thread Miha Nedok
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

Re: [PHP-WIN] Re: Apache or IIS

2003-08-03 Thread Miha Nedok
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

Re: [PHP-WIN] php shows no results

2003-08-03 Thread Miha Nedok
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

[PHP-WIN] http://www.zend.com/manual/function.memory-get-usage.php

2003-07-29 Thread Miha Nedok
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

[PHP-WIN] Sessions

2003-07-12 Thread Miha Nedok
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

RE: [PHP-WIN] need help with sessions

2003-07-12 Thread Miha Nedok
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

Re: [PHP-WIN] mssql

2003-07-10 Thread Miha Nedok
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

[PHP-WIN] SRM

2003-06-25 Thread Miha Nedok
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

Re: [PHP-WIN] Re: connection to ms sqlserver 7

2003-01-29 Thread Miha Nedok
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

Re: [PHP-WIN] Re:Subject: printing (might be OT)

2003-01-24 Thread Miha Nedok
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] >

Re: [PHP-WIN] php.ini cached?

2003-01-07 Thread Miha Nedok
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

RE: [PHP-WIN] php.ini cached?

2003-01-06 Thread Miha Nedok
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

Re: [PHP-WIN] php.ini cached?

2003-01-06 Thread Miha Nedok
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:

Re: [PHP-WIN] monster form and compression?

2002-12-28 Thread Miha Nedok
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

Re: [PHP-WIN] monster form and compression?

2002-12-28 Thread Miha Nedok
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

Re: [PHP-WIN] Re: php Isapi for IIS 5.0

2002-12-18 Thread Miha Nedok
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

Re: [PHP-WIN] Re: php Isapi for IIS 5.0

2002-12-18 Thread Miha Nedok
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

Re: [PHP-WIN] Is stdout slow?

2002-11-29 Thread Miha Nedok
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

Re: [PHP-WIN] Re: php with mssql

2002-11-14 Thread Miha Nedok
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

[PHP-WIN] Grid ?

2002-11-05 Thread Miha Nedok
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

Re: [PHP-WIN] PHP Editor

2002-11-05 Thread Miha Nedok
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

Re: [PHP-WIN] uploading help please

2002-11-02 Thread Miha Nedok
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 +

Re: [PHP-WIN] is_file() can't tell the difference between file anddirectory in Win32...

2002-11-01 Thread Miha Nedok
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

Re: [PHP-WIN] deleting files

2002-11-01 Thread Miha Nedok
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

Re: [PHP-WIN] Form text with reserved chars

2002-11-01 Thread Miha Nedok
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