Re: [PHP-DOC] Re: [PHP-WEBMASTER] .chm format of PHP manual

2013-10-21 Thread Yoshinari Takaoka
On Tue, 22 Oct 2013 06:55:56 +0200 Ferenc Kovacs wrote: > > By the way, when is the chm download page back? > > > > http://www.php.net/download-docs.php > > > when this commit is reverted: > http://git.php.net/?p=web/php.git;a=commitdiff;h=de51de5838afb784259bf1b338f37f9e795fa157 > I don't have

Re: [PHP-DOC] Re: [PHP-WEBMASTER] .chm format of PHP manual

2013-10-21 Thread Ferenc Kovacs
On Tue, Oct 22, 2013 at 6:50 AM, Yoshinari Takaoka wrote: > On Sun, 20 Oct 2013 11:22:46 -0700 > Hannes Magnusson wrote: > > > We only distribute builds once a week, Fridays ~10am UTC. > > If the CHMs can be built on Thursday evening thats great (it may > > sometimes lag a week, as frequently peo

Re: [PHP-DOC] Re: [PHP-WEBMASTER] .chm format of PHP manual

2013-10-21 Thread Yoshinari Takaoka
On Sun, 20 Oct 2013 11:22:46 -0700 Hannes Magnusson wrote: > We only distribute builds once a week, Fridays ~10am UTC. > If the CHMs can be built on Thursday evening thats great (it may > sometimes lag a week, as frequently people do commit rages early > Fridays to get their docs in for a new ver

Re: [PHP-DOC] Re: [PHP-WEBMASTER] .chm format of PHP manual

2013-10-21 Thread Hannes Magnusson
On Sun, Oct 20, 2013 at 3:56 AM, Yoshinari Takaoka wrote: > On Sat, 19 Oct 2013 22:24:50 -0700 > Hannes Magnusson wrote: > >> Running now. >> > > Thank you! Now built chm files seem to be picked up on active mirrors. > I configured my jenkins job to build them on 20:00 UTC (5:00 JST) every day. >

Re: [PHP-DOC] Re: [PHP-WEBMASTER] .chm format of PHP manual

2013-10-20 Thread Yoshinari Takaoka
On Sat, 19 Oct 2013 22:24:50 -0700 Hannes Magnusson wrote: > Running now. > Thank you! Now built chm files seem to be picked up on active mirrors. I configured my jenkins job to build them on 20:00 UTC (5:00 JST) every day. Best Regards. -- Yoshinari Takaoka (mumumu@IRC) reversethis -> gro t

Re: [PHP-DOC] Re: fann documentation

2013-08-28 Thread Jakub Zelenka
Hi Hannes, I have this in my ~/.subversion/config > > [miscellany] > log-encoding = utf-8 > enable-auto-props = yes > [auto-props] > *.xml = svn:eol-style=native;svn:keywords=Id Rev Revision Date > LastChangedDate LastChangedRevision Author LastChangedBy HeadURL URL > > As long as the mime-type is

Re: [PHP-DOC] Re: fann documentation

2013-08-28 Thread Hannes Magnusson
On Sat, Aug 24, 2013 at 1:00 PM, Jakub Zelenka wrote: > Hi Hannes, > > I don't know if there are any instructions about how to setup svn on the >> wiki.. >> I believe most people checkout the doc-en magic module: >> https://svn.php.net/repository/phpdoc/modules/doc-en/ >> That includes the en/ di

Re: [PHP-DOC] Re: fann documentation

2013-08-24 Thread Jakub Zelenka
Hi Hannes, I don't know if there are any instructions about how to setup svn on the > wiki.. > I believe most people checkout the doc-en magic module: > https://svn.php.net/repository/phpdoc/modules/doc-en/ > That includes the en/ directory as svn:external along with the doc-base > folder. > > Tha

Re: [PHP-DOC] Re: fann documentation

2013-08-22 Thread Hannes Magnusson
On Wed, Aug 21, 2013 at 11:44 AM, Jakub Zelenka wrote: > On Fri, Aug 9, 2013 at 10:16 PM, Jakub Zelenka wrote: > >> Hi, >> >> I would like to commit documentation for my extension fann that is >> currently on PECL: http://pecl.php.net/package/fann . I have documented >> the extension, all functi

[PHP-DOC] Re: fann documentation

2013-08-21 Thread Jakub Zelenka
On Fri, Aug 9, 2013 at 10:16 PM, Jakub Zelenka wrote: > Hi, > > I would like to commit documentation for my extension fann that is > currently on PECL: http://pecl.php.net/package/fann . I have documented > the extension, all functions and classes. > > If you want to check the sources, they (just

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

2013-08-19 Thread PHP Group
VCS Account Approved: daverandom approved by bjori \o/

Re: [PHP-DOC] Re: Getting more people involved.. bye bye Docbook

2013-08-13 Thread pedram salehpoor
I was unable to find any decent rtl extension for Markdown except some javascript stuff but Docutils uses Python code and CSS to give bidirectional support to rst. It seems no rtl language has ever given any thought to use these in large scale or maybe I was unable to find them. On Tue, Aug 13,

Re: [PHP-DOC] Re: Getting more people involved.. bye bye Docbook

2013-08-13 Thread Hannes Magnusson
Excellent question. Do you know of any rtl examples using formats like markdown or rst? I've never really given it any thought. -Hannes On Tue, Aug 13, 2013 at 12:18 AM, pedram salehpoor wrote: > Markdown or anything easier than Docbook seems brilliant but What will > happen to right to left

Re: [PHP-DOC] Re: Getting more people involved.. bye bye Docbook

2013-08-13 Thread pedram salehpoor
Markdown or anything easier than Docbook seems brilliant but What will happen to right to left languages? We couldn't solve the rtl problem in Docbook. Will the problem persist in the new format? On Tue, Aug 13, 2013 at 9:17 AM, Hannes Magnusson < hannes.magnus...@gmail.com> wrote: > As an up

Re: [PHP-DOC] Re: Getting more people involved.. bye bye Docbook

2013-08-13 Thread Philip Olson
On Aug 12, 2013, at 10:47 PM, Christian Weiske wrote: > Hello Hannes, > > >> As an update.. Here is an actually generated page[1] into this new >> markdown/rST style format, and its html rendering[2] using the new >> tool, wtfm[3]. >> >> I still haven't received any suggested pure rST version

Re: [PHP-DOC] Re: Getting more people involved.. bye bye Docbook

2013-08-12 Thread Christian Weiske
Hello Hannes, > As an update.. Here is an actually generated page[1] into this new > markdown/rST style format, and its html rendering[2] using the new > tool, wtfm[3]. > > I still haven't received any suggested pure rST versions so will be > continuing using this format for the time being atlea

[PHP-DOC] Re: Getting more people involved.. bye bye Docbook

2013-08-12 Thread Hannes Magnusson
As an update.. Here is an actually generated page[1] into this new markdown/rST style format, and its html rendering[2] using the new tool, wtfm[3]. I still haven't received any suggested pure rST versions so will be continuing using this format for the time being atleast. -Hannes [1] https://ra

[PHP-DOC] Re: Getting more people involved.. bye bye Docbook

2013-08-09 Thread Hannes Magnusson
On Fri, Aug 9, 2013 at 10:34 PM, Hannes Magnusson wrote: > I've already started working on a PhD output format to help with the > transition. > The current format I am targetting looks something like the document attached. I ofcourse forgot to attach it.. -Hannes # SYNOPSIS int function strpo

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

2013-08-08 Thread Felipe Barth
It is an honor to join the team. Thanks. On Thu, Aug 8, 2013 at 3:56 PM, PHP Group wrote: > VCS Account Approved: fibbarth approved by bjori \o/ > > -- *Felipe Ismael Barth*Zend Certified Engineer PHP 5.3 (ZEND020390)

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

2013-08-08 Thread PHP Group
VCS Account Approved: fibbarth approved by bjori \o/

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

2013-08-08 Thread PHP Group
VCS Account Approved: malukenho approved by bjori \o/

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

2013-08-07 Thread PHP Group
VCS Account Rejected: danvarin rejected by bjori /o\

[PHP-DOC] Re: About phD & the online editor

2013-08-05 Thread Hannes Magnusson
bjori@anden:~/Sources/php/phpdoc $ rm -rf doc-base/.manual.xml out bjori@anden:~/Sources/php/phpdoc $ /usr/bin/php doc-base/configure.php --with-php='/usr/bin/php' --generate='en/preface.xml'; configure.php: $Id: configure.php 330577 2013-06-20 23:22:04Z bjori $ PHP version: 5.3.15 LibXML 2.7.4+

[PHP-DOC] Re: About phD & the online editor

2013-08-04 Thread Yannick Torrès
I get this error from my Apache error's file : [00:20:56 - E_USER_ERROR ] /home/yannick/Logiciels/doc-editor/data/phd/render.php:30 No Docbook file given. Specify it on the command line with --docbook. I just try without -d parameter, and steel the same 2013/8/4 Hannes Magnusso

[PHP-DOC] Re: About phD & the online editor

2013-08-04 Thread Hannes Magnusson
On Sun, Aug 4, 2013 at 2:23 PM, Yannick Torrès wrote: > Hi Hannes, > > Sorry for the late, I'm just back from holidays. > > > 2013/7/19 Hannes Magnusson >> >> So.. How does it work? >> Does it execute PhD from a specific path, or uses the globally installed >> binary? > > > When I install the pre

[PHP-DOC] Re: About phD & the online editor

2013-08-04 Thread Yannick Torrès
Hi Hannes, Sorry for the late, I'm just back from holidays. 2013/7/19 Hannes Magnusson > So.. How does it work? > Does it execute PhD from a specific path, or uses the globally installed > binary? > When I install the preview functionality, all works as espected. But now (and I don't know whe

[PHP-DOC] Re: About phD & the online editor

2013-07-19 Thread Hannes Magnusson
So.. How does it work? Does it execute PhD from a specific path, or uses the globally installed binary? And how does it work today, does the OE somehow svn checkout PhD or something like that? -Hannes On Thu, Jul 18, 2013 at 12:32 PM, Yannick Torrès wrote: > Just because I'm not through with P

[PHP-DOC] Re: About phD & the online editor

2013-07-18 Thread Yannick Torrès
Just because I'm not through with Pear ;) 2013/7/18 Hannes Magnusson > Is there particular reason why you need it from git, rather then > globally installed via pear? > > -Hannes > > On Thu, Jul 18, 2013 at 11:40 AM, Yannick Torrès > wrote: > > Just try to do it by myself, but it seems that gi

[PHP-DOC] Re: About phD & the online editor

2013-07-18 Thread Hannes Magnusson
Is there particular reason why you need it from git, rather then globally installed via pear? -Hannes On Thu, Jul 18, 2013 at 11:40 AM, Yannick Torrès wrote: > Just try to do it by myself, but it seems that git command isn't available > under the edit.php.net machin. > > Is-it possible to instal

[PHP-DOC] Re: About phD & the online editor

2013-07-18 Thread Yannick Torrès
Just try to do it by myself, but it seems that git command isn't available under the edit.php.net machin. Is-it possible to install it ? Best, Yannick 2013/7/18 Yannick Torrès > Hi Hannes, Philip, > > I'm sorry but I just view that phD have been moved from svn to Git. > > The online editor us

[PHP-DOC] Re: CHM Failures

2013-07-11 Thread Philip Olson
> > Where are we with the Windows build machine? > > I thought we lost oti1. No windows machine. No windows CHMs. It is building on a machine provided by Kalle. I'm not sure what the details are (e.g., access), but it is building. Please also see this post from today: http://markmail.org/th

[PHP-DOC] Re: [PHP-WEBMASTER] [PHP-DOC] Re: [PHP-WEBMASTER] CHM (with user notes) documentation is out of date

2013-07-11 Thread Philip Olson
On Jul 10, 2013, at 8:29 PM, Bogdan Popescu wrote: > I'm the developer behind Dash, a OS X documentation browser > (http://kapeli.com/dash) and I rely on those CHMs for generating the PHP > docset. > > Can you point me in the right direction to get more information on how the > CHMs get gene

Re: [PHP-DOC] Re: [PHP-WEBMASTER] CHM (with user notes) documentation is out of date

2013-07-10 Thread Bogdan Popescu
I'm the developer behind Dash, a OS X documentation browser (http://kapeli.com/dash) and I rely on those CHMs for generating the PHP docset. Can you point me in the right direction to get more information on how the CHMs get generated and what exactly is wrong with them? On 11 Jul 2013, at 06:

Re: [PHP-DOC] Re: [PHP-WEBMASTER] CHM (with user notes) documentation is out of date

2013-07-10 Thread Levi Morrison
On Wed, Jul 10, 2013 at 9:14 PM, Bogdan Popescu wrote: > I noticed CHM has been removed completely from > http://www.php.net/download-docs.php. Will it come back or is this final? > > Thank you! > They will come back if someone can fix them.

[PHP-DOC] Re: [PHP-WEBMASTER] CHM (with user notes) documentation is out of date

2013-07-10 Thread Bogdan Popescu
I noticed CHM has been removed completely from http://www.php.net/download-docs.php. Will it come back or is this final? Thank you! On 29 Jun 2013, at 16:34, Bogdan Popescu wrote: > Any news about this or an ETA? Thank you! > > > On 25 Jun 2013, at 20:29, Hannes Magnusson wrote: > >> On Mo

Re: [PHP-DOC] Re: Jetbrains PhpStorm OpenSource License Upgrade + Mentioning JetBrains on php.net

2013-06-29 Thread Derick Rethans
On Wed, 26 Jun 2013, Levi Morrison wrote: > > > > But we are not > > thanking them as a team for allowing you to use their commercial > > product, which they advertise is free to use for open source projects > > anyway. > > > > The difference is that I see it as being generous to allow open sourc

Re: [PHP-DOC] Re: [PHP-WEBMASTER] Uservoice & the new look / docs

2013-06-29 Thread Peter Cowburn
On 29 June 2013 20:12, Jesus M. Castagnetto wrote: > If sharing an admin account is against the TOS and you want to avoid the > trouble/problem that this can cause, have you considered and older but > similar tool: Google Moderator. If memory serves, it allowed for anonymous > posting of ideas an

Re: [PHP-DOC] Re: Jetbrains PhpStorm OpenSource License Upgrade + Mentioning JetBrains on php.net

2013-06-29 Thread Jesus M. Castagnetto
Just my old 2 cents. I am with Hannes on this one: there is no reason for the advertisement. It is very different to give you infrastructure for the visibility of the project (hosting, mirrors), and giving you a (perhaps) nice IDE for developing (I am old, so I use vim). Cheers. -- Jesus M. Cas

Re: [PHP-DOC] Re: [PHP-WEBMASTER] Uservoice & the new look / docs

2013-06-29 Thread Jesus M. Castagnetto
If sharing an admin account is against the TOS and you want to avoid the trouble/problem that this can cause, have you considered and older but similar tool: Google Moderator. If memory serves, it allowed for anonymous posting of ideas and voting. /me goes back to the old farts cave... -- Jesus M

[PHP-DOC] Re: [PHP-WEBMASTER] CHM (with user notes) documentation is out of date

2013-06-29 Thread Bogdan Popescu
Any news about this or an ETA? Thank you! On 25 Jun 2013, at 20:29, Hannes Magnusson wrote: > On Mon, Jun 24, 2013 at 11:59 PM, Bogdan Popescu wrote: >> The "CHM (with user notes)" downloadable documentation has the date of >> “2013-02-28” on its res/index.html page, whereas the “Many HTML fi

[PHP-DOC] Re: Jetbrains PhpStorm OpenSource License Upgrade + Mentioning JetBrains on php.net

2013-06-26 Thread Alexey Shein
2013/6/26 Hannes Magnusson > > I don't understand why you are even asking, not to mention fighting > this so hard. > You are using an editor which is free for use for open source project, > and you are pretty much at the point now that you are telling us we > have to advertise it - preferably wit

[PHP-DOC] Re: Jetbrains PhpStorm OpenSource License Upgrade + Mentioning JetBrains on php.net

2013-06-26 Thread Levi Morrison
> > But we are not > thanking them as a team for allowing you to use their commercial > product, which they advertise is free to use for open source projects > anyway. > The difference is that I see it as being generous to allow open source projects to use a commercial product at no cost.Our mirro

[PHP-DOC] Re: Jetbrains PhpStorm OpenSource License Upgrade + Mentioning JetBrains on php.net

2013-06-26 Thread Hannes Magnusson
On Wed, Jun 26, 2013 at 3:03 AM, Alexey Shein wrote: > Ok, just to make clear our position: what about simple text link on "Thanks" > page? > It seems the most appropriate place and format for me. I don't think it > would be advertisement (no annoying presence, no banners), just unobtrusive > "tha

[PHP-DOC] Re: Jetbrains PhpStorm OpenSource License Upgrade + Mentioning JetBrains on php.net

2013-06-26 Thread Alexey Shein
Ok, just to make clear our position: what about simple text link on "Thanks" page? It seems the most appropriate place and format for me. I don't think it would be advertisement (no annoying presence, no banners), just unobtrusive "thank you". 2013/6/25 Hannes Magnusson > On Tue, Jun 25, 2013 a

Re: [PHP-DOC] Re: [PHP-WEBMASTER] Uservoice & the new look / docs

2013-06-26 Thread Peter Cowburn
On 25 June 2013 22:58, Hannes Magnusson wrote: > On Tue, Jun 25, 2013 at 2:56 PM, Levi Morrison > wrote: > > On Tue, Jun 25, 2013 at 3:43 PM, Paul Dragoonis > wrote: > >> > >> salathe registered the account, he shared admin details with me to > >> moderate > >> and close off issues that I fix.

[PHP-DOC] Re: [PHP-WEBMASTER] Uservoice & the new look / docs

2013-06-25 Thread Hannes Magnusson
On Tue, Jun 25, 2013 at 2:56 PM, Levi Morrison wrote: > On Tue, Jun 25, 2013 at 3:43 PM, Paul Dragoonis wrote: >> >> salathe registered the account, he shared admin details with me to >> moderate >> and close off issues that I fix. >> > > Not sure what the best way to share these details is, but

[PHP-DOC] Re: [PHP-WEBMASTER] Uservoice & the new look / docs

2013-06-25 Thread Levi Morrison
On Tue, Jun 25, 2013 at 3:43 PM, Paul Dragoonis wrote: > salathe registered the account, he shared admin details with me to moderate > and close off issues that I fix. > > Not sure what the best way to share these details is, but they really ought to be shared somehow.

[PHP-DOC] Re: [PHP-WEBMASTER] Uservoice & the new look / docs

2013-06-25 Thread Paul Dragoonis
salathe registered the account, he shared admin details with me to moderate and close off issues that I fix. On Tue, Jun 25, 2013 at 10:30 PM, Hannes Magnusson < hannes.magnus...@gmail.com> wrote: > Hi > > Someone created this uservoice thingy and linked to it from all > php.net beta pages: ht

[PHP-DOC] Re: Jetbrains PhpStorm OpenSource License Upgrade + Mentioning JetBrains on php.net

2013-06-25 Thread Hannes Magnusson
On Tue, Jun 25, 2013 at 11:09 AM, Levi Morrison wrote: > On Tue, Jun 25, 2013 at 11:07 AM, Hannes Magnusson wrote: >> >> On Tue, Jun 25, 2013 at 12:49 AM, Alexey Shein wrote: >> > Hello, guys, >> > >> > JetBrains team supported us again and upgraded our free PhpStorm >> > license, so >> > if you

[PHP-DOC] Re: Jetbrains PhpStorm OpenSource License Upgrade + Mentioning JetBrains on php.net

2013-06-25 Thread Levi Morrison
On Tue, Jun 25, 2013 at 11:07 AM, Hannes Magnusson wrote: > On Tue, Jun 25, 2013 at 12:49 AM, Alexey Shein wrote: > > Hello, guys, > > > > JetBrains team supported us again and upgraded our free PhpStorm > license, so > > if you need that - feel free to drop me a letter with your php.net id :) >

[PHP-DOC] Re: [PHP-WEBMASTER] CHM (with user notes) documentation is out of date

2013-06-25 Thread Hannes Magnusson
On Mon, Jun 24, 2013 at 11:59 PM, Bogdan Popescu wrote: > The "CHM (with user notes)" downloadable documentation has the date of > “2013-02-28” on its res/index.html page, whereas the “Many HTML files” > downloadable documentation has the date of “2013-06-21”. > > Is the CHM documentation out of

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

2013-06-25 Thread Hannes Magnusson
On Tue, Jun 25, 2013 at 12:45 AM, Christoph Rosse wrote: > On 25.06.2013 08:46, Christian Stoller wrote: >> >> Hi internals. >> >> What do you think about moving the PHP documentation to a Git repository, >> mirrored on Github? Doing this would make it possible for everybody to >> extend the docum

[PHP-DOC] Re: Jetbrains PhpStorm OpenSource License Upgrade + Mentioning JetBrains on php.net

2013-06-25 Thread Hannes Magnusson
On Tue, Jun 25, 2013 at 12:49 AM, Alexey Shein wrote: > Hello, guys, > > JetBrains team supported us again and upgraded our free PhpStorm license, so > if you need that - feel free to drop me a letter with your php.net id :) > > There's one more thing to decide. Elena (Jetbrains Community Support

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

