[PHP-DOC] Re: [PHP-DEV] Moving PHP documentation to Git repository

2013-06-25 Thread Adam Harvey
lace in a fork, or on a local branch. If it helps other people to collaborate as well, so much the better. Plus, again selfishly, it would remove the last thing I use SVN for. :) The tooling argument's a fair one, though, and something that we'd have to work through. Adam

Re: [PHP-DOC] Re: OPCache documentation

2013-06-20 Thread Adam Harvey
or so. My apologies — I wrote the first draft of the migration guide in the mid alpha stage (ie before opcache was merged) of 5.5 with the intention of going back to flesh it out before the final release, but time has been a bit of an issue. Turns out moving halfway across the world is a real time sink. Adam

Re: [PHP-DOC] Re: strlen and multi-byte characters

2013-06-17 Thread Adam Harvey
On 16 June 2013 15:37, Sherif Ramadan wrote: > I have no clue how you're getting that result. What are your respective mbstring.func_overload settings, out of interest? Adam

Re: [PHP-DOC] VCS Account Request: kazymjir

2013-06-15 Thread Adam Kazimierczak
Thank you very much! - Adam On 06/14/2013 07:57 PM, Hannes Magnusson wrote: Approved & gave you karma for the en doc module. Nice to have you aboard! -Hannes On Thu, Jun 13, 2013 at 11:09 PM, Adam Kazimierczak wrote: Philip Olson asked me to apply for an account

Re: [PHP-DOC] Patch submission - curl_unescape, curl_strerror, curl_reset, fix for curl_escape

2013-06-14 Thread Adam Kazimierczak
On 06/14/2013 02:16 PM, Peter Cowburn wrote: Hi Adam, On 14 June 2013 10:29, Adam Kazimierczak <mailto:kazym...@gmail.com>> wrote: Try running this code: var_dump(curl_escape(0, 'test'), curl_unescape(0, 'test')); Both results are NULL and t

Re: [PHP-DOC] Patch submission - curl_unescape, curl_strerror, curl_reset, fix for curl_escape

2013-06-14 Thread Adam Kazimierczak
On 06/14/2013 10:12 AM, Peter Cowburn wrote: Hi Adam, On 12 June 2013 22:11, Adam Kazimierczak <mailto:kazym...@gmail.com>> wrote: Hello Mailing List, I am attaching a few new patches. Please let me know what do you think about them. There are a few *minor* issues, bu

[PHP-DOC] VCS Account Request: kazymjir

2013-06-13 Thread Adam Kazimierczak
Philip Olson asked me to apply for an account

[PHP-DOC] Fix in strip_tags

2013-06-13 Thread Adam Kazimierczak
turn an empty string. Probably someone forgot to add an example whitespace to the code. I updated the second parameter in the example from to . Cheers, Adam Index: en/reference/strings/functions/strip-tags.xml === --- en/reference/str

[PHP-DOC] strlen and multi-byte characters

2013-06-13 Thread Adam Kazimierczak
attaching a patch proposition where the description notes that length is measured in bytes and adds an example showing results of strlen used on multi-byte character strings. Please let me know what do you think about this. Cheers, Adam Index: en/reference/strings/functions/strlen.xml

Re: [PHP-DOC] FR - Need help

2013-06-12 Thread Adam Harvey
//gist.github.com/LawnGnome/ad5d1c897437085795c8, should it be useful. Adam

[PHP-DOC] Patch submission - curl_unescape, curl_strerror, curl_reset, fix for curl_escape

