[PHP-DOC] cvs: phpdoc /en/reference/var/functions unset.xml

2005-03-11 Thread Kenneth Schwartz
irchtml Fri Mar 11 11:18:19 2005 EDT Modified files: /phpdoc/en/reference/var/functions unset.xml Log: fix the build, no nested para's http://cvs.php.net/diff.php/phpdoc/en/reference/var/functions/unset.xml?r1=1.11&r2=1.12&ty=u Index: phpdoc/en/reference/var/fu

[PHP-DOC] cvs: phpdoc /en/reference/array/functions array-splice.xml /en/reference/dom/functions dom-domdocument-validate.xml dom-domnodelist-item.xml /en/reference/soap/functions soap-soapclient-construct.xml soap-soapserver-construct.xml

2005-03-11 Thread Kenneth Schwartz
irchtml Fri Mar 11 11:14:11 2005 EDT Modified files: /phpdoc/en/reference/array/functionsarray-splice.xml /phpdoc/en/reference/dom/functions dom-domdocument-validate.xml dom-domnodelist-item.xml /phpdoc/en/refe

[PHP-DOC] cvs: phpdoc /en/reference/filesystem/functions is-dir.xml /en/reference/math/functions bindec.xml decbin.xml dechex.xml decoct.xml exp.xml mt-rand.xml octdec.xml rand.xml /en/reference/mbstring/functions mb-list-encodings.xml /en/reference/mcrypt/functions mcrypt-encrypt.xml mcrypt-get-cipher-name.xml mcrypt-module-self-test.xml /en/reference/mhash/functions mhash-get-hash-name.xml /en/reference/mime_magic/functions mime-content-type.xml /en/reference/misc/functions eval.xml /en/reference/outcontrol/functions ob-get-flush.xml ob-list-handlers.xml output-add-rewrite-var.xml output-reset-rewrite-vars.xml /en/reference/spl/functions ArrayIterator-current.xml ArrayIterator-next.xml ArrayObject-construct.xml /en/reference/strings/functions crypt.xml explode.xml strip-tags.xml /en/reference/sybase/functions sybase-affected-rows.xml /en/reference/tidy/functions tidy-error-count.xml tidy-parse-string.xml tidy-repair-string.xml /en/reference/url/functions get-headers.xml /en/reference/var/functions unset.xml

2005-03-11 Thread Kenneth Schwartz
irchtml Fri Mar 11 11:11:53 2005 EDT Modified files: /phpdoc/en/reference/filesystem/functions is-dir.xml /phpdoc/en/reference/math/functions bindec.xml decbin.xml dechex.xml decoct.xml exp.xml

[PHP-DOC] cvs: phpdoc /en/reference/ctype/functions ctype-alnum.xml ctype-alpha.xml ctype-cntrl.xml ctype-digit.xml ctype-graph.xml ctype-lower.xml ctype-print.xml ctype-punct.xml ctype-space.xml ctype-upper.xml ctype-xdigit.xml

2005-03-07 Thread Kenneth Schwartz
irchtml Mon Mar 7 15:55:40 2005 EDT Modified files: /phpdoc/en/reference/ctype/functionsctype-alnum.xml ctype-alpha.xml ctype-cntrl.xml

[PHP-DOC] cvs: phpdoc /en/reference/ctype/functions ctype-alnum.xml ctype-alpha.xml ctype-cntrl.xml ctype-digit.xml ctype-graph.xml ctype-lower.xml ctype-print.xml ctype-punct.xml ctype-space.xml ctype-upper.xml ctype-xdigit.xml

2005-03-07 Thread Kenneth Schwartz
irchtml Mon Mar 7 15:16:42 2005 EDT Modified files: /phpdoc/en/reference/ctype/functionsctype-alnum.xml ctype-alpha.xml ctype-cntrl.xml

[PHP-DOC] cvs: phpdoc /en/reference/sqlite/functions sqlite-fetch-column-types.xml

2005-02-20 Thread Kenneth Schwartz
irchtml Sun Feb 20 17:55:54 2005 EDT Modified files: /phpdoc/en/reference/sqlite/functions sqlite-fetch-column-types.xml Log: WS fix (start at col 0) http://cvs.php.net/diff.php/phpdoc/en/reference/sqlite/functions/sqlite-fetch-column-types.xml?r1=1.6&r2=1

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

2005-02-18 Thread Kenneth Schwartz
irchtml Fri Feb 18 12:04:57 2005 EDT Modified files: /phpdoc/en/reference/sqlite constants.xml Log: change to new structure, add status code constants http://cvs.php.net/diff.php/phpdoc/en/reference/sqlite/constants.xml?r1=1.2&r2=1.3&ty=u Index: phpdoc/en/referen

Re: [PHP-DOC] cvs: phpdoc /en/appendices about.xml /en/features file-upload.xml /en/language oop.xml operators.xml types.xml /en/language/oop5 object-comparison.xml /en/reference/iconv/functions iconv-mime-decode-headers.xml iconv-mime-decode.xml iconv-mime-encode.xml /en/reference/ldap/functions ldap-add.xml ldap-get-attributes.xml ldap-get-entries.xml

2005-01-23 Thread Kenneth Schwartz
> /phpdoc/en/reference/ldap/functions ldap-add.xml > ldap-get-attributes.xml > ldap-get-entries.xml The three files above contain errors and break the build. A is required for an . Ken

[PHP-DOC] cvs: phpdoc /en/reference/sqlite/functions sqlite-array-query.xml sqlite-fetch-all.xml

2005-01-19 Thread Kenneth Schwartz
irchtml Wed Jan 19 18:02:44 2005 EDT Modified files: /phpdoc/en/reference/sqlite/functions sqlite-array-query.xml sqlite-fetch-all.xml Log: fix examples (coding standards) http://cvs.php.net/diff.php/phpdoc/

[PHP-DOC] cvs: phpdoc /en/reference/sqlite/functions sqlite-changes.xml sqlite-exec.xml sqlite-fetch-all.xml sqlite-fetch-column-types.xml sqlite-num-rows.xml sqlite-open.xml

2005-01-19 Thread Kenneth Schwartz
irchtml Wed Jan 19 17:13:09 2005 EDT Modified files: /phpdoc/en/reference/sqlite/functions sqlite-changes.xml sqlite-exec.xml sqlite-fetch-all.xml

