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
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
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
irchtml Mon Mar 7 15:55:40 2005 EDT
Modified files:
/phpdoc/en/reference/ctype/functionsctype-alnum.xml
ctype-alpha.xml
ctype-cntrl.xml
irchtml Mon Mar 7 15:16:42 2005 EDT
Modified files:
/phpdoc/en/reference/ctype/functionsctype-alnum.xml
ctype-alpha.xml
ctype-cntrl.xml
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
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
> /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
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/
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
> > +
> > +/* 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
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/
> 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
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
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
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
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
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-
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
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/
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
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
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
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
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
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
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
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
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
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
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
> 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
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
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
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
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=
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
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
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
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
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
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
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
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
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&
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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.
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
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
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=
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
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
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
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/
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/
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
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
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
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/
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
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
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
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
irchtml Wed Feb 25 11:00:12 2004 EDT
Added files:
/phpdoc/en/reference/pcntl/functionspcntl-alarm.xml
pcntl-getpriority.xml
pcntl-setpriority.xml
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
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
irchtml Wed Feb 25 05:19:06 2004 EDT
Modified files:
/phpdoc/en/reference/ctype/functionsctype-alnum.xml
ctype-alpha.xml
ctype-cntrl.xml
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
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
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
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
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
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&
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/
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
irchtml Tue Feb 10 01:32:13 2004 EDT
Removed files:
/phpdoc/en/reference/mysqli/functions mysqli-profiler.xml
Log:
function removed from extension
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
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
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
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
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
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
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 - 100 of 171 matches
Mail list logo