[PHP-DOC] cvs: livedocs / style_mapping.php

2005-06-19 Thread Ilia Alshanetsky
iliaa   Mon Jun 20 00:04:06 2005 EDT

  Modified files:  
/livedocs   style_mapping.php 
  Log:
  non-code comments can be wrapped.
  
  
http://cvs.php.net/diff.php/livedocs/style_mapping.php?r1=1.27&r2=1.28&ty=u
Index: livedocs/style_mapping.php
diff -u livedocs/style_mapping.php:1.27 livedocs/style_mapping.php:1.28
--- livedocs/style_mapping.php:1.27 Sun Jun 19 17:22:39 2005
+++ livedocs/style_mapping.php  Mon Jun 20 00:04:06 2005
@@ -18,7 +18,7 @@
 // | Helper functions for formatting elements |
 // +--+
 //
-// $Id: style_mapping.php,v 1.27 2005/06/19 21:22:39 iliaa Exp $
+// $Id: style_mapping.php,v 1.28 2005/06/20 04:04:06 iliaa Exp $
 
 // almost XPATH.. ;-)
 $map = array(
@@ -350,7 +350,7 @@
$content = highlight_php_code($content);
$node->attributes['role'] = 'php';
} else {
-   $content = 
''.htmlspecialchars($content).'';
+   $content = nl2br(htmlspecialchars($content));
}
break;
 


[PHP-DOC] cvs: livedocs / mk_phpdoc.php

2005-06-19 Thread Ilia Alshanetsky
iliaa   Sun Jun 19 23:58:56 2005 EDT

  Modified files:  
/livedocs   mk_phpdoc.php 
  Log:
  We need this for funcref definition.
  
  
http://cvs.php.net/diff.php/livedocs/mk_phpdoc.php?r1=1.14&r2=1.15&ty=u
Index: livedocs/mk_phpdoc.php
diff -u livedocs/mk_phpdoc.php:1.14 livedocs/mk_phpdoc.php:1.15
--- livedocs/mk_phpdoc.php:1.14 Wed Jun 15 20:55:17 2005
+++ livedocs/mk_phpdoc.php  Sun Jun 19 23:58:56 2005
@@ -18,14 +18,14 @@
 // | Configuration file for phpdoc build  |
 // +--+
 //
-// $Id: mk_phpdoc.php,v 1.14 2005/06/16 00:55:17 iliaa Exp $
+// $Id: mk_phpdoc.php,v 1.15 2005/06/20 03:58:56 iliaa Exp $
 
 define('MK_VERSION', true);
 define('MANUAL_TITLE', 'PHP Manual');
 
 $parse_dirs = array('faq', 'reference', 'security', 'chapters', 'appendices', 
'language', 'install');
 
-$top_files = array('manual.xml');
+$top_files = array('manual.xml', 'entities/builtin-extensions.xml');
 
 $dir_skip_list = array('CVS' => 1, '.cvsignore' => 1, '.' => 1, '..' => 1);
 


[PHP-DOC] cvs: livedocs / mkindex.php

2005-06-19 Thread Ilia Alshanetsky
iliaa   Sun Jun 19 23:47:16 2005 EDT

  Modified files:  
/livedocs   mkindex.php 
  Log:
  broken link fixes
  
  
http://cvs.php.net/diff.php/livedocs/mkindex.php?r1=1.41&r2=1.42&ty=u
Index: livedocs/mkindex.php
diff -u livedocs/mkindex.php:1.41 livedocs/mkindex.php:1.42
--- livedocs/mkindex.php:1.41   Fri Jun 17 18:10:16 2005
+++ livedocs/mkindex.phpSun Jun 19 23:47:15 2005
@@ -19,7 +19,7 @@
 // | construct an index   |
 // +--+
 //
-// $Id: mkindex.php,v 1.41 2005/06/17 22:10:16 iliaa Exp $
+// $Id: mkindex.php,v 1.42 2005/06/20 03:47:15 iliaa Exp $
 
 
 /* just to be on the safe side */
