Search Discussions
-
Hey list, I was curious what everyone thought of implementing the ability to specify class members in interfaces. I've run into a couple of circumstances where I would like to specify public member ...
Jeremy Privett
Apr 29, 2008 at 3:31 am
May 21, 2008 at 6:31 pm -
Hi. Well, thinking better about the behavior of type hinting, i decided to change the proposal for strict type. I.e. don't accept numeric string as an intenger, etc. If anyone wants use type hinting, ...
Felipe Pena
Apr 17, 2008 at 2:42 pm
Jun 20, 2008 at 6:39 pm -
Attached is my return type hinting patch. It allows type hinting for parameters and return values. Int, float, bool, string, num, scalar, resource, object, array, and class names are supported for ...
Sam Barrow
Apr 25, 2008 at 3:33 pm
May 1, 2008 at 9:46 am -
44
intl naming
Hi! I wanted to ask the people here for opinions on the subject of functions naming in pecl/intl (hopefully soon to be ext/intl ;) module. Current state can be seen at ...Stanislav Malyshev
Apr 3, 2008 at 4:58 am
Apr 16, 2008 at 6:46 pm -
Hello ladies and gentlemen, I made a patch that implements an experimental return type hint, therefore we need discuss much about this yet, right? :) My idea uses (php-type) and +className as ...
Felipe Pena
Apr 7, 2008 at 3:41 am
Apr 16, 2008 at 6:49 am -
Hi all, I changed things so that the many "built-in" constants (CONST_PERSISTENT ones) will be replaced at compile-time, saving the FETCH_CONSTANT opcode, if these changes are usable. This was added ...
Matt Wilmas
Apr 18, 2008 at 2:26 pm
Aug 29, 2008 at 8:13 pm -
Hello again! Now with both parameter and return value type hints. For parameter type hints, i have completed the actual implementation with the leftover php types: - string (binary string and ...
Felipe Pena
Apr 17, 2008 at 3:51 am
May 25, 2008 at 8:28 am -
We are hard at work on setting an RC record with 5.2.6, with the RC5. Nothing too unusual, this time just a few fairly trivial fixes, so I think we are finally ready for the stable release. I'd like ...
Ilia Alshanetsky
Apr 10, 2008 at 10:42 pm
Apr 14, 2008 at 12:28 pm -
Hi, I would like to contribute to ext/pgsql module. Could I have CVS account? I've been working on PostgreSQL development for years. My intention is to catch up PostgreSQL develpment especially when ...
Tatsuo Ishii
Apr 14, 2008 at 11:21 am
Jul 23, 2008 at 11:32 am -
I have been wondering the answer to this question for a while now. A LOT of stuff has been backported from PHP 6 to PHP 5.3. So much in fact, why don't you just call PHP 5.3 version 6? What major new ...
Ryan Panning
Apr 11, 2008 at 7:30 pm
Apr 12, 2008 at 6:41 am -
[Hmm... No answer in several days. Let's try this again with a different subject] I'm in the middle of clarifying the Overloading section of the manual, ...
Daniel Convissor
Apr 5, 2008 at 1:27 pm
May 27, 2008 at 6:30 pm -
Hi all, Expanding on the idea of passing a size other than 0 to zend_hash_init(), when possible, which was done awhile ago in a few areas (to save resize/rehash operations), I finally added an ...
Matt Wilmas
Apr 25, 2008 at 1:50 pm
May 26, 2008 at 6:20 pm -
I noticed, that http://www.php.net/~helly/php/ext/spl/ was updated almost a year ago. Is the newer version available anywhere? -- Alexey Zakhlestin http://blog.milkfarmsoft.com/
Alexey Zakhlestin
Apr 11, 2008 at 3:16 pm
Apr 22, 2008 at 5:06 pm -
Hi. Probably much to all your annoyance, I've finally managed to compile PHP on windows and I have a few questions.I'm very much just learning. I notice that there are a LOT of warnings when I'm ...
Richard Quadling
Apr 22, 2008 at 11:01 am
Apr 23, 2008 at 8:53 am -
Hi! I'm running some more tests and evaluation on windows and got stuck in the build session. Which ICU version do you use? Or do you use the binaries provided by IBM (I tried with vc2k3 without much ...
Pierre Joye
Apr 9, 2008 at 1:45 pm
Apr 12, 2008 at 8:16 pm -
Currently there is no way to call a class constructor using call_user_func or something similar, the only way is to use a reflection object which is useless overhead and takes a few lines of code. ...
Sam Barrow
Apr 30, 2008 at 5:01 pm
May 2, 2008 at 11:29 am -
Please be gentle, I have very little experience developing on OS X. To be honest, the whole dylib thing seems messy and confusing to me, compared to the fairly straight-forward Linux style .so ...
Christopher Thompson
Apr 29, 2008 at 11:14 pm
May 1, 2008 at 9:28 pm -
A little late to the party, but the windows build for PHP 5.2.6RC5 is finally available. Please test it as much as possible. ...
Rob Richards
Apr 29, 2008 at 9:58 pm
May 1, 2008 at 1:15 am -
Hi all, First, I just realized while going through the scanner code after the re2c changes that there's a bug with heredoc handling (from my code changes last year, oops) on something like: <<<EOT ...
Matt Wilmas
Apr 8, 2008 at 3:59 pm
Apr 17, 2008 at 12:12 pm -
Link: http://news.php.net/php.internals/36536 One question - are you crazy? I heared about break with goto capabilities - that's understandable - you could break 2 or 3 level loops, but this one shit.
Arvids Godjuks
Apr 4, 2008 at 8:43 am
Apr 5, 2008 at 6:43 pm -
Huh, that does not make sense. If you have a version in SVN that can generate the correct files, how hard is it to make a release out of that? What does it have to do with other missing ...
Derick Rethans
Apr 1, 2008 at 7:42 am
Apr 2, 2008 at 6:25 pm -
Hello! I use PHPUnit for unit testing of my application (but this issue is independent of PHPUnit). Tests are run from command line so it's not way (that I can imagine) to simulate file upload, ...
Piotr Czachur
Apr 23, 2008 at 11:45 am
May 6, 2008 at 1:54 pm -
Hi. I'm new to compiling PHP on windows, so this may be a real newbie question. My expectation of make-like tools is that they describe the how to create targets from sources (in a nutshell). So, ...
Richard Quadling
Apr 28, 2008 at 9:51 am
Apr 29, 2008 at 2:02 pm -
Hi, Google just announced the final assignments for their Summer of Code program for this year. On behalf of the PHP project I'd like to welcome our students and give you some general information ...
Johannes Schlüter
Apr 21, 2008 at 10:53 pm
Apr 28, 2008 at 8:51 am -
[My apologies if I am posting on the wrong group...please point me to the right one] I am trying to figure out a way to invoke PHP functions directly i.e. bypassing the PHP compiler (scanner and ...
Dhiru Pandey
Apr 26, 2008 at 6:30 pm
Apr 26, 2008 at 8:08 pm -
Hey Internals I've been wondering for quite some time why PHP doesn't allow you to access arrays when you assign it to a value like in Javascript: function ArrayTest(Array $range) { return($range); } ...
Kalle Sommer Nielsen
Apr 18, 2008 at 5:40 pm
Apr 20, 2008 at 1:21 pm -
Hi, I recently started porting an application to PHP 5.3. 1. While testing the new namespace implementation I noticed the following: <?php namespace Test1; function fooBar() { echo 'Test1::fooBar()' ...
Julian Reich
Apr 5, 2008 at 8:01 pm
Apr 7, 2008 at 8:17 pm -
I attached a patch and a phpt-file for a small patch to array_reduce to allow any type of $initial value. This patch is for HEAD but could easily be applied/ported to 5.3. - Chris
Christian Schneider
Apr 8, 2008 at 1:17 am
Aug 20, 2008 at 8:38 pm -
all, in recent weeks there has been a lot of arguing about what interfaces are, arent (on php-general and now on the internals list as well) etc. etc. i am quite curious, why interfaces were added to ...
Nathan Nobbe
Apr 30, 2008 at 4:21 pm
Apr 30, 2008 at 6:29 pm -
Sam Barrow
Apr 30, 2008 at 11:55 am
Apr 30, 2008 at 5:11 pm -
I want to make two classes: abstract class a { abstract public function go($a); } final class b extends a { abstract public function go(array $a); } This will not work, I get an error that the two ...
Sam Barrow
Apr 29, 2008 at 1:37 pm
Apr 29, 2008 at 4:11 pm -
Hello. The 5.3.0-dev win32 snapshots are failing as there has been no update since the 25th. Is it possible to send the make log file to snaps for all build attempts rather than just successful ones. ...
Richard Quadling
Apr 28, 2008 at 12:12 am
Apr 28, 2008 at 1:28 pm -
hello all, this is my maiden voyage on the internals list. recently i have discovered functionality that existed in php-5.2.4 that missing in php-5.2.5 and also php-5.2.6_rc3. i have posted to the ...
Nathan Nobbe
Apr 25, 2008 at 3:53 pm
Apr 25, 2008 at 7:04 pm -
I'm getting this fatal error compiling mysqli under Windows: Creating library Release\php_mysqli.lib and object Release\php_mysqli.exp mysqli_api.obj : error LNK2019: unresolved external symbol ...
Edward Z. Yang
Apr 23, 2008 at 2:56 am
Apr 24, 2008 at 12:09 am -
Hmm, I'm not too happy with this, as it breaks some functionality in Xdebug. Xdebug allows you to create a function trace, including all return values. For example the following script: <?php ...
Derick Rethans
Apr 11, 2008 at 10:37 am
Apr 17, 2008 at 6:18 pm -
Heya, while building and testing a minimal version of PHP and as such disabling the session extension, I discovered that ext/standard/tests/general_functions/bug44394_2.phpt fails without the session ...
Christian Hoffmann
Apr 6, 2008 at 9:44 pm
Apr 10, 2008 at 6:55 pm -
Resending the mail since I didn't get any responses. To add: This seems to be a fundamental issue with running PHP in an environment that keeps op arrays in shared memory (such as APC) and using ...
Kannan Muthukkaruppan
Apr 3, 2008 at 11:35 pm
Apr 5, 2008 at 2:55 am -
I think we recently changed something here - is this also a problem in 5.2? regards, Derick
Derick Rethans
Apr 30, 2008 at 2:14 pm
Apr 30, 2008 at 2:21 pm -
PHP 6 Bug Database summary - http://bugs.php.net Num Status Summary (58 total including feature requests) ===============================================[*General Issues]============== 26771 ...
Internals
Apr 7, 2008 at 10:00 am
Apr 28, 2008 at 10:00 am -
PHP 5 Bug Database summary - http://bugs.php.net Num Status Summary (1103 total including feature requests) ===============================================[*Directory/Filesystem functions] 35980 ...
Internals
Apr 7, 2008 at 9:30 am
Apr 28, 2008 at 9:30 am -
Hi. I have finally managed to get php to compile for windows (yippee for me). So I can now try and get mail() working again. The issue is that in ext/standard/mail.c (/* $Id: mail.c,v ...
Richard Quadling
Apr 17, 2008 at 2:43 pm
Apr 22, 2008 at 6:03 pm -
Hi. The recent commit to TSRM/readdir.h isn't quite right. The later versions of the MS VC compiler set _WINNT32_WINNT to 0x600. This causes problems later on in fopen_wrappers.c fopen_wrappers.c ...
Richard Quadling
Apr 22, 2008 at 3:37 pm
Apr 22, 2008 at 4:03 pm -
Writing PHPT test cases for various extensions and the core language.
Ant Phillips
Apr 14, 2008 at 1:59 pm
Apr 15, 2008 at 11:19 am -
Dear All, One of my clients is seeing an FPE in ld-linux-x86-64.so when loading extensions with my custom extension loaded. The backtrace is inlined below. With my extension disabled, everything ...
Michael B Allen
Apr 10, 2008 at 5:19 pm
Apr 14, 2008 at 6:29 am -
I have created a few tests for the patch and updated to the patch to the tip of both php6 and php5.3 http://ds-o.com/Patches/lsb.forward_static_call.v3.tar.gz A link to just the patch: ...
Mike Lively
Apr 6, 2008 at 6:34 pm
Apr 10, 2008 at 1:02 am -
Hello there, I've been working on some code, while developing on PHP 5.3. The code resembles the following structure: <?php interface ezcSearchQuery { public function limit( $limit, $offset = '' ); } ...
Derick Rethans
Apr 9, 2008 at 9:27 am
Apr 9, 2008 at 4:40 pm -
3
testfest
I wish to help with the testfest. Lukas told me to start asking some questions in here. So to help organize things I will add this information to the testfest wiki page and if you want pass on any ...Ligaya Turmelle
Apr 3, 2008 at 1:47 pm
Apr 9, 2008 at 3:03 pm -
Hi all, I have some code where I need to grab the last 1-3 bytes from numbers (bitwise AND), and a few weeks ago I was looking to see how I'd handle the possible, though unlikely, scenario of numbers ...
Matt Wilmas
Apr 12, 2008 at 10:45 am
Jul 23, 2008 at 4:07 pm -
I am new to PHP extension writing and embedding. Following the book from Sara Goleman - Extending and Embedding PHP (Developer's Library) I wrote the following program based on her example in Chap. ...
Dhiru Pandey
Apr 30, 2008 at 4:52 pm
May 2, 2008 at 1:09 am -
Hi. Am I getting this fatal link error on Windows when building PHP due to an old version of xml in zip.zip? My configure.js is cscript /nologo configure.js "--with-php-build=..\php_build" ...
Richard Quadling
Apr 22, 2008 at 11:31 am
Apr 22, 2008 at 11:56 am
Group Overview
group | php-internals |
categories | php |
discussions | 107 |
posts | 653 |
users | 129 |
website | php.net |
129 users for April 2008
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)