Search Discussions
-
So there had been at least two or three messages (subjects) about DateTime object and everytime there was this problem - people tend to take DateTime object as mutable object and it really is. As ...
Nikita Nefedov
Dec 10, 2012 at 3:30 pm
Dec 26, 2012 at 9:30 am -
Hello everybody, for all of you who don’t know, PHP FIG (Framework Interoperability Group, http://www.php-fig.org/) discusses ways frameworks and libraries can work together and integrate much ...
Lars Strojny
Dec 16, 2012 at 9:02 am
Dec 17, 2012 at 10:12 am -
Hi, after 5.4.0 was released we had a discussion on 5.3 EOL. Even though it wasn't properly documented the overall consensus was to go with option one from https://wiki.php.net/rfc/php53eol "One year ...
Johannes Schlüter
Dec 10, 2012 at 10:58 am
Dec 11, 2012 at 7:51 pm -
Hi, I'm going to take a deep look into trait implementation and provide a better solution for 5.5. The current implementation is really wired and makes a lot of troubles for maintenance and each new ...
Dmitry Stogov
Dec 18, 2012 at 11:37 am
Dec 22, 2012 at 12:30 pm -
Hi, I did come up with a problem in my server crashing with SIGBUS. After long testing/tracing found: https://bugs.php.net/bug.php?id=52752 Which seems to be totally the same! But for different ...
Jani Ollikainen
Dec 19, 2012 at 3:13 pm
Dec 21, 2012 at 10:23 am -
Hello, I have created an RFC about adding a deprecated modifier for functions in PHP, see https://wiki.php.net/rfc/deprecated-modifier. What are your thoughts on this? Thank you, Yussuf Khalil
Yussuf Khalil
Dec 26, 2012 at 2:22 pm
Dec 26, 2012 at 11:42 pm -
Hi, inside a framework-/scripting-project we've lately discussed string-replacements with arrays. Currently PHP supports either replacing one string by another or replacing first element from one ...
Stefan Neufeind
Dec 18, 2012 at 12:08 pm
Dec 21, 2012 at 6:20 am -
Dear all: I would like to get your feedback on implementing some more data structure in the PHP core. Things like Set, Map could be really helpful. A Set would be an unordered collection with no ...
Victor Berchet
Dec 18, 2012 at 3:00 pm
Dec 21, 2012 at 8:51 am -
Not sure if the date is significant, but just received notification that 1&1 will drop support for PHP4 and PHP5.2 from April 1, 2013 - yes PHP4 is still available as their default! The move is to ...
Lester Caine
Dec 4, 2012 at 9:04 am
Dec 5, 2012 at 10:34 am -
hi! While looking at the bug #63073, I was wondering if we could simply do not pass open handles to the newly created child process. The main issue in this bug is the session related handles. They ...
Pierre Joye
Dec 6, 2012 at 8:49 am
Feb 20, 2013 at 6:18 pm -
Hello all, On a pull request submitted via github, it was suggested to me that I should write an RFC about the feature that I'm proposing as well as to write about it here on the internals mail ...
Andrey Andreev
Dec 10, 2012 at 12:45 pm
Dec 28, 2012 at 4:15 pm -
Hey internals! I would like to add a - throw() method to generator objects and as this wasn't part of the proposal that was voted on I'd like to ask back first. The Generator::throw(Exception ...
Nikita Popov
Dec 17, 2012 at 9:29 pm
Dec 26, 2012 at 12:04 am -
Hi here is my error: error LNK2001: unresolved external symbol __imp__executor_globals_id when I compiling my c++ php extension. My setting is: I use php5.lib as additional library my processor ...
Amir
Dec 15, 2012 at 8:43 am
Dec 15, 2012 at 10:24 pm -
Hi internals, what do you think about improving the modification functionality of the DateTime class. I always get a cold shiver, when I write something like this: <?php $date = new DateTime() $date- ...
Christian Stoller
Dec 10, 2012 at 12:09 pm
Dec 11, 2012 at 1:39 am -
Hi Internals, When test driving PHP-5.5 I ran into issues with a change of unpack behaviour. Archive_Tar which is used by pecl and pear (`pecl install`) uses unpack with the "a" format character. On ...
Igor Wiedler
Dec 24, 2012 at 3:16 am
Dec 28, 2012 at 9:09 am -
Hi I searched in php.net and did not find any link that contain php none thread safe source code for windows. I have a php source that encoded with Zend Guard 5.5 and have to decode with Zend Guard ...
Amir
Dec 12, 2012 at 4:30 pm
Dec 12, 2012 at 10:53 pm -
Hi I am trying to build an PHP extension for my personal project. For some reason. I want to build some part of my project with extension. So, I can make a connection via my extension as you can see ...
Amir
Dec 5, 2012 at 9:15 pm
Dec 11, 2012 at 3:14 pm -
Maintaining an official, bundled PHP extension Maintaining the documentation Translating the documentation Maintaining php.net
Sajith Thennakoon
Dec 17, 2012 at 8:00 am
Dec 18, 2012 at 6:40 am -
It's been awhile since I last commited (pre git, in fact) and now I'm getting a failure during 'git push'. It asks for my password, I enter it, it asks again, I enter again, and I get a permission ...
Sara Golemon
Dec 5, 2012 at 10:02 pm
Dec 9, 2012 at 8:43 pm -
First, thanks everyone for the hard work on the PHP 5.5 alpha. I just ran the tests and submitted some results, but from the little bit I've used it so far, things are looking really nice. Second, ...
Adam Jon Richardson
Dec 8, 2012 at 9:48 pm
Dec 9, 2012 at 8:30 am -
Hi all, About 2 month ago, we had a discussion on this list about the fact that CURLOPT_SSL_VERIFYHOST was most of the time used with a Boolean value (true) instead of int values (0,1 or 2). This bad ...
Pierrick Charron
Dec 19, 2012 at 4:35 am
Dec 22, 2012 at 12:54 am -
I am migrating from 4.4.9 to some new servers I built out, and wrote a benchmark suite that is testing many individual aspects of PHP so I could see what sort of performance benefits I might see not ...
Paul Taulborg
Dec 1, 2012 at 6:06 pm
Dec 2, 2012 at 12:53 am -
Hi, Don't want to start a big discussion, but is there a concrete reason, why abstract properties (or "a kind of abstract") are not supported? I've learned, that "an interface [the concept, not the ...
Sebastian Krebs
Dec 1, 2012 at 12:35 pm
Mar 18, 2013 at 10:16 am -
Hello all: I'm not sure if this is the right place to ask this question, but I'm wondering if there might be an update available for this wiki describing how to compile on Windows ...
J adams
Dec 24, 2012 at 7:01 pm
Dec 27, 2012 at 12:57 pm -
Hi Internals, We just tagged PHP 5.5.0alpha2 today. This release contains bug fixes against alpha1, as well as new features. The packages can be found at: http://downloads.php.net/dsp Please, note ...
Jpauli
Dec 20, 2012 at 5:27 pm
Dec 21, 2012 at 9:28 am -
Hello, I would like to thank you guys very much for adding the built-in PHP web server to PHP. For the first time I've just deployed a quick standalone app without having to go through the trouble of ...
Raymond Irving
Dec 19, 2012 at 4:05 pm
Dec 20, 2012 at 3:29 am -
Pages 41-47 (52-58) of "Typical Development Processes of Free and Open Source Software Projects" [1] could be of interest to the members of this list. -- [1] ...
Sebastian Bergmann
Dec 9, 2012 at 12:02 pm
Dec 9, 2012 at 1:51 pm -
Any objections to applying the attached patch? This would suppress date output in the generated output so that (hopefully) files generated by re2c are not changed during the build just because of the ...
Sebastian Bergmann
Dec 4, 2012 at 8:21 am
Dec 6, 2012 at 8:33 am -
I brought this up on #php.pecl yesterday and David already investigated a bit but I thought I should probably bring this up here as well. I cannot build PHP-5.5 with --enable-dtrace on Fedora 17, ...
Sebastian Bergmann
Dec 6, 2012 at 8:56 am
Dec 10, 2012 at 11:51 am -
Hey guys, Please forgive me if this has already been addressed, but could somebody tell me why all the methods for the Exception class are in camelCase? I don't want to wade too deeply into the ...
Kris Craig
Dec 7, 2012 at 12:34 am
Dec 7, 2012 at 1:07 am -
Hi, I'm just curious is there a reason why SplFileObject requires a call to parent::__construct() if I override the class? Someone on my twitter feed mentioned it because he tried to create a ...
Christoph Rosse
Dec 5, 2012 at 2:38 pm
Dec 5, 2012 at 2:55 pm -
So, I've been going through the internals of date() and related, trying to isolate where some poor performance is, to try and find ways to optimize it. In doing so, I came across this: On line 863 of ...
Paul Taulborg
Dec 4, 2012 at 4:59 pm
Feb 20, 2013 at 6:37 pm -
Went through and did some general code cleanup, namely removing tabs/spaces from empty lines, or trailing spaces/tabs. The exceptions to that are: php_date_initialize() -- reorganized timezone ...
Paul Taulborg
Dec 7, 2012 at 7:44 pm
Feb 20, 2013 at 6:35 pm -
2
Re: [PHP-CVS] com php-src: Added a test case for DateTimePoint.: ext/date/tests/date_time_point.phpt
hi Derick, I think the way you deal with date is not correct. there were many voices saying that DateTimePoint was not a good name. Given that ext/date is enabled by default and standard, you should ...Pierre Joye
Dec 19, 2012 at 6:58 pm
Dec 20, 2012 at 5:20 am -
All, I ended up leaving the vote open for a couple of extra days (been a busy week), but I've now closed the ext/mysql deprecation vote. The full results are at ...
Adam Harvey
Dec 7, 2012 at 6:19 am
Dec 7, 2012 at 8:57 pm -
I looked into this, and the modify function was not setting the timezone information back to the parent dateobj. I have created a patch that does this, IF the timezone information is set on the new ...
Paul Taulborg
Dec 5, 2012 at 10:32 pm
Dec 6, 2012 at 3:25 pm -
Working on fixing pdo_mysql_class_constants.phpt, I notice a strange behavior, which breaks MySQLPDOTest::getClientVersion() *** With libmysqlclient var_dump(mysqli_get_client_info()); = string(6) ...
Remi Collet
Dec 12, 2012 at 4:17 pm
Feb 4, 2013 at 10:29 am -
Hello Internals, Having issues compiling solr extension 1.0.2 using php 5.4.9 source for Windows. While compiling I get: Creating library Release\php_solr.lib and object Release\php_solr.exp ...
Lokrain
Dec 13, 2012 at 4:27 pm
Dec 14, 2012 at 11:44 am -
Hi Im compiling my c++ php extension on php 5.3 and visual c++ 2008 everything is ok and work fine, but I have to (and I force) to using php 5.2.9 and compile it via vc++ 2005. I got this error ...
Amir
Dec 12, 2012 at 11:19 am
Dec 12, 2012 at 11:28 am -
Hi Internals, I think with the start of recent 5.3 EOL discussion, it's about time to give an overview over the 5.5 schedule as far as I planned it. I want to go for a new alpha this week (on ...
David Soria Parra
Dec 11, 2012 at 8:40 pm
Dec 12, 2012 at 1:27 am -
With Due Respect. Attention I sourced your email from a human resource profile database in the chamber, my name is DR JOHN WILLIAM. Account officer to late Mr. Morris Thompson from America who is an ...
John William
Dec 1, 2012 at 5:08 am
Dec 7, 2012 at 12:26 pm -
Request bugs
Louis Payet
Dec 28, 2012 at 6:25 am
Dec 28, 2012 at 6:25 am -
Hi all, Stas opened a discussion almost a year ago about https://bugs.php.net/bug.php?id=46439 (I let you read details in the bug) and I would like to reopen the subject since there was no end to ...
Pierrick Charron
Dec 24, 2012 at 6:17 pm
Dec 24, 2012 at 6:17 pm -
Nuked sajith
PHP Group
Dec 19, 2012 at 8:44 pm
Dec 19, 2012 at 8:44 pm -
Nuked nickl
PHP Group
Dec 14, 2012 at 4:45 pm
Dec 14, 2012 at 4:45 pm -
HAPPY HOLIDAYS! Whether you are purchasing a new subscription, renewing an old one, or advertising with us – all purchases allow you to choose one of many wonderful holiday gifts. We have just added ...
CelebrityAccess
Dec 12, 2012 at 9:20 pm
Dec 12, 2012 at 9:20 pm -
A copy of the feature request description (https://bugs.php.net/bug.php?id=44392): It would be nice if it would be possible to get the underlying resource handle of an SplFileObject to be able to add ...
Levi Morrison
Dec 9, 2012 at 1:31 am
Dec 9, 2012 at 1:31 am -
Hi! We've released PHP 5.3.20RC1 and 5.4.10RC1 which can be found here: 5.3.20RC1: http://downloads.php.net/johannes/php-5.3.20RC1.tar.bz2 http://downloads.php.net/johannes/php-5.3.20RC1.tar.gz ...
Johannes Schlüter
Dec 6, 2012 at 8:04 pm
Dec 6, 2012 at 8:04 pm -
Whether you are purchasing a new subscription, renewing an old one, or advertising with us – all purchases allow you to choose one of many wonderful holiday gifts. It's our way of thanking you for ...
CelebrityAccess
Dec 4, 2012 at 1:24 am
Dec 4, 2012 at 1:24 am -
Isn't this need basically covered by accessors? https://wiki.php.net/rfc/propertygetsetsyntax-as-implemented - Rasmus
Rasmus Schultz
Dec 2, 2012 at 1:17 am
Dec 2, 2012 at 1:17 am
Group Overview
group | php-internals |
categories | php |
discussions | 50 |
posts | 335 |
users | 86 |
website | php.net |
86 users for December 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)