Re: [PHP-DOC] Extensions moved to PECL

2004-06-25 Thread Curt Zirzow
* Thus wrote Gabor Hojtsy: > >I'm currently going through all the extensions that have been moved > >out of the bundled php and into PECL, and making sure that they've > >all been noted about the move. Should we also provide a link > >directly to the package with something like: > > > > url.pecl.

[PHP-DOC] cvs: phpdoc /scripts file-entities.php.in

2004-06-25 Thread Nuno Lopes
nlopess Fri Jun 25 14:05:19 2004 EDT Modified files: /phpdoc/scripts file-entities.php.in Log: reverting my bogus commit. sorry for the noise http://cvs.php.net/diff.php/phpdoc/scripts/file-entities.php.in?r1=1.15&r2=1.16&ty=u Index: phpdoc/scripts/file-enti

Re: [PHP-DOC] cvs: phpdoc /scripts file-entities.php.in orphan_notes.php

2004-06-25 Thread Nuno Lopes
> > // Install part already splitted? [temporary] > > -if (file_exists("$trans_dir/chapters/install.xml")) { > > +/*if (file_exists("$trans_dir/chapters/install.xml")) { > > fputs( > > $fp, > > "\n" . > > @@ -126,7 +126,7 @@ > > ); > > echo " Using the install part

Re: [PHP-DOC] cvs: phpdoc /scripts file-entities.php.in orphan_notes.php

2004-06-25 Thread Gabor Hojtsy
nlopess Fri Jun 25 13:57:23 2004 EDT Modified files: /phpdoc/scripts file-entities.php.in orphan_notes.php Log: better stats and skip bz2 files http://cvs.php.net/diff.php/phpdoc/scripts/file-entities.php.in?r1=1.14&r2=1.15&ty=u Index: phpdoc/scripts/file-entitie

[PHP-DOC] cvs: phpdoc /scripts file-entities.php.in orphan_notes.php

2004-06-25 Thread Nuno Lopes
nlopess Fri Jun 25 13:57:23 2004 EDT Modified files: /phpdoc/scripts file-entities.php.in orphan_notes.php Log: better stats and skip bz2 files http://cvs.php.net/diff.php/phpdoc/scripts/file-entities.php.in?r1=1.14&r2=1.15&ty=u Index: phpdoc/scripts/file-en

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

2004-06-25 Thread Gabor Hojtsy
Jakub, I have committed your patch. It would be good if you could review your code and fix the same errors you have fixed in the previous magic_quotes/register_globals patch - since you submitted this patch before the cleanup. Here it is. Thanks, committed. Goba

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

2004-06-25 Thread Jakub Vrana
Gabor Hojtsy wrote: > Jakub, I have committed your patch. It would be good if you could review > your code and fix the same errors you have fixed in the previous > magic_quotes/register_globals patch - since you submitted this patch > before the cleanup. Here it is. Jakub VranaIndex: user-notes

Re: [PHP-DOC] Re: help needed with windows install part of the PHPmanual

2004-06-25 Thread Jakub Vrana
Gabor Hojtsy wrote: > Well, the problem is that Nuno reports that under Apache 2, the path of > the apache binary is used (the exe file path as you point out), so the > system searches for php4ts.dll and php.ini there. This is why it does > not work with side by side installation. You need to copy

Re: [PHP-DOC] Extensions moved to PECL

2004-06-25 Thread Gabor Hojtsy
I'm currently going through all the extensions that have been moved out of the bundled php and into PECL, and making sure that they've all been noted about the move. Should we also provide a link directly to the package with something like: url.pecl.package;yaz Yep, it will probably be a good id

[PHP-DOC] Extensions moved to PECL

2004-06-25 Thread Curt Zirzow
I'm currently going through all the extensions that have been moved out of the bundled php and into PECL, and making sure that they've all been noted about the move. Should we also provide a link directly to the package with something like: url.pecl.package;yaz Curt -- First, let me assure

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

2004-06-25 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. Then do a select on the notes db and check for non-valid IDs and do a fore

[PHP-DOC] Re: help needed with windows install part of the PHPmanual

2004-06-25 Thread Gabor Hojtsy
- people (Daniel Convissor) report that it is possible to not do this, but set PATH to include the PHP folder and the dlls folder below the PHP folder (for PHP 4) + set PHPRC You shouldn't even need to set PHPRC, as PHP should pick up the php.ini location from the location of the php DLL. (

[PHP-DOC] #28921 [NEW]: Bad grammar "it's" in INSTALL

2004-06-25 Thread gtg782a at mail dot gatech dot edu
From: gtg782a at mail dot gatech dot edu Operating system: Redhat 7.3 PHP version: 4.3.7 PHP Bug Type: Documentation problem Bug description: Bad grammar "it's" in INSTALL Description: At the very top of the INSTALL file, the sentence "For Apache 2, instructions

[PHP-DOC] #20447 [Com]: Register_shutdown_function - connection still open while registered shutdown...

2004-06-25 Thread mail at spybreak dot de
ID: 20447 Comment by: mail at spybreak dot de Reported By: richardz at omniture dot com Status: Analyzed Bug Type: Documentation problem Operating System: RedHat 7.2 PHP Version: 4.2.3 New Comment: I'm really interested myself under which con

[PHP-DOC] #20447 [Com]: Register_shutdown_function - connection still open while registered shutdown...

2004-06-25 Thread mail at spybreak dot de
ID: 20447 Comment by: mail at spybreak dot de Reported By: richardz at omniture dot com Status: Analyzed Bug Type: Documentation problem Operating System: RedHat 7.2 PHP Version: 4.2.3 New Comment: I'm really interested myself under which con

Re: [PHP-DOC] Re: cvs: phpdoc /en/appendices migration5.xml

2004-06-25 Thread Gabor Hojtsy
I doubt we are able to mix them in one section. They all stand for different functionality and should be described in proper sections, i.e. call, set and get -- oop5.overloading. But I like your idea: oop5.magic should include tostring, autoload and *, imho. - oop5.intro : Introduction - oo