[PHP-WIN] gettext

2002-11-11 Thread gary
the .dll resposible for imap.. Can anyone help or suggest anything? Regards Gary -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: Re: [PHP-WIN] gettext

2002-11-11 Thread gary
Yeah I have Maxim, to both questions. it's got me totally baffelled :os Regards Gary Maxim Maletsky <[EMAIL PROTECTED]> wrote on 11.11.2002, 13:19:42: > > have you restarted the web server after uncommenting the .dll? If yes > then also check if it is in

Re: Re: Re: [PHP-WIN] gettext

2002-11-11 Thread gary
Has anyone managed to get Horde/Imp working on an IIS platform? if so how? any help is welcome Regards, Gary [EMAIL PROTECTED] wrote on 11.11.2002, 13:16:17: > Yeah I have Maxim, to both questions. it's got me totally baffelled > :os > > Regards > > Gary >

Re: Re: [PHP-WIN] gettext

2002-11-11 Thread gary
Hi Cam, Yes I have, the .dll's are in every possible folder that PHP could call and still no luck :( Regards Gary Cam Dunstan <[EMAIL PROTECTED]> wrote on 11.11.2002, 13:47:08: > Gary, > Have you tried putting the DLLs in the same directory as PHP.EXE itself? > (typically

Re: RE: [PHP-WIN] PHP 4.2.3 / Windows 2000 / Apache 1.3.* / Install Prob

2002-11-12 Thread gary
Wish my setup would work, same setup as you but it cant see 1 extension php_gettext.dll and its getting right on my nerves lol, ive tried it with apache and iis 5 and iis 6 too Regards Gary "Nichols, Mark A." <[EMAIL PROTECTED]> wrote on 12.11.2002, 15:54:21: > I have the s

[PHP-WIN] about wml and session

2001-07-10 Thread gary
root\dinol\index.php on line 6 Warning: Cannot send session cache limiter - headers already sent (output started at c:\inetpub\wwwroot\dinol\index.php:3) in c:\inetpub\wwwroot\dinol\index.php on line 6 Gary -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED]

Re: [PHP-WIN] about wml and session

2001-07-10 Thread gary
ext/wap.vnd.wml" and I cut the header function. Finally, I get the same error message.Can you help me to solve it? Thanks! Gary Ruslan Ohitin wrote: > Hello gary, > > Try to put session_* functions before any output (echo, etc): > > session_start(); > session_register(&

[PHP-WIN] large number of data in MSSQL

2001-07-11 Thread gary
Hi. does anybody know how to update data which is over 255 character in MSSQL? Thanks! -- 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]

Re: [PHP-WIN] large number of data in MSSQL

2001-07-11 Thread gary
Hi Dario, Thank you. I would like to know how to use ADO in MSSQL 7.0. Can you tell me, please? Gary Dario Carnelutti wrote: > The data field must be a BLOB field (TEXT, IMAGE). You can use ADO for > instance and the appendchunk method will allow you to this update. > > If y

Re: [PHP-WIN] PHP sessions in Windows

2002-12-05 Thread gary
try here http://pear.php.net/ Juan Rosero <[EMAIL PROTECTED]> wrote on 04.12.2002, 23:50:51: > Hello, > I've been trying to run a PHP program called PHPList 1.9.3 available at > http://www.phplist.com/files/. The program does not seem to retain it's > sessions when running on a Windows environment

Re: Re: [PHP-WIN] PHP sessions in Windows

2002-12-05 Thread gary
Opps sorry wrong reply to wrong email :os [EMAIL PROTECTED] wrote on 05.12.2002, 12:01:04: > try here http://pear.php.net/ > > Juan Rosero wrote on 04.12.2002, 23:50:51: > > Hello, > > I've been trying to run a PHP program called PHPList 1.9.3 available at > > http://www.phplist.com/files/. The

RE: Re: Re: [PHP-WIN] gettext

2002-11-11 Thread Gary Hayers
Ok heres the speciffic error. Horde will not run without gettext support. Compile php --with-gettext before continuing. PHP Warning: Unable to load dynamic library './php_gettext.dll' - The specified module could not be found. in Unknown on line 0 Anyone? Regards Gary -Origin