2013-06-12 Thread Adam Kazimierczak
Hello Mailing List, I am attaching a few new patches. Please let me know what do you think about them. Cheers, Adam Index: en/reference/curl/functions/curl-reset.xml === --- en/reference/curl/functions/curl-reset.xml (revision

Re: [PHP-DOC] Patch submission - curl_escape()

2013-06-11 Thread Adam Kazimierczak
On 06/11/2013 12:08 AM, Hannes Magnusson wrote: On Mon, Jun 10, 2013 at 1:57 PM, Adam Kazimierczak wrote: Hello Mailing List, This is my first contribution for the documentation project. I would ask you to review my patch and give me some tips for the future. The patch is for curl function

[PHP-DOC] Patch submission - curl_escape()

2013-06-10 Thread Adam Kazimierczak
the future should I divide patches into separate emails or rather put them into a single email? Best regards, Adam Index: curl-escape.xml === --- curl-escape.xml (revision 330473) +++ curl-escape.xml (working copy) @@ -15,11 +15,9

[PHP-DOC] Joining PHP documentation team

2013-06-09 Thread Adam Kazimierczak
Greetings, I would like to say hello to the mailing list. My name is Adam Kazimierczak. I work professionally as a web developer for 2 years and use PHP for about 5 years. I am also a fresh ZCE (http://www.zend.com/en/yellow-pages#show-ClientCandidateID=ZEND022695). Last time when I was

[PHP-DOC] Re: [DOC-BUGS] Doc #64909 [Opn->Nab]: array_merge - Return value documentation incorrect/misleading

2013-05-26 Thread Adam Harvey
or against? I don't mind doing the work next time I have some free time on a Sunday, but I need to know if I'm not the only one who thinks it's a worthwhile change before doing so. :) Adam PS: Sorry for picking on your comment, Peter. This has been percolating in my head for a while, so it's nothing personal!

[PHP-DOC] Re: [PHP-WEBMASTER] PHP Manual is missing some index entries - Is this a bug or they have been removed ?

2013-05-26 Thread Adam Harvey
eration has had a chance to look at it yet. Thanks, Adam

Re: [PHP-DOC] Re: [DOC-CVS] svn: /phpdoc/en/trunk/ .travis.yml

2013-01-20 Thread Adam Harvey
@lists.php.net? I would think we'd definitely want e-mails to come here (and could then retire the checking script in cron if it works out). Adam

Re: [PHP-DOC] Re: [DOC-CVS] svn: /phpdoc/en/trunk/ .travis.yml

2013-01-20 Thread Adam Harvey
e the integration with GitHub — we could theoretically make the OE issue pull requests when patches are ready, and then the PR would include information on whether the patch breaks the build. Adam

[PHP-DOC] Re: [PHP-WEBMASTER] User notes guidelines.

2013-01-09 Thread Adam Harvey
nto bug reports, then deleted. - Responses to previous notes should usually result in the previous note being edited or deleted, and the response being deleted, since user notes aren't intended to be a conversation thread. That doesn't tend to leave a lot, admittedly. (Which is one of my frustrations with the whole feature.) Thanks again, Adam

Re: [PHP-DOC] Fixing the layout/style for man pages

2012-12-28 Thread Adam Harvey
p/pull/8. I'm not crazy about the styling of it at the moment, but the functionality in terms of switching to a sticky TOC box might be worth pursuing. Here's how it looks when you haven't scrolled: http://d.pr/i/gTlC And how it looks when you have: http://d.pr/i/K8se Adam

Re: [PHP-DOC] VCS Account Request: dm

2012-12-20 Thread Adam Harvey
On 21 December 2012 07:29, Philip Olson wrote: > appears moderately sane You don't have to be crazy to work here, but it helps. Welcome aboard! Adam

Re: [PHP-DOC] This PHP Manual build is broken

2012-12-20 Thread Adam Harvey
docs.php.net server Indifference, Adam

[PHP-DOC] Re: [PHP-WEBMASTER] User notes

2012-08-31 Thread Adam Harvey
force them. Those that would might not have the time or > interest in doing so regularly or diligently. That's definitely my concern, too. > And, Adam, while that's really quite > impressive that you'd taken the time and effort to put stats together > (and, in many

[PHP-DOC] User notes

2012-08-31 Thread Adam Harvey
ant additional functionality to our own user notes: our backend would require a decent amount of work, and I think there are better solutions out there we could leverage. Thoughts? Am I completely on the wrong track? Are the PR benefits of user notes enough to outweigh the amount of crap^Wnoise they contain? Thanks, Adam

Re: [PHP-DOC] This PHP Manual build is broken

2012-08-06 Thread Adam Harvey
On 6 August 2012 15:05, wrote: > The en build of the PHP Manual is broken, so it does not validate or build. > Please fix it! ;) I've reverted r326993 for now, which caused the breakage. Herman, did you forget to svn add the GearmanException documentation? Thanks, Adam

Re: [PHP-DOC] This PHP Manual build is broken

2012-07-24 Thread Adam Harvey
On 24 July 2012 15:04, wrote: > The en build of the PHP Manual is broken, so it does not validate or build. > Please fix it! ;) Fixed. Appropriate person whacked with newspaper. > Love, > The docs.php.net server Kisses, Adam

Re: [PHP-DOC] [DOC-EN] - Your documentation is broken

2012-05-03 Thread Adam Harvey
On 4 May 2012 04:05, wrote: > Your documentation is broken. The build is done on Friday. Fixed. Usual admonishments about checking that your XML is valid before committing apply. :) Adam

