Search Discussions
-
I'm probably not the typical PHP user; I spend 99% of my PHP time using the CLI (and not web SAPIs). This means that I frequently run PHP without an .ini file. As a result, when I use any of the ...
Daniel Lowrey
May 23, 2013 at 6:40 pm
Sep 14, 2013 at 5:06 pm -
Hi internals! https://wiki.php.net/rfc/operator_overloading_gmp This RFC proposes to add operator overloading for INTERNAL classes. Furthermore it exemplarily implements the new API for GMP. Thanks, ...
Nikita Popov
May 12, 2013 at 3:25 pm
Jun 9, 2013 at 2:34 pm -
If you do user_error('whatever') it'll show, as the line number for that error, the line number on which that user_error() call is made. It'd be nice if you could control the line number and file ...
Thomas Anderson
May 7, 2013 at 4:09 pm
May 7, 2013 at 11:00 pm -
Hello all, I want to start an idea thread (or at least get a conversation going) about cleaning up the core integer data type and string lengths. Here's my ideas: 1. Change string length in the ZVAL ...
Anthony Ferrara
May 31, 2013 at 7:11 pm
Sep 24, 2013 at 8:00 am -
Consider this common scenario: I use some OOP library, that is a "black box" and I like it that way. As part of the integration, I need to extend one of the library's classes: class App_bar extends ...
Richard Lynch
May 23, 2013 at 9:24 pm
May 31, 2013 at 12:20 pm -
It'd be nice if, when doing $objA $objB, that that'd invoke $objA- __compareTo($objB) or something, much like Java's Comparable interface.
Thomas Anderson
May 7, 2013 at 4:17 pm
May 8, 2013 at 6:34 am -
Hi Internals! First let me introduce myself, my name is Rouven Weßling, I'm a student at RWTH Aachen University and I'm one of the maintainers of the Joomla! Framework (née Platform). I've been ...
Rouven Weßling
May 24, 2013 at 1:17 am
May 28, 2013 at 1:24 am -
Hi! The error message that is created for an uncaught exception as well as the stacktrace of an exception list the number of the line on which the exception object was created. I would expect this to ...
Sebastian Bergmann
May 23, 2013 at 8:18 pm
May 24, 2013 at 3:57 pm -
Any chance of getting this into PHP 5.5? This patch has been waiting around since 2006 ... -- Sebastian Bergmann Co-Founder and Principal Consultant http://sebastian-bergmann.de/ http://thePHP.cc/
Sebastian Bergmann
May 10, 2013 at 11:01 am
May 21, 2013 at 3:10 pm -
hi, did anyone come across the memory leak of require()/include(), I just saw this bug report: https://bugs.php.net/bug.php?id=47038, but it was closed with nothing explained. the php version I ...
Peter wang
May 16, 2013 at 9:24 am
May 17, 2013 at 7:50 am -
Quick Observations : I had this issue ( http://stackoverflow.com/questions/16375331/increment-on-tostring ) and it kept me thinking why no error was returned, then i stumble up this RFC ...
Oleku Konko
May 4, 2013 at 4:15 pm
May 13, 2013 at 8:19 am -
Hi, I am testing PHP 5.5 atm and how we can package it for Arch Linux and provide an upgrade path for users. The RC1 looks pretty solid so far. As the new opcache does not provide a user cache to ...
Pierre Schmitz
May 9, 2013 at 12:03 pm
May 11, 2013 at 12:56 pm -
PHP currently has two separate approaches to handling errors: - Errors - Exceptions Both have their issues. Using and responding to errors requires that the returned value (if there is one) perform ...
Adam Jon Richardson
May 2, 2013 at 10:00 pm
May 3, 2013 at 6:34 am -
Please treat this email by way of request for feedback from the OPcache developers and anyone interested in influencing my next steps on my https://github.com/TerryE/opcache fork of OPcache and ...
Terry Ellison
May 4, 2013 at 1:31 pm
Jul 31, 2013 at 10:35 am -
Hi, I plan to allow php-fpm to be aware of systemd and so, use the type=notify mode. I'd like to apply to attached patch to 5.4 and 5.5, as this change have no impact on standard build (need new ...
Remi Collet
May 17, 2013 at 4:44 pm
May 23, 2013 at 5:17 am -
I've asked previously (http://marc.info/?l=php-internals&m=132096254304189&w=2), but have not given commit karma for the phar extension. I've fixed a couple of bugs, and the last one has been sitting ...
Ralph Schindler
May 25, 2013 at 5:41 pm
May 27, 2013 at 11:31 am -
pierrejoye
Jason Gerfen
May 1, 2013 at 6:21 pm
May 1, 2013 at 8:47 pm -
No more opinions? It would be nice to have this resolved before 5.5, otherwise there will be no way back. Nikita
Nikita Popov
May 23, 2013 at 8:31 pm
May 23, 2013 at 9:21 pm -
I just ran into this issue again: http://stackoverflow.com/questions/2429642/why-its-impossible-to-throw-exception-from-tostring Instead of throwing some nonsense "you're not allowed to throw from ...
Rasmus Schultz
May 9, 2013 at 10:00 pm
May 10, 2013 at 10:53 am -
Hi, trying out the following source I was astonished to see that using list() does not work directly in a foreach() but works fine if used through a temporary variable. Would allowing using list() ...
Stefan Neufeind
May 9, 2013 at 4:39 pm
May 9, 2013 at 4:46 pm -
and it seems that somebody commented out the script in the crontab on feb 17 so it hasn't run since. could the one who did that ellaborate why did was it needed and it is still the case or can I ...
Ferenc Kovacs
May 10, 2013 at 1:39 pm
Oct 15, 2013 at 12:00 pm -
Hi Anatol, I saw your commit 74555e7c26b2c61bb8e67b7d6a6f4d2b8eb3a5f3 added a 4mb mp3 file. Is it possible to create a much smaller mp3 that helps to reproduce the same bug? The file blows up the ...
David Soria Parra
May 24, 2013 at 9:28 pm
May 25, 2013 at 3:48 am -
Hi Folks, I tried to post this note via the web interace, but I don't think it made it, so here it is again. I finally figured out how to subscribe to the list properly. (side NOTE: how to subscribe ...
Chris Barker - NOAA Federal
May 17, 2013 at 4:56 pm
May 17, 2013 at 10:17 pm -
It's time to play "Spot the double quoting!" #define ZEND_NS_FENTRY(ns, zend_name, name, arg_info, flags) ZEND_RAW_FENTRY(ZEND_NS_NAME(ns, #zend_name), name, arg_info, flags) #define ...
Sara Golemon
May 21, 2013 at 5:46 pm
May 21, 2013 at 6:29 pm -
Hello, I have some fixes for pdo-firebird I sent as pull requests on github. I contacted the php developer Mariuz, but he's currently busy and is unable to review and commit the changes to master ...
Matheus Degiovani
May 17, 2013 at 10:41 am
May 20, 2013 at 7:34 am -
Hi! The basic idea behind this is to get a better seperation of different php pools (so e.g. php scripts from one pool can't access the other and vice versa). I did a small patch ...
Gernot Vormayr
May 15, 2013 at 1:00 pm
May 15, 2013 at 1:02 pm -
For those of you with direct clones of ZendOptimizerPlus, you’d have to run: git remote set-url origin [email protected]:zendtech/ZendOptimizerPlus.git on your clones for them to continue working. This ...
Zeev Suraski
May 13, 2013 at 12:28 pm
May 13, 2013 at 2:00 pm -
This is my ugly patch for this.
Xinglp
May 11, 2013 at 12:59 am
May 11, 2013 at 9:18 am -
Pierre Joye suggested that I request an account to help maintain the OpenSSL extension as per our discussion on pull request #267. -- Jas
Jason Gerfen
May 1, 2013 at 4:58 pm
May 1, 2013 at 6:15 pm -
Had a bit of a miscommunication problem with our ops contact for the box. Shouldn't happen again. Everything should be good now. -Rasmus
Rasmus Lerdorf
May 28, 2013 at 7:11 pm
May 28, 2013 at 7:11 pm -
Gitub has a nice write at https://help.github.com/articles/remove-sensitive-data The short sort is that to remove it from the history you need to apply 'git rm' as a filter-branch to your repo. Two ...
Walter Parker
May 27, 2013 at 6:42 pm
May 27, 2013 at 6:42 pm -
Sorry folks, in an attempt to address the China mystery(*), I managed to kill y3 which hosts both git and www. I have pointed www to a different server, but we obviously can't do the same with Git ...
Rasmus Lerdorf
May 27, 2013 at 6:17 pm
May 27, 2013 at 6:17 pm -
Hi Internals, Our RC2 of PHP 5.5.0 has been released for testing. It fixes some bugs and improves stability against RC1 code. You'll find details in the NEWS file. The packages can be found at ...
Julien Pauli
May 24, 2013 at 8:05 am
May 24, 2013 at 8:05 am -
Hi! We've released PHP 5.3.26RC1 and 5.4.16RC1 which can be found here: 5.3.26RC1: http://downloads.php.net/johannes/php-5.3.26RC1.tar.bz2 http://downloads.php.net/johannes/php-5.3.26RC1.tar.gz ...
Johannes Schlüter
May 23, 2013 at 3:02 pm
May 23, 2013 at 3:02 pm -
This grew out of a question I answered on StackOverflow.com: http://stackoverflow.com/questions/16501707/working-with-shared-memory-in-php/ The gist is that a user was converting a C program to PHP ...
Erik Nedwidek
May 19, 2013 at 1:30 am
May 19, 2013 at 1:30 am -
Hi internals! I just noticed that we added the PBKDF2 algorithm two times in PHP 5.5. Once in the hash extension, once in the OpenSSL extension. The hash_pbkdf2 function was added via this RFC ...
Nikita Popov
May 18, 2013 at 9:49 am
May 18, 2013 at 9:49 am -
Hi! I don't remember any discussion and I think it's rather sad that we're back to "commit first, ask anybody else maybe" paradigm. There definitely should be notification on the list prior to ...
Stas Malyshev
May 17, 2013 at 5:14 pm
May 17, 2013 at 5:14 pm -
Hi all, As you know, 5.5 final is coming soon. We are in RC, so mainly stabilizing stuff and preparing the final release for anyone to setup 5.5 on their servers. I see the documentation migration ...
Julien Pauli
May 15, 2013 at 1:55 pm
May 15, 2013 at 1:55 pm -
Hi internals, I propose to ameliorate the MultipleIterator class. When a MultipleIterator instance has the MIT_NEED_ANY flag, and when one of the attached iterators has reached its end, the returned ...
Ivan Enderlin @ Hoa
May 14, 2013 at 8:35 am
May 14, 2013 at 8:35 am -
Hello! The PHP development team announces the immediate availability of PHP 5.4.15 and PHP 5.3.25. These releases fix about 10 bugs. All users of PHP are encouraged to upgrade to PHP 5.4. PHP 5.3.25 ...
Stas Malyshev
May 9, 2013 at 6:54 pm
May 9, 2013 at 6:54 pm -
Hi Internals, Our RC1 of PHP 5.5.0 has been released for testing. It fixes some bugs and possible memleaks against last beta. You'll find details in the NEWS file. The packages can be found at ...
Julien Pauli
May 9, 2013 at 8:54 am
May 9, 2013 at 8:54 am -
commit edae18ccf5c51ae0bcc0e9655ead7540fd42dd9f Author: Martin Pelikan <<span class="m_body_email_addr" title="819ac7130e4a6d17ea854742ef30847f" p[email protected]</span Date: Wed May 8 02:06:09 ...
Martin Pelikan
May 8, 2013 at 12:26 am
May 8, 2013 at 12:26 am -
I propose to add, contrary to the mysqli::bind_param method which accepts parameters only by ref (and triggers a fatal error when passing non-ref variables or values), a mysqli::bind_value method ...
Bob Weinand
May 5, 2013 at 1:55 pm
May 5, 2013 at 1:55 pm -
Raise again this discussion as no feedback on pecl ML. Trying to solve https://bugs.php.net/bug.php?id=63520 I start to work on a dropin alternative for current json extension in php. Current work ...
Remi Collet
May 4, 2013 at 3:20 pm
May 4, 2013 at 3:20 pm -
Hey: I thought it is a minor change, so was not plan to make a RFC .. but since there are some insistent objections, I think a RFC is better. let's people vote for it. here is the RFC ...
Laruence
May 4, 2013 at 1:57 pm
May 4, 2013 at 1:57 pm -
Dear Sir/Madam, Let us introduce *VisaQuick *and* **Global Business Travel* - two new and very ambitious Companies that will be your personal travel assistants! Everyone likes to save money when they ...
VisaQuick Services
May 2, 2013 at 11:15 am
May 2, 2013 at 11:15 am
Group Overview
group | php-internals |
categories | php |
discussions | 46 |
posts | 364 |
users | 97 |
website | php.net |
97 users for May 2013
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)