[PHP-DEV] hello!

2022-11-03 Thread 8ctopus

Hello everyone,

I would like to publish my first RFC:

https://github.com/php/php-src/issues/9216#issuecomment-1212735419

I would be grateful if someone could grant me access or publish the RFC on my 
behalf.

Sincerely,

David aka 8ctopus

--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: https://www.php.net/unsub.php



Re: [PHP-DEV] Hello

2020-10-22 Thread G. P. B.
On Thu, 22 Oct 2020 at 10:11, Andreas Bittner  wrote:

> Hello everyone
>
> I've been a reader of internals for some years and would like to join
> the round.
>
> Unfortunately I have no experience implementing changes to the PHP
> source itself. I hope to find the time to work my way into php-src and
> hopefully contribute some RFCs and PRs in the future.
>
> Is input from non-core-devs on core-matters such as discussions of new
> features and language changes welcome?
> While I might not be able to speak for the implementation side, I have
> over a decade of experience using PHP in the field and would very much
> like to help the language develop.
>
> - Andreas
>
> --
> PHP Internals - PHP Runtime Development Mailing List
> To unsubscribe, visit: https://www.php.net/unsub.php
>
>
Hello Andreas,

Most people participating in discussion on the internals list are
non-core-dev
so feel free to participate in the discussion.

We have a set of "rules"/guidelines for the mailing list that you can find
here:
https://github.com/php/php-src/blob/master/docs/mailinglist-rules.md

In regards to new features/discussion I recommend reading the excellent
article
from Christopher Jones from Oracle about the RFC process:
https://blogs.oracle.com/opal/the-mysterious-php-rfc-process-and-how-you-can-change-the-web

For documentation about the PHP source code a good start are the following
"books":
 - phpinternalsbook.com/
 - https://www.zend.com/resources/writing-php-extensions
 - https://phpinternals.net/
And a helpful tool is LXR to navigate the code base/find things which is
currently located at:
https://heap.space/

Hope this helps,

Best regards

George P. Banyard


[PHP-DEV] Hello

2020-10-22 Thread Andreas Bittner

Hello everyone

I've been a reader of internals for some years and would like to join 
the round.


Unfortunately I have no experience implementing changes to the PHP 
source itself. I hope to find the time to work my way into php-src and 
hopefully contribute some RFCs and PRs in the future.


Is input from non-core-devs on core-matters such as discussions of new 
features and language changes welcome?
While I might not be able to speak for the implementation side, I have 
over a decade of experience using PHP in the field and would very much 
like to help the language develop.


- Andreas

--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: https://www.php.net/unsub.php



[PHP-DEV] Hello everybody

2019-01-01 Thread Legale Legage
Hello my name is Ruslan, login on wiki.php.net is rumi. I would like to
take a part in
php development. Please give me write access to create an RFC.


[PHP-DEV] Hello PHP-World

2015-03-10 Thread Pretzlaw

Hello,

my name is Mike Pretzlaw, I am a (senior) developer, (junior) project 
manager and work with PHP for a decade now. About time to contribute to 
the PHP-Core and give something back to it. Unfortunately the 
registration 
(https://wiki.php.net/rfc/engine_exceptions_for_php7?do=register) does 
not seem to be send anywhere or lacks at response messages to the 
submitter. Yet I hope my registration reached the mailing list ;)


My knowledge in PHP is great (as I can say) and thanks to my studying I 
am familiar with C++, Java and other languages. But I rather like to 
take things step by step than straddle into your development. For the 
first step it shall be contribution to the RFC and topics in the mailing 
list. By looking and learning from the patches in the RFC list I hope to 
meet the whole architecture of PHP (as my second step). And at l(e)ast I 
like to write RFCs too and contributes patches. Bugfixes, fasten up 
algorithms and developing more in the core is a dream but not 
impossible. But that last one is something I need to find out and hope 
to be welcome in your team.


Please give me the opportunity to contribute to your language and the 
chance to adapt more competences. It would meet one of my big wishes.



Cheers,

Mike Pretzlaw

--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP-DEV] Hello - been pointed this way for suggestions - Including.

2010-11-29 Thread Michael Morris
Been pointed this way by some folks that this is the place to set
suggestions on changes to the functions or language. I have two at the
moment, and that is to the including functions (include, require,
include_once, require_once). They need to be considered separately as they
address two different problems.

Tag Selection at include.
First is the problem of short tags and they aren't being widely used because
of the problems they cause for XML files.

Why not allow the tag type to be chosen at file include? This should bypass
the objections seen in http://wiki.php.net/rfc/shortags

The parameter would be set by a constant.

Val  Constant   Effect
0PHP_TAGS_INI   Use the ini setting. Default.
1PHP_TAGS_STANDARD  Use standard PHP tags.
2PHP_TAGS_SHORT Use PHP short tags.
3PHP_TAGS_NONE  No tags allowed in file, parse as PHP.
4PHP_TAGS_SCRIPTScript tags 
5PHP_TAGS_ASP   ASP style tags <% %>

PHP_TAGS_NONE is suggested as a possible bonus mode this approach allows
that wouldn't be feasible otherwise.  In this mode the engine treats the
whole file as PHP and doesn't allow mode switching.  This might allow the
engine to parse the file faster.  Importantly it would allow framework
designers to enforce that certain files not have HTML in them - such as a
database class, or a custom child class.  Admittedly it doesn't stop
echo'ing the html, but it drives home the point to all but the densest that
perhaps this isn't the place to be printing/echoing.  It would encounter the
problem of current tools assuming that a PHP file will always have a
starting 

Re: [PHP-DEV] Hello

2005-09-27 Thread Marcus Boerger
Hello Alexander,

  use the link below to search for all open bugs in php. Take any of those
and try to a) identify them in more detail, b) prove them wrong, or c) fix
them.

  
http://bugs.php.net/search.php?search_for=&boolean=0&limit=All&order_by=&direction=ASC&cmd=display&status=Fresh&php_os=&phpver=&assign=&author_email=&bug_age=0

Besides that you may of course also help documenting php. If you look
closer you'll find that a few bugs are actually documentation problems.

Besides that you might also choose to participate in the development of any
PECL extension or create one your own: http://pecl.php.net

Last but not least another way is to help PEAR if you don't like c coding or
documenting: http://pear.php.net

regards
marcus


Tuesday, September 27, 2005, 11:53:05 PM, you wrote:

> Hello List,
> i am willing to help to further the developement of PHP,
> please let me know of anything i can do to help.

> --
> Alexander Toney



Best regards,
 Marcus

-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP-DEV] Hello

2005-09-27 Thread Alexander Toney
Hello List,
i am willing to help to further the developement of PHP,
please let me know of anything i can do to help.

--
Alexander Toney


Re: [PHP-DEV] Hello

2005-01-18 Thread Paul Reinheimer
noted


On Wed, 19 Jan 2005 00:24:03 +, [EMAIL PROTECTED]
<[EMAIL PROTECTED]> wrote:
> Important notice!
> 
> 
> --
> PHP Internals - PHP Runtime Development Mailing List
> To unsubscribe, visit: http://www.php.net/unsub.php
> 
> 


-- 
Paul Reinheimer
Zend Certified Engineer

-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP-DEV] Hello

2005-01-18 Thread dthompson
Important notice!


-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php