[PHP-DOC] #27614 [Bgs]: backtrace information inappropriate for PHP 5

2004-03-16 Thread jan at horde dot org
 ID:  27614
 User updated by: jan at horde dot org
 Reported By: jan at horde dot org
 Status:  Bogus
 Bug Type:Documentation problem
 PHP Version: Irrelevant
 New Comment:

Hm, when I try the described method to analyze the backtrace in
http://bugs.php.net/bug.php?id=27611, I get the following:



(gdb) bt

...

#6  0x4071f478 in zend_do_fcall_handler (execute_data=0xbfe01420,

opline=0x4181f374, op_array=0x4182052c)

at /home/jan/cvs/php5/Zend/zend_execute.c:2781

#7  0x4071b122 in execute (op_array=0x4182052c)

at /home/jan/cvs/php5/Zend/zend_execute.c:1339

...



(gdb) frame 7

#7  0x4071b122 in execute (op_array=0x4182052c)

at /home/jan/cvs/php5/Zend/zend_execute.c:1339

1339if (EX(opline)->handler(&execute_data,
EX(opline), op_array TSRMLS_CC)) {



(gdb) print (char
*)(executor_globals.function_state_ptr->function)->common.function_name

Address of symbol "executor_globals" is unknown.


Previous Comments:


[2004-03-16 09:59:31] [EMAIL PROTECTED]

excutor_globals exists just fine, you really must be doing something
wrong ;-)



[2004-03-16 09:57:58] jan at horde dot org

Yes, but 



print (char
*)(executor_globals.function_state_ptr->function)->common.function_name



doesn't work because executor_globals does not exist.



[2004-03-16 09:51:21] [EMAIL PROTECTED]

Generating a backtrace for PHP 4 or 5 is the same.



http://news.php.net/article.php?group=php.internals&article=8536



[2004-03-16 04:50:29] jan at horde dot org

Description:

The instructions on http://bugs.php.net/bugs-generating-backtrace.php
how to find out the function call that causes a stacktrace does not
work with PHP 5.






-- 
Edit this bug report at http://bugs.php.net/?id=27614&edit=1


[PHP-DOC] #27604 [Com]: The language of the manual of the CHM version is wrong.

2004-03-16 Thread misha at mbm dot nifty dot com
 ID:   27604
 Comment by:   misha at mbm dot nifty dot com
 Reported By:  [EMAIL PROTECTED]
 Status:   Open
 Bug Type: Documentation problem
 Operating System: MS Windows
 PHP Version:  Irrelevant
 New Comment:

> I don't really understand whats the problem.

> But who can check this? Derick? Gabor?

I am sorry. I don't know who wrote that.

But I comfirmed it too. The php_manual_ja.chm(on 11 Mar 2004) is in
Simplified Chinese and English, not Japanese.

For a while, it thinks that it is good to send it back to the previous
version. How is it?


Previous Comments:


[2004-03-16 10:12:40] [EMAIL PROTECTED]

I don't really understand whats the problem.

But who can check this? Derick? Gabor?



[2004-03-15 07:40:02] [EMAIL PROTECTED]

Description:

Case CHM Manual of Japanese.

The language of the manual of the CHM version is wrong.

Is it Chinese now?



http://jp.php.net/get/php_manual_ja.chm/from/this/mirror








-- 
Edit this bug report at http://bugs.php.net/?id=27604&edit=1


Re: [PHP-DOC] Перевод на русский / translation on russi

2004-03-16 Thread Nuno Lopes
Please contact the russian translation team at: [EMAIL PROTECTED]

Nuno


- Original Message - 
> С уважением, Евгений
> _
>
> Hi, I would like to take part in translation of manuals on PHP on the
Russian/Ukrainian language, completely free-of-charge and voluntary :)
because during time of working with existing manuals it is necessary to
translate the some chapters.
>
> Yours faithfully, Eugene


[PHP-DOC] Перевод на русский / translation on russian

2004-03-16 Thread [EMAIL PROTECTED]
Здравствуйте, я хотел бы принять участие в переводе мануалов по ПХП на 
русский/украинский язык совершенно бесплатно и добровольно :), так как во время работы 
с существующими мануалами всё равно приходится переводить некоторые главы.

С уважением, Евгений
_

Hi, I would like to take part in translation of manuals on PHP on the 
Russian/Ukrainian language, completely free-of-charge and voluntary :) because during 
time of working with existing manuals it is necessary to translate the some chapters.

Yours faithfully, Eugene 


