[PHP-DEV] CVS Account Request: abobader

2002-08-29 Thread faisal
i want translate php manual to arabic -- PHP Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] returning an unsigned long from RETURN_*

2001-05-19 Thread Faisal Nasim
aybe I should return it as a string? Any other ideas? Thanks. Faisal -- PHP Development 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-DEV] Win32: apache crashes on backquotes

2001-05-23 Thread Faisal Nasim
Hi, Maybe someone could take a quick look... PHP 4.0.5 crashes on Win32 when used as Apache module. Test case Works fine after disabling the php apache module. Faisal Nasim Pakistan -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: [EMAIL PROTECTE

Re: [PHP-DEV] Bug #11056: file upload (size > 1MB) takes too much time

2001-05-23 Thread Faisal Nasim
think the POSTed data is parsed at the startup, how about if that behavior could be controlled when the encoding type is multipart/form-data? (again, using a flag in php.ini) maybe a php_multipart_post (), which will cause stdin to be read (for CGI) and variables to be created as on startup? Faisal

[PHP-DEV] [PATCH] file.c, extended ftruncate

2002-05-17 Thread Faisal Nasim
proto thing needs to docs needs to be updated as well. Maybe 'mixed' instead of 'resource'? Thanks! Faisal --- tests\file.cSun May 12 21:08:32 2002 +++ file.c Fri May 17 19:17:58 2002 @@ -1752,27 +1752,61 @@ Truncate file to 'size' length */

Re: [PHP-DEV] [PATCH] file.c, extended ftruncate

2002-05-17 Thread Faisal Nasim
{{{ proto part updated... Faisal At 07:30 PM 5/17/2002, Faisal Nasim wrote: >Hi, > >I don't have access to a Linux machine at the moment so I tested >it out only on Win32/XP. > >Could somebody please quickly check and commit it...? > >Addition: ftruncate() can ta