Search Discussions
-
Good afternoon, Stas’s ‘Fix CURL file uploads’ RFC was approved and implemented in PHP 5.5: https://wiki.php.net/rfc/curl-file-upload It deals with the quite serious security issue caused by the ...
Andrea Faulds
May 31, 2014 at 2:19 pm
May 31, 2014 at 4:48 pm -
Hi, The PHP development team announces the immediate availability of PHP 5.5.13. This release fixes several bugs against PHP 5.5.12, as well as CVE-2014-0238 and CVE-2014-0237 regarding Fileinfo. We ...
Julien Pauli
May 30, 2014 at 2:33 pm
May 30, 2014 at 2:33 pm -
Hi. Following http://news.php.net/php.internals/73957 This change breaks at least doctrine and phpunit. Source code ...
Remi Collet
May 30, 2014 at 11:46 am
Jun 17, 2014 at 9:31 pm -
Hello! The PHP development team announces the immediate availability of PHP 5.4.29. 16 bugs were fixed in this release, two security issues in fileinfo extension. All users of PHP 5.4 are encouraged ...
Stas Malyshev
May 30, 2014 at 5:33 am
May 30, 2014 at 5:33 am -
Pretty straight-forward. Makes it easier to recreate a function signature from PHP (Mocking) https://wiki.php.net/rfc/reflectionparameter.typehint
Sara Golemon
May 29, 2014 at 7:59 pm
Jun 10, 2014 at 5:45 pm -
Hello. I like programming in PHP, and I've made some abstract classes called "Strings", "Math", "Array" which group all the functions refering to their data type.My idea is creating classes like ...
JoRrrr Maglione
May 28, 2014 at 4:53 pm
May 30, 2014 at 5:43 pm -
Hi, Joe made a post about the introduction on phpng, what it is, and what it isn't. Some people (myself included) didn't liked that post for various reasons (some says it is opiniated, some doesn't ...
Ferenc Kovacs
May 28, 2014 at 7:56 am
May 30, 2014 at 5:57 pm -
Hello, I would like you to listen to my proposal and tell me what you think about it. What do I must do? * Los presupuestos duran un plazo de 30 días, pasada esa fecha es necesario volver a realizar ...
JoRrrr Maglione
May 28, 2014 at 4:30 am
May 28, 2014 at 8:15 am -
The PHP manual pages used to have 'PHP' as an image at the top left, but I see today that we have an running elephant: http://uk1.php.net/images/logo.php Yes, all very cute - but I have enough ...
Alain Williams
May 27, 2014 at 2:08 pm
May 27, 2014 at 3:27 pm -
Hi, I've prepared a tiny POC which enables linking and autoloading of dependent extensions: https://github.com/m6w6/php-src/compare/module_deps Anybody else other than me interested in this feature? ...
Michael Wallner
May 27, 2014 at 12:13 pm
May 27, 2014 at 5:36 pm -
Hi :-) I've been missing php-ng discussions for a while as the mailing lists bounced for @php.net mails :-( I finally subscribed wih another mail :-) I can see that lots of work have been done on an ...
Julien Pauli
May 26, 2014 at 10:38 am
May 27, 2014 at 4:26 pm -
Hey: I was working on persistent PDO supports in phpng.. and you may already know this odds behavior: <?php class Foo extends PDO { } class Baz extends PDO { } $bar = new Foo("sqlite::memory:", null, ...
Laruence
May 26, 2014 at 6:34 am
May 27, 2014 at 5:44 am -
Dmitry et al Please stop feeding the troll. Don't stoop to its level, it will only cause you nightmares. The people that matter in the project realize the FUD and lies it spreads and extraordinary ...
Hannes Magnusson
May 23, 2014 at 5:00 pm
May 24, 2014 at 8:10 am -
Please take a look at https://wiki.php.net/rfc/fast_zpp Thanks. Dmitry.
Dmitry Stogov
May 23, 2014 at 11:36 am
May 28, 2014 at 2:47 pm -
Hi Adam! Your commit fdb2709dd27c5987c2d2c8aaf0cdbebf9f17f643 broke test dateformat_format.phpt. Please fix it ASAP. -- Stanislav Malyshev, Software Architect SugarCRM: http://www.sugarcrm.com/ ...
Stas Malyshev
May 23, 2014 at 7:11 am
May 26, 2014 at 9:13 pm -
Hi, I’ve submitted a PR (https://github.com/php/php-src/pull/683) to add support for Bison 3.0 to PHP 5.5. I’ve run the tests on this patch, with no unexpected errors, with Bison 2.4 (minimum version ...
John Bafford
May 23, 2014 at 1:02 am
May 29, 2014 at 6:12 pm -
Here is an oddity which I'm not sure how this is supposed to work. If you have auto_globals_jit enables then not only are super global variables not initialized unless they are called, the underlying ...
Gary Mort
May 22, 2014 at 9:01 pm
Jun 3, 2014 at 7:46 am -
Hi all, I'm currently facing the situation, that I need to protect my php sources and retain opcache compatibility. I know there are quite a few commercial tools for "encoding" and protecting php ...
Nicolai Scheer
May 21, 2014 at 10:20 am
May 27, 2014 at 9:20 am -
Hello, since PEAR is really easy to install with the PHAR support - is it maybe time to drop it from php-src? Remove the complete folder: https://github.com/php/php-src/tree/master/pear How to ...
Martin Keckeis
May 20, 2014 at 6:36 am
May 20, 2014 at 7:35 am -
This seems to me to be an odd combination and it is not explictly documented. I'm running under PHP 5.5.12 First off, when after executing unset($_GET) - the global $_GET variable no longer exists ...
Gary Mort
May 19, 2014 at 8:00 pm
May 19, 2014 at 9:42 pm -
hi, First of all thanks everyone for voicing your opinion on this topic. Due to the mailing system issues, we extend the vote until nexts Friday, to avoid any possible complains about it. Now, about ...
Pierre Joye
May 19, 2014 at 9:44 am
May 21, 2014 at 12:34 pm -
Hi, Is it possible to enumerate all visible class name in current scope? If not names, a zval like structure is nice as well. Thanks! -- Best Regards, Aaron Lewis - PGP: 0x13714D33 - ...
Aaron Lewis
May 19, 2014 at 8:28 am
May 19, 2014 at 12:38 pm -
Hi, I'm adding something in ext/standard/file.c, but erealloc() doesn't seem to be declared here, what is missing? -- Best Regards, Aaron Lewis - PGP: 0x13714D33 - http://pgp.mit.edu/ Finger Print ...
Aaron Lewis
May 19, 2014 at 7:48 am
May 19, 2014 at 9:09 am -
Hi, How can I create a zval with value directly? I'm kinda tired of writing: zval *value; MAKE_STD_ZVAL(value); ZVAL_STRING(value, "fakefake()", 1); -- Best Regards, Aaron Lewis - PGP: 0x13714D33 - ...
Aaron Lewis
May 19, 2014 at 3:14 am
May 19, 2014 at 3:14 am -
Dear Internals, This seems like a good time to remind this list that we are all trying build a better PHP. Each of us has a different idea of how to accomplish that goal, but it is still our common ...
Levi Morrison
May 17, 2014 at 8:00 pm
May 19, 2014 at 11:06 am -
Good evening, Given the recent controversy on the 64-bit patch vote, and after some discussions on IRC[0] with some others, I think we should amend the current voting rules[1]. Currently only 50%+1, ...
Andrea Faulds
May 17, 2014 at 6:57 pm
May 18, 2014 at 9:10 am -
Hi internals! The discussions around the patch for improved 64bit support have deteriorated from a semi-reasonable discussions to pointless accusations and name-calling. I'd like to get back to ...
Nikita Popov
May 17, 2014 at 6:27 pm
May 28, 2014 at 12:54 pm -
UTD Living โรงแรมอพาร์ทเมน Display problems? View this newsletter in your browser. ( ...
UTD Living Thailand
May 17, 2014 at 12:46 pm
May 17, 2014 at 12:46 pm -
All, In case there's any chance people lost track in the noise: Please, please - vote No on https://wiki.php.net/rfc/size_t_and_int64_next#vote We're in an unprecedented situation where almost all of ...
Zeev Suraski
May 17, 2014 at 10:54 am
May 19, 2014 at 10:04 pm -
Hi Nico, add a local user with password and assign that user to the apache Service. Cheers Mario Send from my toaster via IPv6 Von: Nicolai Scheer Gesendet: 16.05.2014 21:58 An: Pierre Joye Cc: Matt ...
Mario Brandt
May 17, 2014 at 8:25 am
May 19, 2014 at 9:10 am -
The code below gives me: PHP Parse error: syntax error, unexpected T_CONST in ... try { const XXX = 12; echo "XXX = " . XXX . "\n"; }catch (ErrorException $e) { echo "error {$e- getMessage()}\n"; } ...
Alain Williams
May 16, 2014 at 2:44 pm
May 16, 2014 at 3:09 pm -
I encountered two make errors in phpng last night. Both mysql related. System: Ubuntu 12.04.4 LTS (GNU/Linux 3.8.0-37-generic x86_64) I used the configure from https://wiki.php.net/phpng with tweaks ...
Brian Moon
May 16, 2014 at 12:31 pm
May 16, 2014 at 1:21 pm -
Hi! The first RC of the PHP 5.4.29 was just released and can be downloaded from: http://downloads.php.net/stas/ The Windows binaries are available at http://windows.php.net/qa/ This release contains ...
Stas Malyshev
May 16, 2014 at 5:12 am
May 20, 2014 at 8:37 pm -
Hi! I've recently succeeded in running SugarCRM (if you don't know what it is, it is a big app, lots of code, lots of memory used, lots of db queries, etc.) on phpng and did some benchmarks, and I ...
Stas Malyshev
May 16, 2014 at 12:12 am
May 20, 2014 at 8:24 am -
A bugfix, but posting as an RFC since it has BC issues. https://wiki.php.net/rfc/session.user.return-value
Sara Golemon
May 15, 2014 at 9:13 pm
Jun 24, 2014 at 5:55 pm -
aaand I've just forgot to actually cc internals@ in the previous mail. -- Ferenc Kovács @Tyr43l - http://tyrael.hu
Ferenc Kovacs
May 15, 2014 at 6:17 pm
May 19, 2014 at 12:41 am -
Hi list Since the hype-hint "callable" is out it doesn't catch if the callable argument is directly callable - so currently using "call_user_func[_array]" is a requirement. @see http://3v4l.org/OYAgk ...
Marc Bennewitz
May 15, 2014 at 6:11 pm
May 20, 2014 at 6:53 pm -
No tests failed for me on Mac OS X 10.9 which is great. However, I had some errors submitting my results to qa.php.net (see below). It appears that we are using libtool to submit the QA results but ...
Levi Morrison
May 15, 2014 at 4:27 pm
Jun 5, 2014 at 10:07 pm -
Hi, The third beta for 5.6.0 was just released and can be downloaded from: http://qa.php.net/ The Windows binaries are available at http://windows.php.net/qa/ Please test it carefully, and report any ...
Ferenc Kovacs
May 15, 2014 at 3:35 pm
May 16, 2014 at 9:02 am -
Hi, I'm currently testing opcache for php 5.5.12 on linux and windows. Both platforms are used in conjunction with apache 2.2 and mod_fcgid + php-fcgi. On linux opcache seems to work just fine, but ...
Nicolai Scheer
May 15, 2014 at 1:15 pm
May 16, 2014 at 1:58 pm -
Hi guys, I posted a topic on php.general when I had some problem on getting something from a string using multi dim offset here: http://news.php.net/php.general/323297. Here is a TL;Summary version ...
\\R\\N
May 15, 2014 at 1:10 pm
May 15, 2014 at 1:10 pm -
hi : how to get php-slowlog function argments,that help me quckly find problem! but i don't know , how to ?
阳鹤翔
May 15, 2014 at 10:13 am
May 15, 2014 at 10:13 am -
Hi, PHP 5.5.13RC1 is now available You can fetch it from http://qa.php.net/ Please test it and report any bugs or regressions that you may notice through the bug system at bugs.php.net. We plan to ...
Julien Pauli
May 15, 2014 at 9:36 am
May 15, 2014 at 9:36 am -
Having now established that phpng only currently supports MySQL and SQLite, many of us are once again cut out of the loop. That the structural changes require a deep understanding of the 'new engine' ...
Lester Caine
May 15, 2014 at 7:59 am
May 15, 2014 at 11:54 am -
hi, So here are the first numbers: peak mem usage: Wordpress master: 24.33Mb Wordpress str_size_and_int64: 25.72Mb delta 5.4% Symfony master: 26.59Mb Symfony str_size_and_int64: 27.19Mb delta 2.2% ...
Pierre Joye
May 14, 2014 at 11:33 pm
May 15, 2014 at 9:12 pm -
hi, First we are working on providing updated numbers using 5.6 vs 5.6+patch, to have an actual base reference. Wordpress, Symfony and Drupal will be used. Also, Anthony posted something on IRC which ...
Pierre Joye
May 14, 2014 at 4:39 pm
Jul 5, 2014 at 10:12 pm -
hi, A page has been created today to document the migration to phpng (for those willing to do it before the rfc got accepted :): https://wiki.php.net/phpng-upgrading It would be nice to keep adding ...
Pierre Joye
May 12, 2014 at 5:35 pm
May 12, 2014 at 11:56 pm -
1
Re: [PHP-CVS] com php-src: Fixed bug #67199 mb_regex_encoding mishmash: ext/mbstring/php_mbregex.c
Hi! This commit breaks the CI tests: FAIL Testing mb_eregi_replace() function [ext/mbstring/tests/mb_eregi_replace.phpt] Please fix it.Stas Malyshev
May 12, 2014 at 6:08 am
May 12, 2014 at 6:20 am -
I've been trying to make a habit of watching new bug reports and today this one came in: https://bugs.php.net/bug.php?id=67238 This is a pretty severe regression that should be fixed upstream. Felipe ...
Levi Morrison
May 9, 2014 at 6:55 pm
May 9, 2014 at 7:38 pm -
PHP Internals enthusiasts, It has been two weeks since I opened the discussion about adding return type declarations to PHP (for those who missed the prior discussion there are links at the bottom of ...
Levi Morrison
May 9, 2014 at 3:09 pm
May 12, 2014 at 8:09 pm
Group Overview
group | php-internals |
categories | php |
discussions | 82 |
posts | 816 |
users | 99 |
website | php.net |
99 users for May 2014
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)