RE: [PHP-DOC] cvs: phpdoc /en/reference/mysqli/mysqli/functionsmysqli-affected-rows.xml mysqli-autocommit.xml mysqli-bind-param.xmlmysqli-bind-result.xml mysqli-change-user.xml mysqli-character-set-name.xmlmysqli-client-encoding.xml mysqli-close.xml my

2004-03-16 Thread Enrique Garcia Briones
> Hey Enrique,
> 
> get your added xml-sources out of your current doc-tree (thus: copy
them
> somewhere).
> 
> Remove your local copies of phpdoc and phpdoc-es.
> Do a new checkout and add you xml-files to your new copy of the
> phpdoc-es folder. The phpdoc-folder is totally out of play. The only
> reason you have it, is to see how things are being done the xml-way
and
> to have a structured file to translate. No changes are made to them.
> In addition to that everything in the directories named 'CVS ', is not
> to be touched. The cvs client manages those for you.
> 
I have only local copy of the phpdoc-es folder, this incluyes an EN
copy, I have removed my local copy and checkouted againg the phpdoc-es
and there is the mysqli folder including the functions with the files I
was adding, so from my machine I am at the ES/reference/mysqli part of
the documentation.
Question: Should I commit folders?, seems to me that my big error was to
copy the CVS folder from EN part, but at last I removed any CVS folder
within es/reference/mysqli and added that folder as well as function
folder.

Maybe someone could destroy the ES/reference/mysqli stuff and give me
some days to wake up, read more about CVS and try again. Hoping you were
as good kind as today. :D

> Then you add the newly translated files using `cvs add [file] ||
[dir]`.
> And then commmit.
> 
> But maybe you really first explain what you have done, to trace back
> were your mistake was. (As didou mentioned)_
> 
> Just get a bit distance to this, maybe soon you'll find the source of
> this strange behaviour.
> 
> ali
> 
> Am Di, den 16.03.2004 schrieb Mehdi Achour um 18:19:
> > Enrique Garcia Briones wrote:
> > >>baoengb   Tue Mar 16 11:58:21 2004 EDT
> > >>
> > >>  Added files:
> > >>/phpdoc/en/reference/mysqli/mysqli/functions
> > >>lengths.xml
> > >>  mysqli-fetch.xml
> > >>  Log:
> > >>  Agregando funciones traducidas de mysqli
> > >>
> > >
> > >
> > > Really don't know, please nuno revert it.
> >
> > I revert it.
> >
> > > And if possible explain how to
> > > revert stuff, I will be in deep meditation. Really sorry guys!
> >
> > this time, you added the mysqli folder in the english mysqli folder.
> > what did you do *exactly* on your box ?
> >
> > didou
> >
> > PS : if I was you, I'll stop cvs'ing for today ;) (but try again
> > tomorrow :) )


Re: [PHP-DOC] cvs: phpdoc /en/reference/mysqli/mysqli/functions mysqli-affected-rows.xml mysqli-autocommit.xml mysqli-bind-param.xml mysqli-bind-result.xml mysqli-change-user.xml mysqli-character-set-name.xml mysqli-client-encoding.xml mysqli-close.xml my

2004-03-16 Thread ali
Hey Enrique,

get your added xml-sources out of your current doc-tree (thus: copy them
somewhere).

Remove your local copies of phpdoc and phpdoc-es. 
Do a new checkout and add you xml-files to your new copy of the
phpdoc-es folder. The phpdoc-folder is totally out of play. The only
reason you have it, is to see how things are being done the xml-way and
to have a structured file to translate. No changes are made to them.
In addition to that everything in the directories named 'CVS ', is not
to be touched. The cvs client manages those for you.

Then you add the newly translated files using `cvs add [file] || [dir]`.
And then commmit. 

But maybe you really first explain what you have done, to trace back
were your mistake was. (As didou mentioned)_

Just get a bit distance to this, maybe soon you'll find the source of
this strange behaviour.

ali

Am Di, den 16.03.2004 schrieb Mehdi Achour um 18:19:
> Enrique Garcia Briones wrote:
> >>baoengb Tue Mar 16 11:58:21 2004 EDT
> >>
> >>  Added files:
> >>/phpdoc/en/reference/mysqli/mysqli/functions
> >>lengths.xml
> >>mysqli-fetch.xml
> >>  Log:
> >>  Agregando funciones traducidas de mysqli
> >>
> > 
> > 
> > Really don't know, please nuno revert it.
> 
> I revert it.
> 
> > And if possible explain how to
> > revert stuff, I will be in deep meditation. Really sorry guys!
> 
> this time, you added the mysqli folder in the english mysqli folder.
> what did you do *exactly* on your box ?
> 
> didou
> 
> PS : if I was you, I'll stop cvs'ing for today ;) (but try again 
> tomorrow :) )


