[PHP-DEV] CVS Account Request: ernani_joppert

2002-03-21 Thread Ernani Joppert Pontes Martins
I want to help the translation of php manual to the portuguese language. -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] Re: Record Paging sqlServer/odbc

2002-09-18 Thread Ernani Joppert Pontes Martins
SQL Server does not support LIMIT. []'s Ernani Lerp [EMAIL PROTECTED] escreveu na mensagem [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... Hi all, I have a small php app where I'd like to incorporate page throughs of records, say 10 at a time. I'm using sqlServer and have run into a problem

[PHP-DEV] Re: CVS Account Request: crsilva

2002-10-01 Thread Ernani Joppert Pontes Martins
Take a look at this topic at http://br.groups.yahoo.com/group/traducao-php/ We have made some arrangements to improve more productivity regarding this topic there. Cheers, Ernani Carolina Ribeiro Da Silva [EMAIL PROTECTED] escreveu na mensagem [EMAIL

[PHP-DEV] Sugestion: Most common errors....(Session Management)

2002-10-02 Thread Ernani Joppert Pontes Martins
I have a sugestion.. Like some of a lot of designers want to use ASP scripts on server side I have had a lot of critics about session handling on PHP. Yes I know that you can't send headers to the browser when you've already sent some other stuffs, but ASP users have strange feeling

[PHP-DEV] Re: Sugestion: Most common errors....(Session Management)

2002-10-02 Thread Ernani Joppert Pontes Martins
Another idea is to provide to more newbie users a PHP Administrator like in Coldfusion Administrator. This will also let the remote user change some php directives. []'s Ernani Ernani Joppert Pontes Martins [EMAIL PROTECTED] escreveu na mensagem [EMAIL PROTECTED]">news:[EMAIL P

Re: [PHP-DEV] Sugestion: Most common errors....(Session Management)

2002-10-02 Thread Ernani Joppert Pontes Martins
Hi Gareth, I do not know about performance impacts Lke I've said, that is just an idea for ASP guys to see the PHP Power. If it impacts on performance, let them know But this will be problem of them, just let them know that if send this session when it is already sent, the performance

Re: [PHP-DEV] Sugestion: Most common errors....(Session Management)

2002-10-02 Thread Ernani Joppert Pontes Martins
na mensagem [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... Le Mercredi 2 Octobre 2002 10:06, Ernani Joppert Pontes Martins a écrit : Yes I know that you can't send headers to the browser when you've already sent some other stuffs, but ASP users have strange feeling that this is weird.

Re: [PHP-DEV] How to debug?

2002-10-12 Thread Ernani Joppert Pontes Martins
I was having a problem like this in one simple script It generates segfault by executing from shell, from apache it don't stop processing and locks up the machine, when it reaches the max_execution time, then it breaks. The gdb backtrace is here: #0 0x403d6646 in chunk_free

Re: [PHP-DEV] How to debug?

2002-10-13 Thread Ernani Joppert Pontes Martins
sion. We don't fix bugs other than CVS version now. -- Yasuo Ohgaki Ernani Joppert Pontes Martins wrote: I was having a problem like this in one simple script It generates segfault by executing from shell, from apache it don't stop processing and locks up the machine, when it

[PHP-DEV] Re: uploads with php

2002-10-14 Thread Ernani Joppert Pontes Martins
to configure your php to work with upload stuff. HTH, Ernani Joppert Pontes Martins and in anoth Ana Paula Sabelli [EMAIL PROTECTED] escreveu na mensagem 002701c27096$d40e2fa0$010a@www2">news:002701c27096$d40e2fa0$010a@www2... Hi, I have Linux Redhat 6.2, Apache 1.3.26 and P

[PHP-DEV] Karma for php4 and bcompiler

2002-10-29 Thread Ernani Joppert Pontes Martins
Hi there, with not so much time to dedicate to php improvements and bug fixes I want to have karma to help fix some bugs/improvements into php and into bcompiler for win32 that is my speciallity. I've already did a compile with windows but now I need to add some more functionalities. Alan

[PHP-DEV] Bug #21279 Karma request (Windows Bug)

2003-02-05 Thread Ernani Joppert Pontes Martins
Hi Rasmus, A Few months ago I was willing to help in bug fixes and bcompiler development I solved the bug #21279 and now I need karma to commit my changes there I debbuged the file with the help of Manuel Lemos and I found the bug. Here is the diff: 1615: // Z_STRVAL_P(tmp) =

Re: [PHP-DEV] Bug #21279 Karma request (Windows Bug)

2003-02-05 Thread Ernani Joppert Pontes Martins
]">news:[EMAIL PROTECTED]... You need to use C style /*comments*/. Also, send a unified diff. Do this by running cvs diff -u files you modified. Joseph -Original Message- From: Ernani Joppert Pontes Martins [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 05, 2003

Re: [PHP-DEV] Bug #21279 Karma request (Windows Bug)

2003-02-05 Thread Ernani Joppert Pontes Martins
) = result-values[i].vallen; @@ -1599,7 +1599,7 @@ default: if (result-values[i].vallen == SQL_NULL_DATA) { - Z_STRVAL_P(tmp) = IS_NULL; + ZVAL_NULL(tmp); break; } Z_STRLEN_P(tmp) = result-values[i].vallen; Ernani Joppert Pontes Martins [EMAIL PROTECTED