Re: [PHP-DOC] GSoC 2012

2012-02-21 Thread Adam Harvey
what still makes sense. We've basically got about two weeks to whip this into shape, gather new ideas, find mentors, et cetera. Adam

Re: [PHP-DOC] [DOC-EN] - Your documentation is broken

2012-02-20 Thread Adam Harvey
On 21 February 2012 05:00, wrote: > Your documentation is broken. The build is done on Friday. Fixed. Insert usual grumble about people not running configure.php here. :) Adam

Re: [PHP-DOC] [DOC-EN] - Your documentation is broken

2012-02-15 Thread Adam Harvey
On 16 February 2012 05:00, wrote: > Your documentation is broken. The build is done on Friday. > >        Please, try to fix it *quickly*. Just under four hours. I'm going to call that quick. Build fixed. Adam

[PHP-DOC] SVN commit error

2011-08-25 Thread Adam Major
Hello! We trying commit files to repository polish manual translation but we get command error for example: Command: Commit Error: access to '/repository/!svn/act/031fd653-4034-0846-a4b7-5a0a41fd6d86' forbidden Can you check this? Best Regards! Adam Major

Re: [PHP-DOC] Updating our credits system

2011-07-21 Thread Adam Harvey
On 21 July 2011 12:07, Hannes Magnusson wrote: > On Thu, Jul 21, 2011 at 20:14, Adam Harvey wrote: >> On 21 July 2011 07:15, Hannes Magnusson wrote: >>> A (short) list of "authors" or a "group" needs to exist due to licensing >>> issues. >>&

Re: [PHP-DOC] Updating our credits system

2011-07-21 Thread Adam Harvey
rking on the docs on daily basis, and letting the user know > what is new within the docs (so he can pay attention to modifications > to his favorite doc page), and bugfixes etc etc. It would be nice. We should be able to auto-generate something, really, based on commits. Adam

Re: [PHP-DOC] expanding the security section in the documentation

2011-04-26 Thread Adam Harvey
the PHP Manual: the PHP Security Guide is CC-BY-NC-SA 2.0, whereas the PHP Manual is CC-BY 3.0. The Security Guide would have to be explicitly relicensed (or dual licensed) by its authors before it could be incorporated into the Manual. Adam, who swore he'd never write a mailing list post about licensing. So much for that.

Re: [PHP-DOC] Official movement to clean old PHP versions from the documentation

2011-01-27 Thread Adam Harvey
to leave the note in the synopsis about the availability of hash functions. Adam

Re: [PHP-DOC] Official movement to clean old PHP versions from the documentation

2011-01-16 Thread Adam Harvey
tandard PHP version Red Hat ship in RHEL 5 (although they've at least added an optional set of 5.3 packages in RHEL 5.6), so we should probably continue to document 5.1 as long as RHEL 5 is in wide use. Adam

Re: [PHP-DOC] Integer set unicode character

2011-01-10 Thread Adam Harvey
-8, it should just work — I've just tested a partial build with that change and it builds and renders as expected. Adam

Re: [PHP-DOC] This PHP Manual build is broken

2011-01-05 Thread Adam Harvey
On 6 January 2011 14:15, Apache wrote: > The  build of the PHP Manual is broken, so it does not validate or build. > Please fix it! ;) Fixed in r307153. > Love, >        The docs.php.net server Hugs and kisses,        Adam

[PHP-DOC] Re: [PHP-DEV] Potential PC conflict.

2010-11-08 Thread Adam Harvey
a touch unfortunate, but I don't think it's worth worrying about, personally. Adam

Re: [PHP-DOC] License for code examples in the PHP manual?

2010-10-03 Thread Adam Harvey
licence. Given the number of contributors over the years, I think it's unlikely that we'd be able to relicense (or dual license) to anything else at this point. Adam

Re: [PHP-DOC] Documentation update for IBM_DB2 extension (db2_pconnect API)

2010-09-16 Thread Adam Harvey
e visually within the page. I've also used this and the description of the options that have been added over the various versions of ibm_db2 section to create a change log on the db2_pconnect() function page. Thanks again, Adam

Re: [PHP-DOC] Bug #51834 set to bogus, your thoughts?

2010-06-01 Thread Adam Harvey
On 2 June 2010 01:21, Alex Cartwright wrote: > As a use case: Harry visits the FAQ to see what the value of 'K' means, it > shows that K means 1 Kibibyte. As Harry knows what a Kibibyte is, he knows > that 'K' should be 1024 bytes. Adam on the other hand, has no ide