[PHP-WIN] Extensions

2002-11-21 Thread Gary Hayers
Any idea where I can get the extensions php_mcal.dll and php_mcrypt.dll from as a windows binary? TIA Regards, Gary -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP-WIN] Speed

2001-05-23 Thread Gary Pullis
Stopping and starting is supposed to be faster. You may want to read: http://phpbeginner.com/columns/jason/echo However, I tend to echo anyway because the code is much easier on the eyes. ;) As far as print vs echo, I have no idea. My guess would be that echo is faster, but I have nothing to ba

[PHP-WIN] is there a File Upload limit 4000bytes...

2001-11-16 Thread Gary Davidson
pload_max are set to 8M Im very confused and my head hurts from thinking too hard but I have a feeling im going to have to kick myself in the butt ! see for yourself http://213.61.126.228/up.php A give out the $HTTP_POST_FILES in the example... Why me... Thx in advance. Gary -- PHP

[PHP-WIN] File Upload does not work when Module GZIP is turned on

2001-11-22 Thread Gary Davidson
My file upload script does not work when gzip is turned on. It does not even return an empty $HTTP_POST_FILES Any ideas? -- 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 adminis

[PHP-WIN] Shared Memory/Shmop on Windows

2002-01-29 Thread Gary Penn
CT_KEY); if ($this->next_collect <= 0) $this->next_collect = 0x7fff; /* way into the future :) */ } function destroy() { @shm_detach($this->_IndexShr); @shm_detach($this->sessionShr); } // private functions ====

[PHP-WIN] Event Viewer Entries

2002-02-01 Thread Gary Pullis
ted in the system registry. BTW, here is a great (and pretty short) read about event messages under NT/2K: http://www.johnjohnston.com/w2kevtlog.html Is there anyone who could confirm or deny the existence of an eventmessagefile dll for PHP? Thanks! -- Gary Pullis Supporting: Sage MA

Re: [PHP-WIN] Event Viewer Entries

2002-02-04 Thread Gary Pullis
Maybe the problem was that my question was at end of my last message. Does anyone know if there's an Eventmessagefile DLL in the PHP Win32 binary distribution? Gary Pullis wrote: > When I use the syslog() function under Win2K, I get the following from > Event Viewer: > >

[PHP-WIN] Search Engine Friendly URL's

2003-06-23 Thread Gary Holyoak
Hi, Recently read an article about search engine friendly urls. (http://www.zend.com/zend/spotlight/searchengine.php?days=1&f_id=searche ngine&mode=&kind=sl&article=searchengine) Seems good but for the life of me I cant get it to work on my IIS server. I've tried all the suggestions in the

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

2003-08-07 Thread Gary Broughton
t's going to have much bearing on things though. With many thanks again for your time and help Gary "Sek-Mun Wong" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > (I'm not ignoring you, it's just a timezone thing.) > > wait_timeout is a mysql s

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

2003-08-07 Thread Gary Broughton
onnect("xxx","xxx","xxx") or die("Could not connect - "); $newsdb = @mssql_select_db("xxx",$newslink) or die("Could not select article database "); Again, many thanks for your time. Regards Gary "Sek-Mun Wong" <[EMAIL

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

2003-08-09 Thread Gary Broughton
The web log / event viewer isn't showing anything that I believe to be of significance. Many many thanks for your advice, it is greatly appreciated. Regards Gary "Sek-Mun Wong" <[EMAIL PROTECTED]> wrote in message news:<[EMAIL PROTECTED]>... > a 100% cpu process is pretty

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

2003-08-12 Thread Gary Broughton
o be re-established. It can > take only 10-20 concurrent connections to kill the server. > > To "fix" this (it's more an infrastructure issue, really): > > 1) run ISAPI version of php > 2) under [MySql] in php.ini, make sure > > mysql.allow_persistent = O

[PHP-WIN] PHP 4.3.2, Windows 2000 IIS 5, MySQL 4.013 CPU usage problem

2003-08-14 Thread Gary Broughton
d try out at all? Many thanks Gary Broughton -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php