Re: [PHP-DOC] cvs: phpdoc /en/reference/sqlite/functions sqlite-array-query.xml sqlite-close.xml sqlite-fetch-all.xml

2005-01-19 Thread Kenneth Schwartz
> > + > > +/* OO Example */ > > +$dbhandle =& new SQLiteDatabase('sqlitedb'); > > + > > +$query = $dbhandle->query("SELECT name, email FROM users LIMIT 25"); // > > buffered result set > > +$query = $dbhandle->unbufferedQuery("SELECT name, email FROM users LIMIT > > 25"); // unbuffered result set

[PHP-DOC] cvs: phpdoc /en/reference/sqlite/functions sqlite-array-query.xml sqlite-close.xml sqlite-fetch-all.xml

2005-01-19 Thread Kenneth Schwartz
irchtml Wed Jan 19 08:55:44 2005 EDT Modified files: /phpdoc/en/reference/sqlite/functions sqlite-array-query.xml sqlite-close.xml sqlite-fetch-all.xml Log: add/

Re: [PHP-DOC] SQLite Docs -- issues

2005-01-15 Thread Kenneth Schwartz
> I hesitate, since this one is more compact, while it might lead to > misunderstanding. I tend to agree. With that, should the stylesheets be modified to say, insert a hard line break or should I use a heading above each ? I personally would prefer rendering like , where a line break is inserte

[PHP-DOC] SQLite Docs -- issues

2005-01-15 Thread Kenneth Schwartz
Hello all, I've ran into an issue in the SQLite docs with regards to . If you take a look at http://php.net/sqlite_fetch_array (use a mirror with the recent build of the manual), note the two class/method definitions. The current stylesheets do not render this very pretty ;) SQLite uses two cla

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

2005-01-14 Thread Kenneth Schwartz
irchtml Fri Jan 14 00:29:07 2005 EDT Modified files: /phpdoc/en/reference/sqlite reference.xml Log: Change ref title for consistency http://cvs.php.net/diff.php/phpdoc/en/reference/sqlite/reference.xml?r1=1.12&r2=1.13&ty=u Index: phpdoc/en/reference/sqlite/refer

[PHP-DOC] cvs: phpdoc /en/reference/sqlite/functions sqlite-busy-timeout.xml sqlite-changes.xml sqlite-exec.xml sqlite-factory.xml sqlite-num-rows.xml sqlite-open.xml

2005-01-14 Thread Kenneth Schwartz
irchtml Fri Jan 14 00:42:48 2005 EDT Modified files: /phpdoc/en/reference/sqlite/functions sqlite-busy-timeout.xml sqlite-changes.xml sqlite-exec.xml

[PHP-DOC] cvs: phpdoc /en language-snippets.ent

2005-01-14 Thread Kenneth Schwartz
irchtml Fri Jan 14 00:49:22 2005 EDT Modified files: /phpdoc/en language-snippets.ent Log: typo http://cvs.php.net/diff.php/phpdoc/en/language-snippets.ent?r1=1.131&r2=1.132&ty=u Index: phpdoc/en/language-snippets.ent diff -u phpdoc/en/language-snippets.ent:1.1

[PHP-DOC] cvs: phpdoc /en/reference/cpdf/functions cpdf-place-inline-image.xml

2005-01-14 Thread Kenneth Schwartz
irchtml Fri Jan 14 01:16:49 2005 EDT Modified files: /phpdoc/en/reference/cpdf/functions cpdf-place-inline-image.xml Log: Bug #30836: Call to undefined function: cpdf_place_inline_image() http://cvs.php.net/diff.php/phpdoc/en/reference/cpdf/functions/cpdf-place-

[PHP-DOC] cvs: phpdoc /en language-snippets.ent

2005-01-12 Thread Kenneth Schwartz
irchtml Wed Jan 12 03:51:57 2005 EDT Modified files: /phpdoc/en language-snippets.ent Log: #these should be sorted http://cvs.php.net/diff.php/phpdoc/en/language-snippets.ent?r1=1.130&r2=1.131&ty=u Index: phpdoc/en/language-snippets.ent diff -u phpdoc/en/langua

[PHP-DOC] cvs: phpdoc /en language-snippets.ent

2005-01-12 Thread Kenneth Schwartz
irchtml Wed Jan 12 03:49:39 2005 EDT Modified files: /phpdoc/en language-snippets.ent Log: SQLite entities for updated docs http://cvs.php.net/diff.php/phpdoc/en/language-snippets.ent?r1=1.129&r2=1.130&ty=u Index: phpdoc/en/language-snippets.ent diff -u phpdoc/

[PHP-DOC] cvs: phpdoc /en/reference/filesystem/functions move-uploaded-file.xml

2005-01-10 Thread Kenneth Schwartz
irchtml Mon Jan 10 20:12:58 2005 EDT Modified files: /phpdoc/en/reference/filesystem/functions move-uploaded-file.xml Log: Bug #31407: move_uploaded_file() documentation incohenrent http://cvs.php.net/diff.php/phpdoc/en/reference/filesystem/functions/move-uplo

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

2005-01-10 Thread Kenneth Schwartz
irchtml Mon Jan 10 11:44:13 2005 EDT Modified files: /phpdoc/en/language/oop5magic.xml Log: Bug #31473: Grammar errors on Magic Methods http://cvs.php.net/diff.php/phpdoc/en/language/oop5/magic.xml?r1=1.6&r2=1.7&ty=u Index: phpdoc/en/language/oop5/magic.xml

[PHP-DOC] cvs: phpdoc /en/reference/sqlite/functions sqlite-valid.xml

2005-01-09 Thread Kenneth Schwartz
irchtml Mon Jan 10 01:45:24 2005 EDT Added files: /phpdoc/en/reference/sqlite/functions sqlite-valid.xml Log: Add sqlite_valid skeleton http://cvs.php.net/co.php/phpdoc/en/reference/sqlite/functions/sqlite-valid.xml?r=1.1&p=1 Index: phpdoc/en/reference

[PHP-DOC] Method docs convention