@@ -118,7 +118,7 @@
$this->data .= "'');";
}
$this->data .= "INSERT INTO idents VALUES ('" . 
strtolower($this->last_id) . "', {$this->fileid}, '" . 
sqlite_escape_string(str_replace('||amp||', '&', trim($this->cdata))) . "',";
-   $this->incomp = 1;
+   $this->incomp = $this->last_id;
} else {
$this->data .= 
"'".sqlite_escape_string(str_replace('||amp||', '&', trim($this->cdata)))."');";
$this->incomp = 0;
@@ -200,8 +200,12 @@
if ($p->incomp) {
$p->data .= "'');";
}
-   if (!sqlite_query($idx, $p->data)) {
-   exit("Failed Query (". 
sqlite_error_string(sqlite_last_error($idx))."): ".$p->data);
+   if (!sqlite_exec($idx, $p->data)) {
+   foreach(explode(';', $p->data) as $v) {
+   if ($v) {
+   sqlite_exec($idx, $v);
+   }
+   }
}
}
 }


Re: [PHP-DOC] Re: [PHP-DEV] CVS Account Request: oriolm

2005-06-19 Thread Sean Coates

Wez Furlong wrote:

Goba: if you want something more clever doing (like copying files on
the CVS server side) let me know precisely what you need before you
give people the green light to commit.


I'm also not Goba, but, CVSROOT/modules should be updated, too.
Patch attached (I don't have the karma).

S
cvs diff: Diffing .
Index: modules
===
RCS file: /repository/CVSROOT/modules,v
retrieving revision 1.70
diff -u -r1.70 modules
--- modules 15 Feb 2005 10:14:55 -  1.70
+++ modules 19 Jun 2005 22:42:48 -
@@ -62,7 +62,7 @@
 phpdoc phpdoc

 # this checks out the build system all of the languages
-phpdoc-all phpdoc &phpdoc-ar-dir &phpdoc-bg-dir &phpdoc-cs-dir &phpdoc-da-dir 
&phpdoc-de-dir &phpdoc-el-dir &phpdoc-es-dir &phpdoc-fa_IR-dir &phpdoc-fi-dir 
&phpdoc-fr-dir &phpdoc-he-dir &phpdoc-hk-dir &phpdoc-hu-dir &phpdoc-id-dir 
&phpdoc-it-dir &phpdoc-ja-dir &phpdoc-kr-dir &phpdoc-lt-dir &phpdoc-nl-dir 
&phpdoc-pl-dir &phpdoc-pt-dir &phpdoc-pt_BR-dir &phpdoc-ro-dir &phpdoc-ru-dir 
&phpdoc-sk-dir &phpdoc-sl-dir &phpdoc-sv-dir &phpdoc-tr-dir &phpdoc-tw-dir 
&phpdoc-zh-dir
+phpdoc-all phpdoc &phpdoc-ar-dir &phpdoc-bg-dir &phpdoc-ca-dir &phpdoc-cs-dir 
&phpdoc-da-dir &phpdoc-de-dir &phpdoc-el-dir &phpdoc-es-dir &phpdoc-fa_IR-dir 
&phpdoc-fi-dir &phpdoc-fr-dir &phpdoc-he-dir &phpdoc-hk-dir &phpdoc-hu-dir 
&phpdoc-id-dir &phpdoc-it-dir &phpdoc-ja-dir &phpdoc-kr-dir &phpdoc-lt-dir 
&phpdoc-nl-dir &phpdoc-pl-dir &phpdoc-pt-dir &phpdoc-pt_BR-dir &phpdoc-ro-dir 
&phpdoc-ru-dir &phpdoc-sk-dir &phpdoc-sl-dir &phpdoc-sv-dir &phpdoc-tr-dir 
&phpdoc-tw-dir &phpdoc-zh-dir

 # these allow checking out each translation on its own, or with the english
 # version and build infrastructure
@@ -72,6 +72,9 @@
 phpdoc-bg-dir -d bg phpdoc-bg
 phpdoc-bg-only phpdoc-bg
 phpdoc-bg phpdoc &phpdoc-bg-dir
+phpdoc-ca-dir -d ca phpdoc-ca
+phpdoc-ca-only phpdoc-ca
+phpdoc-ca phpdoc &phpdoc-ca-dir
 phpdoc-cs-dir -d cs phpdoc-cs
 phpdoc-cs-only phpdoc-cs
 phpdoc-cs phpdoc &phpdoc-cs-dir


Re: [PHP-DOC] Re: [PHP-DEV] CVS Account Request: oriolm

2005-06-19 Thread Wez Furlong
I've created the module, the mailing list, hooked it up to the news
server, created all the catalan accounts, updated the avail file and
set up the cvs commits for the catalan module.

All I did to create the catalan module was to copy the .cvsignore file
from the phpdoc module.

Bernat: although the module is there, please wait for Gabor to give
you or the other guys the go-ahead, as it will make it easier for me
to perform any other initialization for the translation project if you
do.

Goba: if you want something more clever doing (like copying files on
the CVS server side) let me know precisely what you need before you
give people the green light to commit.

--Wez.

On 6/19/05, Bernat <[EMAIL PROTECTED]> wrote:
> Yes, these are the people, but I'll send two more people that were
> waiting to apply for an account. And remember also my own one.
> 
> Bernat
> 
> On 6/19/05, Wez Furlong <[EMAIL PROTECTED]> wrote:
> > OK, looks like we're going to set up a Catalan translation project.
> >
> > Gabor:
> > Can you confirm that the country code for Catalan is CA, and that the
> > module will be phpdoc-ca, and the mailing list will be
> > [EMAIL PROTECTED]
> >
> > Bernat:
> > The following people have applied for accounts to work on the translation:
> >
> > Aitor F. Vallespir Rivas,
> > Marina Giralt Lladós
> > Eduard Ereza Martínez
> > Macià Falgàs
> > Max Noé i Herrero
> > Eduard Capell Brufau
> > Oriol Morell
> >
> > I'll be activating the cvs module, mailing list and their accounts
> > later today unless I hear otherwise from you guys.
> >
> > --Wez.
> >
> >
> > On 6/15/05, Gabor Hojtsy <[EMAIL PROTECTED]> wrote:
> > > Hi Wez,
> > >
> > > There seem to be some activity in starting a Catalan translation, but
> > > unless at least one of these guys get an account, and a mailing list and
> > > a cvs module is created, this is not possible to start.
> > >
> > >   http://marc.theaimsgroup.com/?l=phpdoc&m=111601250906644&w=2
> > >
> > > Goba
> > >
> > > > Are these requests legitimate or should we start blocking people
> > > > mentioning catalan in cvs account requests?
> > > >
> > > > --Wez.
> > > >
> > > > On 6/14/05, Oriol Morell <[EMAIL PROTECTED]> wrote:
> > > >
> > > >>Member of the catalan translation
> > > >>
> > > >>--
> > > >>PHP Internals - PHP Runtime Development Mailing List
> > > >>To unsubscribe, visit: http://www.php.net/unsub.php
> > > >>
> > > >>
> > > >
> > > >
> > >
> > >
> >
>


Re: [PHP-DOC] Re: [PHP-DEV] CVS Account Request: oriolm

2005-06-19 Thread Wez Furlong
On 6/19/05, Friedhelm Betz <[EMAIL PROTECTED]> wrote:
> I am not Gabor, but yes, the *language code* for Catalan is ca.
> Contry code ca is for Canada ;-)