2013-06-25 Thread Adam Harvey
>>> On 25.06.2013 08:46, Christian Stoller wrote: What do you think about moving the PHP documentation to a Git repository, mirrored on Github? Doing this would make it possible for everybody to extend the documentation easily by creating pull requests. What do you think? Even

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

2013-06-25 Thread Klaus Silveira
On Tue, Jun 25, 2013 at 1:05 PM, David Soria Parra wrote: > On 2013-06-25, Ferenc Kovacs wrote: > > there were some initial discussion and work done on moving the docs to > git, > > see > > https://wiki.php.net/doc/git > > > http://git.php.net/?p=3Dweb/doc-editor.git;a=3Dshortlog;h=3Drefs/heads/

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

2013-06-25 Thread David Soria Parra
On 2013-06-25, Ferenc Kovacs wrote: > there were some initial discussion and work done on moving the docs to git, > see > https://wiki.php.net/doc/git > http://git.php.net/?p=3Dweb/doc-editor.git;a=3Dshortlog;h=3Drefs/heads/GIT_= > READY > http://marc.info/?l=3Dphpdoc&m=3D132321958514090&w=3D2 > >

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

2013-06-25 Thread Yannick Torrès
Hi, Just my two cent. The online editor is actually a greats tool to edit & commit some changes into the documentation for *all* translations. Please, don't view only the EN part of the documentation. If we plan to move to GitHub, there were a lot of work to do into the editor to continue to use i

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