Re: [PHP-DOC] cvs: phpdoc /en/reference/mysqli/mysqli/functions mysqli-affected-rows.xml mysqli-autocommit.xml mysqli-bind-param.xml mysqli-bind-result.xml mysqli-change-user.xml mysqli-character-set-name.xml mysqli-client-encoding.xml mysqli-close.xml my

2004-03-16 Thread Mehdi Achour
Enrique Garcia Briones wrote:
baoengb		Tue Mar 16 11:58:21 2004 EDT

 Added files:
   /phpdoc/en/reference/mysqli/mysqli/functions
lengths.xml
mysqli-fetch.xml
 Log:
 Agregando funciones traducidas de mysqli


Really don't know, please nuno revert it.
I revert it.

And if possible explain how to
revert stuff, I will be in deep meditation. Really sorry guys!
this time, you added the mysqli folder in the english mysqli folder.
what did you do *exactly* on your box ?
didou

PS : if I was you, I'll stop cvs'ing for today ;) (but try again 
tomorrow :) )


[PHP-DOC] cvs: phpdoc /en/reference/mysqli/mysqli/functions mysqli-affected-rows.xml mysqli-autocommit.xml mysqli-bind-param.xml mysqli-bind-result.xml mysqli-change-user.xml mysqli-character-set-name.xml mysqli-client-encoding.xml mysqli-close.xml mysqli-commit.xml mysqli-connect-errno.xml mysqli-connect-error.xml mysqli-connect.xml mysqli-data-seek.xml mysqli-debug.xml mysqli-disable-reads-from-master.xml mysqli-disable-rpl-parse.xml mysqli-dump-debug-info.xml mysqli-embedded-connect.xml mysqli-enable-reads-from-master.xml mysqli-enable-rpl-parse.xml mysqli-errno.xml mysqli-error.xml mysqli-escape-string.xml mysqli-execute.xml mysqli-fetch-array.xml mysqli-fetch-assoc.xml mysqli-fetch-field-direct.xml mysqli-fetch-field.xml mysqli-fetch-fields.xml mysqli-fetch-lengths.xml mysqli-fetch.xml

2004-03-16 Thread Mehdi Achour
didou   Tue Mar 16 12:15:23 2004 EDT

  Removed files:   
/phpdoc/en/reference/mysqli/mysqli/functions
mysqli-affected-rows.xml 
mysqli-autocommit.xml 
mysqli-bind-param.xml 
mysqli-bind-result.xml 
mysqli-change-user.xml 
mysqli-character-set-name.xml 
mysqli-client-encoding.xml 
mysqli-close.xml 
mysqli-commit.xml 
mysqli-connect-errno.xml 
mysqli-connect-error.xml 
mysqli-connect.xml 
mysqli-data-seek.xml 
mysqli-debug.xml 

mysqli-disable-reads-from-master.xml 
mysqli-disable-rpl-parse.xml 
mysqli-dump-debug-info.xml 
mysqli-embedded-connect.xml 

mysqli-enable-reads-from-master.xml 
mysqli-enable-rpl-parse.xml 
mysqli-errno.xml 
mysqli-error.xml 
mysqli-escape-string.xml 
mysqli-execute.xml 
mysqli-fetch-array.xml 
mysqli-fetch-assoc.xml 
mysqli-fetch-field-direct.xml 
mysqli-fetch-field.xml 
mysqli-fetch-fields.xml 
mysqli-fetch-lengths.xml 
mysqli-fetch.xml 
  Log:
  revert another crap here
  


Re: [PHP-DOC] cvs: phpdoc /en/reference/mysqli/mysqli/functions mysqli-affected-rows.xml mysqli-autocommit.xml mysqli-bind-param.xml mysqli-bind-result.xml mysqli-change-user.xml mysqli-character-set-name.xml mysqli-client-encoding.xml mysqli-close.xml my

2004-03-16 Thread Mehdi Achour
Enrique Garcia Briones wrote:
baoengb		Tue Mar 16 11:58:21 2004 EDT

 Added files:
   /phpdoc/en/reference/mysqli/mysqli/functions
lengths.xml
mysqli-fetch.xml
 Log:
 Agregando funciones traducidas de mysqli


Really don't know, please nuno revert it. And if possible explain how to
revert stuff, I will be in deep meditation. Really sorry guys!
baoengb
I'm doing it

didou


RE: [PHP-DOC] cvs: phpdoc /en/reference/mysqli/mysqli/functions mysqli-affected-rows.xml mysqli-autocommit.xml mysqli-bind-param.xml mysqli-bind-result.xml mysqli-change-user.xml mysqli-character-set-name.xml mysqli-client-encoding.xml mysqli-close.xml my