Re: [PHP-DOC] Plagiarism Checker in PHP

2010-05-02 Thread Adam Harvey
not a general support list. You may wish to try one of the support options listed at http://php.net/support instead. Adam

Re: [PHP-DOC] What to do with PHP 6

2010-03-31 Thread Adam Harvey
ation for any features that are backported to the new 5.3-based trunk, but since most of them are going to be Unicode-related, I don't think there's any need to keep them user-visible for now. Adam

[PHP-DOC] Re: [DOC-PL] Re: [PHP-WEBMASTER] bug ?? or kind of joke

2009-06-29 Thread Adam Major
contact with me. Adam

Re: [PHP-DOC] Contractions in the English PHP Documentation and supporting scripts/files.

2006-07-07 Thread Adam Maccabee Trachtenberg
three of Amazon's Top 15 best selling computer programming books (even better if you filter out once aimed at non-programmers), I think she's probably worth listening to. -adam -- [EMAIL PROTECTED] | http://www.trachtenberg.com author of o'reilly's "upgrading to php 5&qu

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

2006-07-05 Thread Adam Dickmeiss
dickmeiss Thu Jul 6 06:21:42 2006 UTC Modified files: /phpdoc/en/reference/yazconfigure.xml Log: Fix Unix SO filename http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/yaz/configure.xml?r1=1.13&r2=1.14&diff_format=u Index: phpdoc/en/reference/yaz/conf

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

2006-05-20 Thread Adam Trachtenberg
amt Sat May 20 21:27:38 2006 UTC Modified files: /phpdoc/en/reference/shmop reference.xml Log: Fix typo http://cvs.php.net/viewcvs.cgi/phpdoc/en/reference/shmop/reference.xml?r1=1.15&r2=1.16&diff_format=u Index: phpdoc/en/reference/shmop/reference.xml diff

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

2006-04-25 Thread Adam Dickmeiss
dickmeiss Tue Apr 25 20:38:54 2006 UTC Added files: /phpdoc/en/reference/yaz/functions yaz-es.xml Modified files: /phpdoc/en/reference/yaz/functions yaz-es-result.xml Log: Document yaz_es_result, yaz_es http://cvs.php.net/viewcvs

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

2006-04-25 Thread Adam Dickmeiss
dickmeiss Tue Apr 25 20:38:35 2006 UTC Modified files: /phpdoc/entitiesglobal.ent Log: Added URL to Extended Service Doc of YAZ http://cvs.php.net/viewcvs.cgi/phpdoc/entities/global.ent?r1=1.263&r2=1.264&diff_format=u Index: phpdoc/entities/global.ent

[PHP-DOC] cvs: phpdoc /en/reference/soap/functions soap-soapclient-construct.xml

2005-12-21 Thread Adam Trachtenberg
amt Wed Dec 21 19:40:08 2005 EDT Modified files: /phpdoc/en/reference/soap/functions soap-soapclient-construct.xml Log: fix typo http://cvs.php.net/viewcvs.cgi/phpdoc/en/reference/soap/functions/soap-soapclient-construct.xml?r1=1.5&r2=1.6&diff_format=u Index

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

2005-11-30 Thread Adam Dickmeiss
dickmeiss Wed Nov 30 14:52:57 2005 EDT Modified files: /phpdoc/en/reference/yaz/functions yaz-connect.xml Log: Document yaz_connect options maximumRecordSize and preferredMessageSize. http://cvs.php.net/diff.php/phpdoc/en/reference/yaz/functions/yaz-co

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

2005-11-29 Thread Adam Dickmeiss
dickmeiss Wed Nov 30 02:56:16 2005 EDT Modified files: /phpdoc/en/reference/yazconfigure.xml Log: Rephrase http://cvs.php.net/diff.php/phpdoc/en/reference/yaz/configure.xml?r1=1.12&r2=1.13&ty=u Index: phpdoc/en/reference/yaz/configure.xml diff -u phpdo

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

2005-11-02 Thread Adam Dickmeiss
dickmeiss Wed Nov 2 15:48:26 2005 EDT Modified files: /phpdoc/en/reference/yaz/functions yaz-hits.xml Log: Document the SearchResult facility. http://cvs.php.net/diff.php/phpdoc/en/reference/yaz/functions/yaz-hits.xml?r1=1.6&r2=1.7&ty=u Index: phpdoc/

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

