FAQ

Search Discussions

25 discussions - 362 posts

  • Greetings hackers I spoke with Derick today, and we both agreed on releasing an alpha of PHP 5.4 to show the public what we have been working since 5.3. We are going to release an alpha at september ...
    Kalle Sommer NielsenKalle Sommer Nielsen
    Aug 10, 2010 at 10:03 pm
    Aug 19, 2010 at 7:38 am
  • Hi! I think by now, whatever you think on strict typing/typehints, it is clear to everybody that there's no consensus about this feature, and with Rasmus, Zeev & Andi, along with many others, being ...
    Stas MalyshevStas Malyshev
    Aug 11, 2010 at 6:30 pm
    Nov 1, 2010 at 11:17 pm
  • Folks, http://bugs.php.net/52563 suggests adding an E_NONE constant (set to 0) to go with the various other E_* constants we have. I've hacked up a quick patch against trunk (attached to the report) ...
    Adam HarveyAdam Harvey
    Aug 24, 2010 at 10:49 am
    Aug 27, 2010 at 10:15 am
  • Greetings geeks With the recent additions to 5.4, aren't we getting closer to have a public alpha release, or just a development test as we have many great additions and changes to the current trunk ...
    Kalle Sommer NielsenKalle Sommer Nielsen
    Aug 9, 2010 at 9:56 pm
    Aug 11, 2010 at 2:13 am
  • Hi! I recently noticed this code: <?php error_reporting(E_ALL | E_STRICT); class ObjParent { public function set($param2 = ''){ } } class ObjChild extends ObjParent { public function set(){ } } ...
    Stas MalyshevStas Malyshev
    Aug 19, 2010 at 7:51 am
    Aug 20, 2010 at 1:38 pm
  • Hello PHP Internals! Recently a RFC was included on the PHP Wiki[1]. I know there've been a lot of buzz related to PHP 5.4, but this is not the subject of this email. I'm here to propose a new ...
    Pierrick CharronPierrick Charron
    Aug 25, 2010 at 12:57 pm
    Aug 28, 2010 at 12:19 am
  • What's wrong with 5.3 on windows (separate topic please :) A number of extensions were dropped because of the rules applied to building them. In my case php_interbase is missing, and since Firebird ...
    Lester CaineLester Caine
    Aug 12, 2010 at 6:59 am
    Aug 19, 2010 at 3:40 pm
  • Currently, I'm working on several parallel feature additions to the date extension. Specifically with regard to accurate calculation of seasonal equinox, an added paremeter character to display the ...
    Kris CraigKris Craig
    Aug 10, 2010 at 1:16 am
    Oct 6, 2010 at 2:24 am
  • Hi, For now you can only index an array using a scalar type or a string. Is there some rfc or work going on to enlarge the possibility so that it is possible to have some other object like: - closure ...
    Mathieu.suenMathieu.suen
    Aug 6, 2010 at 2:33 pm
    Aug 9, 2010 at 2:26 pm
  • Hi all! I am developing a small PHP extension and I ATM can't figure out how to get to $_SERVER['SCRIPT_FILENAME'] content while in PHP_RINIT or PHP_RSHUTDOWN function. Can someone please hint me ...
    Bostjan SkufcaBostjan Skufca
    Aug 9, 2010 at 11:32 am
    Aug 12, 2010 at 5:38 pm
  • I've updated the wiki page for "Closures with objects extension" with things that are in "Proposal A with modification"s but are not implemented: ...
    Gustavo LopesGustavo Lopes
    Aug 11, 2010 at 1:38 pm
    Aug 12, 2010 at 5:31 pm
  • Hi, In the following sample code, I expected that the magic method __call only works within the class Test. But it seems that the access control keyword private lost its efficacy when working ...
    ShijiangShijiang
    Aug 3, 2010 at 11:10 am
    Aug 4, 2010 at 2:50 am
  • Hi, is there any reason why no namespace separator constant exists in PHP. I have many cases where I concatenate strings to a namespace. This ends up with many class constants like const NS_SEPARATOR ...
    Christian KapsChristian Kaps
    Aug 10, 2010 at 7:56 pm
    Aug 10, 2010 at 9:41 pm
  • Hello internals, I wonder whether it is possible to implement "static initialization block" feature in PHP, for example: <?php class Foo { } class Bar { public static $baz = 'baz'; public static ...
    Jingcheng ZhangJingcheng Zhang
    Aug 17, 2010 at 7:39 am
    Aug 17, 2010 at 2:59 pm
  • I wanted to discuss this bug to try to get it resolved. I briefly discussed this over ICQ and had differing opinions then the person I was talking to, so naturally I wanted a bigger audience. Quick ...
    Lonny KLonny K
    Aug 27, 2010 at 8:01 am
    Nov 1, 2010 at 5:19 pm
  • Hi guys, long time reader, 2nd time poster. I realize there is much...bitterness about multithreading in PHP. I feel it is important, but I know others don't. I just wanted to write and say that I ...
    AlecAlec
    Aug 23, 2010 at 3:12 am
    Aug 24, 2010 at 11:33 pm
  • Hello ! During french PHP test fest, i have tested ReflectionMethod::getPrototype(), and the result is... strange. This is the PHPT file : --TEST-- --FILE-- <?php class Hello { public function ...
    Frederic HardyFrederic Hardy
    Aug 21, 2010 at 3:19 pm
    Aug 23, 2010 at 12:09 am
  • Hi Even though one cannot bind a static closure to an instance, one can rebind its scope with the Closure::bind/Closure::bindTo: class foo { static protected $field = "foo_field"; static function ...
    Gustavo LopesGustavo Lopes
    Aug 3, 2010 at 6:12 pm
    Aug 5, 2010 at 2:04 pm
  • 1. What optimizations does PHP interpreter make? I guess it should be able to check file modification time and cease to compile it again and again. Is this correct? There is some bytecode form, ...
    Stanisław FindeisenStanisław Findeisen
    Aug 20, 2010 at 6:16 pm
    Aug 20, 2010 at 8:59 pm
  • Sounds good to me. Melanie
    Melanie Rhianna LewisMelanie Rhianna Lewis
    Aug 12, 2010 at 4:59 pm
    Aug 12, 2010 at 6:54 pm
  • Dear Encore Reader, We have recently published a number of articles regarding our new live event business intelligence service – TourIntel . The response to this revolutionary new service has been ...
    CelebrityAccessCelebrityAccess
    Aug 30, 2010 at 6:16 pm
    Aug 30, 2010 at 6:16 pm
  • hi, Great thing :) I wonder if we could not rename then sapi_* and document which SAPI supports them, instead of using apache_* for fastcgi & co. Cheers, -- Pierre @pierrejoye | ...
    Pierre JoyePierre Joye
    Aug 27, 2010 at 8:37 am
    Aug 27, 2010 at 8:37 am
  • hi, when looking at the bug http://bugs.php.net/52045, I figure out that the CLI sapi need to not check php.ini in the current directory (in main/php_ini.c from line 436 to line 442). I need to ...
    Jérôme LoyetJérôme Loyet
    Aug 24, 2010 at 6:04 pm
    Aug 24, 2010 at 6:04 pm
  • Didn't we go back on the decision on deprecating curly braces for string indexing? I think this is the reason why it doesn't emit E_DEPRECATED. Cheers, Mike
    Michael WallnerMichael Wallner
    Aug 18, 2010 at 6:39 am
    Aug 18, 2010 at 6:39 am
  • hi, Announcing what? I do not know where and when you talked to Derick but seriously, it does not matter. At all. For one, there is no release decision yet. No need to say that there is no RM either. ...
    Pierre JoyePierre Joye
    Aug 11, 2010 at 12:02 am
    Aug 11, 2010 at 12:02 am
Group Navigation
period‹ prev | Aug 2010 | next ›
Group Overview
groupphp-internals @
categoriesphp
discussions25
posts362
users85
websitephp.net

85 users for August 2010

Stas Malyshev: 29 posts Pierre Joye: 26 posts Zeev Suraski: 17 posts Ferenc Kovacs: 15 posts Johannes Schlüter: 15 posts Lester Caine: 14 posts Gustavo Lopes: 13 posts Josh Davis: 12 posts Derick Rethans: 10 posts Kalle Sommer Nielsen: 10 posts Sebastian Bergmann: 9 posts Lukas Kahwe Smith: 8 posts Adam Harvey: 7 posts Alexey Zakhlestin: 7 posts Johannes Schlüter: 7 posts Richard Quadling: 7 posts Etienne Kneuss: 6 posts Ilia Alshanetsky: 6 posts Nathan Rixham: 6 posts Pierrick Charron: 6 posts
show more
Archives