FAQ

Search Discussions

43 discussions - 330 posts

  • 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 WiedlerIgor 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 OhgakiYasuo 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 PauliJulien 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 ZelenkaJakub 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 LowreyDaniel 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 LondonChris 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 RoncaGiuseppe 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 KaplanLior 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 ...
    CrankypussCrankypuss
    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 CopestakeTerence 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 OhgakiYasuo 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 FerraraAnthony 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 MalyshevStas 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 HristovAndrey 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 LevertonMatthew 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 BergmannSebastian 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 WallnerMichael 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 SALLEYRONJulien 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 AmpsMartin 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üterJohannes 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 ColletRemi 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 OhgakiYasuo Ohgaki
    Jul 17, 2013 at 2:01 am
    Jul 18, 2013 at 5:30 am
  • 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 ALLAERTPatrick 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 LondonChris 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íguezCristian 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 StogovDmitry 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 MalyshevStas 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 BergmannSebastian 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 BergmannSebastian 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 PauliJulien 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 StogovDmitry 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íguezCristian 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 KaplanLior 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 KulbisAndrius 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üterJohannes 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 9901AZ 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 ZelenkaJakub 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 KaplanLior 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 ColletRemi 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 KaplanLior 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 MalyshevStas 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 WeinandBob Weinand
    Jul 1, 2013 at 9:49 pm
    Jul 1, 2013 at 9:49 pm
Group Navigation
period‹ prev | Jul 2013 | next ›
Group Overview
groupphp-internals @
categoriesphp
discussions43
posts330
users75
websitephp.net

75 users for July 2013

Yasuo Ohgaki: 36 posts Stas Malyshev: 28 posts Johannes Schlüter: 20 posts Sara Golemon: 20 posts Sherif Ramadan: 14 posts Jakub Zelenka: 12 posts Jan Ehrhardt: 12 posts Lior Kaplan: 8 posts Sebastian Krebs: 8 posts Florin Patan: 7 posts Igor Wiedler: 7 posts Ralf Lang: 7 posts Sebastian Bergmann: 7 posts Crankypuss: 6 posts Giuseppe Ronca: 6 posts Gustavo Lopes: 6 posts Levi Morrison: 6 posts Pierre Joye: 6 posts Chris London: 5 posts Daniel Lowrey: 5 posts
show more
Archives