2005-11-02 Thread Adam Dickmeiss
dickmeiss Wed Nov 2 15:47:21 2005 EDT Modified files: /phpdoc/en/reference/yazconfigure.xml Log: Added more installation examples + more information about win32 install - including a notice about bad YAZ versions. http://cvs.php.net/diff.php/phpd

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

2005-11-02 Thread Adam Dickmeiss
dickmeiss Wed Nov 2 15:45:32 2005 EDT Modified files: /phpdoc/entitiesglobal.ent Log: Added the archive URL for the YAZ toolkit http://cvs.php.net/diff.php/phpdoc/entities/global.ent?r1=1.248&r2=1.249&ty=u Index: phpdoc/entities/global.ent diff -u php

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

2005-11-02 Thread Adam Dickmeiss
dickmeiss Wed Nov 2 10:21:56 2005 EDT Modified files: /phpdoc/entitiesglobal.ent Log: Added the archive URL for the YAZ WIN32 binary http://cvs.php.net/diff.php/phpdoc/entities/global.ent?r1=1.247&r2=1.248&ty=u Index: phpdoc/entities/global.ent diff -

[PHP-DOC] cvs: phpdoc /en/reference/soap/functions soap-soapclient-dorequest.xml

2005-10-21 Thread Adam Trachtenberg
amt Fri Oct 21 11:05:34 2005 EDT Modified files: /phpdoc/en/reference/soap/functions soap-soapclient-dorequest.xml Log: fix typo http://cvs.php.net/diff.php/phpdoc/en/reference/soap/functions/soap-soapclient-dorequest.xml?r1=1.3&r2=1.4&ty=u Index: phpdoc/en/

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

2005-04-28 Thread Adam Dickmeiss
dickmeiss Thu Apr 28 14:41:29 2005 EDT Modified files: /phpdoc/en/reference/yazreference.xml Log: Update example to use "usmarc" . Do not rely on register_globals. http://cvs.php.net/diff.php/phpdoc/en/reference/yaz/reference.xml?r1=1.18&r2=1.19&ty=

Re: [PHP-DOC] Encoding problems in Chinese manual

2005-04-17 Thread Adam Maccabee Trachtenberg
On Sun, 17 Apr 2005, Gabor Hojtsy wrote: > Use iconv. If you are on Unix or some sort of linux, iconv is available. > Otherwise search for a windows binary. I believe iconv is bundled with the PHP Windows releases (or actually compiled in for PHP 5). -adam -- [EMAIL PROTECTED]

Re: [PHP-DOC] #32410 [Opn]: Documentation unclear for SoapHeader

2005-04-03 Thread Adam Maccabee Trachtenberg
to the bug report, so you will get information on what was > the intention of the original submitter. The submitter is trying to send a SOAP header back from a SOAPServer written in PHP in response to a SOAP client request. This example shows how to send a SOAP header as part of a SOAP client request.

Re: [PHP-DOC] I have uptodate commiter stats

2004-07-19 Thread Adam Maccabee Trachtenberg
"Alexander Aulbachs" of the world, but properly can still highlight the big contributions of the team of folks who are really helping out with today's manual. Because I do think it's only fair that these guys get the proper credit for their work. -adam -- [EMAIL PROTECTED] author of o'reilly's "upgrading to php 5" and "php cookbook" avoid the holiday rush, buy your copies today!

Re: [PHP-DOC] I have uptodate commiter stats

2004-07-19 Thread Adam Maccabee Trachtenberg
he category of "have made some phpdoc cvs commits, but have made so few that I would miss the current cutoff." While I would be happy to find my name in the manual, I don't really expect it because my contribution is so much smaller than the people who I feel are actively contrib

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

2004-07-15 Thread Adam Maccabee Trachtenberg
be pulling the old material into that document? -adam -- [EMAIL PROTECTED] author of o'reilly's "upgrading to php 5" and "php cookbook" avoid the holiday rush, buy your copies today!

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

2004-07-15 Thread Adam Trachtenberg
amt Thu Jul 15 11:48:45 2004 EDT Modified files: /phpdoc/en/appendices migration5.xml Log: Add output of __get()/__set() example; Fix title of __call() example; Mention that these methods are only invoked when the property/method does not exist in the cl

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

2004-07-01 Thread Adam Dickmeiss
dickmeiss Thu Jul 1 16:35:39 2004 EDT Modified files: /phpdoc/en/reference/yaz/functions yaz-connect.xml Log: YAZ proxy now its own package (not part of yaz++ anymore) http://cvs.php.net/diff.php/phpdoc/en/reference/yaz/functions/yaz-connect.xml?r1=1.7&r

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