Gabor was in the Cc line, and language code is what I meant :)


[PHP-DOC] #33390 [Opn->Csd]: user notes need to be escaped

2005-06-19 Thread iliaa
 ID:  33390
 Updated by:  [EMAIL PROTECTED]
 Reported By: [EMAIL PROTECTED]
-Status:  Open
+Status:  Closed
 Bug Type:Livedocs problem
 PHP Version: Irrelevant
 New Comment:

This bug has been fixed in CVS.

Snapshots of the sources are packaged every three hours; this change
will be in the next snapshot. You can grab the snapshot at
http://snaps.php.net/.
 
Thank you for the report, and for helping us make PHP better.




Previous Comments:


[2005-06-18 05:41:55] [EMAIL PROTECTED]

Still broken, see the first note here:

http://didou.keliglia.com/manuals/php/index.php?l=en&q=function.domxml-xslt-stylesheet

The problem is that the regexp doesn't match anything after the "?>"
sequence in the XSL header. A fix would be to remove the
preg_replace_callback() call and directly call highlight_php_code() if
"http://snaps.php.net/.
 
Thank you for the report, and for helping us make PHP better.





[2005-06-18 03:15:46] [EMAIL PROTECTED]

Description:

Notes are not escaped :

http://livedocs.phpdoc.info/index.php?l=en&q=function.domxml-xslt-stylesheet






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


