Search Discussions
-
https://wiki.php.net/rfc/shortsyntaxforarrays Since this was brought again recently by Rasmus (http://markmail.org/message/fx3brcm4ekh645se) and on Twitter where several people including Andi chimed ...
Brian Moon
May 31, 2011 at 6:42 pm
Jun 6, 2011 at 9:50 pm -
113
5.4 again
Hi! I has been almost a month since we did our routine talk about 5.4, so here it goes again. The patch for the scalar hints seems to be pretty simple (see ...Stas Malyshev
May 8, 2011 at 11:40 pm
May 16, 2011 at 9:30 pm -
But surely it is a motivational factor to learn C, and have a go at implementing the feature yourself! That's what Open Source is all about. If you don't like the feature, or it is missing one, _DO_ ...
Richard Quadling
May 9, 2011 at 4:14 pm
May 12, 2011 at 12:55 am -
I sent this message to the php-general list, but haven't gotten any replies. Looking at the archives for the two lists, I realized that I'm probably much more likely to get informed responses from ...
Arnold Hesnod
May 28, 2011 at 5:46 pm
May 31, 2011 at 10:04 am -
Hi all, As I have proposed previously in an old thread... What about we name all the tokens to have an improved parser error message? (i.e. anymore T_PAAMAYIM_NEKUDOTAYIM, T_DOLLAR_OPEN_CURLY_BRACES ...
Felipe Pena
May 16, 2011 at 12:15 pm
Jul 18, 2011 at 9:53 am -
So, I ran across bug #54631 A fatal error is thrown if you try to call parent::__construct() from a subclass of SplObjectStorage. I was going to close it as "expected behavior" since that is pretty ...
Andrew Curioso
May 16, 2011 at 6:14 pm
May 17, 2011 at 5:50 pm -
Since we are on the topic of reviewing past RFCs for 5.4, can we take another look at the Zend Signals RFC: https://wiki.php.net/rfc/zendsignals The patch is solid (have been using it in production ...
Ilia Alshanetsky
May 31, 2011 at 10:30 pm
Jun 5, 2011 at 5:09 pm -
I need karma to commit test fixes: 1) session_encode_basic - added serialize_precision=100 ini setting 2) fix for http://bugs.php.net/48203: there's a segfault when CURLOPT_STDERR file pointer is ...
Alexey Shein
May 17, 2011 at 1:41 pm
May 31, 2011 at 6:32 am -
Hi all. I'm working with a fellow developer on an experimental project. There are some PECL modules that we want to try and use in an open source project where we cannot guarantee that PECL modules ...
Larry Garfield
May 20, 2011 at 4:12 pm
May 30, 2011 at 3:48 pm -
11
INF behavior
Hello geeks, A geek is needed to clarify PHP bug #45712. This is an edge case but the test (bug45712.phpt) contains code similar to the following: <?php $inf = pow(0, -2); var_dump($inf); // ...Philip Olson
May 27, 2011 at 3:03 am
Sep 5, 2011 at 3:00 pm -
This is an automatic mail from the rmtoool's build bots. New build errors have been introduced between 310670 and 310983. The errors are: php-trunk, build nts-windows-vc9-x86: pcre_internal.h, 196, ...
Noreply
May 13, 2011 at 8:06 am
May 13, 2011 at 1:57 pm -
Hi, The attached patch improves speed of numeric operations by inlining the most probable paths directy into executor. It also optimizes some operations for x86 CPU using assembler. The bench.php ...
Dmitry Stogov
May 20, 2011 at 9:28 am
May 21, 2011 at 9:25 pm -
This is an automatic mail from the rmtoool's build bots. New build errors have been introduced between 310648 and 310983. The errors are: php-5.3, build nts-windows-vc9-x86: pcre_internal.h, 196, ...
Noreply
May 13, 2011 at 8:19 am
May 13, 2011 at 1:46 pm -
As you may have noticed, I have fixed the autoconf stuff to work with autoconf 2.60+ in PHP_5_4 and trunk. In the past I have tried to make it support both <2.60 and =2.60 at the same time and it ...
Rasmus Lerdorf
May 15, 2011 at 9:45 am
Jun 3, 2011 at 10:55 am -
Hi, I was wondering if object dereferentiation after constructor call is something that has been discussed already. This is, being able to do something like: new MyClass()- setSomething(); Instead ...
Dukeofgaming
May 22, 2011 at 4:18 am
May 23, 2011 at 7:43 am -
This is an automatic mail from the rmtoool's build bots. New build errors have been introduced between and 311062. The errors are: php-5.4, build ts-windows-vc9-x86: , NMAKE, error, U1077, ...
Noreply
May 15, 2011 at 8:38 pm
May 16, 2011 at 11:51 am -
Removing some cruft from php I'm thinking that the logo should be optional --disable-logo PHPE9568F34-D428-11d2-A769-00AA001ACF42 http://www.phpsadness.com/ via combinator ...
Marius adrian popa
May 28, 2011 at 7:09 am
Jun 1, 2011 at 4:45 am -
Hi all Current PostgreSQL has new escape functions for literals and identifiers. Since there is no function for that, I made patch for that. Attached patch is for trunk and tested with PostgreSQL 8.4 ...
Yasuo Ohgaki
May 20, 2011 at 1:25 am
May 24, 2011 at 7:28 am -
I am working on some AJAX callbacks. These need to open the session, get hold of stuff in $_SESSION and that is it ... they won't be changing the session data. The trouble is that because the session ...
Alain Williams
May 16, 2011 at 1:37 pm
May 16, 2011 at 2:39 pm -
hello everyone! I'm trying to gain some speed by moving a function from PHP legacy code to C and making an extension. I'm trying to call *lynx* from the command line since their C api isn't something ...
Gabriel Sosa
May 11, 2011 at 3:43 am
May 11, 2011 at 11:04 am -
Hi internals, Jani told me to ask the list about this. I tried commenting on the bug but I guess since it's closed, no one cares about it anymore. http://bugs.php.net/bug.php?id=49189 This Change ...
Lars Schultz
May 27, 2011 at 9:25 am
Jun 6, 2011 at 1:26 pm -
I'd like to ask a question about call_user_func/_array performance and the use of runtime variables to call functions and methods from the PHP internals perspective. Many people have blogged about ...
Drak
May 23, 2011 at 2:49 am
May 23, 2011 at 7:29 pm -
Hi, I just wanted to ask what is the community's feeling on keeping the echo shortcut. I know short tags are kind of deprecated and I think it is the right call, however, I really really think the ...
Dukeofgaming
May 18, 2011 at 6:11 pm
May 18, 2011 at 6:33 pm -
Hi, i recently wrote small function that allows the creation of a php-socket by directly giving the fd# this is very useful under linux/unix environments for Ipc. For example: getting forked by a ...
Florian Wilkemeyer
May 18, 2011 at 10:44 am
May 18, 2011 at 11:27 am -
I'm looking for feedback since this is my first commit to PHP and it changes some behavior of SimpleXMLElement. If no-one has an objections I'll go ahead and commit the code. First, here is the ...
Andrew Curioso
May 13, 2011 at 11:43 pm
May 14, 2011 at 12:14 am -
This time, the correct patches and a new gist url: https://gist.github.com/975322 Again, no karma to commit them. Sorry about the bad gist. - Jeraimee
Jeraimee Hughes
May 16, 2011 at 8:39 pm
May 16, 2011 at 8:59 pm -
Maintaining and improving the PHP website
Cameron Andrews
May 11, 2011 at 8:00 am
May 13, 2011 at 1:52 pm -
Hi, I would like to ask if the following backtrace contains enough information to identify the bug ? Perhaps someone may identify from the backtrace a PHP function/code that causes the segfault and I ...
Tomas Brastavičius
May 10, 2011 at 6:52 pm
May 12, 2011 at 7:16 am -
This is an automatic mail from the rmtoool's build bots. New build errors have been introduced between 310648 and 310691. The errors are: Build ts-windows-vc9-x86: browscap.c, 363, error, C2198, ...
Pierre Joye
May 1, 2011 at 8:01 pm
May 1, 2011 at 8:07 pm -
Hello. Typecasting on the index passed to ArrayObject::offsetGet and ArrayObject::offsetSet seems to be the reason of ArrayObject's confusing behavior on x86 systems. According to ...
Alex S Kurilo
May 31, 2011 at 4:03 pm
May 31, 2011 at 4:03 pm -
0
5.3.7
Hi, Quick notice: On Thursday (June 2nd) I'll roll 5.3.7RC1 please make sure all fixes are in, I hope we can have a short cycle. JohannesJohannes Schlüter
May 29, 2011 at 9:41 am
May 29, 2011 at 9:41 am -
I need to parse a CRL (Certificate Revocation List) file and verify if a client certificate has been revoked, but the PHP OpenSSL extension do not support this feature. I saw a patch for this issue ...
Ricardo Maia
May 22, 2011 at 2:07 am
May 22, 2011 at 2:07 am -
I submitted a patch to add a curl_reset function to the cURL extension. It would be great if this patch could find its way into the PHP 5.4 release. This is my first attempt at a patch, so a review ...
Michael Dowling
May 18, 2011 at 6:06 pm
May 18, 2011 at 6:06 pm -
Hi, are they any plans to add full namespace support for the Reflection API in PHP 5.4. Until now there is only rudimentary support implemented. There would be a great benefit for userland annotation ...
Christian Kaps
May 18, 2011 at 9:28 am
May 18, 2011 at 9:28 am -
No karma to commit these patches so here's the gist of the fixes I did the other day: https://gist.github.com/974926 - Jeraimee
Jeraimee Hughes
May 16, 2011 at 5:36 pm
May 16, 2011 at 5:36 pm -
As Rasmus suggested on the list, I fixed some failing tests, and planning to do more. https://gist.github.com/973681 the patch should cleanly apply to the 5_3 branch and trunk also. about the fixes: ...
Ferenc Kovacs
May 15, 2011 at 11:56 pm
May 15, 2011 at 11:56 pm -
Rasmus encouraged me to... in his php.internals message on May 11 "Re: 5.4 again". Fixed the issue documented in test ext/simplexml/tests/034.phpt (an almost 2 year old "expected fail") The fix was ...
Andrew Curioso
May 13, 2011 at 10:25 pm
May 13, 2011 at 10:25 pm -
Missing SKIPIF for bug46010.phpt in mcrypt. Will continue to fix a few tests a day. "Rasmus told me to" :D Need access to php-src.
Jeraimee Hughes
May 12, 2011 at 9:00 pm
May 12, 2011 at 9:00 pm -
Hi, what is the status of traits, or like the wiki calls it "Horizontal Reuse for PHP". AFAIR I got notice of it on the FrOsCon 2008/2009(?), since then lot time passed and the last update on the ...
Kalkin Sam
May 9, 2011 at 2:10 pm
May 9, 2011 at 2:10 pm -
Hi I recently upgraded from PHP 5.2.3 to PHP 5.2.17. After that, some of my pages keep failing with either Segfaults or calls to zend_mm_panic. My gdb backtrace shows: (gdb) bt #0 zend_mm_panic ...
Bruce Bailey
May 6, 2011 at 4:47 pm
May 6, 2011 at 4:47 pm -
Hi, is there any reason why a temporary file created with SplTempFileObject isn't accessible by another e.g. SplFileObject instance. $temp = new SplTempFileObject(); $temp- fwrite('A string'); ...
Christian Kaps
May 1, 2011 at 7:23 pm
May 1, 2011 at 7:23 pm
Group Overview
group | php-internals |
categories | php |
discussions | 41 |
posts | 488 |
users | 103 |
website | php.net |
103 users for May 2011
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)