2013-06-25 Thread Christian Stoller
> That aside: resources is also the issue with the online editor. We have > too few people working on docs, so in the end it doesn't make much > difference if they don't have time to review edit.php.net or github. > (while reviewing on edit.php.net has the benefit that it can directly > validate th

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

2013-06-25 Thread Sherif Ramadan
On Tue, Jun 25, 2013 at 5:10 AM, Johannes Schlüter wrote: > On Tue, 2013-06-25 at 08:46 +0200, Christian Stoller wrote: > > Hi internals. > > > > What do you think about moving the PHP documentation to a Git > > repository, mirrored on Github? Doing this would make it possible for > > everybody to

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

2013-06-25 Thread Johannes Schlüter
On Tue, 2013-06-25 at 08:46 +0200, Christian Stoller wrote: > Hi internals. > > What do you think about moving the PHP documentation to a Git > repository, mirrored on Github? Doing this would make it possible for > everybody to extend the documentation easily by creating pull > requests. Basical

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

2013-06-25 Thread Ferenc Kovacs
On Tue, Jun 25, 2013 at 10:18 AM, Pierre Joye wrote: > > On Tue, Jun 25, 2013 at 9:45 AM, Christoph Rosse > wrote: > >> On 25.06.2013 08:46, Christian Stoller wrote: > >>> > >>> Hi internals. > >>> > >>> What do you think about moving the PHP documentation to a Git > repository, > >>> mirrored on

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

2013-06-25 Thread Pierre Joye
and now with the right name... On Tue, Jun 25, 2013 at 10:18 AM, Pierre Joye wrote: > On Tue, Jun 25, 2013 at 9:45 AM, Christoph Rosse > wrote: >> On 25.06.2013 08:46, Christian Stoller wrote: >>> >>> Hi internals. >>> >>> What do you think about moving the PHP documentation to a Git repository

[PHP-DOC] Re: Jetbrains PhpStorm OpenSource License Upgrade + Mentioning JetBrains on php.net

2013-06-25 Thread Levi Morrison
On Tue, Jun 25, 2013 at 1:49 AM, Alexey Shein wrote: > Hello, guys, > > JetBrains team supported us again and upgraded our free PhpStorm license, > so if you need that - feel free to drop me a letter with your php.net id > :) > > There's one more thing to decide. Elena (Jetbrains Community Suppor