[PHP-DOC] cvs: livedocs / style_mapping.php

2005-06-19 Thread Ilia Alshanetsky
iliaa   Sun Jun 19 17:22:39 2005 EDT

  Modified files:  
/livedocs   style_mapping.php 
  Log:
  Fix bug #33390
  
  
http://cvs.php.net/diff.php/livedocs/style_mapping.php?r1=1.26&r2=1.27&ty=u
Index: livedocs/style_mapping.php
diff -u livedocs/style_mapping.php:1.26 livedocs/style_mapping.php:1.27
--- livedocs/style_mapping.php:1.26 Fri Jun 17 22:16:06 2005
+++ livedocs/style_mapping.php  Sun Jun 19 17:22:39 2005
@@ -18,7 +18,7 @@
 // | Helper functions for formatting elements |
 // +--+
 //
-// $Id: style_mapping.php,v 1.26 2005/06/18 02:16:06 iliaa Exp $
+// $Id: style_mapping.php,v 1.27 2005/06/19 21:22:39 iliaa Exp $
 
 // almost XPATH.. ;-)
 $map = array(
@@ -334,7 +334,7 @@
 function format_listing($node) 
 {
$content = trim($node->content);
-   if (substr($content, 0, 5) == 'attributes['role'] = 'php';
}
if (!isset($node->attributes['role'])) {
@@ -346,8 +346,12 @@
$content = highlight_php_code($content);
break;
case 'note':
-   $content = 
preg_replace_callback('!(\<(\?|\?php).+?\?\>)!msU', 'highlight_php_code', 
$content);
-   $node->attributes['role'] = 'php';
+   if (preg_match('!<\?(?:\s|=|php)!i', $content)) {
+   $content = highlight_php_code($content);
+   $node->attributes['role'] = 'php';
+   } else {
+   $content = 
''.htmlspecialchars($content).'';
+   }
break;
 
case 'asp':


Re: [PHP-DOC] cvs: phpdoc /en/reference/paradox

2005-06-19 Thread Friedhelm Betz

Nuno Lopes wrote:

[...]


  Log:
  WS and nuke tabs. fix build
  


Sorry, and thanks.

Friedhelm


[PHP-DOC] cvs: phpdoc /en/reference/paradox reference.xml /en/reference/paradox/functions px-create-fp.xml px-delete.xml px-get-field.xml px-get-parameter.xml px-get-schema.xml px-get-value.xml px-new.xml px-numfields.xml px-numrecords.xml px-put-record.xml px-set-targetencoding.xml

2005-06-19 Thread Nuno Lopes
nlopess Sun Jun 19 16:46:16 2005 EDT

  Modified files:  
/phpdoc/en/reference/paradoxreference.xml 
/phpdoc/en/reference/paradox/functions  px-create-fp.xml 
px-delete.xml 
px-get-field.xml 
px-get-parameter.xml 
px-get-schema.xml 
px-get-value.xml px-new.xml 
px-numfields.xml 
px-numrecords.xml 
px-put-record.xml 
px-set-targetencoding.xml 
  Log:
  WS and nuke tabs. fix build
  http://cvs.php.net/diff.php/phpdoc/en/reference/paradox/reference.xml?r1=1.1&r2=1.2&ty=u
Index: phpdoc/en/reference/paradox/reference.xml
diff -u phpdoc/en/reference/paradox/reference.xml:1.1 
phpdoc/en/reference/paradox/reference.xml:1.2
--- phpdoc/en/reference/paradox/reference.xml:1.1   Sun Jun 19 14:42:59 2005
+++ phpdoc/en/reference/paradox/reference.xml   Sun Jun 19 16:46:14 2005
@@ -1,5 +1,5 @@
 
-
+
 
 
  Paradox File Access
@@ -147,6 +147,8 @@
 

   
+
+  &reference.paradox.constants;
  
 
 &reference.paradox.functions;
http://cvs.php.net/diff.php/phpdoc/en/reference/paradox/functions/px-create-fp.xml?r1=1.1&r2=1.2&ty=u
Index: phpdoc/en/reference/paradox/functions/px-create-fp.xml
diff -u phpdoc/en/reference/paradox/functions/px-create-fp.xml:1.1 
phpdoc/en/reference/paradox/functions/px-create-fp.xml:1.2
--- phpdoc/en/reference/paradox/functions/px-create-fp.xml:1.1  Sun Jun 19 
14:42:58 2005
+++ phpdoc/en/reference/paradox/functions/px-create-fp.xml  Sun Jun 19 
16:46:15 2005
@@ -1,5 +1,5 @@
 
-
+
 
 
  
@@ -11,9 +11,9 @@
   &reftitle.description;
   
boolpx_create_fp
-
resourcepxdoc
-
arrayfielddesc
-
resourcefile
+   resourcepxdoc
+   
arrayfielddesc
+   resourcefile
   
   
Create a new paradox database file. The actual file has to be opened before
http://cvs.php.net/diff.php/phpdoc/en/reference/paradox/functions/px-delete.xml?r1=1.1&r2=1.2&ty=u
Index: phpdoc/en/reference/paradox/functions/px-delete.xml
diff -u phpdoc/en/reference/paradox/functions/px-delete.xml:1.1 
phpdoc/en/reference/paradox/functions/px-delete.xml:1.2
--- phpdoc/en/reference/paradox/functions/px-delete.xml:1.1 Sun Jun 19 
14:42:58 2005
+++ phpdoc/en/reference/paradox/functions/px-delete.xml Sun Jun 19 16:46:15 2005
@@ -1,5 +1,5 @@
 
-
+
 
 
  
@@ -11,7 +11,7 @@
   &reftitle.description;
   
boolpx_delete
-
resourcepxdoc
+   resourcepxdoc
   
   
Deletes the resource of the paradox file and frees all memory.
http://cvs.php.net/diff.php/phpdoc/en/reference/paradox/functions/px-get-field.xml?r1=1.1&r2=1.2&ty=u
Index: phpdoc/en/reference/paradox/functions/px-get-field.xml
diff -u phpdoc/en/reference/paradox/functions/px-get-field.xml:1.1 
phpdoc/en/reference/paradox/functions/px-get-field.xml:1.2
--- phpdoc/en/reference/paradox/functions/px-get-field.xml:1.1  Sun Jun 19 
14:42:58 2005
+++ phpdoc/en/reference/paradox/functions/px-get-field.xml  Sun Jun 19 
16:46:15 2005
@@ -1,18 +1,18 @@
 
-
+
 
-  
-   
-px_get_field
-Returns the specification of a single field
-   
+
+ 
+  px_get_field
+  Returns the specification of a single field
+ 
 
  
   &reftitle.description;
   
arraypx_get_field
-
resourcepxdoc
-intfieldno
+   resourcepxdoc
+   intfieldno
   
  
 
http://cvs.php.net/diff.php/phpdoc/en/reference/paradox/functions/px-get-parameter.xml?r1=1.1&r2=1.2&ty=u
Index: phpdoc/en/reference/paradox/functions/px-get-parameter.xml
diff -u phpdoc/en/reference/paradox/functions/px-get-parameter.xml:1.1 
phpdoc/en/reference/paradox/functions/px-get-parameter.xml:1.2
--- phpdoc/en/reference/paradox/functions/px-get-parameter.xml:1.1  Sun Jun 
19 14:42:58 2005
+++ phpdoc/en/reference/paradox/functions/px-get-parameter.xml  Sun Jun 19 
16:46:15 2005
@@ -1,8 +1,8 @@
 
-
+
 
 
-  
+ 
   px_get_parameter
   Gets a parameter
  
http://cvs.php.net/diff.php/phpdoc/en/reference/paradox/functions/px-get-schema.xml?r1=1.1&r2=1.2&ty=u
Index: phpdoc/en/reference/paradox/functions/px-get-schema.xml
diff -u phpdoc/en/reference/paradox/functions/px-get-schema.xml:1.1 
phpdoc/en/reference/paradox/functions/px-get-schema.xml:1.2
--- phpdoc/en/reference/paradox/functions/px-get-schema.xml:1.1 Sun Jun 19 
14:42:58 2005
+++ phpdoc/en/reference/paradox/functions/px-get-schema.xml Sun Jun 19 
16:46:15 2005
@@ -1,5 +1,5 @@
 
-
+
 
 
  
@@ -11,10 +11,11 @@
   &reftitle.description;
   
arraypx_get_schema
-
resourcepxdoc
-intmode
+   resourcepxdoc
+   intmode
   
   
+   px_get_schema returns the database schema.
   
  
 
http://cvs.php.net/diff.php/phpdoc/en/reference/paradox/functions/px-get-va

[PHP-DOC] cvs: phpdoc /en/reference/paradox .cvsignore configure.xml constants.xml reference.xml /en/reference/paradox/functions px-close.xml px-create-fp.xml px-delete.xml px-get-field.xml px-get-in

2005-06-19 Thread Friedhelm Betz
betzSun Jun 19 14:42:59 2005 EDT

  Added files: 
/phpdoc/en/reference/paradox/functions  px-close.xml 
px-create-fp.xml 
px-delete.xml 
px-get-field.xml 
px-get-info.xml 
px-get-parameter.xml 
px-get-record.xml 
px-get-schema.xml 
px-get-value.xml px-new.xml 
px-numfields.xml 
px-numrecords.xml 
px-open-fp.xml 
px-put-record.xml 
px-set-blob-file.xml 
px-set-parameter.xml 
px-set-tablename.xml 
px-set-targetencoding.xml 
px-set-value.xml 
px-timestamp2string.xml 
/phpdoc/en/reference/paradoxconfigure.xml constants.xml .cvsignore 
reference.xml 
  Log:
  move paradox from peardoc
  
http://cvs.php.net/co.php/phpdoc/en/reference/paradox/functions/px-close.xml?r=1.1&p=1
Index: phpdoc/en/reference/paradox/functions/px-close.xml
+++ phpdoc/en/reference/paradox/functions/px-close.xml




 
  px_close
  Closes a paradox database
 

 
  &reftitle.description;
  
   boolpx_close
   resourcepxdoc
  
  
   Closes the paradox database. This function will not close the file. You will
   have to call fclose afterwards.
  
 

 
  &reftitle.returnvalues;
  
   &return.success;
  
 

 
  &reftitle.seealso;
  
   
px_open_fp
another_func
The example at px_new
   
  
 





http://cvs.php.net/co.php/phpdoc/en/reference/paradox/functions/px-create-fp.xml?r=1.1&p=1
Index: phpdoc/en/reference/paradox/functions/px-create-fp.xml
+++ phpdoc/en/reference/paradox/functions/px-create-fp.xml




 
  px_create_fp
  Create a new paradox database
 

 
  &reftitle.description;
  
   boolpx_create_fp
 
resourcepxdoc
 
arrayfielddesc
 
resourcefile
  
  
   Create a new paradox database file. The actual file has to be opened before
   with fopen. Make sure the file is writable. The first
   parameter is the return value of px_new.
   fielddesc is an array containing one element for each
   field containing its specification. Each field specification is an array
   itself with either two or three elements.The first element is always a
   string value used as the name of the field. It may not be larger than ten
   characters. The second element contains the field type which is one of the
   constants listed in the table
   Constants for field types.
   In the case of a character field, you will have to provide a third element
   specifying the length of the field.
  
  
   This function is highly experimental, due to insufficient
documentation of the paradox file format. Database files created with this
function can be opened by px_open_fp and has been
successfully opened by the Paradox software, but your milage may vary.
   
  
 

 
  &reftitle.returnvalues;
  
   &return.success;
  
 

 
  &reftitle.examples;
  
   
Creating a Paradox database with two fields



   
  
 

 
  &reftitle.seealso;
  
   
px_new
px_put_record
fopen
   
  
 





http://cvs.php.net/co.php/phpdoc/en/reference/paradox/functions/px-delete.xml?r=1.1&p=1
Index: phpdoc/en/reference/paradox/functions/px-delete.xml
+++ phpdoc/en/reference/paradox/functions/px-delete.xml




 
  px_delete
  Deletes resource of paradox database
 

 
  &reftitle.description;
  
   boolpx_delete
 
resourcepxdoc
  
  
   Deletes the resource of the paradox file and frees all memory.
  
 

 
  &reftitle.returnvalues;
  
   &return.success;
  
 






http://cvs.php.net/co.php/phpdoc/en/reference/paradox/functions/px-get-field.xml?r=1.1&p=1
Index: phpdoc/en/reference/paradox/functions/px-get-field.xml
+++ phpdoc/en/reference/paradox/functions/px-get-field.xml



  
   
px_get_field
Returns the specification of a single field
   

 
  &reftitle.description;
  
   arraypx_get_field
 
resourcepxdoc
 intfieldno
  
 

 
  &reftitle.returnvalues;
  
   Returns the specification of the fieldno'th database
   field as an associated array. The array contains three fields named
   name, type, and
   size.
  
 





http://cvs.php.net/co.php/phpdoc/en/reference/paradox/functions/px-get-info.xml?r=1.1&p=1
Index: phpdoc/en/reference/paradox/functions/px-get-info.xml
+++

[PHP-DOC] cvs: phpdoc /entities global.ent

2005-06-19 Thread Friedhelm Betz
betzSun Jun 19 14:26:46 2005 EDT

  Modified files:  
/phpdoc/entitiesglobal.ent 
  Log:
  pxlib entity for paradox
  
http://cvs.php.net/diff.php/phpdoc/entities/global.ent?r1=1.229&r2=1.230&ty=u
Index: phpdoc/entities/global.ent
diff -u phpdoc/entities/global.ent:1.229 phpdoc/entities/global.ent:1.230
--- phpdoc/entities/global.ent:1.229Fri Jun 17 16:46:33 2005
+++ phpdoc/entities/global.ent  Sun Jun 19 14:26:45 2005
@@ -1,6 +1,6 @@
 

[PHP-DOC] cvs: phpdoc /en/language operators.xml

2005-06-19 Thread Jakub Vrana
vrana   Sun Jun 19 10:55:21 2005 EDT

  Modified files:  
/phpdoc/en/language operators.xml 
  Log:
  Coding standards
  
http://cvs.php.net/diff.php/phpdoc/en/language/operators.xml?r1=1.86&r2=1.87&ty=u
Index: phpdoc/en/language/operators.xml
diff -u phpdoc/en/language/operators.xml:1.86 
phpdoc/en/language/operators.xml:1.87
--- phpdoc/en/language/operators.xml:1.86   Wed Apr 20 10:05:06 2005
+++ phpdoc/en/language/operators.xmlSun Jun 19 10:55:20 2005
@@ -1,5 +1,5 @@
 
-
+
  
   Operators
   
@@ -767,8 +767,10 @@
 
  
  &example.outputs;


[PHP-DOC] Notes Status, 11747 total

2005-06-19 Thread phpdoc
Following are the top 20 pages of the manual, sorted by the number
of user notes contributed. These sections could use a polish, those
notes represent 8.9% of the 11747 total user notes.

Notes  |  Page
---+-
   73  | http://php.net/manual/en/function.header.php
   61  | http://php.net/manual/en/function.date.php
   61  | http://php.net/manual/en/function.preg-replace.php
   59  | http://php.net/manual/en/function.mssql-connect.php
   58  | http://php.net/manual/en/ref.session.php
   57  | http://php.net/manual/en/ref.com.php
   52  | http://php.net/manual/en/function.time.php
   52  | http://php.net/manual/en/function.mktime.php
   51  | http://php.net/manual/en/function.fsockopen.php
   50  | http://php.net/manual/en/function.strtotime.php
   49  | http://php.net/manual/en/ref.xml.php
   48  | http://php.net/manual/en/function.sort.php
   48  | http://php.net/manual/en/function.readdir.php
   48  | http://php.net/manual/en/function.fopen.php
   47  | http://php.net/manual/en/ref.datetime.php
   47  | http://php.net/manual/en/function.str-replace.php
   46  | http://php.net/manual/en/features.file-upload.php
   46  | http://php.net/manual/en/ref.image.php
   45  | http://php.net/manual/en/function.strftime.php
   44  | http://php.net/manual/en/function.array-search.php


Re: [PHP-DOC] Re: [PHP-DEV] CVS Account Request: oriolm

2005-06-19 Thread Derick Rethans
On Sun, 19 Jun 2005, Gabor Hojtsy wrote:

> >>And this also means a new newsgroup [php.doc.ca] (I don't know how are
> >>those set up, it might be automatic, once you have the list).
> > 
> > It's not automatic, but it's as easy as adding a new block in colobus' 
> > configuration file.
> 
> Maybe it is a good time to document the process in a simple TXT file in
> systems CVS?

It was there... but can't find it now. 

Derick

-- 
Derick Rethans
http://derickrethans.nl | http://ez.no | http://xdebug.org


Re: [PHP-DOC] Re: [PHP-DEV] CVS Account Request: oriolm

2005-06-19 Thread Gabor Hojtsy
>>And this also means a new newsgroup [php.doc.ca] (I don't know how are
>>those set up, it might be automatic, once you have the list).
> 
> It's not automatic, but it's as easy as adding a new block in colobus' 
> configuration file.

Maybe it is a good time to document the process in a simple TXT file in
systems CVS?

Goba


Re: [PHP-DOC] Re: [PHP-DEV] CVS Account Request: oriolm

2005-06-19 Thread Derick Rethans
On Sun, 19 Jun 2005, Gabor Hojtsy wrote:

> And this also means a new newsgroup [php.doc.ca] (I don't know how are
> those set up, it might be automatic, once you have the list).

It's not automatic, but it's as easy as adding a new block in colobus' 
configuration file.

Derick

-- 
Derick Rethans
http://derickrethans.nl | http://ez.no | http://xdebug.org


Re: [PHP-DOC] Re: [PHP-DEV] CVS Account Request: oriolm

2005-06-19 Thread Gabor Hojtsy
> Gabor:
> Can you confirm that the country code for Catalan is CA, and that the
> module will be phpdoc-ca, and the mailing list will be
> [EMAIL PROTECTED]
> 
> Bernat:
> The following people have applied for accounts to work on the translation:
> 
> Aitor F. Vallespir Rivas,
> Marina Giralt Lladós
> Eduard Ereza Martínez
> Macià Falgàs
> Max Noé i Herrero
> Eduard Capell Brufau
> Oriol Morell
> 
> I'll be activating the cvs module, mailing list and their accounts
> later today unless I hear otherwise from you guys.

The mailing list should be [EMAIL PROTECTED], as is the current
naming convention (not including php in the list names, since it is
obvious). Ca is the right language code for Catalan:

  http://www.w3.org/WAI/ER/IG/ert/iso639.htm

And this also means a new newsgroup [php.doc.ca] (I don't know how are
those set up, it might be automatic, once you have the list).

Goba


Re: [PHP-DOC] Re: [PHP-DEV] CVS Account Request: oriolm

2005-06-19 Thread Friedhelm Betz

Wez Furlong wrote:

OK, looks like we're going to set up a Catalan translation project.

Gabor:
Can you confirm that the country code for Catalan is CA, and that the
module will be phpdoc-ca, and the mailing list will be
[EMAIL PROTECTED]


I am not Gabor, but yes, the *language code* for Catalan is ca.
Contry code ca is for Canada ;-)

Friedhelm


Re: [PHP-DOC] Re: [PHP-DEV] CVS Account Request: oriolm

2005-06-19 Thread Wez Furlong
OK, looks like we're going to set up a Catalan translation project.

Gabor:
Can you confirm that the country code for Catalan is CA, and that the
module will be phpdoc-ca, and the mailing list will be
[EMAIL PROTECTED]

Bernat:
The following people have applied for accounts to work on the translation:

Aitor F. Vallespir Rivas,
Marina Giralt Lladós
Eduard Ereza Martínez
Macià Falgàs
Max Noé i Herrero
Eduard Capell Brufau
Oriol Morell

I'll be activating the cvs module, mailing list and their accounts
later today unless I hear otherwise from you guys.

--Wez.


On 6/15/05, Gabor Hojtsy <[EMAIL PROTECTED]> wrote:
> Hi Wez,
> 
> There seem to be some activity in starting a Catalan translation, but
> unless at least one of these guys get an account, and a mailing list and
> a cvs module is created, this is not possible to start.
> 
>   http://marc.theaimsgroup.com/?l=phpdoc&m=111601250906644&w=2
> 
> Goba
> 
> > Are these requests legitimate or should we start blocking people
> > mentioning catalan in cvs account requests?
> >
> > --Wez.
> >
> > On 6/14/05, Oriol Morell <[EMAIL PROTECTED]> wrote:
> >
> >>Member of the catalan translation
> >>
> >>--
> >>PHP Internals - PHP Runtime Development Mailing List
> >>To unsubscribe, visit: http://www.php.net/unsub.php
> >>
> >>
> >
> >
> 
>