[PHP-WIN] PHP is not stable under Windows platform...

2001-02-08 Thread sam
Hi, My problem is that I have installed the PHP under win2k, and it seems OK, but when I use a lot of sockets, it may cause system halt !! But it will not happen when I use CGI mode to run PHP by IIS. Maybe some thing wrong when I install PHP, if you have ever met such problem, please tell

Re: [PHP-WIN] PHP is not stable under Windows platform...

2001-02-08 Thread Ernest E Vogelsinger
At 10:14 08.02.2001, sam said: [snip] >Hi, >My problem is that I have installed the PHP under win2k, and it >seems OK, but when I use a lot of sockets, it may cause system halt !! >But it will not happen when I use CGI mode to run PHP by IIS. Maybe some >thi

[PHP-WIN] Formatting currencies..

2001-02-08 Thread Dirk . Dinger
Hi PHPs, I'm looking for a function, that can format integer-values to a currency-representation with regard to local system settings. Browsing through php.net I found documentation to a function called "localeconv", but if I try to use it, my PHP4 keeps saying to me "call to undefined function.

php-windows Digest 8 Feb 2001 10:55:24 -0000 Issue 434

2001-02-08 Thread php-windows-digest-help
php-windows Digest 8 Feb 2001 10:55:24 - Issue 434 Topics (messages 5450 through 5458): Re: Modules not loading 5450 by: Alain Samoun 5451 by: Kevin Ferron 5455 by: Deus MSSQL Functions 5452 by: Toby Miller 5453 by: Flint Doungchak Re: [PHP] RE: [PH

Re: [PHP-WIN] COUNT(*) fails in PHP3

2001-02-08 Thread Tom Mathews
I run php4 on windows, linux and solaris with MySQL, MSSQL and Oracle 8i and the aggregate functions seem to be fine. Same goes fro php3 on windows and linux with MySQL (except that the aggregate functions are a bit limited here, so its not always worth bothering!). Do you get an error message,

Re: [PHP-WIN] Slow response from Netscape

2001-02-08 Thread Tom Mathews
Yep, but it may not be anything to do with the cookie - do you have any JavaScript floating around on the same page? Netscape 4.x caches all script that it finds before displaying the page (some people think its better this way - once the page is up there are no delays, but in commercial situation

Re: [PHP-WIN] Modules not loading

2001-02-08 Thread Tom Mathews
Had the same problem with LDAP and GD, but not with any of the others. I tried copying stuff into different paths, but that didn't seem to help either. Eventually I gave up and just used the module instead of the CGI (faster as well!) Tom Erik Ableson wrote: > > > I'm seeing an interesting prob

[PHP-WIN] Slow response from Netscape

2001-02-08 Thread Art Spaziano
I've seen this when the form uses METHOD=post and the browser is on the same machine as the server. Changing to the 'get' method will take care of it but I wish there were a better solution. This problem only occurs on Windows. Art >From: "Doug Brewer" <[EMAIL PROTECTED]> >To: <[EMAIL PROTE

Re: [PHP-WIN] Slow response from Netscape

2001-02-08 Thread Lee Goddard
You may find that the problem is not cookies but your JS caching, or even HTML display: a table, for eg, will take a while to display whilst its contents are loaded - you may find setting sizes explicitly helps. lee Doug Brewer wrote: > > I am experiencing a long delay from Netscape (4.76, Win

RE: [PHP-WIN] Modules not loading

2001-02-08 Thread Erik Ableson
Title: RE: [PHP-WIN] Modules not loading It's the latest precompiled version and I've tried uncommenting them in the php.ini file which just results in it complaining that it can't find modules, and doesn't handle the .php files as text/html properly.  Running without the .ini file works fine

RE: [PHP-WIN] PHP is not stable under Windows platform...

2001-02-08 Thread Asendorf, John
I haven't had really good luck with the ISAPI module. My suggestion would be to learn C and fix the source code for us :) or wait patiently for a more stable version of the ISAPI module to come out. - John Asendorf - [EMAIL PROTECTED] Web Applications Developer http://www.l

Re: [PHP-WIN] Modules not loading

2001-02-08 Thread alain samoun
I wonder if you could have another php.ini somewhere in your system? Do a find for php.ini and see the result. Alain > Erik Ableson wrote: > > It's the latest precompiled version and I've tried uncommenting them > in the php.ini file which just results in it complaining that it can't > find modu

[PHP-WIN] MSSQL Functions Again

2001-02-08 Thread Toby Miller
Hey all, Actually, Frank might know this, but I was wondering if anyone is using the MSSQL functions on Win2000 instead of NT. If so, are you using an installation of MSSQL Server to allow your MSSQL functions to work or did you just copy the DLL's (like Frank suggested in my earlier post). I

RE: [PHP-WIN] Modules not loading

2001-02-08 Thread Erik Ableson
Title: RE: [PHP-WIN] Modules not loading Well - finally got it to work by using the apache module rather than the cgi and by dropping the dll's into the Winnt directory... >-Original Message- >From: "alain"@samoun.com [mailto:"alain"@samoun.com] >Sent: Thursday, February 08, 2001 11:2

Re: [PHP-WIN] Modules not loading

2001-02-08 Thread Piotr Fetras
yeah, i have similiar problems, really annoying and time consuming gd works with php3 (dynamically loaded by ld function) but ldap fails also odbc behave odd: it must be comment in php.ini dll's section to work ! - older I am less I undestand ... piotr >>> Erik Ableson <[EMAIL PROTECTED]> 02/

[PHP-WIN] test please ignore

2001-02-08 Thread aaron
test -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

[PHP-WIN] php access query problem

2001-02-08 Thread aaron
I have the query $cur= odbc_exec( $cnx, "SELECT Location, 'Dept ID', 'Equip Type' FROM Equipment01 WHERE Location = '415C'"); which returns the proper results but when I add AND 'Equip Type' = 'C' to the end of it I get no results. Is my syntax correct? Thanks, Aaron $cur= odbc_exec( $cnx, "S

[PHP-WIN] Inserting Binary Data into MS Access 2000 DB

2001-02-08 Thread Randall Barber
I have spent the last week trying to figure this out. At home: Win2k Pro. IIS Running. Access 2000. Table: NAME text PIC OLE Insert PHP Code-This works at home -- At work: WinNT 4.0. Running IIS. Access 20

Re: [PHP-WIN] php access query problem

2001-02-08 Thread Gonzalo Vera
What DB are you using? Gonzalo. > I have the query > $cur= odbc_exec( $cnx, "SELECT Location, 'Dept ID', 'Equip Type' FROM > Equipment01 WHERE Location = '415C'"); > which returns the proper results but when I add AND 'Equip Type' = 'C' to > the end of it I get no results. Is my syntax corre

Re: [PHP-WIN] MSSQL Functions Again

2001-02-08 Thread Frank M. Kromann
Hi Toby, Ther is no difference in how MSSQL Server works on NT or Windows 2000. That goes for both Client and server tools. You should be able to do the same trick (copying ntwdblib.dll to winnt\system32) on a Windows 2000 maschine. You will get IIS5 on Windows 2000 where yoy have IIS4 on NT.

php-windows Digest 8 Feb 2001 23:27:46 -0000 Issue 435

2001-02-08 Thread php-windows-digest-help
php-windows Digest 8 Feb 2001 23:27:46 - Issue 435 Topics (messages 5459 through 5474): Re: COUNT(*) fails in PHP3 5459 by: Tom Mathews Re: Slow response from Netscape 5460 by: Tom Mathews 5462 by: Art Spaziano 5463 by: Lee Goddard Re: Modules not loading