Re: [PHP-DOC] Re: OPCache documentation

2013-06-20 Thread Dmitry Stogov
Hi Adam, Thank you for taking this work. In case you have any questions, I'll glad to help. Thanks. Dmitry. On Fri, Jun 21, 2013 at 1:51 AM, Adam Harvey wrote: > On 20 June 2013 14:36, Julien Pauli wrote: > > On Wed, May 15, 2013 at 3:54 PM, Julien Pauli wrote: > >> > >> Hi all, > >> > >> A

Re: [PHP-DOC] Re: OPCache documentation

2013-06-20 Thread Sherif Ramadan
On Thu, Jun 20, 2013 at 5:51 PM, Adam Harvey wrote: > > I'm working on some basic opcache documentation as we speak, since it > was pointed out on #php.doc. That said, mostly what I'm doing for now > is adapting the README in ext/opcache and documenting opcache_reset() > and opcache_invalidate()

Re: [PHP-DOC] Re: OPCache documentation

2013-06-20 Thread Adam Harvey
On 20 June 2013 14:36, Julien Pauli wrote: > On Wed, May 15, 2013 at 3:54 PM, Julien Pauli wrote: >> >> Hi all, >> >> As you know, 5.5 final is coming soon. >> We are in RC, so mainly stabilizing stuff and preparing the final release >> for anyone to setup 5.5 on their servers. >> >> I see the do

