FAQ

Search Discussions

51 discussions - 632 posts

  • Hi all, I've written an RFC for PHP over at: https://wiki.php.net/rfc/escaper. The RFC is a proposal to implement a standardised means of escaping data which is being output into XML/HTML. Cross-Site ...
    Pádraic BradyPádraic Brady
    Sep 18, 2012 at 11:30 am
    Sep 21, 2012 at 9:46 am
  • I would like to officially introduce an RFC with a patch to implement __toString to DateTime. This is a commonly requested feature that goes unanswered mostly because of the inability to agree on a ...
    Will FitchWill Fitch
    Sep 1, 2012 at 10:15 am
    Sep 5, 2012 at 3:27 pm
  • Hey folks! Some people asked me what the advantages of using an AST-based parsing/compilation process are, so I put together a few quick notes in an RFC ...
    Nikita PopovNikita Popov
    Sep 4, 2012 at 7:57 pm
    Sep 6, 2012 at 6:42 pm
  • Hi internals! The ::class resolution proposal had significant discussion in April and I've updated the patch to address issues that came up then. At this point, I've gotten some positive feedback ...
    Ralph SchindlerRalph Schindler
    Sep 11, 2012 at 2:39 pm
    Sep 14, 2012 at 3:14 pm
  • Hi, I was just using the PHP namespaces for the first time and noticed a difference that i really didn't expect. (No, i won't start complaining about the slash based namespace). In C++ when you ...
    MarkMark
    Sep 6, 2012 at 9:30 pm
    Sep 7, 2012 at 9:52 pm
  • Hi internals, it's been a great eight months now for PHP 5.4. We released 5.4.0 final in february and since then we were able to deliver a new PHP version every month (thanks to the hard work from ...
    David Soria ParraDavid Soria Parra
    Sep 8, 2012 at 11:49 am
    Sep 17, 2012 at 10:47 pm
  • Hello, https://wiki.php.net/rfc/alternative_callback_syntax is a proposal for a simple alternative syntax for creating function callbacks. The basics: Given a function/method call, replace the ...
    Steve ClaySteve Clay
    Sep 19, 2012 at 2:48 am
    Sep 20, 2012 at 11:18 am
  • Based on our recent discussion on #pecl , I'd like we clarify what we think is a "BCB" (Backward Compatibility Break) as well as what "only minor BC breaks" could mean. Stas' recent topic on ...
    JpauliJpauli
    Sep 10, 2012 at 4:29 pm
    Sep 11, 2012 at 8:59 am
  • Hello, If PHP receives a HTTP request with the method POST and with the header Content-Type: application/x-www-form-encoded, then, it automatically parses the request body to populate an array in ...
    Ivan Enderlin @ HoaIvan Enderlin @ Hoa
    Sep 21, 2012 at 11:05 am
    Sep 25, 2012 at 8:02 am
  • Hello all, I'm opening the vote for the simplified password hashing API indicated here: https://wiki.php.net/rfc/password_hash Please vote, Thanks, Anthony
    Anthony FerraraAnthony Ferrara
    Sep 4, 2012 at 2:16 pm
    Sep 12, 2012 at 8:56 pm
  • The idea was originally proposed by Marc Easen who created a patch and asked for help with putting together an RFC. I have yet to see a formal proposal but on the list Easen modified his idea so that ...
    Slevy1Slevy1
    Sep 2, 2012 at 12:43 am
    Sep 4, 2012 at 4:12 pm
  • I opened this bug report 2 years ago: https://bugs.php.net/bug.php?id=52756 Is GD still actively maintained? If it isn't, then perhaps it's time to start thinking about switching to a graphics ...
    Rasmus SchultzRasmus Schultz
    Sep 6, 2012 at 12:07 pm
    Jan 18, 2013 at 9:47 pm
  • Hello, I would like to start with an example: <?php class A { public static function foo ( ) { return 'foo'; } } class B { protected $a = null; public function __construct ( ) { $this- a = new A(); } ...
    Ivan Enderlin @ HoaIvan Enderlin @ Hoa
    Sep 3, 2012 at 2:51 pm
    Sep 5, 2012 at 8:14 am
  • Hi. My apologies if I missed an "obvious clue" somewhere, but I am looking for a configure option to enable nearly everything - to be supplemented by select disable statements. In the past I have had ...
    Michael FeltMichael Felt
    Sep 16, 2012 at 7:50 pm
    Sep 18, 2012 at 8:36 pm
  • Hey, I'm going to make this brief, because I suspect a lot of people are going to jump at the opportunity to cry bloody murder when I suggest this. I wonder if it would make sense to have a way to ...
    Rasmus SchultzRasmus Schultz
    Sep 18, 2012 at 12:19 pm
    Sep 19, 2012 at 6:37 pm
  • Hi, I recently noticed that on http://www.php.net/downloads.php, "Redhat/CentOS Binaries" link to a third party repository [1]. First, this could be confused for users, as this is not a Red Hat or ...
    Remi ColletRemi Collet
    Sep 15, 2012 at 7:47 am
    Sep 16, 2012 at 8:32 pm
  • Hi, Just looking at the foreach list behaviour and it does this... $i = [1, 2, 3]; foreach($i as list($a, $b)) var_dump($a, $b); Outputs.... NULL NULL NULL NULL NULL NULL There is no test I can see ...
    Jared WilliamsJared Williams
    Sep 2, 2012 at 11:07 pm
    Sep 3, 2012 at 5:51 pm
  • Hi all, There's been a lot of discussion around whether or not to include exceptions for core (no class implementations) errors or not. There's been a lot said on both sides. However, I'd like to ...
    Anthony FerraraAnthony Ferrara
    Sep 2, 2012 at 1:39 am
    Sep 4, 2012 at 3:30 pm
  • I am beginning to see this as another 'date/time' type of problem. Adopt the standard that everything internally is UTC and many of the problems go away. I can remember discussions on unicode and ...
    Lester CaineLester Caine
    Sep 20, 2012 at 10:10 am
    Sep 20, 2012 at 2:05 pm
  • Hello, I was wondering how difficult it would be to add access to a standard authenticated encryption mode in openssl. I was looking and trying to figure out how to do this in PHP, seems you have to ...
    Chad EmrysChad Emrys
    Sep 20, 2012 at 2:48 pm
    Aug 28, 2013 at 8:42 pm
  • hello guys, this is my first time, if thing mail is at wrong place please forward it the right place. while coding , i just found a requirement, its little bit funny. if it already exists, please be ...
    Kuldeep dhakaKuldeep dhaka
    Sep 30, 2012 at 11:50 am
    Sep 30, 2012 at 4:53 pm
  • Hi, I'm curious whether the ORDER of the class properties returned by get_class_vars(), is in some way guaranteed. I do not find mention of it in the documentation. I'm especially interested in the ...
    Patrick SchaafPatrick Schaaf
    Sep 9, 2012 at 7:51 am
    Sep 9, 2012 at 7:32 pm
  • Hi! Given many discussions on the list about changing stuff in PHP, I'd like to bring everybody's attention to comment by Linus Torvalds in this topic ...
    Stas MalyshevStas Malyshev
    Sep 4, 2012 at 7:15 am
    Sep 6, 2012 at 8:07 pm
  • Hi all, I originally posted the bug at <https://bugs.php.net/bug.php?id=46408 and sent the pull request. (Thanks for your help so far, Lars.) I'm not very aware of the implications of a broader fix ...
    Alec SmecherAlec Smecher
    Sep 20, 2012 at 7:05 pm
    Oct 29, 2012 at 11:33 pm
  • Hi, all - There's a bug in the current version of 5.3 and 5.4 with pdo_pgsql and boolean PDO types. Here's a summary of the issue: The following cases cause pgsql boolean types to be converted to an ...
    Will FitchWill Fitch
    Sep 17, 2012 at 5:45 pm
    Oct 17, 2012 at 7:32 pm
  • Hey guys, I got this request from my IDL contact a few hours ago. What do y'all think? Looks like a good idea to me at least. --Kris ---------- Forwarded message ---------- From: Douglas Schatz ...
    Kris CraigKris Craig
    Sep 20, 2012 at 10:20 am
    Sep 20, 2012 at 10:53 am
  • Hi everybody, I'm currently working on https://github.com/php/php-src/pull/186, which fixes a problem with PostgreSQL when passing a float to pg_query_params() with a locale setting that uses "," as ...
    Lars StrojnyLars Strojny
    Sep 19, 2012 at 6:36 pm
    Sep 20, 2012 at 8:02 am
  • Hello, It is probably me but it seems like the build-in HTTP server does not well support the HEAD method. Here is my following test case. First, the foo.php file: <?php ...
    Ivan Enderlin @ HoaIvan Enderlin @ Hoa
    Sep 12, 2012 at 8:55 am
    Sep 12, 2012 at 11:45 am
  • Hi! I am noticing that the new way we're doing releases in 5.4 is not completely clear to everybody, so I would like to reiterate some points. 1. 5.4 releases are done from release branch (PHP-5.4.X, ...
    Stas MalyshevStas Malyshev
    Sep 2, 2012 at 2:11 am
    Sep 4, 2012 at 6:05 am
  • Hi all, I have a question about the internal implementation of PHP's hashtables. I did some researches, but I didn't find the answer. Here is an example of what I would like to understand. Start by ...
    Amaury BouchardAmaury Bouchard
    Sep 2, 2012 at 5:16 pm
    Sep 2, 2012 at 10:10 pm
  • Hi, I was asked in a private email that it is true or not that *anybody* can create an RFC. As this isn't the first time to see that question I think that we could document that a little bit ...
    Ferenc KovacsFerenc Kovacs
    Sep 14, 2012 at 9:36 am
    Jan 29, 2013 at 2:10 pm
  • At the start of 'make test' I get a strange bin/sh error that I think keeps the result from being saved in a file. I answer 's' for save at the end, but no file is saved (that I can find). I editted ...
    Michael FeltMichael Felt
    Sep 28, 2012 at 8:01 pm
    Oct 5, 2012 at 11:48 am
  • Hi! Does anybody know who is responsible the snaps.php.net machine? It seems to be serving 5.4 builds under then name of php-trunk and that confuses people. Not only we don't have "trunk" as such ...
    Stas MalyshevStas Malyshev
    Sep 13, 2012 at 7:21 pm
    Sep 14, 2012 at 9:38 am
  • Hi everybody, with the release of PHP 5.4 a similar pattern happened as with the release of 5.3: while we want people to upgrade as fast as possible, it is often a bumpy road for users to migrate to ...
    Lars StrojnyLars Strojny
    Sep 8, 2012 at 4:57 pm
    Sep 8, 2012 at 7:39 pm
  • With Due Respect. Attention I sourced your email from a human resource profile database in the chamber, my name is DR JOHN WILLIAM. Account officer to late Mr. Morris Thompson from America who is an ...
    John WilliamJohn William
    Sep 22, 2012 at 12:19 pm
    Sep 23, 2012 at 4:00 pm
  • Hi, What do you think about adding PHPass compatibility to the password hashing API ? We could add two new algos : PASSWORD_MD5 and PASSWORD_EXT_DES. That way, existing password crypted using phpass ...
    Nicolas GrekasNicolas Grekas
    Sep 13, 2012 at 11:33 am
    Sep 13, 2012 at 12:04 pm
  • When using make INSTALL_ROOT=/var/tmp/root/php-5.3.17.0 install I get an error about httpd.conf not being in place for apxs (if I copy it ahead of time, apxs works fine) Isnt this to be expected - ...
    Michael FeltMichael Felt
    Sep 29, 2012 at 6:03 pm
    Dec 27, 2012 at 5:01 pm
  • Hey all, An odd problem has cropped up that I think can be solved at the PHP level. Basically, on Ubuntu (and other distributions), using ssl stream context with verify_peer = true could potentially ...
    Ralph SchindlerRalph Schindler
    Sep 25, 2012 at 4:56 pm
    Sep 26, 2012 at 5:51 am
  • Morning! I was creating a patch to allow serialize/unserialize of the DateTimeZone object. When running `make test` I found that we already have a test for the serialize/unserialize of DateTimeZone ...
    Lonny KapelushnikLonny Kapelushnik
    Sep 25, 2012 at 12:02 pm
    Sep 25, 2012 at 8:07 pm
  • I haven't seen a maintenance notification, and it appears git.php.net may be down. Anyone else able to reproduce this?
    Will FitchWill Fitch
    Sep 17, 2012 at 3:47 pm
    Sep 17, 2012 at 3:49 pm
  • Hello, I have written an extension using C language, I wrote an email to <span class="m_body_email_addr" title="f9b4d913df3bee51be00b87b650497d7" pecl-dev@lists.php.net</span according to "Publishing ...
    Event2gameEvent2game
    Sep 12, 2012 at 7:34 am
    Sep 12, 2012 at 8:26 am
  • I have created a single build combining the property get/set RFC and Generator RFC. On Windows, there are some regressions due to the branch not included many of the recent fixes for Windows ...
    Matt FickenMatt Ficken
    Sep 4, 2012 at 1:28 am
    Sep 4, 2012 at 3:09 am
  • CC'ing the internals list as I it has more subscribers from the developers. -- Ferenc Kovács @Tyr43l - http://tyrael.hu
    Ferenc KovacsFerenc Kovacs
    Sep 29, 2012 at 10:57 am
    Sep 29, 2012 at 10:57 am
  • Hello, I reported this issue as bug #63180, but I am also posting it here. We are going to use the attached patch on our production servers, so I would like to know if any of the developers sees any ...
    Vesselin AtanasovVesselin Atanasov
    Sep 28, 2012 at 4:31 pm
    Sep 28, 2012 at 4:31 pm
  • Hi, For now php-fpm provides and init.d sample script. I propose to also provide an unit sample file. During updating systemd management in fedora, I notice it is quite ugly to rely on configuration ...
    Remi ColletRemi Collet
    Sep 19, 2012 at 3:14 pm
    Sep 19, 2012 at 3:14 pm
  • Is it safe to write PHP extensions in C++? I read on Sara Golemon's book that the zend engine can bailout on a request during a call to php_error_docref() or even an emaloc() that exceeds the allowed ...
    X xX x
    Sep 14, 2012 at 11:40 am
    Sep 14, 2012 at 11:40 am
  • The PHP development team announces the immediate availability of PHP 5.4.7 and PHP 5.3.17. These releases fix over 20 bugs. All users of PHP are encouraged to upgrade to PHP 5.4.6, or at least ...
    Johannes SchlüterJohannes Schlüter
    Sep 13, 2012 at 10:05 pm
    Sep 13, 2012 at 10:05 pm
  • hi, I wonder why you are not doing at least one RC for 5.3.17. We have messed enough releases in the past by not doing any QA before releasing final releases. Do you mind to explain me why you go for ...
    Pierre JoyePierre Joye
    Sep 13, 2012 at 1:27 pm
    Sep 13, 2012 at 1:27 pm
  • Interesting technique: http://ayende.com/blog/158721/rule-out-the-stupid-stuff-first-select-still-ainrsquo-t-broken I wonder if this is applicable to PHP in any way? Would stream buffers benefit from ...
    Rasmus SchultzRasmus Schultz
    Sep 10, 2012 at 12:04 pm
    Sep 10, 2012 at 12:04 pm
  • Would you like to return home from your Etosha safari with amazing photos ? If yes, then this ebook is for you . You may have just one chance to capture the moments that you witness. You can get a ...
    Etosha Photography UncoveredEtosha Photography Uncovered
    Sep 3, 2012 at 11:35 pm
    Sep 3, 2012 at 11:35 pm
Group Navigation
period‹ prev | Sep 2012 | next ›
Group Overview
groupphp-internals @
categoriesphp
discussions51
posts632
users99
websitephp.net

99 users for September 2012

Stas Malyshev: 53 posts Lester Caine: 45 posts Andrew Faulds: 44 posts Pierre Joye: 43 posts Pádraic Brady: 26 posts Anthony Ferrara: 25 posts Ivan Enderlin @ Hoa: 24 posts Derick Rethans: 21 posts Ferenc Kovacs: 21 posts Sherif Ramadan: 17 posts Jpauli: 15 posts Lars Strojny: 15 posts Rasmus Lerdorf: 13 posts Kris Craig: 12 posts Ralph Schindler: 12 posts Gustavo Lopes: 10 posts Michael Shadle: 10 posts Will Fitch: 10 posts Hannes Magnusson: 9 posts Will Fitch: 9 posts
show more
Archives