Search Discussions
-
Hello internals, I posted the initial idea for a use_function RFC a few months back. I would like to make the proposal official now, and open it for discussion. I also did some work on a patch that ...
Igor Wiedler
Jul 19, 2013 at 5:29 pm
Aug 29, 2013 at 2:38 pm -
Hi all, Take a look at this bug report. https://bugs.php.net/bug.php?id=65087 He complains about documentation of ++/--. The doc says http://www.php.net/manual/en/language.operators.precedence.php ...
Yasuo Ohgaki
Jul 20, 2013 at 12:13 am
Jul 23, 2013 at 8:52 am -
Hi internals, We just released PHP 5.5.1. This release includes bug fixes as well as a security fix. For changes in PHP 5.5.1, please consult the PHP 5 ChangeLog. Release Announcement ...
Julien Pauli
Jul 19, 2013 at 8:27 am
Jul 21, 2013 at 12:32 pm -
Hi, I have just sent this PR: https://github.com/php/php-src/pull/397 It's reaction to the comment from nikic in PR: https://github.com/php/php-src/pull/393 The patch is about adding new object ...
Jakub Zelenka
Jul 25, 2013 at 4:42 pm
Jul 29, 2013 at 8:34 pm -
I have a simple question about the callability of language constructs and whether or not that's something that might change in the future. Consider: var_dump(is_callable('echo')); // bool(false) ...
Daniel Lowrey
Jul 19, 2013 at 4:36 pm
Jul 20, 2013 at 11:53 am -
My friend shared some code with me today that wasn't working for him. He was incrementing letters like this: $letter = 'A'; echo ++$letter; // Output: B He was then trying to decrement letters like ...
Chris London
Jul 18, 2013 at 1:46 pm
Jul 19, 2013 at 8:46 pm -
sorry about code formatting mistakes..* **namespace {newversion* must be *namespace newversion {* of course 2013/7/14 Giuseppe Ronca <<span class="m_body_email_addr" ...
Giuseppe Ronca
Jul 14, 2013 at 10:21 am
Feb 20, 2014 at 3:48 pm -
Merged requests (past 7 days): #364 <https://github.com/php/php-src/pull/364 fix invalid variable name at ext/spl/internal/multipleiterator.inc #370 <https://github.com/php/php-src/pull/370 Remove ...
Lior Kaplan
Jul 17, 2013 at 10:47 pm
Jul 19, 2013 at 8:21 pm -
I've been using PHP for linux command-line applications. Some are quite large. I've built the code to combine the mainline plus everything it calls into a single file to avoid portability issues with ...
Crankypuss
Jul 18, 2013 at 8:38 am
Jul 27, 2013 at 9:38 am -
Hello, all. On one or two occasions I've encountered a problem when designing a base class, where I wish to implement important set-up functionality in the constructor, but am limited in how to ...
Terence Copestake
Jul 3, 2013 at 12:46 pm
Jul 4, 2013 at 11:06 am -
Hi all, Take a look at this PR https://github.com/php/php-src/pull/351.diff The documentation in php.ini-* is broken, where should we fix these kind of error? From 5.3 branch or 5.4 branch? Thank ...
Yasuo Ohgaki
Jul 18, 2013 at 3:55 am
Jul 18, 2013 at 10:39 pm -
Hey all, So I've started the refactor to change the stored string size from int to size_t. I've got it compiling and the tests mostly passing (not all), when run with --disable-all and ...
Anthony Ferrara
Jul 3, 2013 at 2:12 pm
Jul 10, 2013 at 8:21 am -
Hi! I was looking at bug https://bugs.php.net/bug.php?id=65028 and looks like it happens because phar writes manifest after HALT_COMPILER(); ? and first 4 bytes of manifest are manifest length ...
Stas Malyshev
Jul 22, 2013 at 8:09 am
Aug 12, 2013 at 6:30 pm -
Dear PHP Developers, I would like to ask you what is your opinion about implementing Binary Tree and Graph data structures in SPL in addition to existing ones? IMHO it would be great because that ...
Богдан Кузема
Jul 18, 2013 at 10:45 pm
Aug 7, 2013 at 8:35 pm -
Hi, after experiencing again warnings about conversion from const char * to char * when calling some PHP API functions I decided to spend some time and constify a few of these. The result is a patch ...
Andrey Hristov
Jul 29, 2013 at 10:01 am
Jul 31, 2013 at 3:29 pm -
Hello, I commonly use PHP's built-in CLI server for development, using two running instances on two different ports, one for dynamic PHP content and the other for static content. But because PHP does ...
Matthew Leverton
Jul 5, 2013 at 7:09 pm
Jul 19, 2013 at 12:04 am -
From the release notes of GCC 4.8: "A new general optimization level, -Og, has been introduced. It addresses the need for fast compilation and a superior debugging experience while providing a ...
Sebastian Bergmann
Jul 7, 2013 at 2:31 pm
Jul 8, 2013 at 8:34 pm -
Hi all! Tomorrow, August 1st 2013, is the day, it is *my* day. Some of you might already know [1] that I've been hired as a full-time PHP core developer by SmugMug. I'll officially start tomorrow. I ...
Michael Wallner
Jul 31, 2013 at 9:13 pm
Aug 1, 2013 at 8:54 am -
Hi, I'm working on the AOP_PHP extension (http://pecl.php.net/package/AOP dedicated to bring the AOP paradigm to PHP (may it be evil or not)) and I'm struggling to make it compatible with PHP 5.5 As ...
Julien SALLEYRON
Jul 31, 2013 at 9:25 am
Jul 31, 2013 at 9:58 pm -
Hey internals Much the same as https://bugs.php.net/bug.php?id=49348 since 5.5 trying to access an uninitialized property of an object throws a notice but isn’t listed anywhere as a change that I can ...
Martin Amps
Jul 18, 2013 at 11:52 pm
Jul 19, 2013 at 8:19 pm -
The PHP development team announces the immediate availability of PHP 5.3.27. About 10 bugs were fixed, including a security fix in the XML parser (Bug #65236). Please Note: This will be the last ...
Johannes Schlüter
Jul 11, 2013 at 9:45 pm
Jul 12, 2013 at 12:58 am -
Note: this change raises dependency on freetds 0.91 (don't build with previous and old 0.82) Probably not a big issue. Need to be known. Remi P.S sorry to have not detect this earlier (but I don't ...
Remi Collet
Jul 3, 2013 at 5:07 pm
Jul 3, 2013 at 6:04 pm -
Hi all, I've upgraded to Fedora 19 and bison is too new for PHP 5.4/5.3 I would like to users to select specific bison to build with. --- a/Zend/acinclude.m4 +++ b/Zend/acinclude.m4 @@ -12,7 +12,7 @@ ...
Yasuo Ohgaki
Jul 17, 2013 at 2:01 am
Jul 18, 2013 at 5:30 am -
2
Integrate HHVM into PHP (Was: Re: [PHP-DEV] Request for comments - new PHP feature: return typing)
Hello Florin, 2013/7/10 Florin Patan <<span class="m_body_email_addr" title="82155035c493a583d2d92aa1d13eaf7e" [email protected]</span : Not that this is not interesting, but this is deviating ...Patrick ALLAERT
Jul 10, 2013 at 8:58 am
Jul 11, 2013 at 8:40 pm -
Hello community, This is my first post here. I hope to improve my participation in the community and give back to the technology that has done so much for my career. My first attempt is to propose an ...
Chris London
Jul 3, 2013 at 8:01 pm
Jul 3, 2013 at 9:01 pm -
To proceed with startup at the second load only ap_query_state() must be used in newish versions of apache --- sapi/apache2filter/sapi_apache2.c | 11 +++++++++-- sapi/apache2handler/sapi_apache2.c | ...
Cristian Rodríguez
Jul 31, 2013 at 2:00 am
Aug 2, 2013 at 6:27 am -
Hi Johannes, I agree, this "-dev" suffix is annoying in PHP releases. However, I don't see a simple way to avoid it. I don't like to complicate PHP release process or increase OPcache version on each ...
Dmitry Stogov
Jul 30, 2013 at 2:25 pm
Jul 30, 2013 at 8:27 pm -
Hi! Building PHP 5.5 with newer compiler on Mac, I'm getting this warning: /Users/smalyshev/php-5.5/ext/spl/php_spl.c:803:35: warning: format specifies type 'unsigned int' but the argument has type ...
Stas Malyshev
Jul 22, 2013 at 8:14 am
Jul 24, 2013 at 8:28 pm -
Just noticed the following ➜ ~ tar xf php-5.5.0.tar.bz2 ➜ ~ cd php-5.5.0 ➜ php-5.5.0 ./configure --disable-all --disable-cgi ➜ php-5.5.0 make -j5 ➜ php-5.5.0 ./sapi/cli/php -v PHP 5.5.0 (cli) ...
Sebastian Bergmann
Jul 12, 2013 at 10:04 pm
Jul 13, 2013 at 2:03 pm -
Don't trust me that I verified my changes before committing? ;-) PHP-5.5 already had the changes. -- Sebastian Bergmann Co-Founder and Principal Consultant http://sebastian-bergmann.de/ ...
Sebastian Bergmann
Jul 3, 2013 at 3:12 pm
Jul 3, 2013 at 3:26 pm -
Hi all. From a recent discussion, we noticed that there is no easy user-level way to know if a given closure is bindable or not. Sure, the debatte about https://bugs.php.net/bug.php?id=64761 is still ...
Julien Pauli
Jul 31, 2013 at 1:14 pm
Jul 31, 2013 at 1:14 pm -
Something like the following? (it wasn't tested) #define ACCELERATOR_VERSION_BASE "7.0.3" #define ACCELERATOR_VERSION_SUFFIX "-dev" #iif PHP_EXTRA_VERSION # define ACCELERATOR_VERSION ...
Dmitry Stogov
Jul 31, 2013 at 8:26 am
Jul 31, 2013 at 8:26 am -
--- sapi/apache2filter/sapi_apache2.c | 3 +++ sapi/apache2handler/mod_php5.c | 4 ++++ 2 files changed, 7 insertions(+) diff --git a/sapi/apache2filter/sapi_apache2.c ...
Cristian Rodríguez
Jul 31, 2013 at 2:00 am
Jul 31, 2013 at 2:00 am -
The last week was characterized with less merges but more comments on the open and new pull requests (thanks Anatol Belski). I think this is equally important. Merged requests (past 7 days): #371 ...
Lior Kaplan
Jul 30, 2013 at 8:56 am
Jul 30, 2013 at 8:56 am -
Hello, I'm trying to get the password policy response (password is expiring..., grace loggin etc.) from OpenLDAP using PHP: <?php $address = 'x.x.x.x'; $dn = '<span class="m_body_email_addr" ...
Andrius Kulbis
Jul 30, 2013 at 8:06 am
Jul 30, 2013 at 8:06 am -
Having -dev versions stable branches in git is problematic as we most likely forget to change that before a release and users get "-dev" versions. Can we either remove the -dev or properly define ...
Johannes Schlüter
Jul 28, 2013 at 12:18 pm
Jul 28, 2013 at 12:18 pm -
Hello, I need to simulate "enable_functions" configuration directive on my mutualized hosting environment. Goal is to enable some functions in a specific vhost which have been disabled globally. To ...
AZ 9901
Jul 26, 2013 at 8:28 am
Jul 26, 2013 at 8:28 am -
Hi, This is not only about https://bugs.php.net/bug.php?id=60873 :) First of all, I don't think that this bug is a bug. :) It's about accessing undocumented properties that are created as a side ...
Jakub Zelenka
Jul 25, 2013 at 5:19 pm
Jul 25, 2013 at 5:19 pm -
This is the 3rd report, and I'm glad to see more people reviewing & commenting the requests. Thanks. Merged requests (past 7 days): #99 <https://github.com/php/php-src/issues/99 Added ...
Lior Kaplan
Jul 23, 2013 at 7:41 am
Jul 23, 2013 at 7:41 am -
See: https://bugs.php.net/65082 Proposal: https://github.com/remicollet/pecl-json-c/commit/5a499a4550d1f29f1f8eeb1b4ca0b01a33c64779 I think this request make sense and think to apply this enhancement ...
Remi Collet
Jul 10, 2013 at 1:53 pm
Jul 10, 2013 at 1:53 pm -
Hi, Following my suggestion to help with pull requests, I'm going to send a report about new & ongoing pull requests. I hope it will help us to handle them more efficiently and lower the response ...
Lior Kaplan
Jul 10, 2013 at 12:36 pm
Jul 10, 2013 at 12:36 pm -
Hello! The PHP development team announces the immediate availability of PHP 5.4.17. About 20 bugs were fixed. All users of PHP are encouraged to upgrade to this release. For source downloads of PHP ...
Stas Malyshev
Jul 5, 2013 at 4:45 am
Jul 5, 2013 at 4:45 am -
Hi! I think we should deprecate (and remove in 1-2 versions) quasi-aliases. E.g. functions which call another function with the same arguments and a few additional invariable arguments. Like ...
Bob Weinand
Jul 1, 2013 at 9:49 pm
Jul 1, 2013 at 9:49 pm
Group Overview
group | php-internals |
categories | php |
discussions | 43 |
posts | 330 |
users | 75 |
website | php.net |
75 users for July 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)