Re: [PHP-DOC] Re: OPCache documentation

2013-06-20 Thread Sherif Ramadan
On Thu, Jun 20, 2013 at 5:36 PM, Julien Pauli wrote: > On Wed, May 15, 2013 at 3:54 PM, Julien Pauli wrote: > >> Hi all, >> >> As you know, 5.5 final is coming soon. >> We are in RC, so mainly stabilizing stuff and preparing the final release >> for anyone to setup 5.5 on their servers. >> >> I

[PHP-DOC] Re: OPCache documentation

2013-06-20 Thread Julien Pauli
On Wed, May 15, 2013 at 3:54 PM, Julien Pauli wrote: > Hi all, > > As you know, 5.5 final is coming soon. > We are in RC, so mainly stabilizing stuff and preparing the final release > for anyone to setup 5.5 on their servers. > > I see the documentation migration guide has already been commited,

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

2013-06-20 Thread PHP Group
VCS Account Approved: whatthejeff approved by bjori \o/

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

2013-06-17 Thread Sherif Ramadan
On Mon, Jun 17, 2013 at 1:18 PM, Adam Harvey wrote: > 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? > > mbstring.func_overload is off. Doesn't seem to make a differenc

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] Re: strlen and multi-byte characters

2013-06-16 Thread Sherif Ramadan
On Sun, Jun 16, 2013 at 1:54 PM, Andrey Pashentsev wrote: > ** > Below is what I got (php5.4): > 1) > Script is in utf-8 with BOM encoding. zend.multibyte is enabled > (to use this feature, mbstring extension must be enabled). > echo strlen('ы'); //russian letter > $str = 'äå'; > echo "\n" . strl

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

