FAQ

Search Discussions

86 discussions - 673 posts

  • Hello Internals, please let's not introduce new inconsistencies. Rather lets make new stuff consistent with old stuff during the alpha phase of 5.3. 1) new keyword 'use'. Semantically it is the same ...
    Marcus BoergerMarcus Boerger
    Aug 3, 2008 at 12:29 pm
    Aug 14, 2008 at 4:44 pm
  • Hello all. I'd like to express my feelings on the "let's-enable-it-by-default" mood that has emerged lately. Extensions enabled by default in 5.2: ctype date dom filter hash iconv json libxml pcre ...
    Antony DovgalAntony Dovgal
    Aug 1, 2008 at 10:12 am
    Aug 12, 2008 at 9:51 pm
  • Hi Since quite some time (weeks), I have this very strange and annoying include bug in 5.3-dev and now I think is the time to report it :) The reproducable script is here: ...
    Christian StockerChristian Stocker
    Aug 6, 2008 at 3:35 pm
    Aug 12, 2008 at 10:09 am
  • Hi all, After speaking with several people about their todo items [1], Johannes and I have settled on the 28th of August for the alpha2 release. We will package on the 27th. Seems like we have a good ...
    Lukas Kahwe SmithLukas Kahwe Smith
    Aug 7, 2008 at 7:26 pm
    Oct 29, 2008 at 11:52 pm
  • Hi, on the member side, there is __get, __set, __isset and __unset - on the method side, there is __call (and now: __callstatic). I was wondering why there was no __getstatic and friends, but failed ...
    Timm FriebeTimm Friebe
    Aug 14, 2008 at 10:38 pm
    Jan 3, 2009 at 1:23 am
  • Hi, Currently the way globals work forces to pass a thread-local-storage pointer across function calls, which involves some overhead. Also, not all functions get the pointer as argument and need to ...
    Arnaud Le BlancArnaud Le Blanc
    Aug 17, 2008 at 2:21 am
    Aug 21, 2008 at 12:35 pm
  • Hi, this is probably not the best time to raise concerns about __invoke (closures) now that alpha1 is already realeased, but I believe it's worth it. 1) I don't believe that having it thrown as ...
    Etienne KneussEtienne Kneuss
    Aug 2, 2008 at 5:36 pm
    Aug 5, 2008 at 7:29 am
  • Hi, Is there a reason phar is built shared in win32 snapshots even though the default in config.w32 is to build it statically? Greg
    Greg BeaverGreg Beaver
    Aug 30, 2008 at 2:15 pm
    Aug 30, 2008 at 7:25 pm
  • Hi! Are there any objections to incorporating bugfix for #43941 (fix for how json handles invalid UTF-8 sequences) into 5.2? I had some requests about it, right now it's only in 5.3+. -- Stanislav ...
    Stanislav MalyshevStanislav Malyshev
    Aug 21, 2008 at 1:27 am
    Aug 21, 2008 at 11:21 pm
  • Hey, it has come to my attention that stream_context_get_default() is / grossly/ misnamed, considering that it can be used (and is the only way) to SET default options. It works more like ini_set() ...
    Davey ShafikDavey Shafik
    Aug 3, 2008 at 11:29 pm
    Aug 16, 2008 at 11:06 am
  • Hello all, All the recent discussions about namespaces, have left many of us wondering if our implementation is rock solid or not. However the discussions were not really well organized. This is why ...
    Lukas Kahwe SmithLukas Kahwe Smith
    Aug 31, 2008 at 1:38 pm
    Sep 7, 2008 at 7:51 pm
  • I think we either need to make clearstatcache() not affect the realpath cache, or we should add an optional argument to it to specify whether or not the realpath cache should be cleared as well. The ...
    Rasmus LerdorfRasmus Lerdorf
    Aug 6, 2008 at 10:28 am
    Aug 10, 2008 at 4:13 pm
  • Hi all, I'm emailling to ask why __call isn't called when you call a private method from outside of function... In my opinion, this error should exist, but when you haven't an __call function, ...
    Diogo NevesDiogo Neves
    Aug 30, 2008 at 8:02 pm
    Aug 31, 2008 at 10:50 am
  • Hi! Right now, strict inheritance rules do not allow to override public function __get($name) with public function & __get($name) I think we may want to allow this (but not the reverse - overriding ...
    Stanislav MalyshevStanislav Malyshev
    Aug 8, 2008 at 8:32 pm
    Aug 9, 2008 at 12:09 am
  • There was a run-tests.php rewrite application accepted for gsoc this summer.. I however haven't heard a word about it since then.. Does anyone know the status of that project? -Hannes
    Hannes MagnussonHannes Magnusson
    Aug 15, 2008 at 6:23 pm
    Aug 29, 2008 at 2:11 pm
  • Hi! I notice that mysql_set_charset function is not part of 5.3 tree and it's test is marked as "usage not recommended". Could you explain what is the reason for that? It's quite unusual to drop ...
    Stanislav MalyshevStanislav Malyshev
    Aug 6, 2008 at 4:31 pm
    Aug 26, 2008 at 3:04 pm
  • Hi, Is there a chance to have annotations like in Java or like .NET attributes? Now, I use Java Annotations emulation, through Reflections and PHPDoc blocks. Example: /** Annotation One*/ class ...
    Volodymyr IatsyshynVolodymyr Iatsyshyn
    Aug 20, 2008 at 2:00 pm
    Aug 25, 2008 at 12:44 pm
  • Asking to support 10 years old compiler and SDK and at the same time reject fixes for them do not make sense to me. However it is barely relevant, your code is in core, part of the standard feature ...
    Pierre JoyePierre Joye
    Aug 3, 2008 at 4:14 pm
    Aug 6, 2008 at 7:06 am
  • Maybe a general question (not sure if its in time to address this stuff for 5.3.0). We are getting more and more extensions with an "exception mode". I guess PDO is the rolemodel here and in absence ...
    Lukas Kahwe SmithLukas Kahwe Smith
    Aug 29, 2008 at 11:12 am
    Sep 1, 2008 at 6:31 pm
  • Was running pspell through g++ and found that a couple of error conditions segments in pspell.c are using the wrong cleanup methods. delete_pspell_manager() should be delete_pspell_can_have_error() ...
    Phil OlesonPhil Oleson
    Aug 11, 2008 at 5:54 pm
    Aug 13, 2008 at 11:37 pm
  • Hi, A few weeks ago I wrote quite a long posting to internals@ that tried to clarify the situation on the round() function in PHP. I was asked to write it up as an RFC in the wiki, which I have done: ...
    Christian SeilerChristian Seiler
    Aug 23, 2008 at 9:02 pm
    Sep 7, 2008 at 1:51 pm
  • With all the news of TraceMonkey bringing an order of magnitude speed increase to JavaScript, it was only a matter of time before someone brought up (again) the idea of doing JIT for PHP, so I'll ...
    SteveSteve
    Aug 25, 2008 at 5:41 pm
    Sep 2, 2008 at 4:01 pm
  • Hi. Can someone point me to where or how PHP DOESN'T close persistent connections (those opened using mysql_pconnect()) when mysql_close() is called with that connection. Sorry to ask such an obvious ...
    Richard QuadlingRichard Quadling
    Aug 29, 2008 at 10:09 pm
    Aug 31, 2008 at 5:04 pm
  • I am unable to load the Intl extension on Windows XP SP2 using Apache 2.2.8 and the php apache module. I have tried everything I can think of and for the life of me cannot get it to load. The Apache ...
    Ryan PanningRyan Panning
    Aug 20, 2008 at 4:00 am
    Aug 21, 2008 at 4:32 pm
  • Hello internals, I use following configure script to build PHP 5.3.0alpha2-dev: #! /bin/sh # # Created by configure './configure' \ '--with-apxs2=/usr/local/apache/current/bin/apxs' \ ...
    Uwe PriesUwe Pries
    Aug 14, 2008 at 9:30 pm
    Aug 15, 2008 at 2:22 pm
  • Hi Dmitry: On Tue, Aug 12, 2008 at 08:01:24AM -0000, Dmitry Stogov wrote: ... snip ... ... snip ... Can you please merge this down to 5.2? Thanks, --Dan -- T H E A N A L Y S I S A N D S O L U T I O N ...
    Daniel ConvissorDaniel Convissor
    Aug 13, 2008 at 12:38 am
    Aug 14, 2008 at 12:58 pm
  • Right, so, if this _is_ still considered experimental, then we should fix it in the documentation; and if it's not, we should fix the configure script. Which one will it be? :) - Tul -------- ...
    Maciek SokolewiczMaciek Sokolewicz
    Aug 2, 2008 at 5:03 pm
    Aug 7, 2008 at 1:11 pm
  • ext/sessions/mod_files.c:281 has a hardcoded openbasedir-check skipping of "/tmp" path for storing session-files, if sessions.save_path is not manually set. This leads to the failure of ...
    Alexey ZakhlestinAlexey Zakhlestin
    Aug 27, 2008 at 8:30 am
    Aug 28, 2008 at 6:07 am
  • Hi, I attach the patch that adds imap_myrights function to IMAP module. MYRIGHTS is a standard IMAP command defined in RFC 2086. diff -u -r php-5.2.6/ext/imap/php_imap.c ...
    Diego WoitasenDiego Woitasen
    Aug 21, 2008 at 12:52 am
    Aug 26, 2008 at 4:25 pm
  • I can't seem to get global user function calls to work from namespaces in the latest 5.3 snaps. This is on Win XP SP2 using Apache 2.2.8 and the php5apache2_2.dll. Example: global_file.php ...
    Ryan PanningRyan Panning
    Aug 20, 2008 at 3:39 am
    Aug 21, 2008 at 1:16 pm
  • Hi, At first time, it was a bug in the useful xdebug, and I follow it to the PHP code <http://bugs.xdebug.org/bug_view_page.php?bug_id=0000340 . When exception::$message, exception::$line are not of ...
    Lupus MichaelisLupus Michaelis
    Aug 14, 2008 at 6:45 pm
    Aug 14, 2008 at 7:57 pm
  • Can you give me a list of the places you think need investigation? Or better yet mail it to interals so that all ext authors can pick up on this (and I can add it to the todo) list. Does this ...
    Lukas Kahwe SmithLukas Kahwe Smith
    Aug 8, 2008 at 7:05 pm
    Aug 8, 2008 at 8:25 pm
  • Hi, So alpha1 is out the door. Johannes and I still need to get some routine with this release business. First lesson is to package on Wednesday for a release on Thursday. And I need to be more ...
    Lukas Kahwe SmithLukas Kahwe Smith
    Aug 5, 2008 at 8:41 pm
    Aug 6, 2008 at 3:48 pm
  • Hi all, I have two questions about the intended behaviour of ArrayObject::exchangeArray() : 1. What should happen when the argument is an object? The docs suggest that the arg should be an array, but ...
    Robin FernandesRobin Fernandes
    Aug 3, 2008 at 11:08 am
    Aug 4, 2008 at 11:52 am
  • PHP 6 Bug Database summary - http://bugs.php.net/ Num Status Summary (67 total -- which includes 26 feature requests) ===============================================[*General Issues]============== ...
    InternalsInternals
    Aug 4, 2008 at 10:00 am
    Aug 25, 2008 at 10:00 am
  • PHP 5 Bug Database summary - http://bugs.php.net/ Num Status Summary (1242 total -- which includes 669 feature requests) ===============================================[*Encryption and hash ...
    InternalsInternals
    Aug 4, 2008 at 9:30 am
    Aug 25, 2008 at 9:30 am
  • Maintaining closures, see http://news.php.net/php.internals/39835
    Christian SeilerChristian Seiler
    Aug 11, 2008 at 7:10 pm
    Aug 21, 2008 at 12:02 am
  • Hello, here are the patches to adapt the source with your changes: http://patches.colder.ch/php-src/error_handling_HEAD.patch?markup http://patches.colder.ch/php-src/error_handling_53.patch?markup ...
    Etienne KneussEtienne Kneuss
    Aug 8, 2008 at 7:50 pm
    Aug 8, 2008 at 8:22 pm
  • Hello, The PHP development team would like to announce the immediate availability of PHP 4.4.9. It continues to improve the security and the stability of the 4.4 branch and all users are strongly ...
    Derick RethansDerick Rethans
    Aug 7, 2008 at 8:47 pm
    Aug 8, 2008 at 9:30 am
  • Hi, the php-src/ dir is quite filled with outdated READMEs and TODOs, any objection to remove these files: README.PHP4-TO-PHP5-THIN-CHANGES README.QNX README.UPDATE_5_2 README.Zeus TODO TODO-5.1 ...
    Johannes SchlüterJohannes Schlüter
    Aug 7, 2008 at 3:13 pm
    Aug 7, 2008 at 4:53 pm
  • Hi, The EXTENSIONS file says EXTENSION: pcntl MAINTENANCE: Unknown STATUS: Working Now that we're removing the EXPERIMENTAL flag: Anybody who wants to step in? johannes
    Johannes SchlüterJohannes Schlüter
    Aug 7, 2008 at 2:48 pm
    Aug 7, 2008 at 3:21 pm
  • I presume your MFH commit brought this change to 5.3 as well? I guess returning false is the reasonable expected behavior and so I would chalk it up as a bug fix and not as a BC break. But it would ...
    Lukas Kahwe SmithLukas Kahwe Smith
    Aug 6, 2008 at 7:22 am
    Aug 6, 2008 at 6:41 pm
  • Personally this is one of the reasons that PDO has never attracted me. Providing the tools to flatten some of the differences between *SQL* variations is just as important as flattening the name ...
    Lester CaineLester Caine
    Aug 5, 2008 at 7:36 am
    Aug 6, 2008 at 5:11 pm
  • I'm curious as to how error_log is opened... Is it opened when an error occurs, as in open/append to, or is the file handle kept open when the PHP fastcgi process is spawned? Essentially I want to be ...
    MikeMike
    Aug 4, 2008 at 7:52 am
    Aug 5, 2008 at 10:18 pm
  • Hi all, I made a patch that add the const qualifier in several function parameters in Zend/* where it seems suitable (mostly the API). http://felipe.ath.cx/diff/const-ness.diff (5_3) HEAD comming ...
    Felipe PenaFelipe Pena
    Aug 3, 2008 at 1:12 pm
    Aug 4, 2008 at 1:07 am
  • Hello Internals, Johannes, Lukas, how about moving ext/dbase to PECL, it is absolutely not a widespread ext and SQLite stuff has prooven to take over local, single file databases pretty much. Given ...
    Marcus BoergerMarcus Boerger
    Aug 1, 2008 at 8:03 pm
    Aug 3, 2008 at 7:40 pm
  • As far as I can tell gmp_testbit was written 15 months ago (committed April 30, 2007?) but it's still sitting in CVS and is the only function in the gmp library ( ...
    Guillaume TheoretGuillaume Theoret
    Aug 27, 2008 at 4:15 pm
    Aug 27, 2008 at 4:26 pm
  • Hi all, I am new to PHP and to this forum. I was testing my webserver with PHP and found out that after 500 requests the php-cgi process finished (without cores). I ran it with valgrind and no memory ...
    GuidoGuido
    Aug 24, 2008 at 2:00 pm
    Aug 24, 2008 at 4:39 pm
  • Hello, I already contributed around 20 tests on array related functions and they all got committed. I would like to contribute some more tests on array related functions. I have CVS account with id ...
    Sanjay MantoorSanjay Mantoor
    Aug 21, 2008 at 9:24 am
    Aug 21, 2008 at 11:05 am
  • Hi all, I just wanted some input from this list. I'm working on a project using the latest snaps of 5.3. There are some features that I need for this project, such as LSB. I've been running into some ...
    Ryan PanningRyan Panning
    Aug 17, 2008 at 5:45 pm
    Aug 17, 2008 at 6:03 pm
Group Navigation
period‹ prev | Aug 2008 | next ›
Group Overview
groupphp-internals @
categoriesphp
discussions86
posts673
users107
websitephp.net

107 users for August 2008

Marcus Boerger: 64 posts Stanislav Malyshev: 53 posts Dmitry Stogov: 40 posts Lukas Kahwe Smith: 37 posts Arnaud Le Blanc: 35 posts Pierre Joye: 35 posts Hannes Magnusson: 32 posts Antony Dovgal: 29 posts Rasmus Lerdorf: 24 posts Lucas Nealan: 14 posts Johannes Schlüter: 13 posts Etienne Kneuss: 12 posts Derick Rethans: 11 posts David Zülke: 10 posts Gregory Beaver: 10 posts Steph Fox: 10 posts Diogo Neves: 9 posts Moriyoshi Koizumi: 9 posts Internals: 8 posts Jani Taskinen: 8 posts
show more
Archives