2005-01-09 Thread Kenneth Schwartz
I would like to add the SQLite classes and method names to the docs and verify what convention is being used. Being that the OO interface in the SQLite extension is more so mapped to the procedural functions, an additional and should be added to the reference pages. This would be most similar

[PHP-DOC] cvs: phpdoc /en/reference/pgsql/functions pg-fetch-array.xml pg-fetch-assoc.xml pg-fetch-object.xml

2005-01-09 Thread Kenneth Schwartz
irchtml Sun Jan 9 12:15:11 2005 EDT Modified files: /phpdoc/en/reference/pgsql/functionspg-fetch-array.xml pg-fetch-assoc.xml pg-fetch-object.xml Log: Minor e

[PHP-DOC] cvs: phpdoc /en/reference/pgsql/functions pg-fetch-row.xml

2005-01-09 Thread Kenneth Schwartz
irchtml Sun Jan 9 11:43:26 2005 EDT Modified files: /phpdoc/en/reference/pgsql/functionspg-fetch-row.xml Log: Fix proto, update example incorporating notes http://cvs.php.net/diff.php/phpdoc/en/reference/pgsql/functions/pg-fetch-row.xml?r1=1.8&r2=1.9&ty

[PHP-DOC] cvs: phpdoc /en/reference/strings/functions stristr.xml strrchr.xml strstr.xml

2004-06-13 Thread Kenneth Schwartz
irchtml Sun Jun 13 16:36:11 2004 EDT Modified files: /phpdoc/en/reference/strings/functions stristr.xml strrchr.xml strstr.xml Log: changed "See Also" links from strchr (alias) to strstr http://cvs.php.net/di

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

2004-04-27 Thread Kenneth Schwartz
irchtml Tue Apr 27 13:46:46 2004 EDT Modified files: /phpdoc/en/reference/yazreference.xml Log: yaz ext moved to PECL http://cvs.php.net/diff.php/phpdoc/en/reference/yaz/reference.xml?r1=1.16&r2=1.17&ty=u Index: phpdoc/en/reference/yaz/reference.xml diff -u

[PHP-DOC] cvs: phpdoc /en/reference/exec/functions exec.xml system.xml

2004-04-22 Thread Kenneth Schwartz
irchtml Thu Apr 22 20:26:43 2004 EDT Modified files: /phpdoc/en/reference/exec/functions system.xml exec.xml Log: add see also's for pcntl_exec http://cvs.php.net/diff.php/phpdoc/en/reference/exec/functions/system.xml?r1=1.8&r2=1.9&ty=u Index: phpdoc/en/referenc

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

2004-04-15 Thread Kenneth Schwartz
irchtml Thu Apr 15 06:10:58 2004 EDT Modified files: /phpdoc/en/reference/xslt reference.xml Log: extension moved to PECL http://cvs.php.net/diff.php/phpdoc/en/reference/xslt/reference.xml?r1=1.9&r2=1.10&ty=u Index: phpdoc/en/reference/xslt/reference.xml diff

[PHP-DOC] cvs: phpdoc /en/reference/mcal/functions mcal-time-valid.xml

2004-04-15 Thread Kenneth Schwartz
irchtml Thu Apr 15 06:06:04 2004 EDT Modified files: /phpdoc/en/reference/mcal/functions mcal-time-valid.xml Log: Bug #27959: mcal_time_valid proto wrong http://cvs.php.net/diff.php/phpdoc/en/reference/mcal/functions/mcal-time-valid.xml?r1=1.2&r2=1.3&ty=u Index

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

2004-04-15 Thread Kenneth Schwartz
> On 15 April 2004 03:31, Kenneth Schwartz wrote: > > > -In PHP 5 the MySQL client libraries are not bundled, > > because of licence > > +In PHP 5 the MySQL client libraries are not bundled, > > because of license > > Why change this? It will always

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

2004-04-14 Thread Kenneth Schwartz
irchtml Wed Apr 14 22:30:58 2004 EDT Modified files: /phpdoc/en/appendices migration5.xml Log: typos # thanks to david wright http://cvs.php.net/diff.php/phpdoc/en/appendices/migration5.xml?r1=1.14&r2=1.15&ty=u Index: phpdoc/en/appendices/migration5.xml

[PHP-DOC] cvs: phpdoc / manual.xml.in /en/reference/xsl reference.xml /en/reference/xsl/functions xsl-xsltprocessor-get-parameter.xml xsl-xsltprocessor-has-exslt-support.xml xsl-xsltprocessor-import-stylesheet.xml xsl-xsltprocessor-register-php-functions.xml xsl-xsltprocessor-remove-parameter.xml xsl-xsltprocessor-set-parameter.xml xsl-xsltprocessor-transform-to-doc.xml xsl-xsltprocessor-transform-to-uri.xml xsl-xsltprocessor-transform-to-xml.xml /entities global.ent

2004-04-14 Thread Kenneth Schwartz
irchtml Wed Apr 14 03:17:18 2004 EDT Added files: /phpdoc/en/reference/xsl/functions xsl-xsltprocessor-get-parameter.xml xsl-xsltprocessor-has-exslt-support.xml

[PHP-DOC] cvs: phpdoc /en language-snippets.ent /en/reference/filesystem/functions file-get-contents.xml file.xml fopen.xml

2004-04-13 Thread Kenneth Schwartz
irchtml Wed Apr 14 01:28:54 2004 EDT Modified files: /phpdoc/en language-snippets.ent /phpdoc/en/reference/filesystem/functions file-get-contents.xml file.xml fopen.xml Log: create entity for context support

[PHP-DOC] cvs: phpdoc /en/reference/pcntl/functions pcntl-alarm.xml

2004-04-12 Thread Kenneth Schwartz
irchtml Mon Apr 12 12:04:45 2004 EDT Modified files: /phpdoc/en/reference/pcntl/functionspcntl-alarm.xml Log: Bug #27960: typo in pcntl_alarm documentation http://cvs.php.net/diff.php/phpdoc/en/reference/pcntl/functions/pcntl-alarm.xml?r1=1.1&r2=1.2&ty=

Re: [PHP-DOC] #27944 [Opn->Asn]: features section has nothing on Sessions

2004-04-10 Thread Kenneth Schwartz
I'm working on features.sessions and in order to not duplicate information, it may be best to move much of the documentation from ref.session to the features section. I would provide a link to features.sessions while keeping a short introduction, requirements, installation, etc on the reference pag

