> On Dec 30, 2020, at 08:19, Andreas Heigl wrote:
>
> Hey folks!
>
> The PHP-Documentation has moved to git!
Absolutely phenomenal. Well done all around!
--
Paul M. Jones
pmjo...@pmjones.io
http://paul-m-jones.com
Modernizing Legacy Applications in PHP
https://leanpub.com/mlaphp
Solving
On Wed, Dec 30, 2020 at 8:20 AM Andreas Heigl wrote:
> The PHP-Documentation has moved to git!
>
>
Stands.
Begins slow clap.
Clapping builds to a crescendo as the rest of the PHP community joins in.
Loud whistling and hootin' and hollerin' are mixed into the cacophony.
You are a hero. Some day p
Hey folks!
The PHP-Documentation has moved to git!
Not at the same day as the PHP8-release but at least in the same year ;-)
Nikita and myself took the last steps today to finalize what a number of
people have been working on for the last at least 4 years.
Thanks to Derick, Rasmus, Sara, Paul,
On 5/30/2017 9:26 PM, Stanislav Malyshev wrote:
> Hi!
>
> Sorry if it sounded that way, I of course meant nothing like it. I just
> meant that introducing docs standard should not be made in a routine
> unrelated patch, where it could be missed by many people, but as an
> ordered process. Otherwis
Hi!
>> But randomly introducing docs system without any explicit decision in an
>> unrelated patch doesn't look like a good idea to me.
>>
>
> Wow! This sounds like you think that I am trying to deliberately
> sabotaging the PHP project. Quite the opposite is the case. I am simply
Sorry if it so
Hey Stas!
On 5/30/2017 12:50 AM, Stanislav Malyshev wrote:
> Hi!
>
>> I used Doxygen in both PRs to document the code. Right now the code base
>> is lacking a lot of documentation, which, if done right, would greatly
>> improve accessibility of the code base.
>
> Well, the problem as I understan
Hi!
> I used Doxygen in both PRs to document the code. Right now the code base
> is lacking a lot of documentation, which, if done right, would greatly
> improve accessibility of the code base.
Well, the problem as I understand it is that we don't have Doxygen setup
for docs generation. So, addin
On 5/24/2017 12:33 PM, Fleshgrinder wrote:
> Hey internals!
>
> Nikic recommended that we discuss this topic before my latest PRs can be
> merged.
>
> https://github.com/php/php-src/pull/2523
> https://github.com/php/php-src/pull/2535
>
> I used Doxygen in both PRs to document the code. Right no
Hey internals!
Nikic recommended that we discuss this topic before my latest PRs can be
merged.
https://github.com/php/php-src/pull/2523
https://github.com/php/php-src/pull/2535
I used Doxygen in both PRs to document the code. Right now the code base
is lacking a lot of documentation, which, if
The translations for other langages are currently misleading as well,
since it still mentions PHP5.6 is under development.
e.g. :
http://php.net/manual/fr/migration56.php
http://php.net/manual/de/migration56.php
...
Thanks,
Jocelyn
Le 29/08/2014 02:43, Alain Williams a écrit :
I notice t
Hi Alain,
On 29 Aug, 2014, at 8:43 am, Alain Williams wrote:
> I notice that in the precedence chart the new **= operator is missing:
>
> http://uk1.php.net/manual/en/language.operators.precedence.php
>
> The announcement (below) says that it is right associative, but the precedent
> chart abo
On 29 Aug 2014, at 01:43, Alain Williams wrote:
> I notice that in the precedence chart the new **= operator is missing:
>
> http://uk1.php.net/manual/en/language.operators.precedence.php
It’s not on docs.php.net either, so the manual must just be out-of-date.
> The announcement (below) says
I notice that in the precedence chart the new **= operator is missing:
http://uk1.php.net/manual/en/language.operators.precedence.php
The announcement (below) says that it is right associative, but the precedent
chart above says that it is left associative. From the example it seems to be
right a
On Tue, Jan 8, 2013 at 2:27 PM, Pierre Joye wrote:
> On Tue, Jan 8, 2013 at 3:22 PM, Lester Caine wrote:
>
> > Reflection/Annotations are just another way of 'documenting' classes -
> > aren't they?
>
> No.
>
> Annotations are used to affect behaviors, define services, etc. Check
> out the c# im
Heya,
Actually, annotations became a form of configuration, very powerful when
dealing with AOP and metadata. Very useful when your classes are tightly
coupled with config. If you never came to use them or never felt the need
to use them, fine.
But I wouldn't call it "further complexity without a
On Tue, Jan 8, 2013 at 3:22 PM, Lester Caine wrote:
> Reflection/Annotations are just another way of 'documenting' classes -
> aren't they?
No.
Annotations are used to affect behaviors, define services, etc. Check
out the c# implementation for example.
--
Pierre
@pierrejoye | http://blog.thep
Having been using 'docblock' elements to document classes in PHP for many years,
their use by PHPEclipse and PDE to provide type-hinting and via phpdocumentor to
build developer documentation for classes, I simply haven't seen any need for
some of the more recent developments.
Reflection/Annot
> can you guys give me an advice about where find good documentation/books
> about php C module development?
For starters you can look at this:
http://short.ie/extendingphp
This is linking to Sara's blog. Oh look on the right hand side... you
can buy it from there as well :D
Great book really.
Hi,
can you guys give me an advice about where find good documentation/books
about php C module development?
tanks for advanced.
--
Ivo Nascimento - Iann
-
| twitter: ivonascimento . |
| http://ianntech.com.br. |
| ZCE ID 227463685
On Sat, Jun 14, 2008 at 23:16, Nathan Nobbe <[EMAIL PROTECTED]> wrote:
> one of the classes documented on php.net, HttpRequestPool, is not entirely
> documented correctly.
>
> http://www.php.net/manual/en/class.httprequestpool.php
Fixed, thanks for the heads up.
>
> as you can see, it is document
one of the classes documented on php.net, HttpRequestPool, is not entirely
documented correctly.
http://www.php.net/manual/en/class.httprequestpool.php
as you can see, it is documented as if the class were HttpMessage. who is
the correct person / list / w/e to contact w/ such information, so tha
On 6/17/07, muquaddim <[EMAIL PROTECTED]> wrote:
If I get this I could have make a .NET wrapper.
You may also want to look at this:
http://netevil.org/blog/2004/jul/phpscript
source code:
http://cvs.php.net/viewvc.cgi/pecl/activescript/
--Wez.
--
PHP Internals - PHP Runtime Development M
On 6/17/07, muquaddim <[EMAIL PROTECTED]> wrote:
"Tijnema" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> On 6/17/07, muquaddim <[EMAIL PROTECTED]> wrote:
>> Hi,
>> I have use dumpbin to get the method names of php5ts.dll file. I get many
>> names.
>> 2 of these methods are,
>> "p
"Tijnema" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> On 6/17/07, muquaddim <[EMAIL PROTECTED]> wrote:
>> Hi,
>> I have use dumpbin to get the method names of php5ts.dll file. I get many
>> names.
>> 2 of these methods are,
>> "php_execute_script"
>> "php_execute_simple_script"
Hi muquaddim,
before calling these API functions you have to initialise some data
structures. The usual way to embed PHP into another environment is to
provide an SAPI module which wraps PHP's APIs to something you can use
from another system in a nice way.
See php-src/sapi/embed/ for a quite sim
On 6/17/07, muquaddim <[EMAIL PROTECTED]> wrote:
Hi,
I have use dumpbin to get the method names of php5ts.dll file. I get many
names.
2 of these methods are,
"php_execute_script"
"php_execute_simple_script"
I guess these are the methods that are responsible for executing php source
(.php) files.
Hi,
I have use dumpbin to get the method names of php5ts.dll file. I get many
names.
2 of these methods are,
"php_execute_script"
"php_execute_simple_script"
I guess these are the methods that are responsible for executing php source
(.php) files.
now I need to know, what are the parameter of th
On 9/4/06, Diego do Nascimento Feitosa <[EMAIL PROTECTED]> wrote:
Hi all,
I would like to know, where can I find documentation of Zend API
to create fully object oriented extensions to PHP5??
I found at www.zend.com an article from Sara Golemon (but the
object creation wasn't covered yet) and th
1) chapter 4's coming out as soon as Sara's real life slows down
2) Sorry, it's been on my TODO forever to update the Zend API docs in the
manual :(
- Original Message -
From: "Sebastian Bergmann" <[EMAIL PROTECTED]>
To:
Sent: Monday, September 04, 200
Diego do Nascimento Feitosa wrote:
> I would like to know, where can I find documentation of Zend API
> to create fully object oriented extensions to PHP5?
The only reference for this is Sara Golemon's book on the topic:
http://slashdot.org/article.pl?sid=06/07/31/1416207
--
Sebastian Bergmann
Hi all,
I would like to know, where can I find documentation of Zend API
to create fully object oriented extensions to PHP5??
I found at www.zend.com an article from Sara Golemon (but the
object creation wasn't covered yet) and the Zend API docs, but it
wasn't helpfull...
Thanks all!
[]'s
Diego
jani,
what are you talking about?
--
Joseph Crawford Jr.
Zend Certified Engineer
Codebowl Solutions, Inc.
1-802-671-2021
[EMAIL PROTECTED]
1 (one) email about this would have been enough. No more spam please! :)
--Jani
On Thu, 8 Dec 2005, Andi Gutmans wrote:
You can also check out my book: http://tinyurl.com/7aect It's a free download.
It has one chapter of the basics for PHP extension writing. It might not
answer all
lol so now i find out it's a free download i bought that book not long ago i
like print better anyway ;)
--
Joseph Crawford Jr.
Zend Certified Engineer
Codebowl Solutions, Inc.
1-802-671-2021
[EMAIL PROTECTED]
You can also check out my book: http://tinyurl.com/7aect It's a free download.
It has one chapter of the basics for PHP extension writing. It might
not answer all your questions but definitely gives a solid foundation
for understanding how things work.
Andi
At 03:36 PM 12/8/2005, Joseph Crawf
Hello Everyone,
I have some knowledge of C and would like to learn more, i have a great book
by Deitel & Deitel and have gone through it. What i would like to know is
where i can get docs on creating PHP extensions so that i could use them
with my PHP on windows and nix.
Any direction is appreci
Hello Nuno,
Tuesday, October 5, 2004, 6:03:13 PM, you wrote:
BTW There aren't so many documentation bugs open... We have made a great
effort to close most of them.
And currently there are more Zend Engine bugs open then documentaion bugs
;)
We still have absolutley no way to document any class. I
Hello Nuno,
Tuesday, October 5, 2004, 6:03:13 PM, you wrote:
> BTW There aren't so many documentation bugs open... We have made a great
> effort to close most of them.
> And currently there are more Zend Engine bugs open then documentaion bugs ;)
We still have absolutley no way to document any c
38 matches
Mail list logo