2004-07-01 Thread Adam Dickmeiss
dickmeiss Thu Jul 1 16:35:14 2004 EDT Modified files: /phpdoc/en/reference/yaz/functions yaz-database.xml Log: Rephrase http://cvs.php.net/diff.php/phpdoc/en/reference/yaz/functions/yaz-database.xml?r1=1.4&r2=1.5&ty=u Index: phpdoc/en/reference/yaz/funct

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

2004-07-01 Thread Adam Dickmeiss
dickmeiss Thu Jul 1 16:13:16 2004 EDT Modified files: /phpdoc/entitiesglobal.ent Log: Fix link to YAZ proxy http://cvs.php.net/diff.php/phpdoc/entities/global.ent?r1=1.187&r2=1.188&ty=u Index: phpdoc/entities/global.ent diff -u phpdoc/entities/global.

Re: [PHP-DOC] cvs: phpdoc /en/install/windows index.xml manual.xml

2004-06-13 Thread Adam Maccabee Trachtenberg
for each version of PHP). -adam -- [EMAIL PROTECTED] author of o'reilly's php cookbook avoid the holiday rush, buy your copy today!

[PHP-DOC] Reference comparison

2004-05-21 Thread Adam Hosek (Mamuf)
, but it does behave the same if you compare two references or just two identical copys of a variable. Is there any possibility to solve this problem out? Thank you, Adam Hosek aka Mamuf van Shmuuf - ICQ#84120575 [EMAIL PROTECTED]

[PHP-DOC] curl_errno curl_error documentation enhancement

2004-05-15 Thread Adam Jacob Muller
tation for your documentation system available i would be more than willing to do it for you Adam Jacob Muller

[PHP-DOC] #28166 [NEW]: ReflectionExtension proto fixes

2004-04-26 Thread adam at trachtenberg dot com
From: adam at trachtenberg dot com Operating system: * PHP version: 5CVS-2004-04-26 (dev) PHP Bug Type: Documentation problem Bug description: ReflectionExtension proto fixes Description: Here are two proto fixes for ReflectionExtension: http

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

2004-04-22 Thread Adam Dickmeiss
dickmeiss Thu Apr 22 08:06:04 2004 EDT Modified files: /phpdoc/en/reference/yaz/functions yaz-record.xml Log: More details about yaz_record http://cvs.php.net/diff.php/phpdoc/en/reference/yaz/functions/yaz-record.xml?r1=1.4&r2=1.5&ty=u Index: phpdoc/en/ref

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

2004-04-22 Thread Adam Dickmeiss
dickmeiss Thu Apr 22 08:05:21 2004 EDT Modified files: /phpdoc/entitiesglobal.ent Log: Added link to MARCXML site http://cvs.php.net/diff.php/phpdoc/entities/global.ent?r1=1.175&r2=1.176&ty=u Index: phpdoc/entities/global.ent diff -u phpdoc/entities/gl

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

2004-04-15 Thread Adam Trachtenberg
amt Thu Apr 15 17:43:06 2004 EDT Modified files: /phpdoc/en/appendices transports.xml Log: Table only has 3 columns http://cvs.php.net/diff.php/phpdoc/en/appendices/transports.xml?r1=1.7&r2=1.8&ty=u Index: phpdoc/en/appendices/transports.xml diff -u ph

Re: [PHP-DOC] Convert Characters

2004-03-29 Thread Adam Maccabee Trachtenberg
w up on php-general if you have more questions. -adam -- [EMAIL PROTECTED] author of o'reilly's php cookbook avoid the holiday rush, buy your copy today!

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

2004-03-10 Thread Adam Trachtenberg
amt Wed Mar 10 11:42:23 2004 EDT Modified files: /phpdoc/en/reference/simplexml reference.xml Log: Clarify "Comparing Elements..." text and code http://cvs.php.net/diff.php/phpdoc/en/reference/simplexml/reference.xml?r1=1.9&r2=1.10&ty=u Index: phpdoc/en

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

2004-03-09 Thread Adam Trachtenberg
amt Wed Mar 10 01:33:25 2004 EDT Modified files: /phpdoc/en/reference/simplexml reference.xml Log: Fix errors and add "Comparing Elements and Attributes with Text" section. http://cvs.php.net/diff.php/phpdoc/en/reference/simplexml/reference.xml?r1=1.8&r

[PHP-DOC] #27510 [NEW]: shm_put_var() return type incorrect