2004-03-16 Thread Enrique Garcia Briones
> 
> baoengb   Tue Mar 16 11:58:21 2004 EDT
> 
>   Added files:
> /phpdoc/en/reference/mysqli/mysqli/functions
> lengths.xml
>   mysqli-fetch.xml
>   Log:
>   Agregando funciones traducidas de mysqli
> 

Really don't know, please nuno revert it. And if possible explain how to
revert stuff, I will be in deep meditation. Really sorry guys!
baoengb


RE: [PHP-DOC] cvs: phpdoc /en/reference/mysqli/functions mysqli-affected-rows.xml mysqli-autocommit.xml mysqli-bind-param.xml mysqli-bind-result.xml mysqli-change-user.xml mysqli-character-set-name.xml mysqli-client-encoding.xml mysqli-close.xml mysqli-co

2004-03-16 Thread Enrique Garcia Briones
> 
> Ok, I've commited your translations to the es module.
> 
> Nuno
> 
> 
> »»Agora já ficou tudo resolvido. O problema foi realmente do
directório
> CVS,
> porque quando se adiciona um novo ficheiro ao servidor tem que se
fazer
> cvs
> add primeiro e só depois é que se faz commit.

Thanks nuno, yep my error was try to commit the files before add them,
so i will add the files to the ES module then commit and work on them.


Re: [PHP-DOC] my work

2004-03-16 Thread Nuno Lopes
> Hi ppl !
>
> A little "compte-rendu" to let you know what I'm currently doing/need
> for livedocs.

"conpte-rendu" means 'report', isn't it? My french isn't so bad after all :)


> 2 - smarty docs
>
> I'll need some help to set up the build system there, anyone ?

As you know, I don't have much time, but what do you need to do? Implement a
phpdoc style in smarty docs?
If I have some time, I may help you. (write me a mail so that we can discuss
this).


> she's waiting for someone on phpdoc to decide on the approach
> that will be taken toward documenting OO classes there. Did we choose
> something ? Is Georg's way the good way ?

I need some info about OO, too. I've already documented all non-OO tidy
functions. But now I don't really know how to document the remaining.
Georg' style?


Nuno


Re: [PHP-DOC] cvs: phpdoc /en/reference/mysqli/functions mysqli-affected-rows.xml mysqli-autocommit.xml mysqli-bind-param.xml mysqli-bind-result.xml mysqli-change-user.xml mysqli-character-set-name.xml mysqli-client-encoding.xml mysqli-close.xml mysqli-co

2004-03-16 Thread Nuno Lopes
Ok, I've commited your translations to the es module.

Nuno


»»Agora já ficou tudo resolvido. O problema foi realmente do directório CVS,
porque quando se adiciona um novo ficheiro ao servidor tem que se fazer cvs
add primeiro e só depois é que se faz commit.


RE: [PHP-DOC] cvs: phpdoc /en/reference/mysqli/functions mysqli-affected-rows.xml mysqli-autocommit.xml mysqli-bind-param.xml mysqli-bind-result.xml mysqli-change-user.xml mysqli-character-set-name.xml mysqli-client-encoding.xml mysqli-close.xml mysqli-co

2004-03-16 Thread Enrique Garcia Briones


