[PHP-WIN] Re: Set Locale

2002-07-01 Thread Daniel Berwig
setlocale (LC_ALL, "PT_BR"); or if under windows: setlocale (LC_ALL, "Portuguese Brazil"); Best Regards, Daniel Berwig. "Saci" <[EMAIL PROTECTED]> escreveu na mensagem [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > For example > >

[PHP-WIN] File upload

2002-06-27 Thread Daniel Berwig
or is webmaster. Generated Thu, 27 Jun 2002 19:35:05 GMT by www.hitec.com.br (Squid/2.4.STABLE1) Any ideas? Thanks in advance and Best regards, Daniel Berwig -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: htt

Re: [PHP-WIN] cookies in windows

2002-06-27 Thread Daniel Berwig
i file and make sure it is configured like this: session.use_cookies = 1 Please let me know if you've got to solve the problem. Best Regards, Daniel Berwig. "Michael" <[EMAIL PROTECTED]> escreveu na mensagem [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > > M

[PHP-WIN] HTTP Upload of large files

2002-06-25 Thread Daniel Berwig
I'm trying to make a page for file uploads. For small files, everything goes ok, but doesn't work when I try to upload large files. The limit size for uploading is suposed to be 100Mb. I've set up my php.ini with this config: post_max_size = 100M memory_limit = 128M upload_max_filesize = 100M W

[PHP-WIN] getrusage() not supported

2001-11-13 Thread Daniel Berwig
I'm trying to run a script in my server (IIS 5) that uses the function getrusage(), but it returns the following warning: Warning: getrusage() is not supported in this PHP build in file_name.php on line 377 Does anyone know how I can solve this problem? Thanks in advance. -- PHP Windows Mai