2004-03-05 Thread adam at trachtenberg dot com
From: adam at trachtenberg dot com Operating system: * PHP version: Irrelevant PHP Bug Type: Documentation problem Bug description: shm_put_var() return type incorrect Description: shm_put_var() is documented to return an int. This is incorrect. The function

[PHP-DOC] cvs: phpdoc /en/reference/yaz/functions yaz-addinfo.xml yaz-ccl-conf.xml yaz-connect.xml yaz-errno.xml yaz-error.xml yaz-scan-result.xml yaz-scan.xml yaz-set-option.xml yaz-wait.xml

2004-01-26 Thread Adam Dickmeiss
dickmeiss Mon Jan 26 08:42:22 2004 EDT Modified files: /phpdoc/en/reference/yaz/functions yaz-addinfo.xml yaz-ccl-conf.xml yaz-connect.xml yaz-errno.xml yaz-error.xml

[PHP-DOC] #26985 [NEW]: debug_backtrace() "type" documented incorrectly

2004-01-20 Thread adam at trachtenberg dot com
From: adam at trachtenberg dot com Operating system: * PHP version: Irrelevant PHP Bug Type: Documentation problem Bug description: debug_backtrace() "type" documented incorrectly Description: The documentation for debug_backtrace() says it will retur

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

2003-11-04 Thread Adam Dickmeiss
dickmeiss Tue Nov 4 07:39:10 2003 EDT Modified files: /phpdoc/en/reference/yaz/functions yaz-connect.xml Log: Describe charset option for yaz_connect Index: phpdoc/en/reference/yaz/functions/yaz-connect.xml diff -u phpdoc/en/reference/yaz/functions/yaz-c

[PHP-DOC] Error in zlib section

2003-08-24 Thread Adam Zey
The zlib section states that the zlib module is compiled in by default in all versions newer than 4.3.0. This is incorrect. In PHP 4.3.2, zlib support is NOT included by default, you have to configure with --with-zlib or you won't get zlib support. Regards, Adam. --- Outgoing mail is cert

[PHP-DOC] #22942 [Opn->Csd]: bcpow

2003-03-31 Thread adam
: adam New Comment: This bug has been fixed in CVS. In case this was a PHP problem, 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/. In case this was a documentation problem, the fix will show

[PHP-DOC] cvs: phpdoc /en/reference/bc/functions bcpow.xml bcpowmod.xml

2003-03-31 Thread Adam Voigt
adamMon Mar 31 09:52:04 2003 EDT Modified files: /phpdoc/en/reference/bc/functions bcpow.xml bcpowmod.xml Log: Update to reflect final result on Bug #22942. Index: phpdoc/en/reference/bc/functions/bcpow.xml diff -u phpdoc/en/reference/bc/functions

[PHP-DOC] cvs: phpdoc /en/reference/sem/functions msg-get-queue.xml msg-receive.xml msg-remove-queue.xml msg-send.xml msg-set-queue.xml msg-stat-queue.xml

2003-03-27 Thread Adam Voigt
adamThu Mar 27 10:16:08 2003 EDT Modified files: /phpdoc/en/reference/sem/functions msg-get-queue.xml msg-receive.xml msg-remove-queue.xml

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

2003-02-26 Thread Adam Dickmeiss
dickmeiss Wed Feb 26 11:39:07 2003 EDT Modified files: /phpdoc/en/reference/yazconfigure.xml Log: Notes for shared libraries and Windows Index: phpdoc/en/reference/yaz/configure.xml diff -u phpdoc/en/reference/yaz/configure.xml:1.5 phpdoc/en/reference

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

2003-02-24 Thread Adam Dickmeiss
dickmeiss Mon Feb 24 18:37:31 2003 EDT Modified files: /phpdoc/en/reference/yazconfigure.xml Log: YAZ 2.0 Index: phpdoc/en/reference/yaz/configure.xml diff -u phpdoc/en/reference/yaz/configure.xml:1.4 phpdoc/en/reference/yaz/configure.xml:1.5 --- phpd

[PHP-DOC] cvs: phpdoc /en/reference/yaz configure.xml reference.xml /en/reference/yaz/functions yaz-addinfo.xml yaz-ccl-conf.xml yaz-ccl-parse.xml yaz-close.xml yaz-connect.xml yaz-database.xml yaz-element.xml yaz-errno.xml yaz-error.xml yaz-get-option.xml yaz-itemorder.xml yaz-present.xml yaz-range.xml yaz-record.xml yaz-scan-result.xml yaz-scan.xml yaz-schema.xml yaz-search.xml yaz-set-option.xml yaz-sort.xml yaz-syntax.xml

