Search Discussions
-
- http://www.slideshare.net/thinkphp/php-53-and-php-6-a-look-ahead - http://wiki.claroline.net/index.php/Coding_Rules If it's not, then what are your thoughts on using ASP/JSP-style tags (<%), and ...
Glen
Apr 13, 2009 at 4:00 pm
May 24, 2011 at 2:55 am -
Hi Dmitry, Brian, all, Here's a scanner patch that I mentioned awhile ago, with a possible way to work around the re2c EOF handling issues. The primary change is to do a "manual scan" like I talked ...
Matt Wilmas
Apr 30, 2009 at 2:50 am
May 4, 2009 at 10:29 pm -
Hello everyone, I'd like to propose a very small update, which would have no backwards-compatibility problems, and would bring PHP closer to standards compliance. The update I'd like to propose is to ...
Justin Martin
Apr 2, 2009 at 3:47 am
Jun 27, 2009 at 5:18 am -
Hi. What are the plans for providing pre-built Win32 PECL extensions. I've been waiting for http://pecl4win.php.net to become active again. I understand that each extension has to be built MANY times ...
Richard Quadling
Apr 29, 2009 at 9:12 am
Apr 30, 2009 at 6:28 am -
The original anonymous functions patch[1] contained support for __FUNCTION__ as a recursion mechanism in closures, such that I should be able to do something like this: $factorial = function($n) { if ...
Peter Danenberg
Apr 12, 2009 at 2:51 am
Apr 13, 2009 at 9:34 pm -
I experimented a bit with GCC 4.4.0 recently and found out that when compiled with it and -O2, PHP_5_3 segfaults. -O0 and -O1 are fine. PHP_5_2 and GCC 4.4.0 is fine at -O2. -- Sebastian Bergmann ...
Sebastian Bergmann
Apr 24, 2009 at 8:30 am
Apr 26, 2009 at 7:22 am -
Hi, i've got a little question that involves private properties, inheritance and Reflection with PHP 5.3 RC1. Given the following simple classes class Foo { private $foo = 'value'; public function ...
Roman Borschel
Apr 3, 2009 at 8:37 pm
Apr 4, 2009 at 4:11 pm -
I've been catching up with the discussion of grafts and traits. Here at P'unk Avenue we do a lot of Symfony development, which frequently involves kludges to achieve horizontal reuse - ugly, clever, ...
Tom Boutell
Apr 15, 2009 at 2:13 pm
Apr 19, 2009 at 10:15 pm -
Hello, Was playing with get_called_class inside an autoload method that is registered via spl_autoload_register and noticed: - If I use get_called_class inside an autoload method I get an empty value ...
Pablo Fischer
Apr 26, 2009 at 9:28 pm
Apr 27, 2009 at 8:23 pm -
What is the status on this? Are we hoping run-tests.php is the only script affected, or is someone working on another fix? -Hannes
Hannes Magnusson
Apr 17, 2009 at 9:07 am
Apr 19, 2009 at 6:23 pm -
Aloha, So seriously .. Thursday next week we will release RC2. This means a commit freeze for all but build fixes and README commits starting Monday evening. Also with RC2 any feature additions, ...
Lukas Kahwe Smith
Apr 28, 2009 at 10:51 am
May 7, 2009 at 5:11 pm -
Hi, The attached patch implements automatic decoding of chunked transfer-encoding. It fixes http://bugs.php.net/bug.php?id=47021 but also affects all php stream functions (e.g. ...
Dmitry Stogov
Apr 14, 2009 at 2:59 pm
Apr 15, 2009 at 11:53 am -
This is a patch against 5.2.9 to fix mysqli::query so a user can call stored procedures the same as they do any other statement. No more multi_query() and next_result() work arounds necessary to ...
Michael G Schwern
Apr 26, 2009 at 5:00 am
May 14, 2009 at 11:04 pm -
Why do we have safe_php_register_variable() calls there with NULL for track_vars_array? The underlying code simply returns if that parameter is NULL. Is it an oversight or some legacy stuff? -Andrei
Andrei Zmievski
Apr 30, 2009 at 6:40 pm
May 1, 2009 at 5:52 pm -
PHP 6 Bug Database summary - http://bugs.php.net/ Num Status Summary (78 total -- which includes 32 feature requests) ===============================================[*General Issues]============== ...
Internals
Apr 6, 2009 at 10:00 am
Apr 27, 2009 at 10:00 am -
PHP 5 Bug Database summary - http://bugs.php.net/ Num Status Summary (1391 total -- which includes 835 feature requests) ===============================================[*Directory/Filesystem ...
Internals
Apr 6, 2009 at 9:30 am
Apr 27, 2009 at 9:30 am -
Hi. Currently you cannot serialize a closure. That certainly makes sense. But would it be possible/feasible that a closure could be serialized if the value returned was the byte code used by the ...
Richard Quadling
Apr 7, 2009 at 7:55 am
Apr 7, 2009 at 11:22 am -
Contributing benchmarks
Ãlafur Waage
Apr 5, 2009 at 5:34 pm
Apr 7, 2009 at 11:19 am -
Hi. I am trying to extend SplObjectStorage and override the attach() method. This gives me: Strict Standards: Declaration of B::attach() should be compatible with that of SplObjectStorage::attach() ...
Karsten Dambekalns
Apr 3, 2009 at 10:05 am
Apr 3, 2009 at 11:02 am -
Ilia? I guess the chances of getting this merged Moriyoshi will increase by 100% if you have a testcase.. -Hannes
Hannes Magnusson
Apr 11, 2009 at 9:16 am
May 14, 2009 at 7:23 pm -
Any update on this? Is there a good fix without API break? I'd like to roll RC2 next Thursday. Thanks, johannes
Johannes Schlüter
Apr 21, 2009 at 10:33 pm
Apr 22, 2009 at 9:42 pm -
hi, I've noticed that it is very difficult to tell if your --CLEAN-- sections are actually working, so I wonder if it might be possible to brainstorm ways of fixing this. A couple of options come to ...
Greg Beaver
Apr 16, 2009 at 1:25 pm
Apr 21, 2009 at 10:45 pm -
Hello, I saw that google open source program in php.net. I like to invole in it. *Name*: Jayaprakash.G *Proposal*:Working as a Web Developer *Short Description*: Work on web applications. *Full ...
Jaya Prakash
Apr 20, 2009 at 7:15 pm
Apr 20, 2009 at 8:57 pm -
Hi. In the ini files the arg_separator's are detailed as ... ; The separator used in PHP generated URLs to separate arguments. ; PHP's default setting is "&". ; http://php.net/arg-separator.output ; ...
Richard Quadling
Apr 16, 2009 at 3:41 pm
Apr 16, 2009 at 9:08 pm -
Hi Chris, Cc-ing Internals Here's a proposal: http://www.beccati.com/misc/php/pdo_streams_v4.diff The idea is to add a new #define PDO_DRIVER_API_CHECK which is verified at compile time by the C ...
Matteo Beccati
Apr 11, 2009 at 2:16 am
Apr 15, 2009 at 11:25 pm -
Is this Zend extensions only? Is it safe to set in extensions that should work with pre 5.3 PHP's? Did I lose track of the other API versioning change - the one that was about to change the structure ...
Christopher Jones
Apr 9, 2009 at 4:58 am
Apr 9, 2009 at 5:55 pm -
Why aren't you fixing this in the bugfix branch? It's getting quite boring to ask this same question from EVERYONE all the fucking time. Did some somewhere say that the only active branch is PHP_5_3 ...
Jani Taskinen
Apr 27, 2009 at 6:35 pm
Apr 27, 2009 at 6:40 pm -
Hallo all, please can someone of the devs enlighten me (and others), why #47759 [1] is not a bug (bogus)? But just follow me through the manual: a) at file_get_contents [2] I can read: Well, 1.1 is a ...
Carsten Wiedmann
Apr 26, 2009 at 12:06 pm
Apr 26, 2009 at 12:17 pm -
Contributing benchmarks
Alexander Hjalmarsson
Apr 25, 2009 at 10:34 am
Apr 25, 2009 at 3:50 pm -
Hello, bug #47839 Here's a small patch, trying to add the manual page as well (got karma there) once I figured out how insert a new one, but I can't access php-src/UPGRADING obviously. Greetings, ...
Florian Anderiasch
Apr 21, 2009 at 2:23 am
Apr 21, 2009 at 4:35 am -
Hi, I never do Makefile stuff, so I need someone who can tell me why this blasted piece of scripting doesn't work: @if test "a$(program_prefix)" != "a"; then \ PEAR_PREFIX = " -dp ...
Greg Beaver
Apr 19, 2009 at 10:56 pm
Apr 20, 2009 at 6:11 am -
Hi Ilia, ----- Original Message ----- From: "Ilia Alshanetsky" Sent: Wednesday, April 15, 2009 You're relying on int being 32-bit? Couldn't it be 64-bit as well? ...
Matt Wilmas
Apr 15, 2009 at 6:05 pm
Apr 16, 2009 at 9:43 pm -
hi, list: Just a question: when will PHP 5.3 RC2 be out? we're waiting for it so it would be good to know the schedule. Regards, Kinch Zhang -- "Unix is simple. It just takes a genius to understand ...
Kinch Zhang
Apr 7, 2009 at 5:09 pm
Apr 7, 2009 at 7:04 pm -
Anybody have a problem with me committing the patch below? We still use 2.9.5 for our FreeBSD builds (ya, I know its old) and while building extensions we get: Zend/zend.h:379: warning: ...
Brian J. France
Apr 29, 2009 at 2:21 pm
Apr 29, 2009 at 2:21 pm -
Hi all, I am not sure this is the right place to ask this question but I tried other ML without having replies and someone on php-general advised me to try internals too. I had to create a PHP ...
Eugenio Tacchini
Apr 29, 2009 at 10:05 am
Apr 29, 2009 at 10:05 am -
Prompted by http://www.exploringbinary.com/print-precision-of-dyadic-fractions-varies-by-language/ I agree with the author that 40 is a weird arbitrary limit to impose here. As he writes, the ...
Rasmus Lerdorf
Apr 29, 2009 at 4:09 am
Apr 29, 2009 at 4:09 am -
Hi all, Can someone please give a look at this bug. I think it is a problem trying to free statements error messages. It is causing segfaults when using persistent connections. I've posted a patch on ...
Jarismar Chaves da Silva
Apr 27, 2009 at 1:29 pm
Apr 27, 2009 at 1:29 pm -
Hi, strtotime() has been leaking memory for quite a while now. First there was: http://bugs.php.net/bug.php?id=46889 Now there is: http://bugs.php.net/bug.php?id=47285 There are proposed patches in ...
Martin Koch Andersen
Apr 26, 2009 at 12:34 pm
Apr 26, 2009 at 12:34 pm -
In looking into setting custom ErrorDocument with apache2, I see from NEWS file: 30 Aug 2007, PHP 5.2.4 - Changed error handler to send HTTP 500 instead of blank page on PHP errors. (Dmitry, Andrei ...
Jeremy Jackson
Apr 22, 2009 at 9:28 pm
Apr 22, 2009 at 9:28 pm -
adding more .phpt to the repo Pierre asked me to fill this one out after testfest munich
Sebastian Schürmann
Apr 18, 2009 at 11:45 am
Apr 18, 2009 at 11:45 am -
The ext/filter extension should be always on in PHP 6, so I am planning on removing the configure switch --disable-filter. Heads up. -Andrei
Andrei Zmievski
Apr 16, 2009 at 6:15 pm
Apr 16, 2009 at 6:15 pm -
Working on phpruntests (refactored run-tests) with Zoe Slattery, and co-mentoring GSOC student Georg Gradwohl.
Stefan Priebsch
Apr 16, 2009 at 9:50 am
Apr 16, 2009 at 9:50 am -
Translating the PHP Manual and Developing the PHP runtime
Volkan Metin
Apr 15, 2009 at 10:02 am
Apr 15, 2009 at 10:02 am -
Hi! I was looking at how to fix #47930 and unfortunately due to the fact that ext/filter is called before it's initialized as an extension, the only fix that I could think of requires change in the ...
Stanislav Malyshev
Apr 14, 2009 at 11:22 pm
Apr 14, 2009 at 11:22 pm -
Some tests leave this crap behind: ? array_count_file ? tests/output/ob_start_basic_unerasable_005.php ? tests/security/magic_quotes_gpc.php Might be related to that all tests fail currently.. :) ...
Jani Taskinen
Apr 14, 2009 at 10:15 am
Apr 14, 2009 at 10:15 am -
http://wiki.debian.org/PHP/GitMigration http://lists.alioth.debian.org/pipermail/pkg-php-maint/2009-April/005221.html happy eastern! Thomas Koch
Thomas Koch
Apr 13, 2009 at 5:50 am
Apr 13, 2009 at 5:50 am -
If you are a college student, unemployed person or you just want to find a way to make some good income working from your home on your own computer, this offer is the perfect way to make some money ...
Donnie Ray
Apr 6, 2009 at 11:47 pm
Apr 6, 2009 at 11:47 pm -
Any special reason this was never merged into 5.3? -Hannes
Hannes Magnusson
Apr 6, 2009 at 11:55 am
Apr 6, 2009 at 11:55 am -
Translating the documentation Maintaining www.php.net
Aakash Apoorv
Apr 5, 2009 at 8:24 pm
Apr 5, 2009 at 8:24 pm -
Maintaining the documentation
Andrew Mager
Apr 3, 2009 at 5:21 pm
Apr 3, 2009 at 5:21 pm
Group Overview
group | php-internals |
categories | php |
discussions | 50 |
posts | 254 |
users | 90 |
website | php.net |
90 users for April 2009
Archives
- June 2016 (1)
- May 2016 (648)
- April 2016 (33)
- March 2016 (575)
- February 2016 (423)
- January 2016 (40)
- December 2015 (266)
- November 2015 (481)
- October 2015 (23)
- April 2015 (156)
- March 2015 (988)
- February 2015 (836)
- January 2015 (1,468)
- December 2014 (710)
- November 2014 (703)
- October 2014 (787)
- September 2014 (730)
- August 2014 (700)
- July 2014 (1,142)
- June 2014 (488)
- May 2014 (816)
- April 2014 (355)
- March 2014 (611)
- February 2014 (971)
- January 2014 (963)
- December 2013 (489)
- November 2013 (468)
- October 2013 (562)
- September 2013 (622)
- August 2013 (451)
- July 2013 (330)
- June 2013 (422)
- May 2013 (364)
- April 2013 (359)
- March 2013 (497)
- February 2013 (537)
- January 2013 (547)
- December 2012 (335)
- November 2012 (148)
- October 2012 (480)
- September 2012 (632)
- August 2012 (661)
- July 2012 (841)
- June 2012 (362)
- May 2012 (317)
- April 2012 (1,101)
- March 2012 (908)
- February 2012 (780)
- January 2012 (428)
- December 2011 (466)
- November 2011 (690)
- October 2011 (331)
- September 2011 (628)
- August 2011 (777)
- July 2011 (558)
- June 2011 (1,099)
- May 2011 (488)
- April 2011 (345)
- March 2011 (236)
- February 2011 (137)
- January 2011 (230)
- December 2010 (434)
- November 2010 (701)
- October 2010 (211)
- September 2010 (277)
- August 2010 (362)
- July 2010 (205)
- June 2010 (399)
- May 2010 (416)
- April 2010 (473)
- March 2010 (635)
- February 2010 (148)
- January 2010 (325)
- December 2009 (335)
- November 2009 (334)
- October 2009 (270)
- September 2009 (205)
- August 2009 (276)
- July 2009 (605)
- June 2009 (460)
- May 2009 (285)
- April 2009 (254)
- March 2009 (351)
- February 2009 (335)
- January 2009 (451)
- December 2008 (347)
- November 2008 (475)
- October 2008 (795)
- September 2008 (620)
- August 2008 (673)
- July 2008 (829)
- June 2008 (654)
- May 2008 (642)
- April 2008 (653)
- March 2008 (872)
- February 2008 (804)
- January 2008 (751)
- December 2007 (752)
- November 2007 (563)
- October 2007 (490)
- September 2007 (499)
- August 2007 (660)
- July 2007 (965)
- June 2007 (359)
- May 2007 (904)
- April 2007 (476)
- March 2007 (451)
- February 2007 (465)
- January 2007 (499)
- December 2006 (480)
- November 2006 (454)
- October 2006 (391)
- September 2006 (437)
- August 2006 (389)
- July 2006 (840)
- June 2006 (397)
- May 2006 (778)
- April 2006 (426)
- March 2006 (591)
- February 2006 (291)
- January 2006 (391)
- December 2005 (434)
- November 2005 (1,060)
- October 2005 (554)
- September 2005 (677)
- August 2005 (1,157)
- July 2005 (419)
- June 2005 (704)
- May 2005 (195)
- April 2005 (446)
- March 2005 (474)
- February 2005 (770)
- January 2005 (210)
- December 2004 (295)
- November 2004 (308)
- October 2004 (558)
- September 2004 (580)
- August 2004 (734)
- July 2004 (927)
- June 2004 (653)
- May 2004 (575)
- April 2004 (774)
- March 2004 (585)
- February 2004 (819)
- January 2004 (700)
- December 2003 (903)
- November 2003 (682)
- October 2003 (530)
- September 2003 (297)
- August 2003 (659)
- July 2003 (604)
- June 2003 (952)
- May 2003 (994)
- April 2003 (557)
- March 2003 (556)