[PHP-DOC] cvs: phpdoc /en/appendices migration5.xml /en/reference/network/functions ip2long.xml

2004-05-28 Thread Derick Rethans
derick Fri May 28 06:56:37 2004 EDT Modified files: /phpdoc/en/appendices migration5.xml /phpdoc/en/reference/network/functions ip2long.xml Log: - Document ip2long() change. http://cvs.php.net/diff.php/phpdoc/en/appendices/migration5.xml?r1=1

[PHP-DOC] #28555 [NEW]: %e type specifier

2004-05-28 Thread ssvictors at mail dot ru
From: ssvictors at mail dot ru Operating system: Win2000Prof-SP4 PHP version: 4.3.6 PHP Bug Type: Documentation problem Bug description: %e type specifier Description: I found, that %e type specifier not included in documentation -- Edit bug report at http://

[PHP-DOC] Link request

2004-05-28 Thread Lugansk Art Gallery
Hello, I would like to speak with you about establishing a potential linking relationship between our two organizations. Please take a few moments, at your convenience, to review my site, and call me later this week to discuss this opportunity. If you have any questions in the meantime, feel fr

Re: [PHP-DOC] Link request

2004-05-28 Thread Gabor Hojtsy
Hi, I would like to speak with you about establishing a potential linking relationship between our two organizations. Please take a few moments, at your convenience, to review my site, and call me later this week to discuss this opportunity. If you have any questions in the meantime, feel free to

[PHP-DOC] #28555 [Opn]: %e type specifier

2004-05-28 Thread ssvictors at mail dot ru
ID: 28555 User updated by: ssvictors at mail dot ru Reported By: ssvictors at mail dot ru Status: Open Bug Type: Documentation problem Operating System: Win2000Prof-SP4 PHP Version: 4.3.6 New Comment: I found, that %e type specifier not included i

Re: [PHP-DOC] #28519 [NEW]: TASK: identify orphan user notes and mass assign

2004-05-28 Thread Nuno Lopes
> Nuno, thanks for the script. It can be run locally and there will be > only mass reassignment part on the server. My original idea was to > have both parts on the server but it would be a bit harder as the list > of IDs has to be readable on master.php.net somehow. > > Jakub Vrana I think the m

Re: [PHP-DOC] #28519 [NEW]: TASK: identify orphan user notes and mass assign

2004-05-28 Thread Jakub Vrana
Here is the second step. It is the form to mass change sections of notes. I think that moving Nuno's script to the server is not necessary. It can be easily run locally and through the web interface only changes can be done. > Then do a select on the notes db and check for non-valid IDs and do a >

[PHP-DOC] cvs: phpdoc /en/reference/mysqli/functions mysqli-stmt-num-rows.xml

2004-05-28 Thread Enrique Garcia Briones
baoengb Fri May 28 11:59:38 2004 EDT Modified files: /phpdoc/en/reference/mysqli/functions mysqli-stmt-num-rows.xml Log: Added missing titles -> Procedural style and OO Style http://cvs.php.net/diff.php/phpdoc/en/reference/mysqli/functions/mysqli-stmt-num-

Re: [PHP-DOC] #28519 [NEW]: TASK: identify orphan user notes and mass assign

2004-05-28 Thread Nuno Lopes
> Here is the second step. It is the form to mass change sections of > notes. I think that moving Nuno's script to the server is not necessary. > It can be easily run locally and through the web interface only changes > can be done. > > Jakub Vrana It seems good to me! And what about a mail to t

[PHP-DOC] cvs: phpdoc /en/reference/network/functions ip2long.xml

2004-05-28 Thread Yannick TORRES
yannick Fri May 28 12:36:14 2004 EDT Modified files: /phpdoc/en/reference/network/functions ip2long.xml Log: typos http://cvs.php.net/diff.php/phpdoc/en/reference/network/functions/ip2long.xml?r1=1.6&r2=1.7&ty=u Index: phpdoc/en/reference/network/functions/

[PHP-DOC] cvs: phpdoc /en/reference/mysqli/functions mysqli-stmt-send-long-data.xml