[PHP-DOC] cvs: phpdoc /en/reference/errorfunc/functions set-error-handler.xml

2004-04-10 Thread Kenneth Schwartz
irchtml Sat Apr 10 13:51:08 2004 EDT Modified files: /phpdoc/en/reference/errorfunc/functionsset-error-handler.xml Log: Bug #27941: signature of the error handler function is not documented http://cvs.php.net/diff.php/phpdoc/en/reference/errorfunc/functions

[PHP-DOC] cvs: phpdoc /en/reference/math/functions rand.xml

2004-04-08 Thread Kenneth Schwartz
irchtml Thu Apr 8 11:09:35 2004 EDT Modified files: /phpdoc/en/reference/math/functions rand.xml Log: typo http://cvs.php.net/diff.php/phpdoc/en/reference/math/functions/rand.xml?r1=1.13&r2=1.14&ty=u Index: phpdoc/en/reference/math/functions/rand.xml diff -u ph

[PHP-DOC] cvs: phpdoc /en/reference/math/functions rand.xml

2004-04-08 Thread Kenneth Schwartz
irchtml Thu Apr 8 11:06:22 2004 EDT Modified files: /phpdoc/en/reference/math/functions rand.xml Log: Bug #27919: RAND_MAX does not limit upper value http://cvs.php.net/diff.php/phpdoc/en/reference/math/functions/rand.xml?r1=1.12&r2=1.13&ty=u Index: phpdoc/en/r

[PHP-DOC] cvs: phpdoc /en/reference/mysql/functions mysql-list-tables.xml

2004-04-07 Thread Kenneth Schwartz
irchtml Thu Apr 8 01:48:48 2004 EDT Modified files: /phpdoc/en/reference/mysql/functionsmysql-list-tables.xml Log: reworded note on deprecation http://cvs.php.net/diff.php/phpdoc/en/reference/mysql/functions/mysql-list-tables.xml?r1=1.9&r2=1.10&ty=u Ind

[PHP-DOC] cvs: phpdoc /en/reference/errorfunc/functions error-log.xml

2004-04-07 Thread Kenneth Schwartz
irchtml Thu Apr 8 00:47:58 2004 EDT Modified files: /phpdoc/en/reference/errorfunc/functionserror-log.xml Log: Bug #24928: error_log inconsistent in adding newline to files http://cvs.php.net/diff.php/phpdoc/en/reference/errorfunc/functions/error-log.xml?r1

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

2004-04-07 Thread Kenneth Schwartz
irchtml Thu Apr 8 00:25:42 2004 EDT Modified files: /phpdoc/en/language operators.xml Log: Bug #25356: ?: (ternary) - shold operate as in C, but does not http://cvs.php.net/diff.php/phpdoc/en/language/operators.xml?r1=1.64&r2=1.65&ty=u Index: phpdoc/en/languag

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

2004-04-07 Thread Kenneth Schwartz
irchtml Wed Apr 7 12:43:42 2004 EDT Modified files: /phpdoc/en/reference/msql configure.xml Log: Bug #27900: Default installation-dir seems to be /usr/local/msql3 http://cvs.php.net/diff.php/phpdoc/en/reference/msql/configure.xml?r1=1.5&r2=1.6&ty=u Index: ph

[PHP-DOC] cvs: phpdoc /en/reference/math/functions base-convert.xml

2004-04-01 Thread Kenneth Schwartz
irchtml Thu Apr 1 05:00:02 2004 EDT Modified files: /phpdoc/en/reference/math/functions base-convert.xml Log: bug #23564/23564: base_convert loses percision on large numbers http://cvs.php.net/diff.php/phpdoc/en/reference/math/functions/base-convert.xml?r1=1.4&

[PHP-DOC] cvs: phpdoc /en/reference/session/functions session-id.xml

2004-04-01 Thread Kenneth Schwartz
irchtml Thu Apr 1 04:45:23 2004 EDT Modified files: /phpdoc/en/reference/session/functions session-id.xml Log: changed wording on previous update http://cvs.php.net/diff.php/phpdoc/en/reference/session/functions/session-id.xml?r1=1.6&r2=1.7&ty=u Index: php

[PHP-DOC] cvs: phpdoc /en/reference/session/functions session-id.xml

2004-04-01 Thread Kenneth Schwartz
irchtml Thu Apr 1 04:42:20 2004 EDT Modified files: /phpdoc/en/reference/session/functions session-id.xml Log: bug #22771: session_id(...) causes same cookie to be sent more than once http://cvs.php.net/diff.php/phpdoc/en/reference/session/functions/sessi

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

2004-04-01 Thread Kenneth Schwartz
irchtml Thu Apr 1 03:25:52 2004 EDT Modified files: /phpdoc/en/language operators.xml Log: bug #18680: bitwise operators use character's ASCII values when using strings http://cvs.php.net/diff.php/phpdoc/en/language/operators.xml?r1=1.63&r2=1.64&ty=u Index: php

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

2004-04-01 Thread Kenneth Schwartz
irchtml Thu Apr 1 03:08:16 2004 EDT Modified files: /phpdoc/en/reference/image configure.xml Log: bug #17653: Use same libpng with PHP and GD http://cvs.php.net/diff.php/phpdoc/en/reference/image/configure.xml?r1=1.6&r2=1.7&ty=u Index: phpdoc/en/reference/imag

[PHP-DOC] cvs: phpdoc /en/features remote-files.xml /en/language oop.xml /en/reference/filesystem/functions fwrite.xml popen.xml /en/reference/network/functions fsockopen.xml /en/reference/stream reference.xml /en/reference/stream/functions stream-set-timeout.xml stream-set-write-buffer.xml stream-socket-accept.xml stream-socket-client.xml stream-socket-server.xml /en/reference/xsl reference.xml /en/security filesystem.xml variables.xml

2004-03-31 Thread Kenneth Schwartz
irchtml Thu Apr 1 01:31:15 2004 EDT Modified files: /phpdoc/en/features remote-files.xml /phpdoc/en/language oop.xml /phpdoc/en/reference/filesystem/functions fwrite.xml popen.xml /phpdoc/en/reference/network/functions fsockopen.xml /phpdoc/e