2003-01-16 Thread Adam Dickmeiss
dickmeiss Thu Jan 16 04:44:50 2003 EDT Added files: /phpdoc/en/reference/yaz/functions yaz-get-option.xml yaz-schema.xml yaz-set-option.xml Modified files:

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

2003-01-16 Thread Adam Dickmeiss
dickmeiss Thu Jan 16 04:38:31 2003 EDT Modified files: /phpdoc/entitiesglobal.ent Log: Links to Z39.50 information Index: phpdoc/entities/global.ent diff -u phpdoc/entities/global.ent:1.73 phpdoc/entities/global.ent:1.74 --- phpdoc/entities/global.ent:

[PHP-DOC] Create directory using DSSSL

2002-12-17 Thread Adam Maccabee Trachtenberg
like mkdir?) I've searched all over for this, but DSSSL isn't quite in vogue any more, so documentation is hard to find. -adam PS: I'd prefer not to need to create the directories manually, because then they'll fail if we modify the docs to add or remove new sections. -

Re: [PHP-DOC] developers manual and users manual

2002-08-12 Thread Adam Maccabee Trachtenberg
nt I like this division. This will allow development of more introductory material in a separate space from function documentation. -adam -- PHP Documentation Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DOC] Bug #16234 Updated: important language features only mentioned in passing

2002-03-24 Thread adam
ID: 16234 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Closed Bug Type: Documentation problem Operating System: WinXP PHP Version: 4.1.2 New Comment: I should have mentioned, I'm referring to the index of the CHM. Th

[PHP-DOC] Bug #16234: important language features only mentioned in passing

2002-03-23 Thread adam
From: [EMAIL PROTECTED] Operating system: WinXP PHP version: 4.1.2 PHP Bug Type: Documentation problem Bug description: important language features only mentioned in passing There is no page for the keywords "global" or "static". Neither can be found in the index. There are

[PHP-DOC] Bug #14998 Updated: Can't name a class 'Directory'

2002-03-04 Thread adam
ID: 14998 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Documentation problem Operating System: Red Hat Linux 7.0 PHP Version: 4.0.5 New Comment: This one just bit me for 20 minutes as well. A documentat

Re: [PHP-DOC] cvs: phpdoc /howto working.xml

2001-10-22 Thread Adam Maccabee Trachtenberg
Advice for Translators" and "Here is some advice..." Advice is one of those singular plurals, like information or sheep. -adam -- adam maccabee trachtenberg [EMAIL PROTECTED]

Re: [PHP-DOC] cvs: phpdoc /en/functions datetime.xml

2001-04-23 Thread Adam Trachtenberg
On Mon, 23 Apr 2001, Damien Seguy wrote: > Index: phpdoc/en/functions/datetime.xml diff -u > phpdoc/en/functions/datetime.xml Mon Apr 23 11:17:48 2001 > +332,7 @@ > - "wday" - day of the week, numeric > + "wday" - day of the week, numeric : from 0 as Sunday

Re: [PHP-DOC] cvs: phpdoc /en/chapters install.xml

2001-04-20 Thread Adam Trachtenberg
http://www.entropy.ch/software/macosx">future site > + (old site). These links are blank and/or malformed. (Missing a "=" in the first ulink) I think that might cause a parser error. -adam -- / adam maccabee trachtenberg | visit college life online \ \ [EMAIL PROTECTED] | http://www.student.com/

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

2001-03-13 Thread Adam Dickmeiss
dickmeiss Tue Mar 13 09:08:09 2001 EDT Modified files: /phpdoc/en/functionsyaz.xml Log: Documentation for yaz_database. Index: phpdoc/en/functions/yaz.xml diff -u phpdoc/en/functions/yaz.xml:1.10 phpdoc/en/functions/yaz.xml:1.11 --- phpdoc/en/f

[PHP-DOC] cvs: phpdoc /en/functions yaz.xml php4/ext/yaz php_yaz.c php_yaz.h

2001-02-12 Thread Adam Dickmeiss
dickmeiss Mon Feb 12 15:31:11 2001 EDT Modified files: /php4/ext/yaz php_yaz.c php_yaz.h /phpdoc/en/functionsyaz.xml Log: Implemented yaz_present, yaz_scan, yaz_scan_result, yaz_ccl_conf, yaz_ccl_parse and yaz_itemorder. Updated document

  1   2   >