> 
> >>Sorry, could someone explain what happend?, I really was at es docs
> >
> > It seems you weren't.
> > You should copy the files from en/reference/mysqli/* firstly to
> > ES/reference/mysqli/*.
> 
> BUT you should not copy any subfolders named 'CVS'. That was probably
> the problem. If you copy the CVS folder, the context information will
> also be copied, so the CVS client will think that you are still
working
> in the en folder.
> 
> Goba

Sorry guys!, that was my fault after all, i will pay much more attention
to this. :( and thanks gabor, derik and nuno


RE: [PHP-DOC] cvs: phpdoc /en/reference/mysqli/functions mysqli-affected-rows.xml mysqli-autocommit.xml mysqli-bind-param.xml mysqli-bind-result.xml mysqli-change-user.xml mysqli-character-set-name.xml mysqli-client-encoding.xml mysqli-close.xml mysqli-co

2004-03-16 Thread Enrique Garcia Briones
> 
> > Sorry, could someone explain what happend?, I really was at es docs
> 
> It seems you weren't.
> You should copy the files from en/reference/mysqli/* firstly to
> ES/reference/mysqli/*.
> 
> I've already reverted the english files. Do you want me to commit your
> translations to the right place?

Please nuno, i know it is impossible to convince you but I was sit on
ES, actually those files even weren't added to the repository!, so
please commit the translations and after that I will do a complete cvs
update.
Regards
baoengb

> 
> Nuno


Re: [PHP-DOC] Re: my work

2004-03-16 Thread Nuno Lopes
> Hi,
>
> Looking good. :)
>
> A few minor notices appeared, and a couple complete deaths.  When I go to:
>
>
http://didou.keliglia.com/php/livedocs-pear/search.php?q=install.general&l=en#installation.shared
>
> I see
>
>
> Warning: sqlite_query(): attempt to write a readonly database in
> /home/user/didou/www/didou/php/livedocs-pear/search.php on line 40
>
> Warning: sqlite_query(): attempt to write a readonly database in
> /home/user/didou/www/didou/php/livedocs-pear/search.php on line 44
>
> Warning: sqlite_query(): cannot commit - no transaction is active in
> /home/user/didou/www/didou/php/livedocs-pear/search.php on line 51
> Strict:
> No Results Found
>
> Greg


Maybe its just a permissions issue when livedocs is trying to create the
search cache. Chmod'ing the cache db may help?

Nuno


Re: [PHP-DOC] cvs: phpdoc /en/reference/mysqli/functions mysqli-affected-rows.xml mysqli-autocommit.xml mysqli-bind-param.xml mysqli-bind-result.xml mysqli-change-user.xml mysqli-character-set-name.xml mysqli-client-encoding.xml mysqli-close.xml mysqli-co

2004-03-16 Thread Gabor Hojtsy
Sorry, could someone explain what happend?, I really was at es docs
It seems you weren't.
You should copy the files from en/reference/mysqli/* firstly to
ES/reference/mysqli/*.
BUT you should not copy any subfolders named 'CVS'. That was probably 
the problem. If you copy the CVS folder, the context information will 
also be copied, so the CVS client will think that you are still working 
in the en folder.

Goba


Re: [PHP-DOC] cvs: phpdoc /en/reference/mysqli/functions mysqli-affected-rows.xml mysqli-autocommit.xml mysqli-bind-param.xml mysqli-bind-result.xml mysqli-change-user.xml mysqli-character-set-name.xm

2004-03-16 Thread Derick Rethans
On Tue, 16 Mar 2004, Nuno Lopes wrote:

> > Sorry, could someone explain what happend?, I really was at es docs
>
> It seems you weren't.
> You should copy the files from en/reference/mysqli/* firstly to
> ES/reference/mysqli/*.

And don't copy the CVS directory inside the mysqli directory; that's
what caused this problem is my guess.

regards,
Derick


Re: [PHP-DOC] cvs: phpdoc /en/reference/mysqli/functions mysqli-affected-rows.xml mysqli-autocommit.xml mysqli-bind-param.xml mysqli-bind-result.xml mysqli-change-user.xml mysqli-character-set-name.xml mysqli-client-encoding.xml mysqli-close.xml mysqli-co

2004-03-16 Thread Nuno Lopes
> Sorry, could someone explain what happend?, I really was at es docs

It seems you weren't.
You should copy the files from en/reference/mysqli/* firstly to
ES/reference/mysqli/*.

I've already reverted the english files. Do you want me to commit your
translations to the right place?

Nuno


[PHP-DOC] Re: my work

2004-03-16 Thread Greg Beaver
Hi,

Looking good. :)

A few minor notices appeared, and a couple complete deaths.  When I go to:

http://didou.keliglia.com/php/livedocs-pear/search.php?q=install.general&l=en#installation.shared

I see

Warning: sqlite_query(): attempt to write a readonly database in 
/home/user/didou/www/didou/php/livedocs-pear/search.php on line 40

Warning: sqlite_query(): attempt to write a readonly database in 
/home/user/didou/www/didou/php/livedocs-pear/search.php on line 44

Warning: sqlite_query(): cannot commit - no transaction is active in 
/home/user/didou/www/didou/php/livedocs-pear/search.php on line 51
Strict:
No Results Found

Greg

Mehdi Achour wrote:

1 - peardoc

As you know, I started testing peardoc on livedocs, you can see the 
result here : http://didou.keliglia.com/php/livedocs-pear/


RE: [PHP-DOC] cvs: phpdoc /en/reference/mysqli/functions mysqli-affected-rows.xml mysqli-autocommit.xml mysqli-bind-param.xml mysqli-bind-result.xml mysqli-change-user.xml mysqli-character-set-name.xml mysqli-client-encoding.xml mysqli-close.xml mysqli-co

2004-03-16 Thread Enrique Garcia Briones

> 
> >I don´t know what happened I did commit at
es/reference/mysqli/functions
> >What can I do for rollback this big error??
> >baoengb
> 
> I'll do it for you. Just wait a second
> 
> Nuno

 

Sorry, could someone explain what happend?, I really was at es docs


Re: [PHP-DOC] cvs: phpdoc /en/reference/mysqli/functions mysqli-affected-rows.xml mysqli-autocommit.xml mysqli-bind-param.xml mysqli-bind-result.xml mysqli-change-user.xml mysqli-character-set-name.xml mysqli-client-encoding.xml mysqli-close.xml mysqli-co

2004-03-16 Thread Nuno Lopes
>I don´t know what happened I did commit at es/reference/mysqli/functions
>What can I do for rollback this big error??
>baoengb

I'll do it for you. Just wait a second

Nuno


RE: [PHP-DOC] cvs: phpdoc /en/reference/mysqli/functions mysqli-affected-rows.xml mysqli-autocommit.xml mysqli-bind-param.xml mysqli-bind-result.xml mysqli-change-user.xml mysqli-character-set-name.xml mysqli-client-encoding.xml mysqli-close.xml mysqli-co

2004-03-16 Thread Enrique Garcia Briones
I don´t know what happened I did commit at es/reference/mysqli/functions
What can I do for rollback this big error??
baoengb

> 
> baoengb   Tue Mar 16 10:26:37 2004 EDT
> 
>   Modified files:
> /phpdoc/en/reference/mysqli/functions mysqli-affected-rows.xml
>   mysqli-autocommit.xml
>   mysqli-bind-param.xml
>   mysqli-bind-result.xml
>   mysqli-change-user.xml
>
mysqli-character-set-name.xml
>
mysqli-client-encoding.xml
>   mysqli-close.xml
>   mysqli-commit.xml
>   mysqli-connect-errno.xml
>   mysqli-connect-error.xml
>   mysqli-connect.xml
>   mysqli-data-seek.xml
>   mysqli-debug.xml
>
mysqli-disable-reads-from-
> master.xml
>
mysqli-disable-rpl-parse.xml
>
mysqli-dump-debug-info.xml
>
mysqli-embedded-connect.xml
>
mysqli-enable-reads-from-
> master.xml
>
mysqli-enable-rpl-parse.xml
>   mysqli-errno.xml
>   mysqli-error.xml
>   mysqli-escape-string.xml
>   mysqli-execute.xml
>   mysqli-fetch-array.xml
>   mysqli-fetch-assoc.xml
>
mysqli-fetch-field-direct.xml
>   mysqli-fetch-field.xml
>   mysqli-fetch-fields.xml
>   mysqli-fetch-lengths.xml
>   mysqli-fetch.xml
>   Log:
>   Traducido al espaniol
> 


Re: [PHP-DOC] cvs: phpdoc /en/reference/mysqli/functions mysqli-affected-rows.xml mysqli-autocommit.xml mysqli-bind-param.xml mysqli-bind-result.xml mysqli-change-user.xml mysqli-character-set-name.xml my

2004-03-16 Thread Derick Rethans
On Tue, 16 Mar 2004, Enrique Garcia Briones wrote:

> baoengb   Tue Mar 16 10:26:37 2004 EDT
>
>   Modified files:
> /phpdoc/en/reference/mysqli/functions mysqli-affected-rows.xml

...

>   mysqli-fetch-lengths.xml
>   mysqli-fetch.xml
>   Log:
>   Traducido al espaniol

You just replaced the englishfiles with the spanish ones, please revert
a.s.a.p!

regards,
Derick


[PHP-DOC] my work

2004-03-16 Thread Mehdi Achour
Hi ppl !

A little "compte-rendu" to let you know what I'm currently doing/need 
for livedocs.

1 - peardoc

As you know, I started testing peardoc on livedocs, you can see the 
result here : http://didou.keliglia.com/php/livedocs-pear/

There is a litle problem : some filenames uses underscores instead of 
hypens. I talked with peardoc guys, they are ok with a patch correcting 
this (work in progress)

I already prepared a patch for livedoc's build system, but I wanted to 
test smarty's doc too before commiting anything, and what a surprise..

2 - smarty docs

Just have a look : http://cvs.php.net/cvs.php/smarty/docs?login=2
the english files are in the root folder, the filenames uses .sgml 
instead of .xml, there's no ./configure && make stuff (they are using 
db2html ATM).
so I started another work : switching to a phpdoc like system for 
smarty's docs. In a first shot, I'm cleaning the english files (another 
work in progress)

I'll need some help to set up the build system there, anyone ?

3 - gtkdocs

Before having a look at smarty, I tried gtk-docs, but even a simple 
./configure didn't work (Steph is looking at this issue).
while talking with Step, she raised another problem that is slowing down 
gtk-docs : she's waiting for someone on phpdoc to decide on the approach 
that will be taken toward documenting OO classes there. Did we choose 
something ? Is Georg's way the good way ?

Answers are welcome :)

didou


[PHP-DOC] #27604 [Opn]: The language of the manual of the CHM version is wrong.

2004-03-16 Thread nlopess
 ID:   27604
 Updated by:   [EMAIL PROTECTED]
 Reported By:  [EMAIL PROTECTED]
 Status:   Open
 Bug Type: Documentation problem
 Operating System: MS Windows
 PHP Version:  Irrelevant
 New Comment:

I don't really understand whats the problem.

But who can check this? Derick? Gabor?


Previous Comments:


[2004-03-15 07:40:02] [EMAIL PROTECTED]

Description:

Case CHM Manual of Japanese.

The language of the manual of the CHM version is wrong.

Is it Chinese now?



http://jp.php.net/get/php_manual_ja.chm/from/this/mirror








-- 
Edit this bug report at http://bugs.php.net/?id=27604&edit=1


Re: [PHP-DOC] cvs: phpdoc /en/reference/mbstring encodings.xml reference.xml /entities global.ent

2004-03-16 Thread Derick Rethans
On Tue, 16 Mar 2004, Nuno Lopes wrote:

> Maybe...  isn't even implemented in livedocs, so more work
> for us!! :)

I doubt we even have templates for phpweb for it.

> Why not use a simple table?

Right.

Derick


[PHP-DOC] #27614 [Bgs]: backtrace information inappropriate for PHP 5

2004-03-16 Thread derick
 ID:  27614
 Updated by:  [EMAIL PROTECTED]
 Reported By: jan at horde dot org
 Status:  Bogus
 Bug Type:Documentation problem
 PHP Version: Irrelevant
 New Comment:

excutor_globals exists just fine, you really must be doing something
wrong ;-)


Previous Comments:


[2004-03-16 09:57:58] jan at horde dot org

Yes, but 



print (char
*)(executor_globals.function_state_ptr->function)->common.function_name



doesn't work because executor_globals does not exist.



[2004-03-16 09:51:21] [EMAIL PROTECTED]

Generating a backtrace for PHP 4 or 5 is the same.



http://news.php.net/article.php?group=php.internals&article=8536



[2004-03-16 04:50:29] jan at horde dot org

Description:

The instructions on http://bugs.php.net/bugs-generating-backtrace.php
how to find out the function call that causes a stacktrace does not
work with PHP 5.






-- 
Edit this bug report at http://bugs.php.net/?id=27614&edit=1


[PHP-DOC] #27614 [Bgs]: backtrace information inappropriate for PHP 5

2004-03-16 Thread jan at horde dot org
 ID:  27614
 User updated by: jan at horde dot org
 Reported By: jan at horde dot org
 Status:  Bogus
 Bug Type:Documentation problem
 PHP Version: Irrelevant
 New Comment:

Yes, but 



print (char
*)(executor_globals.function_state_ptr->function)->common.function_name



doesn't work because executor_globals does not exist.


Previous Comments:


[2004-03-16 09:51:21] [EMAIL PROTECTED]

Generating a backtrace for PHP 4 or 5 is the same.



http://news.php.net/article.php?group=php.internals&article=8536



[2004-03-16 04:50:29] jan at horde dot org

Description:

The instructions on http://bugs.php.net/bugs-generating-backtrace.php
how to find out the function call that causes a stacktrace does not
work with PHP 5.






-- 
Edit this bug report at http://bugs.php.net/?id=27614&edit=1


Re: [PHP-DOC] cvs: phpdoc /en/reference/mbstring encodings.xml reference.xml /entities global.ent

2004-03-16 Thread Nuno Lopes
> Agreed. I don't like redundancy either. Maybe using 
> for a list of this kind was wrong in the first place?
>
> Moriyoshi

Maybe...  isn't even implemented in livedocs, so more work
for us!! :)

Why not use a simple table?

Nuno


[PHP-DOC] #27614 [Opn->Bgs]: backtrace information inappropriate for PHP 5

2004-03-16 Thread nlopess
 ID:  27614
 Updated by:  [EMAIL PROTECTED]
 Reported By: jan at horde dot org
-Status:  Open
+Status:  Bogus
 Bug Type:Documentation problem
 PHP Version: Irrelevant
 New Comment:

Generating a backtrace for PHP 4 or 5 is the same.



http://news.php.net/article.php?group=php.internals&article=8536


Previous Comments:


[2004-03-16 04:50:29] jan at horde dot org

Description:

The instructions on http://bugs.php.net/bugs-generating-backtrace.php
how to find out the function call that causes a stacktrace does not
work with PHP 5.






-- 
Edit this bug report at http://bugs.php.net/?id=27614&edit=1


[PHP-DOC] cvs: phpdoc /en/reference/mysqli/functions mysqli-fetch-field.xml mysqli-fetch-fields.xml

2004-03-16 Thread Nuno Lopes
nlopess Tue Mar 16 09:39:22 2004 EDT

  Modified files:  
/phpdoc/en/reference/mysqli/functions   mysqli-fetch-field.xml 
mysqli-fetch-fields.xml 
  Log:
  use  instead
  
http://cvs.php.net/diff.php/phpdoc/en/reference/mysqli/functions/mysqli-fetch-field.xml?r1=1.9&r2=1.10&ty=u
Index: phpdoc/en/reference/mysqli/functions/mysqli-fetch-field.xml
diff -u phpdoc/en/reference/mysqli/functions/mysqli-fetch-field.xml:1.9 
phpdoc/en/reference/mysqli/functions/mysqli-fetch-field.xml:1.10
--- phpdoc/en/reference/mysqli/functions/mysqli-fetch-field.xml:1.9 Tue Mar 16 
02:41:55 2004
+++ phpdoc/en/reference/mysqli/functions/mysqli-fetch-field.xml Tue Mar 16 09:39:22 
2004
@@ -1,5 +1,5 @@
 
-
+
   

 mysqli_fetch_field
@@ -17,9 +17,8 @@
 
  result
  
-  mixed
-  fetch_field
-  void
+  mixedfetch_field
+  
  
 
 
http://cvs.php.net/diff.php/phpdoc/en/reference/mysqli/functions/mysqli-fetch-fields.xml?r1=1.9&r2=1.10&ty=u
Index: phpdoc/en/reference/mysqli/functions/mysqli-fetch-fields.xml
diff -u phpdoc/en/reference/mysqli/functions/mysqli-fetch-fields.xml:1.9 
phpdoc/en/reference/mysqli/functions/mysqli-fetch-fields.xml:1.10
--- phpdoc/en/reference/mysqli/functions/mysqli-fetch-fields.xml:1.9Tue Mar 16 
02:41:55 2004
+++ phpdoc/en/reference/mysqli/functions/mysqli-fetch-fields.xmlTue Mar 16 
09:39:22 2004
@@ -1,5 +1,5 @@
 
-
+
   

 mysqli_fetch_fields
@@ -19,7 +19,7 @@
   
mixed
fetch_fields
-   void
+   
   
  
 


[PHP-DOC] #27614 [NEW]: backtrace information inappropriate for PHP 5

2004-03-16 Thread jan at horde dot org
From: jan at horde dot org
Operating system: 
PHP version:  Irrelevant
PHP Bug Type: Documentation problem
Bug description:  backtrace information inappropriate for PHP 5

Description:

The instructions on http://bugs.php.net/bugs-generating-backtrace.php how
to find out the function call that causes a stacktrace does not work with
PHP 5.


-- 
Edit bug report at http://bugs.php.net/?id=27614&edit=1
-- 
Try a CVS snapshot (php4):  http://bugs.php.net/fix.php?id=27614&r=trysnapshot4
Try a CVS snapshot (php5):  http://bugs.php.net/fix.php?id=27614&r=trysnapshot5
Fixed in CVS:   http://bugs.php.net/fix.php?id=27614&r=fixedcvs
Fixed in release:   http://bugs.php.net/fix.php?id=27614&r=alreadyfixed
Need backtrace: http://bugs.php.net/fix.php?id=27614&r=needtrace
Need Reproduce Script:  http://bugs.php.net/fix.php?id=27614&r=needscript
Try newer version:  http://bugs.php.net/fix.php?id=27614&r=oldversion
Not developer issue:http://bugs.php.net/fix.php?id=27614&r=support
Expected behavior:  http://bugs.php.net/fix.php?id=27614&r=notwrong
Not enough info:http://bugs.php.net/fix.php?id=27614&r=notenoughinfo
Submitted twice:http://bugs.php.net/fix.php?id=27614&r=submittedtwice
register_globals:   http://bugs.php.net/fix.php?id=27614&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=27614&r=php3
Daylight Savings:   http://bugs.php.net/fix.php?id=27614&r=dst
IIS Stability:  http://bugs.php.net/fix.php?id=27614&r=isapi
Install GNU Sed:http://bugs.php.net/fix.php?id=27614&r=gnused
Floating point limitations: http://bugs.php.net/fix.php?id=27614&r=float