2013-06-16 Thread Andrey Pashentsev
Below is what I got (php5.4): 1) Script is in utf-8 with BOM encoding. zend.multibyte is enabled (to use this feature, mbstring extension must be enabled). Output: 1 2 2) Script is in utf-8 encoding. zend.multibyte is disabled. Output: 2 4 "Sherif Ramadan" сообщил/сообщила в новостях сле

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

2013-06-16 Thread Sherif Ramadan
On Sun, Jun 16, 2013 at 3:51 AM, Andrey Pashentsev wrote: > > "Adam Kazimierczak" сообщил/сообщила в новостях > следующее: news:51BA2CC5.3060508@gmail.**com... > > Hello Mailing List, >> >> I found that strlen is often considered as a function that counts >> characters in strings, rather than by

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

2013-06-16 Thread Andrey Pashentsev
"Adam Kazimierczak" сообщил/сообщила в новостях следующее: news:51ba2cc5.3060...@gmail.com... Hello Mailing List, I found that strlen is often considered as a function that counts characters in strings, rather than bytes. Such mistake is even often seen on blogs or tutorials, so many PHP begi

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

2013-06-14 Thread PHP Group
VCS Account Approved: kazymjir approved by bjori \o/

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

2013-05-26 Thread Adam Harvey
(Cross-posted from the bugspam list.) On 25 May 2013 12:10, wrote: > This behaviour is common across almost all functions, and we have a > note to that effect on the "Internal (built-in) functions" page > (http://php.net/manual/en/functions.internal.php): > > Note: If the parameters given to

[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
On 26 May 2013 02:06, Manmohan Bishnoi wrote: > Just wanted to know that whether this is a BUG or the documentation > structure has been under major changes ? This is a bug — specifically, https://bugs.php.net/bug.php?id=64842, I believe. I don't think anyone who knows about CHM generation has ha

Re: [PHP-DOC] Re: [PHP-DEV] VCS Account Request: baronth

2013-04-13 Thread Hannes Magnusson
Have you looked at https://edit.php.net ? -Hannes On Sat, Mar 23, 2013 at 7:11 AM, Ferenc Kovacs wrote: > > > > On Thu, Mar 21, 2013 at 1:11 PM, Alessandro Delvai > wrote: >> >> Translate in italian the pages of the PHP Documentation >> >> >> -- >> PHP Internals - PHP Runtime Development Mailin

[PHP-DOC] Re: How do I submit a patch?

2013-03-31 Thread Madara Uchiha
Thank you, I've done so. Good day On Mar 31, 2013 3:07 AM, "Dallas Thunder" wrote: > After you finished editing 1 file and saved it in PDOE, you'll see "Work > in progress(1)" on left panel. > Expand "Work in progress(1)" and find that file under some anonymous user > (assume you logged in as an

[PHP-DOC] Re: How do I submit a patch?

2013-03-30 Thread Dallas Thunder
After you finished editing 1 file and saved it in PDOE, you'll see "Work in progress(1)" on left panel. Expand "Work in progress(1)" and find that file under some anonymous user (assume you logged in as anonymous) or your login name, then you can right click that file name and select "Submit as

[PHP-DOC] Re: OPcache documentation

2013-03-27 Thread Christopher Jones
On 03/27/2013 10:21 AM, Dmitry Stogov wrote: Hi Chris, We maintain a README file that might be used as a source for documentation. I didn't plan to write documentation myself. Thanks for the clarification. OPcache needs PHP documentation because it is a major feature for 5.5. Can Zend own m

[PHP-DOC] Re: OPcache documentation

2013-03-27 Thread Dmitry Stogov
Hi Chris, We maintain a README file that might be used as a source for documentation. I didn't plan to write documentation myself. Thanks. Dmitry. On Wed, Mar 27, 2013 at 1:42 AM, Christopher Jones < christopher.jo...@oracle.com> wrote: > Hi Zeev, Dmitry, > > What's the plan for OPcache user do

[PHP-DOC] Re: [PHP-DEV] VCS Account Request: baronth

2013-03-23 Thread Ferenc Kovacs
On Thu, Mar 21, 2013 at 1:11 PM, Alessandro Delvai < delvai.alessan...@gmail.com> wrote: > Translate in italian the pages of the PHP Documentation > > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > > just including the right list

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

2013-03-21 Thread PHP Group
VCS Account Approved: ichenshy approved by bjori \o/

[PHP-DOC] Re: [PHP-WEBMASTER] doc.php.net

2013-02-27 Thread Philip Olson
On Feb 27, 2013, at 7:06 PM, Ferenc Kovacs wrote: > On Sun, Feb 24, 2013 at 11:13 PM, Hannes Magnusson < > hannes.magnus...@gmail.com> wrote: > >> On Sun, Feb 24, 2013 at 2:01 PM, Ferenc Kovacs wrote: >>> Hi, >>> >>> I've restored some missing crontabs on the doc.php.net(euk2.php.net) >>> mac

[PHP-DOC] Re: [PHP-WEBMASTER] doc.php.net

2013-02-27 Thread Ferenc Kovacs
On Sun, Feb 24, 2013 at 11:13 PM, Hannes Magnusson < hannes.magnus...@gmail.com> wrote: > On Sun, Feb 24, 2013 at 2:01 PM, Ferenc Kovacs wrote: > > Hi, > > > > I've restored some missing crontabs on the doc.php.net(euk2.php.net) > > machine(and executed them). > > Fortunately the cron scripts wer

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

2013-02-24 Thread Ferenc Kovacs
it is a tortoisesvn feature: http://tortoisesvn.net/docs/nightly/TortoiseSVN_en/tsvn-dug-bugtracker.html On Mon, Feb 25, 2013 at 12:28 AM, Hannes Magnusson < hannes.magnus...@gmail.com> wrote: > How does this work? :] > > Is this native svn feature or something? > > -Hannes > > On Sun, Feb 24, 2

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

2013-02-24 Thread Hannes Magnusson
How does this work? :] Is this native svn feature or something? -Hannes On Sun, Feb 24, 2013 at 1:48 AM, Jakub Vrana wrote: > vranaSun, 24 Feb 2013 09:48:16 + > > Revision: http://svn.php.net/viewvc?view=revision&revision=329571 > > Log: > Integrate with

[PHP-DOC] Re: [PHP-WEBMASTER] doc.php.net

2013-02-24 Thread Hannes Magnusson
On Sun, Feb 24, 2013 at 2:01 PM, Ferenc Kovacs wrote: > Hi, > > I've restored some missing crontabs on the doc.php.net(euk2.php.net) > machine(and executed them). > Fortunately the cron scripts were in the repo: > http://git.php.net/?p=web/doc.git;a=tree;f=cron so I only had to put the > calls bac

[PHP-DOC] Re: [DOC-CVS] svn: /phpdoc/en/trunk/reference/spl/splfileobject/ tostring.xml

2013-01-30 Thread Peter Cowburn
On 30 January 2013 09:37, Ferenc Kovacs wrote: > > hi, > > could you please link the relevant page about this? > > > > Before I commited the change, I looked around, and every other alias under > spl had the method synapsis with the exception of > splfileobject/getcurrentline.xml(which should be

[PHP-DOC] Re: [DOC-CVS] svn: /phpdoc/en/trunk/reference/spl/splfileobject/ tostring.xml

2013-01-30 Thread Ferenc Kovacs
On Wed, Jan 30, 2013 at 8:48 AM, Peter Cowburn wrote: > On 30 January 2013 01:30, Ferenc Kovacs wrote: > > tyrael Wed, 30 Jan 2013 01:30:54 + > > > > Revision: http://svn.php.net/viewvc?view=revision&revision=329366 > > > > Log: > > add synopsis for the SplFi

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

2013-01-20 Thread Peter Cowburn
On 21 January 2013 00:48, Hannes Magnusson wrote: > > I assume that much, but... and what? > Do we get a mail on build failure? Does it notify the author who broke > the build? > Whats the purpose? > Currently, the author/committer (the same person, as we're using SVN) will get an email if they b

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

2013-01-20 Thread Adam Harvey
On 21 January 2013 09:08, Ferenc Kovacs wrote: > http://about.travis-ci.org/docs/user/notifications/ > we don't have a custom notifications set up, so the default behavior will be > used when sending out the email on broken builds. Is the owner of the repository in this case phpdoc@lists.php.net?

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

2013-01-20 Thread Ferenc Kovacs
On Mon, Jan 21, 2013 at 1:48 AM, Hannes Magnusson < hannes.magnus...@gmail.com> wrote: > On Sun, Jan 20, 2013 at 6:57 PM, Ferenc Kovacs wrote: > > > > > > > > On Sun, Jan 20, 2013 at 11:29 PM, Hannes Magnusson > > wrote: > >> > >> On Wed, Jan 2, 2013 at 6:36 PM, Peter Cowburn wrote: > >> > sala

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

2013-01-20 Thread Adam Harvey
On 21 January 2013 08:48, Hannes Magnusson wrote: > I assume that much, but... and what? > Do we get a mail on build failure? Does it notify the author who broke > the build? > Whats the purpose? I can't answer how it's set up now, but one advantage down the track would be the integration with Gi

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

2013-01-20 Thread Hannes Magnusson
On Sun, Jan 20, 2013 at 6:57 PM, Ferenc Kovacs wrote: > > > > On Sun, Jan 20, 2013 at 11:29 PM, Hannes Magnusson > wrote: >> >> On Wed, Jan 2, 2013 at 6:36 PM, Peter Cowburn wrote: >> > salathe Wed, 02 Jan 2013 23:36:22 + >> > >> > Revision: http://svn.php.ne

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

2013-01-20 Thread Ferenc Kovacs
On Sun, Jan 20, 2013 at 11:29 PM, Hannes Magnusson < hannes.magnus...@gmail.com> wrote: > On Wed, Jan 2, 2013 at 6:36 PM, Peter Cowburn wrote: > > salathe Wed, 02 Jan 2013 23:36:22 + > > > > Revision: http://svn.php.net/viewvc?view=revision&revision=328948 > >

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

2013-01-20 Thread Hannes Magnusson
On Wed, Jan 2, 2013 at 6:36 PM, Peter Cowburn wrote: > salathe Wed, 02 Jan 2013 23:36:22 + > > Revision: http://svn.php.net/viewvc?view=revision&revision=328948 > > Log: > add travis ci > > Changed paths: > A phpdoc/en/trunk/.travis.yml > > Added: phpdoc/

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

2013-01-17 Thread PHP Group
rasmus approved mikemike account request \o/

  1   2   3   4   5   6   7   8   9   10   >