Search Discussions
-
Ahoi, I have written an RFC for a more efficient solution to get rid of the common fopen() hack inside autoloaders: if ($fp = @fopen($file, 'r', true)) { fclose($fp); include $file; } Here is the ...
Lukas Kahwe Smith
Nov 10, 2009 at 4:45 pm
Jan 6, 2010 at 2:44 pm -
Hi, since a few months have passed since the last discussion on this topic and perhaps people had time to gather some experience with the current closure implementation in PHP 5.3 I'd like to restart ...
Christian Seiler
Nov 16, 2009 at 7:17 pm
Apr 20, 2010 at 6:41 pm -
Hi folks, after discussing the idea with various PHP developers I now felt safe enough that it's not a completely stupid idea to post an RFC for it. The idea is to add support the registration of ...
Robert Lemke
Nov 18, 2009 at 4:07 pm
Nov 19, 2009 at 11:38 pm -
Hello! I have filed a bug (suggestion) at http://bugs.php.net/bug.php?id=50003 What do you think about enabling such a constructions in future versions of php? Br, -melfar
Melfar
Nov 7, 2009 at 11:45 am
Nov 10, 2009 at 5:59 pm -
Hi all, Starting with version 5.3 php checks id string when it loads the extensions to match its own one and it also shows this string in PHP Extension Build line of phpinfo(). That's great. This ...
Jvlad
Nov 29, 2009 at 10:29 am
Nov 29, 2009 at 3:46 pm -
hi all, Since the new conditionnal operator ternary was introduced in php 5.3, I'm little confuse about it. The documentations says : Since PHP 5.3, it is possible to leave out the middle part of the ...
Alban
Nov 21, 2009 at 5:12 am
Nov 22, 2009 at 9:50 am -
Even though, that's a language issue. Why the hell in php the foreach do not capture the variable properly? -- • *Mathieu Suen* | It Team | www.easyflirt.com • mathieu [dot] suen [at] easyflirt [dot] ...
Mathieu Suen
Nov 16, 2009 at 11:07 am
Nov 16, 2009 at 3:34 pm -
When running a benchmarking workload on PHP that was configured with multi-threading support (--enable-maintainer-zts) I noticed that pthread_get_specific is invoked many times during the processing ...
Arvind Srinivasan
Nov 30, 2009 at 1:32 pm
Dec 3, 2009 at 12:30 pm -
There was some discussion on the version (2.13 vs newer) of autoconf to use for trunk but I'm not sure whether there was any consensus. It looks like autoconf2.13 can't be used with trunk and ...
Arvind Srinivasan
Nov 27, 2009 at 8:56 am
Nov 27, 2009 at 1:02 pm -
Greetings Internals I've been thinking for a while what we should do about PHP6 and its future, because right now it seems like there isn't much future in it. PHP6 is already much different in terms ...
Kalle Sommer Nielsen
Nov 17, 2009 at 1:13 am
Jan 1, 2010 at 12:40 pm -
Hi, Gwynne pointed me at the clang static analyser earlier on today, and so I've run it against current PHP_5_3. In the course of messing with it, it noticed a potential null dereference in ext/ftp - ...
Michael Maclean
Nov 24, 2009 at 1:46 pm
Nov 25, 2009 at 4:09 pm -
Hello internals, I've just occured a syntax problem in the following script: <?php class C { public $n = 1; } $o = new C(); $o- f = function () use ($o) { echo $o- n; }; $o- f(); ? The result of this ...
Jingcheng Zhang
Nov 18, 2009 at 8:23 am
Nov 21, 2009 at 9:59 am -
Hello, I'm working on two classes, Interval and IntervalList which describe an interval and a list of intervals. These intervals are defined using the Interval class: <?php $interval = new ...
Samuel ROZE
Nov 20, 2009 at 9:56 pm
Nov 20, 2009 at 10:36 pm -
When compiled for multi-threaded (#ifdef ZTS ) operation, the various subsystems in PHP use dynamically allocated (ts_allocate_id) identifiers to index into the thread-local storage for each ...
Arvind Srinivasan
Nov 5, 2009 at 11:52 am
Nov 6, 2009 at 10:35 am -
Can you explain to me why the following causes a segfault: [code] PHP_FUNCTION(sample_var_a_exists) { if (!zend_hash_exists(EG(active_symbol_table), "a", sizeof("a"))) { RETURN_BOOL(0); } ...
Mark Skilbeck
Nov 1, 2009 at 9:10 pm
Nov 2, 2009 at 3:39 pm -
Attached is a patch (against HEAD, includes tests) which allows users to extend any session handler in an object oriented fashion. By extending the new internal class SessionHandler, users can wrap ...
Arpad Ray
Nov 22, 2009 at 5:12 am
Dec 9, 2009 at 11:36 pm -
hi Sebastian, open a bug please :) On Wed, Nov 25, 2009 at 7:54 AM, Sebastian Bergmann wrote: -- Pierre http://blog.thepimp.net | http://www.libgd.org
Pierre Joye
Nov 25, 2009 at 6:57 am
Nov 25, 2009 at 11:42 am -
Hello, I want to use two stream functions (stream_array_to_fd_set and stream_array_from_fd_set) in a module (/etc/modulename/modulename.c). To use them, i included the streamsfuncs.h file, with: ...
Samuel ROZE
Nov 27, 2009 at 5:53 pm
Dec 1, 2009 at 12:17 pm -
PHP 6 Bug Database summary - http://bugs.php.net/ Num Status Summary (103 total -- which includes 45 feature requests) ===============================================[*Compile Issues]============== ...
Internals
Nov 2, 2009 at 10:00 am
Nov 30, 2009 at 10:00 am -
PHP 5 Bug Database summary - http://bugs.php.net/ Num Status Summary (1554 total -- which includes 980 feature requests) ===============================================[*Directory/Filesystem ...
Internals
Nov 2, 2009 at 9:30 am
Nov 30, 2009 at 9:30 am -
Hi, Attached is a patch (against HEAD) which adapts the default ("php") session serializer to serialize the whole array using php_var_serialize instead of calling it once per element. This simplifies ...
Arpad Ray
Nov 22, 2009 at 5:16 am
Nov 26, 2009 at 5:21 pm -
The second release candidate of 5.2.12 was just released for testing and can be downloaded here: http://downloads.php.net/ilia/php-5.2.12RC2.tar.bz2 (md5sum: 3952089018d531b161cef35f0f6182ec) The ...
Ilia Alshanetsky
Nov 27, 2009 at 3:33 am
Nov 30, 2009 at 11:19 am -
1. Why are you constantly not merging stuff to HEAD? 2. Isn't this related to bug #50231 and why are you not using the proper commit message then? Hint: - Fixed bug.. It's getting quite annoying that ...
Jani Taskinen
Nov 28, 2009 at 9:53 pm
Nov 28, 2009 at 10:55 pm -
The openssl extension is way to restrictive in the algorithms it supports, i.e. no support for SHA265 which is starting to become the standard algo to use, etc.. Rather than having to always add more ...
Rob Richards
Nov 24, 2009 at 5:27 pm
Nov 24, 2009 at 10:01 pm -
Folks, I'm hoping someone can clarify for me the limitations that PHP 5.2/5.3/6.0 is expected to put on the size of strings on 64 bit linux. The php manual documentation for the string type makes the ...
Matt Wirges
Nov 19, 2009 at 8:18 pm
Nov 20, 2009 at 12:31 pm -
Hi, I need some help debugging a test failure (./ext/spl/tests/DirectoryIterator_getBasename_basic_test goes into an infinite loop) on Solaris 10 (SPARC) with PHP6 trunk. I've narrowed the problem ...
Arvind Srinivasan
Nov 13, 2009 at 1:44 pm
Nov 17, 2009 at 10:52 am -
I'm trying to debug a segfault that's occuring in an extension I'm developing (phpgksu - PHP wrapper for libgksu2). On the PHP site it says that if I have PHP configured with --enable-debug (which I ...
Mark Skilbeck
Nov 10, 2009 at 1:55 pm
Nov 10, 2009 at 2:18 pm -
Here's a patch to add pgsqlGetCopyData, pgsqlPutCopyData, and pgsqlEndCopyData methods. I opened bug #50092 but I don't seem able to attach the patch, so I attached it here. --Tim
Tim Ringenbach
Nov 5, 2009 at 6:45 pm
Nov 5, 2009 at 11:13 pm -
Some while ago, I committed a patch to trunk which adds the shell_bypass option to proc_open() on UNIX. I'd like to backport that patch to 5.3.2, along with posix_pipe(), which helps quite a bit in ...
Gwynne Raskind
Nov 28, 2009 at 10:21 pm
Nov 30, 2009 at 3:59 pm -
- development of php core - translations ( already had an account few years ago but stopped due to time issues )
Volker Richter
Nov 29, 2009 at 6:21 pm
Nov 29, 2009 at 6:45 pm -
On behalf of Ilia (so the subject typo won't hide the RC3 from testers): The second release candidate of 5.2.12 was just released for testing and can be downloaded here: ...
Pierre Joye
Nov 27, 2009 at 3:41 pm
Nov 27, 2009 at 4:01 pm -
Without autoconf2.13 installed, I get the following on my Ubuntu 9.10: buildconf: autoconf version 2.64 (ok) buildconf: Your version of autoconf likely contains buggy cache code. Running vcsclean for ...
Sebastian Bergmann
Nov 25, 2009 at 6:55 am
Nov 25, 2009 at 8:22 am -
Hi Everyone, My name is Israel Ekpo I am trying to compile the Solr extension on Windows XP using Visual Studio 2008 but I am getting compile errors. Guillaume Rossolini also tried but he is getting ...
Israel Ekpo
Nov 17, 2009 at 9:26 pm
Nov 22, 2009 at 10:09 pm -
Hello, Just a reminder that I'm still waiting for my SVN account :) I'm more active on the QA mailing list. I've already written many tests about IMAP extension (code coverage increased from 45% to ...
Olivier Doucet
Nov 2, 2009 at 3:19 pm
Nov 22, 2009 at 12:34 pm -
I don't know if this is the right list to report to, but bugs.php.net is currently non-functional. Cheers, Edward
Edward Z. Yang
Nov 20, 2009 at 7:38 am
Nov 20, 2009 at 8:19 am -
Hi, Felipe suggested me to request Karma for php-src to do bug fixing. My SVN username is pierrick. For those of you don't know me I'm Pierrick a French PHP Developer who live in Montreal. You can ...
Pierrick Charron
Nov 15, 2009 at 8:51 pm
Nov 15, 2009 at 9:20 pm -
Hi, When php script includes a script, php engine compiles the included file. When opcode caching extensions e.g apc are used, re-compilation is avoided by apc. But there is a performance problem ...
Basant Kukreja
Nov 12, 2009 at 6:57 pm
Nov 12, 2009 at 9:51 pm -
hi, all: I just found a typo today when I read the source code of function nl2br, here is what 'svn diff' produce against the php 5.3.0 svn trunk: Index: ext/standard/string.c ...
Daqing
Nov 6, 2009 at 3:19 am
Nov 6, 2009 at 4:00 pm -
Hi, I'm developing a custom stream wrapper and I've found this bug implementing the stream_seek() method. My php version: PHP 5.2.8 (cli) (built: Dec 17 2008 00:54:27) Copyright (c) 1997-2008 The PHP ...
Davide Romanini
Nov 4, 2009 at 9:19 am
Nov 4, 2009 at 3:01 pm -
Hey, guys/gals. Do any of you know of an up-to-date resource on setting up a development area / building extensions with VS? Everything I find is a couple of years and / doesn't work. Thanks.
Mark Skilbeck
Nov 3, 2009 at 8:24 pm
Nov 3, 2009 at 10:43 pm -
# Cc'ed to internals list. Hi, Could you please give him the karma for phpdoc (or at least phpdoc/ja) ? -- TAKAGI Masahiro mailto:takagi@php.net
TAKAGI Masahiro
Nov 30, 2009 at 2:17 am
Nov 30, 2009 at 2:35 am -
Hi, i'd like to discuss the implications of this issue further, do i need to apply for listmempership shomewhere or do i just start here... not sure how it works, so please tell me kind regards, ...
Michael Saenger
Nov 26, 2009 at 4:45 pm
Nov 26, 2009 at 5:25 pm -
I have many projects about php ( not coding for an application or website; directly about php functions etc.) and would like to help to improve php. For example asterisk server functions. That's why ...
Önder coskun
Nov 20, 2009 at 5:12 pm
Nov 20, 2009 at 9:56 pm -
Thats a good question, and of the top of top of my head I don't recall any commits or discussion about this. So, is this intended behavior as of PHP 5.3.0 or may this change again in the future? ...
Hannes Magnusson
Nov 20, 2009 at 8:05 pm
Nov 20, 2009 at 8:10 pm -
When running 'gmake test' on my PHP6 tree on Solaris 10 (SPARC), I noticed that a number of test failures were caused by the presence of non-ASCII characters in function names etc. For example: ...
Arvind Srinivasan
Nov 12, 2009 at 12:34 pm
Nov 16, 2009 at 12:40 pm -
Hi, I created a patch for the bug #49936. The problem was due to the new way to manage references of stream context. The patch increase the refcount of the context when it's assigned to a stream (in ...
Pierrick Charron
Nov 13, 2009 at 10:26 am
Nov 15, 2009 at 8:36 pm -
Hi , Here are the patches and phpt for the following bugs : #49521 (The patch move the call to the constructor before the mapping logic) - http://www.adoy.net/php/49521.PHP_5_2.patch - ...
Pierrick Charron
Nov 14, 2009 at 5:36 pm
Nov 15, 2009 at 5:00 pm -
Hi, By looking at the php6 gc I guess you introduce a mark and sweep gc. Looking at the *_root function, it also seems that you have a generational mark & sweep gc. I have a couple of question : How ...
Mathieu Suen
Nov 10, 2009 at 8:21 am
Nov 10, 2009 at 5:31 pm -
Hi I've added support for streaming RAR files and retrieving filenames in unicode/utf8. Please see http://pecl.php.net/bugs/bug.php?id=16921 -- Gustavo Lopes
Spam
Nov 6, 2009 at 12:15 am
Nov 6, 2009 at 12:18 am -
Hi list, i want to submit a patch regarding this bug http://bugs.php.net/bug.php?id=11323 The bug is that if the post request spans multiple packets as in case of file upload in php-thttpd then it ...
Nishant kumar
Nov 3, 2009 at 7:21 am
Nov 4, 2009 at 6:50 am
Group Overview
group | php-internals |
categories | php |
discussions | 63 |
posts | 334 |
users | 85 |
website | php.net |
85 users for November 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)