[PHP-DOC] cvs: phpdoc /en/reference/array/functions array-multisort.xml

2004-03-31 Thread Kenneth Schwartz
irchtml Wed Mar 31 03:15:11 2004 EDT Modified files: /phpdoc/en/reference/array/functionsarray-multisort.xml Log: typo http://cvs.php.net/diff.php/phpdoc/en/reference/array/functions/array-multisort.xml?r1=1.8&r2=1.9&ty=u Index: phpdoc/en/reference/array

[PHP-DOC] cvs: phpdoc /en/reference/array/functions array-multisort.xml

2004-03-31 Thread Kenneth Schwartz
irchtml Wed Mar 31 03:13:12 2004 EDT Modified files: /phpdoc/en/reference/array/functionsarray-multisort.xml Log: bug #27788: array_multisort does not maintain numerical key associations http://cvs.php.net/diff.php/phpdoc/en/reference/array/functions/arr

[PHP-DOC] cvs: phpdoc /en/reference/array/functions extract.xml

2004-03-30 Thread Kenneth Schwartz
irchtml Tue Mar 30 05:17:13 2004 EDT Modified files: /phpdoc/en/reference/array/functionsextract.xml Log: fixed note http://cvs.php.net/diff.php/phpdoc/en/reference/array/functions/extract.xml?r1=1.15&r2=1.16&ty=u Index: phpdoc/en/reference/array/functio

[PHP-DOC] cvs: phpdoc /en/reference/var/functions empty.xml

2004-03-29 Thread Kenneth Schwartz
irchtml Mon Mar 29 13:49:03 2004 EDT Modified files: /phpdoc/en/reference/var/functions empty.xml Log: bug #27753: s/or/and/ # ... http://cvs.php.net/diff.php/phpdoc/en/reference/var/functions/empty.xml?r1=1.7&r2=1.8&ty=u Index: phpdoc/en/reference/var/functi

[PHP-DOC] cvs: phpdoc /en/features file-upload.xml

2004-03-28 Thread Kenneth Schwartz
irchtml Mon Mar 29 02:37:26 2004 EDT Modified files: /phpdoc/en/features file-upload.xml Log: bug #27703: max_input_time reference on file-upload.common-pitfalls http://cvs.php.net/diff.php/phpdoc/en/features/file-upload.xml?r1=1.69&r2=1.70&ty=u Index: phpdoc/en

[PHP-DOC] cvs: phpdoc /en/reference/oci8/functions oci-new-descriptor.xml

2004-03-28 Thread Kenneth Schwartz
irchtml Mon Mar 29 02:22:23 2004 EDT Modified files: /phpdoc/en/reference/oci8/functions oci-new-descriptor.xml Log: bug #27745: call-time reference not needed http://cvs.php.net/diff.php/phpdoc/en/reference/oci8/functions/oci-new-descriptor.xml?r1=1.2&r2=1.3&ty

[PHP-DOC] cvs: phpdoc /en/appendices tokens.xml /en/chapters install.windows.xml tutorial.xml /en/language expressions.xml types.xml /en/reference/hwapi reference.xml

2004-03-24 Thread Kenneth Schwartz
irchtml Wed Mar 24 11:39:44 2004 EDT Modified files: /phpdoc/en/appendices tokens.xml /phpdoc/en/chapters install.windows.xml tutorial.xml /phpdoc/en/language expressions.xml types.xml /phpdoc/en/reference/hwapi reference.xml Log: changed link

[PHP-DOC] cvs: phpdoc /en/reference/tidy/functions tidy-get-status.xml

2004-03-09 Thread Kenneth Schwartz
irchtml Tue Mar 9 14:57:40 2004 EDT Modified files: /phpdoc/en/reference/tidy/functions tidy-get-status.xml Log: minor revision http://cvs.php.net/diff.php/phpdoc/en/reference/tidy/functions/tidy-get-status.xml?r1=1.3&r2=1.4&ty=u Index: phpdoc/en/reference/tidy

[PHP-DOC] in mysqli docs

2004-03-09 Thread Kenneth Schwartz
Hello Georg, Excellent work on the mysqli docs, just one note. You can simply use instead of void I believe the former is recommended. Thanks! Kenneth

[PHP-DOC] cvs: phpdoc /en/reference/array/functions extract.xml /en/reference/hwapi/functions hwapi-attribute-key.xml hwapi-attribute-value.xml hwapi-attribute-values.xml hwapi-content-mimetype.xml hwapi-error-count.xml hwapi-error-reason.xml hwapi-reason-description.xml hwapi-reason-type.xml /en/reference/soap/functions SoapClient-getFunctions.xml SoapClient-getLastRequest.xml SoapClient-getLastResponse.xml SoapClient-getTypes.xml SoapServer-getFunctions.xml

2004-03-09 Thread Kenneth Schwartz
irchtml Tue Mar 9 05:38:14 2004 EDT Modified files: /phpdoc/en/reference/array/functionsextract.xml /phpdoc/en/reference/hwapi/functionshwapi-attribute-key.xml hwapi-attribute-value.xml

[PHP-DOC] cvs: phpdoc /en/reference/oci8/functions oci-collection-assign.xml oci-collection-element-assign.xml oci-field-precision.xml oci-field-scale.xml oci-field-size.xml oci-field-type.xml oci-internal-debug.xml oci-lob-append.xml oci-lob-close.xml oci-lob-copy.xml oci-lob-eof.xml oci-lob-flush.xml oci-lob-load.xml oci-lob-rewind.xml oci-lob-seek.xml oci-lob-truncate.xml oci-lob-write-temporary.xml oci-password-change.xml oci-pconnect.xml

2004-03-09 Thread Kenneth Schwartz
irchtml Tue Mar 9 04:28:23 2004 EDT Modified files: /phpdoc/en/reference/oci8/functions oci-collection-assign.xml oci-collection-element-assign.xml oci-field-precision.xml