2004-05-28 Thread Enrique Garcia Briones
baoengb Fri May 28 12:43:01 2004 EDT Modified files: /phpdoc/en/reference/mysqli/functions mysqli-stmt-send-long-data.xml Log: minor typos http://cvs.php.net/diff.php/phpdoc/en/reference/mysqli/functions/mys

Re: [PHP-DOC] #28519 [NEW]: TASK: identify orphan user notes and mass assign

2004-05-28 Thread Gabor Hojtsy
Here is the second step. It is the form to mass change sections of notes. I think that moving Nuno's script to the server is not necessary. It can be easily run locally and through the web interface only changes can be done. It seems good to me! And what about a mail to the notes mailling list? I t

Re: [PHP-DOC] #28519 [NEW]: TASK: identify orphan user notes and mass assign

2004-05-28 Thread Jakub Vrana
Gabor Hojtsy wrote: > It should have been updated already, but it has not done so, as it > seems... I don't know what might be the problem. There was some DNS change. Cannot be this caused by it? Jakub Vrana

[PHP-DOC] cvs: phpdoc /en/reference/openssl reference.xml

2004-05-28 Thread Nuno Lopes
nlopess Fri May 28 15:28:56 2004 EDT Modified files: /phpdoc/en/reference/opensslreference.xml Log: note about latest problems on openssl http://cvs.php.net/diff.php/phpdoc/en/reference/openssl/reference.xml?r1=1.9&r2=1.10&ty=u Index: phpdoc/en/reference

[PHP-DOC] cvs: phpdoc /en/reference/classobj/functions get-declared-classes.xml get-declared-interfaces.xml

2004-05-28 Thread Friedhelm Betz
betzFri May 28 16:38:52 2004 EDT Modified files: /phpdoc/en/reference/classobj/functions get-declared-classes.xml get-declared-interfaces.xml Log: crossref in see also http://cvs.php.net/diff.php/phpdoc

[PHP-DOC] livedocs bug

2004-05-28 Thread Nuno Lopes
Hello, Latest "improvements" on livedocs have broken it. The problem is in handle_include(). It was modified so that it could solve the problem with PCRE (for example). However that implementation contains a bug. Let's see: This 3 line long sql query never returns a result (at least on my machin

[PHP-DOC] Re: livedocs bug

2004-05-28 Thread Ilia Alshanetsky
I don't see this problem on *nix, could it be that it is win32 specific? Ilia On May 28, 2004 04:53 pm, you wrote: > Hello, > > Latest "improvements" on livedocs have broken it. > > The problem is in handle_include(). It was modified so that it could solve > the problem with PCRE (for example).

[PHP-DOC] Re: livedocs bug

2004-05-28 Thread Nuno Lopes
> I don't see this problem on *nix, could it be that it is win32 specific? > > Ilia Maybe, I'm using windows... There was already, a long time ago, a win specific problem because you were mixing '/' and DIRECTORY_SEPARATOR. (but I think I've fix it). If nobody fixes it, maybe tomorow I may take

RE: [PHP-DOC] Re: livedocs bug

2004-05-28 Thread Wez Furlong
Keep in mind that the database paths should be relative to PHPDOC so that the database can be rsync'd to other machines and deployed there. It does indeed sound like a win32 specific buglet. --Wez. > -Original Message- > From: Nuno Lopes [mailto:[EMAIL PROTECTED] > Sent: 28 May 2004 22

[PHP-DOC] cvs: phpdoc /en/reference/strings/functions sprintf.xml

2004-05-28 Thread Nuno Lopes
nlopess Fri May 28 17:45:59 2004 EDT Modified files: /phpdoc/en/reference/strings/functions sprintf.xml Log: fix #28555: missing the 'e' specifier http://cvs.php.net/diff.php/phpdoc/en/reference/strings/functions/sprintf.xml?r1=1.8&r2=1.9&ty=u Index: phpdoc

[PHP-DOC] #28555 [Opn->Csd]: %e type specifier

2004-05-28 Thread nlopess
ID: 28555 Updated by: [EMAIL PROTECTED] Reported By: ssvictors at mail dot ru -Status: Open +Status: Closed Bug Type: Documentation problem Operating System: Win2000Prof-SP4 PHP Version: 4.3.6 New Comment: This bug has been fixed in