Search Discussions
-
Hi internals! As per Pierres request I'm posting a new voting thread for my empty() RFC. During discussions on IRC it turned out that most people would prefer to allow expressions for empty(), but ...
Nikita Popov
May 1, 2012 at 4:08 pm
May 22, 2012 at 9:29 pm -
Hi Over the past couple of weeks I have updated the parallel run-tests (fixed a couple of minor bugs in the PHP code and the build.xml), it's now almost at the point where I could go ahead and ...
Zoe slattery
May 17, 2012 at 12:00 pm
Oct 19, 2012 at 11:48 am -
Hi I've wrapped ICU's BreakIterator and RuleBasedBreakIterator. I stopped short of adding a procedural interface. I think there's a larger expectation of a having an OOP interface when working with ...
Gustavo Lopes
May 31, 2012 at 11:22 am
Jun 22, 2012 at 7:48 pm -
11
bug 54547
Hi! I know this was discussed a number of times here, but just to bring it to a conclusion - I intend to apply patch in the bug report - which removes conversion for strings that do not convert to ...Stas Malyshev
May 13, 2012 at 2:39 am
Jun 28, 2012 at 2:06 am -
I just realized something that never occurred to me before - every property is actually stored as a hash. This test-script will demonstrate: <?php define('NUM_TESTS', 1000); $before = ...
Rasmus Schultz
May 21, 2012 at 6:47 pm
May 22, 2012 at 2:06 pm -
Hello All, Please be kind to review and comment my proposal for custom casting in PHP (or let me know if a similar proposal was already discussed). http://pastebin.com/sPb0i8U6 IMHO, it's more simple ...
Seva Lapsha
May 9, 2012 at 9:56 pm
May 15, 2012 at 1:17 am -
10
JPEG Upload
People don't use imagecreatefromjpeg() to be sure it isn't some ware or executable or PHP script disguised as a JPEG?! That's just crazy. And inexcusable in a framework. Somebody might be able to ...Richard Lynch
May 5, 2012 at 4:32 pm
May 6, 2012 at 4:13 am -
Hi, it recently came to my attention that the function whitelist and blacklist feature inside Suhosin is easily bypassable since PHP 5.0. The reason for this is that PHP is no longer calling the ...
Stefan Esser
May 21, 2012 at 10:41 am
Oct 4, 2012 at 7:43 am -
Hi Some years ago (in 2009) Stefan Priebsch, myself and a GSOC student worked on a version of run-tests.php which would run tests in parallel - I wrote about it here ...
Zoe slattery
May 3, 2012 at 10:54 am
May 6, 2012 at 10:15 am -
Dear all, I'm the author of LIXA project (http://lixa.sourceforge.net/) and I would discuss a little about "two phase commit" transactions for PHP applications. "Two phase commit" means I can write a ...
Christian Ferrari
May 29, 2012 at 8:27 pm
Jun 1, 2012 at 3:53 am -
Hi I have a proposal to add a new function to ext/standard: array_part(): https://wiki.php.net/rfc/array_part Comments would be very welcome, especially the constructive kind. Please keep this on ...
Gustavo Lopes
May 14, 2012 at 10:21 am
May 21, 2012 at 9:14 pm -
Hi All, Trying to ready myself for some possible work w/the core (after I resurrect all my never-that-great C, heh), I went looking for a recent book. (I still like old-school supplements.) I see ...
Sanford Whiteman
May 15, 2012 at 5:05 am
Jun 10, 2012 at 5:38 pm -
Hello I am new to php runtime. i am doing some research on runtime interpreter. can anyone please tell me where the interpreter of the php runtime is ? which file ? and does the php runtime has a JIT ...
Xin Tong
May 9, 2012 at 10:05 pm
Jun 1, 2012 at 6:11 am -
in response to https://wiki.php.net/rfc/skipparams I want to suggest something as depicted below: function very_long_params(name:$n, age:$a, other:$o) { } or function very_long_params(:name = null, ...
Mathias Grimm
May 27, 2012 at 5:27 pm
May 29, 2012 at 12:29 am -
I think the main idea of this RFC: Run the code, if we had never entered in loop. In this case more sence to change "for .. else" condition to this: If second expression is equal FALSE before ...
Alexander Moskaliov
May 11, 2012 at 6:34 am
May 12, 2012 at 3:00 pm -
Hi all, First time poster here... Just hoping to get some information. It says on bugs.php.net that the best way to 'support' a request, is to vote on it. However, the most voted feature requests ...
Dmitri Dmitrison
May 6, 2012 at 2:28 pm
May 6, 2012 at 9:36 pm -
Hello, I was wondering how to create a new object from a function call? By this I mean if I call foo() from a script, that should return a new instance of an object. If I call foo() again, it should ...
Yader Hernandez
May 2, 2012 at 3:46 am
May 2, 2012 at 9:30 am -
Hi internals: danko reported this bug#61422: Lack of autoload on type hinting breaks class_alias。 now parmeter type hint DID NOT trying to autoload. I think allow it autoloading could be helpful ...
Reeze
May 1, 2012 at 12:02 pm
May 1, 2012 at 10:54 pm -
All, I was looking for a standard benchmark script that I could run with and without apc caching to see the general gains. Is there something that is used by the internals team for such tests? If ...
Mohammad Saleh
May 22, 2012 at 3:18 pm
May 23, 2012 at 2:40 pm -
Hi, I stumbled upon this code while working with a variable passed by reference, I was wondering if someone could provide some feedback before raising a ticket, just in case PHP (5.3.6) is doing what ...
Devis Lucato
May 6, 2012 at 12:41 am
May 6, 2012 at 11:11 am -
Hi everyone: I am doing a study report about PHP, could anyone tell PHP governance? Such as, who is project manager, package manager, how php make a decision? And finance support situation? I cannot ...
Lijiu zhang
May 18, 2012 at 9:07 am
May 23, 2012 at 9:48 am -
Hi Laruence, Thank you for sending this. I'm not sure if the patch is completely correct. With the patch all the threads share the single copy of script_encoding_list and when one thread terminates ...
Dmitry Stogov
May 5, 2012 at 6:36 am
May 10, 2012 at 9:24 am -
This caused a few bugs for us / confusion. The final keyword is accepted inside a trait but it the class also defines a method without the final keyword this takes precedence. Two solutions: Enforce ...
Scott MacVicar
May 4, 2012 at 6:30 pm
May 5, 2012 at 9:26 am -
I've opened the array_part() vote: https://wiki.php.net/rfc/array_part#vote The vote asks whether the branch at https://github.com/cataphract/php-src/tree/array_part should be merged. This ...
Gustavo Lopes
May 28, 2012 at 1:34 pm
May 29, 2012 at 8:05 am -
Hello, I've been looking around for a while, but I haven't been able to figure out where I would send a patch for the curl extension. If anyone could point me to the documentation outline the process ...
William Betts
May 27, 2012 at 1:15 am
May 27, 2012 at 2:47 am -
Hi there, The recent suhosin 'discussions' and subsequent browsing of various mailing lists prompted me into looking at doing some core development/bug fixing/whatever, since I have a vested interest ...
Miah Gregory
May 14, 2012 at 11:27 am
May 14, 2012 at 6:35 pm -
I've been using array decomposition in other languages such as Javascript recently and find it very useful. I did not find any conversation about it in the archives, has this topic been ...
Clint Priest
May 13, 2012 at 4:41 pm
May 13, 2012 at 10:34 pm -
There is a suching extension to handle (intercepts) implicit (or no) reference. Ex.: $a = new A(): $b = $a; I want something like __clone(), something like __reference() to be invoked in the second ...
Mathias Grimm
May 10, 2012 at 7:38 pm
May 10, 2012 at 10:34 pm -
I am interested in preserving the complete PHP context for a thread (globals, variables, interpreter, etc.--everything) for later access from a different thread. What would be involved in this? It ...
David Rueter
May 14, 2012 at 7:15 pm
May 21, 2012 at 7:15 pm -
Hi all, I encountered bug #40459 [1] recently. It seems the bug has been ignored because not many people encounter it and the original author did not give feedback. The issue is assigned to Wez ...
Jorrit Schippers - nCode
May 18, 2012 at 10:45 am
May 18, 2012 at 3:54 pm -
Hi, I'm calling this function: static zend_class_entry *create_class_entry_runtime_exception(TSRMLS_C) { zend_class_entry **pce; if (zend_hash_find(CG(class_table), "runtimeexception", ...
Yader Hernandez
May 16, 2012 at 3:45 am
May 16, 2012 at 7:29 am -
Hi When we implemented these sections in the parallel version of run-tests.php we seem to have decided to change the way that they work. https://wiki.php.net/qa/runtests/decisions/notimplemented I ...
Zoe slattery
May 8, 2012 at 1:06 pm
May 9, 2012 at 5:10 am -
Hello there, I was searching for a structured list of PHP releases and I found this site: http://php.net/releases/index.php It is possible to get a serialized array with ?serialize=1, but I only get ...
Michael Kliewe
May 3, 2012 at 10:22 pm
May 3, 2012 at 10:35 pm -
Has anyone ever used the zend_compile_string() within the c code for compiling internally created php? Is it frowned upon or has it never come up before? In writing the accessors code I have several ...
Clint Priest
May 29, 2012 at 3:10 am
May 29, 2012 at 3:10 am -
oh, wow! so this was already implemented in 5.4, and without introducing some kind of base-class to enable it. who knew... fantastic, thanks for the info! case closed :-) - Rasmus From: "Gustavo ...
Rasmus Schultz
May 21, 2012 at 10:19 pm
May 21, 2012 at 10:19 pm -
Hi A few people were able to use the new run-tests.php code to run tests in parallel on different platforms. I've plotted the results here: http://zoah.co.uk/update-parallel-run-tests-php. Thanks ...
Zoe slattery
May 18, 2012 at 2:14 pm
May 18, 2012 at 2:14 pm -
I've made some modifications to ext/intl's IntlCalendar/IntlTimeZone to improve interoperability. * DateTimeZone is now accepted in all places time zones are expected in IntlCalendar. * Added ...
Gustavo Lopes
May 17, 2012 at 9:34 pm
May 17, 2012 at 9:34 pm -
Hi, The first release candidates for 5.3.14 and PHP 5.4.4 were released for testing and can be downloaded here: PHP 5.3.13RC1: http://downloads.php.net/johannes/php-5.3.14RC1.tar.bz2 ...
Johannes Schlüter
May 17, 2012 at 2:16 pm
May 17, 2012 at 2:16 pm -
Hi guys: I have a problem when I use php send email by gmail. At the beginning, it is fine, but the errors came after sending some emails. Warning: fwrite() [function.fwrite]: SSL operation failed ...
Lijiu zhang
May 11, 2012 at 2:34 pm
May 11, 2012 at 2:34 pm -
This is an automatic mail from the rmtoool's build bots. New build errors have been introduced between f5936cceeb26d6094f0e142fcaed510ba5549c4f and 0b4d7a4. The errors are: php-5.4, build ...
Noreply
May 8, 2012 at 6:45 pm
May 8, 2012 at 6:45 pm -
Hello! The PHP Development Team announces the immediate availability of PHP 5.4.3 and PHP 5.3.13. The releases fix security related issues in a previous attempt to fix a CGI vulnerability ...
David Soria Parra
May 8, 2012 at 6:33 pm
May 8, 2012 at 6:33 pm -
[soapbox] Several people in at least one thread (I can't remember) have stated: Education won't work. I must take objection to that. Not too long ago, a large number of people on this very list ...
Richard Lynch
May 5, 2012 at 4:55 pm
May 5, 2012 at 4:55 pm -
I'm terribly sorry, but I managed to delete the original while running through the thread to be sure I didn't duplicate comments, and my mailer won't let me respond to a deleted message. So this will ...
Richard Lynch
May 5, 2012 at 12:56 pm
May 5, 2012 at 12:56 pm -
Hi I provide a patch (bug #61921) that modify ldap_parse_result and ldap_set_option to return and accept ASN.1-like array for server/client controls. This patch decodes ber value according to API ...
Etienne Bagnoud
May 3, 2012 at 11:42 am
May 3, 2012 at 11:42 am
Group Overview
group | php-internals |
categories | php |
discussions | 44 |
posts | 317 |
users | 84 |
website | php.net |
84 users for May 2012
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)