[PHP-DOC] cvs: phpdoc /en/reference/oci8/functions oci-bind-by-name.xml oci-close.xml oci-fetch-object.xml oci-fetch-row.xml oci-field-name.xml oci-field-type-raw.xml oci-internal-debug.xml oci-lob-append.xml oci-lob-read.xml oci-lob-tell.xml oci-new-collection.xml oci-new-connect.xml oci-new-cursor.xml oci-new-descriptor.xml oci-num-rows.xml oci-password-change.xml oci-pconnect.xml oci-server-version.xml oci-set-prefetch.xml oci-statement-type.xml ocifetchinto.xml ocifetchstatement.xml ocigetbufferinglob.xml ocisetbufferinglob.xml

2004-03-08 Thread Kenneth Schwartz
irchtml Mon Mar 8 11:49:36 2004 EDT Modified files: /phpdoc/en/reference/oci8/functions oci-bind-by-name.xml oci-close.xml oci-fetch-object.xml oc

[PHP-DOC] cvs: phpdoc /en/reference/oci8/functions oci-bind-by-name.xml oci-cancel.xml oci-close.xml oci-collection-assign.xml oci-commit.xml oci-connect.xml oci-define-by-name.xml

2004-03-08 Thread Kenneth Schwartz
irchtml Mon Mar 8 11:07:37 2004 EDT Modified files: /phpdoc/en/reference/oci8/functions oci-bind-by-name.xml oci-cancel.xml oci-close.xml oci-collection-assign.xml

[PHP-DOC] cvs: phpdoc /en/reference/sem/functions shm-put-var.xml

2004-03-06 Thread Kenneth Schwartz
irchtml Sat Mar 6 03:54:48 2004 EDT Modified files: /phpdoc/en/reference/sem/functions shm-put-var.xml Log: Fixed proto, added return values, note about warnings (bug #27510) http://cvs.php.net/diff.php/phpdoc/en/reference/sem/functions/shm-put-var.xml?r1=1.

[PHP-DOC] cvs: phpdoc /en/reference/strings/functions html-entity-decode.xml

2004-03-04 Thread Kenneth Schwartz
irchtml Thu Mar 4 10:25:15 2004 EDT Modified files: /phpdoc/en/reference/strings/functions html-entity-decode.xml Log: corrected versioning error http://cvs.php.net/diff.php/phpdoc/en/reference/strings/functions/html-entity-decode.xml?r1=1.7&r2=1.8&ty=u In

[PHP-DOC] cvs: phpdoc /en/reference/msql reference.xml /en/reference/msql/functions msql-connect.xml msql-error.xml

2004-03-02 Thread Kenneth Schwartz
irchtml Wed Mar 3 02:33:38 2004 EDT Modified files: /phpdoc/en/reference/msql reference.xml /phpdoc/en/reference/msql/functions msql-connect.xml msql-error.xml Log: added example; fixed proto http://cvs.php.net/diff.php/phpdoc/en/reference/msql/reference

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

2004-03-02 Thread Kenneth Schwartz
irchtml Tue Mar 2 23:20:36 2004 EDT Modified files: /phpdoc/en/reference/pcre reference.xml Log: pattern syntax and modifiers back under table of contents (thanks to dave) http://cvs.php.net/diff.php/phpdoc/en/reference/pcre/reference.xml?r1=1.9&r2=1.10&ty=

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

2004-03-02 Thread Kenneth Schwartz
irchtml Tue Mar 2 20:01:08 2004 EDT Modified files: /phpdoc/en/reference/msql reference.xml Log: added resources http://cvs.php.net/diff.php/phpdoc/en/reference/msql/reference.xml?r1=1.9&r2=1.10&ty=u Index: phpdoc/en/reference/msql/reference.xml diff -u phpdo

[PHP-DOC] cvs: phpdoc /en/reference/msql/functions msql-list-tables.xml

2004-03-02 Thread Kenneth Schwartz
irchtml Tue Mar 2 19:21:15 2004 EDT Modified files: /phpdoc/en/reference/msql/functions msql-list-tables.xml Log: tag fix http://cvs.php.net/diff.php/phpdoc/en/reference/msql/functions/msql-list-tables.xml?r1=1.3&r2=1.4&ty=u Index: phpdoc/en/reference/msql/func

[PHP-DOC] cvs: phpdoc /en/reference/msql/functions msql-fetch-array.xml

2004-03-02 Thread Kenneth Schwartz
irchtml Tue Mar 2 05:17:01 2004 EDT Modified files: /phpdoc/en/reference/msql/functions msql-fetch-array.xml Log: this is not mysql after all http://cvs.php.net/diff.php/phpdoc/en/reference/msql/functions/msql-fetch-array.xml?r1=1.4&r2=1.5&ty=u Index: phpdoc/en

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

2004-02-27 Thread Kenneth Schwartz
irchtml Fri Feb 27 07:11:42 2004 EDT Modified files: /phpdoc/en/reference/strings/functions nl-langinfo.xml Log: changed wording http://cvs.php.net/diff.php/phpdoc/en/reference/strings/functions/nl-langinfo.xml?r1=1.3&r2=1.4&ty=u Index: phpdoc/en/reference/

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

2004-02-27 Thread Kenneth Schwartz
irchtml Fri Feb 27 06:11:54 2004 EDT Modified files: /phpdoc/en/reference/strings/functions nl-langinfo.xml Log: nl_langinfo docs http://cvs.php.net/diff.php/phpdoc/en/reference/strings/functions/nl-langinfo.xml?r1=1.2&r2=1.3&ty=u Index: phpdoc/en/reference/

[PHP-DOC] cvs: phpdoc /en/reference/array/functions natcasesort.xml natsort.xml

2004-02-26 Thread Kenneth Schwartz
irchtml Thu Feb 26 14:55:34 2004 EDT Modified files: /phpdoc/en/reference/array/functionsnatcasesort.xml natsort.xml Log: added example for natcasesort fix: natsort does in fact maintain key/value http://cvs.php.net/diff.php/phpdoc/en/reference/array/f

[PHP-DOC] cvs: phpdoc /en/reference/pcntl/functions pcntl-signal.xml

2004-02-26 Thread Kenneth Schwartz
irchtml Thu Feb 26 17:36:02 2004 EDT Modified files: /phpdoc/en/reference/pcntl/functionspcntl-signal.xml Log: added note about declare (bug #21331) http://cvs.php.net/diff.php/phpdoc/en/reference/pcntl/functions/pcntl-signal.xml?r1=1.7&r2=1.8&ty=u Index

[PHP-DOC] cvs: phpdoc /en/reference/pcntl/functions pcntl-exec.xml

2004-02-26 Thread Kenneth Schwartz
irchtml Thu Feb 26 05:45:36 2004 EDT Modified files: /phpdoc/en/reference/pcntl/functionspcntl-exec.xml Log: more pcntl docs http://cvs.php.net/diff.php/phpdoc/en/reference/pcntl/functions/pcntl-exec.xml?r1=1.2&r2=1.3&ty=u Index: phpdoc/en/reference/pcnt

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

2004-02-26 Thread Kenneth Schwartz
irchtml Thu Feb 26 03:38:47 2004 EDT Modified files: /phpdoc/en/reference/mysqli reference.xml Log: fixed typo http://cvs.php.net/diff.php/phpdoc/en/reference/mysqli/reference.xml?r1=1.8&r2=1.9&ty=u Index: phpdoc/en/reference/mysqli/reference.xml diff -u phpdoc/

[PHP-DOC] cvs: phpdoc /en/reference/pcntl/functions pcntl-wait.xml

2004-02-25 Thread Kenneth Schwartz
irchtml Wed Feb 25 16:07:57 2004 EDT Modified files: /phpdoc/en/reference/pcntl/functionspcntl-wait.xml Log: typo http://cvs.php.net/diff.php/phpdoc/en/reference/pcntl/functions/pcntl-wait.xml?r1=1.3&r2=1.4&ty=u Index: phpdoc/en/reference/pcntl/functions

[PHP-DOC] cvs: phpdoc /en/reference/pcntl/functions pcntl-getpriority.xml pcntl-setpriority.xml

2004-02-25 Thread Kenneth Schwartz
irchtml Wed Feb 25 12:36:15 2004 EDT Modified files: /phpdoc/en/reference/pcntl/functionspcntl-getpriority.xml pcntl-setpriority.xml Log: finished up get/setpriority docs http://cvs.php.net/diff.php/phpdoc

[PHP-DOC] cvs: phpdoc /en/reference/pcntl/functions pcntl-wait.xml

2004-02-25 Thread Kenneth Schwartz
irchtml Wed Feb 25 12:02:54 2004 EDT Modified files: /phpdoc/en/reference/pcntl/functionspcntl-wait.xml Log: added info about wait3 http://cvs.php.net/diff.php/phpdoc/en/reference/pcntl/functions/pcntl-wait.xml?r1=1.2&r2=1.3&ty=u Index: phpdoc/en/referen

[PHP-DOC] cvs: phpdoc /en/reference/pcntl/functions pcntl-wait.xml pcntl-waitpid.xml

2004-02-25 Thread Kenneth Schwartz
irchtml Wed Feb 25 11:42:00 2004 EDT Modified files: /phpdoc/en/reference/pcntl/functionspcntl-wait.xml pcntl-waitpid.xml Log: documented pcntl_wait added note in _waitpid http://cvs.php.net/diff.php/php

[PHP-DOC] cvs: phpdoc /en/reference/pcntl/functions pcntl-alarm.xml pcntl-getpriority.xml pcntl-setpriority.xml pcntl-wait.xml

2004-02-25 Thread Kenneth Schwartz
irchtml Wed Feb 25 11:00:12 2004 EDT Added files: /phpdoc/en/reference/pcntl/functionspcntl-alarm.xml pcntl-getpriority.xml pcntl-setpriority.xml

[PHP-DOC] cvs: phpdoc /en/reference/ibase/functions ibase-trans.xml

2004-02-25 Thread Kenneth Schwartz
irchtml Wed Feb 25 05:43:05 2004 EDT Modified files: /phpdoc/en/reference/ibase/functionsibase-trans.xml Log: bug #27390 http://cvs.php.net/diff.php/phpdoc/en/reference/ibase/functions/ibase-trans.xml?r1=1.5&r2=1.6&ty=u Index: phpdoc/en/reference/ibase/f

[PHP-DOC] cvs: phpdoc /en/reference/bzip2/functions bzread.xml

2004-02-25 Thread Kenneth Schwartz
irchtml Wed Feb 25 05:32:50 2004 EDT Modified files: /phpdoc/en/reference/bzip2/functionsbzread.xml Log: fixed example http://cvs.php.net/diff.php/phpdoc/en/reference/bzip2/functions/bzread.xml?r1=1.4&r2=1.5&ty=u Index: phpdoc/en/reference/bzip2/function

[PHP-DOC] cvs: phpdoc /en/reference/ctype/functions ctype-alnum.xml ctype-alpha.xml ctype-cntrl.xml ctype-digit.xml ctype-graph.xml ctype-lower.xml ctype-print.xml ctype-punct.xml ctype-space.xml ctype-upper.xml ctype-xdigit.xml

2004-02-25 Thread Kenneth Schwartz
irchtml Wed Feb 25 05:19:06 2004 EDT Modified files: /phpdoc/en/reference/ctype/functionsctype-alnum.xml ctype-alpha.xml ctype-cntrl.xml

[PHP-DOC] cvs: phpdoc /en/reference/sockets/functions socket-create-pair.xml

2004-02-24 Thread Kenneth Schwartz
irchtml Wed Feb 25 01:04:51 2004 EDT Modified files: /phpdoc/en/reference/sockets/functions socket-create-pair.xml Log: fixed example (missing a few closing parens) per user note http://cvs.php.net/diff.php/phpdoc/en/reference/sockets/functions/socket-creat

[PHP-DOC] cvs: phpdoc /en/reference/filesystem/functions fwrite.xml

2004-02-23 Thread Kenneth Schwartz
irchtml Mon Feb 23 03:09:32 2004 EDT Modified files: /phpdoc/en/reference/filesystem/functions fwrite.xml Log: updated example (per user note) http://cvs.php.net/diff.php/phpdoc/en/reference/filesystem/functions/fwrite.xml?r1=1.8&r2=1.9&ty=u Index: phpdoc/en/r

[PHP-DOC] cvs: phpdoc /en/reference/math/functions mt-rand.xml

2004-02-17 Thread Kenneth Schwartz
irchtml Tue Feb 17 22:13:27 2004 EDT Modified files: /phpdoc/en/reference/math/functions mt-rand.xml Log: removed cryptography phrase, per MT homepage (bug #23639) http://cvs.php.net/diff.php/phpdoc/en/reference/math/functions/mt-rand.xml?r1=1.7&r2=1.8&ty=u Inde

[PHP-DOC] cvs: phpdoc /en language-snippets.ent /en/reference/exec/functions exec.xml passthru.xml system.xml

2004-02-17 Thread Kenneth Schwartz
irchtml Tue Feb 17 21:51:09 2004 EDT Modified files: /phpdoc/en language-snippets.ent /phpdoc/en/reference/exec/functions exec.xml passthru.xml system.xml Log: added entities for system/passthru (bug #27076) moved co

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

2004-02-17 Thread Kenneth Schwartz
irchtml Tue Feb 17 21:15:23 2004 EDT Modified files: /phpdoc/en/reference/image configure.xml Log: Added note for bug #27248 http://cvs.php.net/diff.php/phpdoc/en/reference/image/configure.xml?r1=1.5&r2=1.6&ty=u Index: phpdoc/en/reference/image/configure.xml di

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

2004-02-17 Thread Kenneth Schwartz
irchtml Tue Feb 17 21:04:00 2004 EDT Modified files: /phpdoc/en/reference/strings/functions setlocale.xml Log: setlocale(): passing category param is deprecated http://cvs.php.net/diff.php/phpdoc/en/reference/strings/functions/setlocale.xml?r1=1.18&r2=1.19&

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

2004-02-17 Thread Kenneth Schwartz
irchtml Tue Feb 17 16:01:16 2004 EDT Modified files: /phpdoc/en/language control-structures.xml Log: bug #14165 added note about including remote files http://cvs.php.net/diff.php/phpdoc/en/language/control-structures.xml?r1=1.87&r2=1.88&ty=u Index: phpdoc/en/

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

2004-02-11 Thread Kenneth Schwartz
irchtml Thu Feb 12 02:04:55 2004 EDT Modified files: /phpdoc/entitiesglobal.ent Log: Fixed bug #27218, link to MDAC changed http://cvs.php.net/diff.php/phpdoc/entities/global.ent?r1=1.162&r2=1.163&ty=u Index: phpdoc/entities/global.ent diff -u phpdoc/entitie

[PHP-DOC] cvs: phpdoc /en/reference/mysqli/functions mysqli-profiler.xml

2004-02-09 Thread Kenneth Schwartz
irchtml Tue Feb 10 01:32:13 2004 EDT Removed files: /phpdoc/en/reference/mysqli/functions mysqli-profiler.xml Log: function removed from extension

[PHP-DOC] cvs: phpdoc /en/reference/mysqli/functions mysqli-disable-rpl-parse.xml mysqli-embedded-connect.xml mysqli-enable-reads-from-master.xml mysqli-enable-rpl-parse.xml mysqli-master-query.xml mysqli-report.xml mysqli-rpl-parse-enabled.xml mysqli-rpl-probe.xml mysqli-rpl-query-type.xml mysqli-server-end.xml mysqli-server-init.xml

2004-02-09 Thread Kenneth Schwartz
irchtml Tue Feb 10 00:15:16 2004 EDT Added files: /phpdoc/en/reference/mysqli/functions mysqli-embedded-connect.xml mysqli-report.xml mysqli-server-end.xml

[PHP-DOC] cvs: phpdoc /en/reference/mysqli/functions mysqli-connect-errno.xml

2004-02-09 Thread Kenneth Schwartz
irchtml Tue Feb 10 00:13:55 2004 EDT Added files: /phpdoc/en/reference/mysqli/functions mysqli-connect-errno.xml Log: renamed mysqli_connect_errno.xml to mysqli-connect-errno.xml http://cvs.php.net/co.php/phpdoc/en/reference/mysqli/functions/mysqli-con

[PHP-DOC] cvs: phpdoc /en/reference/mysqli/functions mysqli_connect_errno.xml

2004-02-09 Thread Kenneth Schwartz
irchtml Tue Feb 10 00:12:48 2004 EDT Removed files: /phpdoc/en/reference/mysqli/functions mysqli_connect_errno.xml Log: renamed mysqli_connect_errno.xml to mysqli-connect-errno.xml

[PHP-DOC] cvs: phpdoc /en/reference/mysqli/functions mysqli-connect-error.xml mysqli-get-client-version.xml mysqli-stmt-num-rows.xml mysqli_connect_errno.xml

2004-02-08 Thread Kenneth Schwartz
irchtml Sun Feb 8 08:38:38 2004 EDT Added files: /phpdoc/en/reference/mysqli/functions mysqli-connect-error.xml mysqli-get-client-version.xml mysqli-stmt-num-rows

[PHP-DOC] cvs: phpdoc /en/reference/mysqli reference.xml /en/reference/mysqli/functions mysqli-client-encoding.xml mysqli-escape-string.xml mysqli-get-metadata.xml mysqli-more-results.xml mysqli-next-result.xml mysqli-set-opt.xml mysqli-sqlstate.xml mysqli-stmt-sqlstate.xml

2004-02-08 Thread Kenneth Schwartz
irchtml Sun Feb 8 08:14:42 2004 EDT Added files: /phpdoc/en/reference/mysqli/functions mysqli-client-encoding.xml mysqli-escape-string.xml mysqli-get-metadata.xml

[PHP-DOC] cvs: phpdoc /en language-snippets.ent

2004-02-08 Thread Kenneth Schwartz
irchtml Sun Feb 8 06:39:05 2004 EDT Modified files: /phpdoc/en language-snippets.ent Log: missing semicolon http://cvs.php.net/diff.php/phpdoc/en/language-snippets.ent?r1=1.71&r2=1.72&ty=u Index: phpdoc/en/language-snippets.ent diff -u phpdoc/en/language-snipp

[PHP-DOC] cvs: phpdoc /en language-snippets.ent

2004-02-08 Thread Kenneth Schwartz
irchtml Sun Feb 8 06:35:19 2004 EDT Modified files: /phpdoc/en language-snippets.ent Log: spelling error http://cvs.php.net/diff.php/phpdoc/en/language-snippets.ent?r1=1.70&r2=1.71&ty=u Index: phpdoc/en/language-snippets.ent diff -u phpdoc/en/language-snippets

  1   2   >