Search Discussions
-
Hi, I hear this often by other developers and I tend to agree with them, that arrays are used often, and often nested, so that having a long syntax for array literals tend to produce less legible ...
Stan Vassilev | FM
May 22, 2008 at 2:13 am
Jun 10, 2008 at 8:22 am -
Done. See latest commit: switch is removed and mode is defaulted to On. -Andrei
Andrei Zmievski
May 19, 2008 at 7:40 pm
May 27, 2008 at 5:32 pm -
Hi everyone, We've discussed this a few times in the past and it's time to make a final decision about its removal. I think most people have agreed that this is the way forward but no one has ...
Scott MacVicar
May 4, 2008 at 4:13 pm
May 8, 2008 at 10:16 pm -
Hi, I'm new to the PHP internals list and I'm posting an issue I'm sure has been mentioned before -- float comparison I'd like to know if there are reasons not to change the default behavior when ...
Jonathan Bond-Caron
May 2, 2008 at 4:52 pm
May 4, 2008 at 8:35 pm -
I looked into it again (and found things I didn't know before). This one's bugging me enough that I braved the Wiki: http://wiki.php.net/rfc/calltimebyref - Steph
Steph Fox
May 21, 2008 at 1:12 pm
Jun 1, 2008 at 10:29 am -
Hello everyone- PHP 5.3 is approaching fast, so let's conclude our dealings with magical quotes... this should be the last time. Please have a look at the following RFC and discuss it within this ...
Philip Olson
May 20, 2008 at 7:55 pm
May 24, 2008 at 9:31 am -
Hi, It's time for helly's birthday present from me (and indirectly, Derick, who did the cp -r) :). As Johannes requested, pecl/phar has been copied to php-src/ext/phar, development will continue ...
Gregory Beaver
May 12, 2008 at 9:45 pm
May 14, 2008 at 2:05 pm -
Do we really want/need this? regards, Derick -- Derick Rethans http://derickrethans.nl | http://ezcomponents.org | http://xdebug.org
Derick Rethans
May 5, 2008 at 10:13 am
May 5, 2008 at 8:09 pm -
Hi, I'm looking at the current namespace resolution rules here: http://www.php.net/manual/en/language.namespaces.rules.php Something that bothers me is that for the first time in PHP we introduce a ...
Stan Vassilev | FM
May 14, 2008 at 6:52 pm
May 17, 2008 at 12:57 am -
I don't really care either way, but if it's a well known fact, might as well stop trying. Does APC work on Windows? I recently submitted a patch to fix the snaps.php.net compilation of APC, but for ...
Edward Z. Yang
May 23, 2008 at 7:22 pm
May 26, 2008 at 12:06 pm -
Hi. In the past Cygwin was necessary to build PHP documentation. It isn't anymore, but I've still got it on my machine. The current Makefile template for win32 build of PHP uses rmdir, which is being ...
Richard Quadling
May 7, 2008 at 4:43 pm
May 11, 2008 at 10:54 am -
I'm relatively new to PHP development. I hope this is the appropriate area for this question since I was thinking maybe I could use the opportunity to get involved with the internals by making a ...
Hector Santos
May 9, 2008 at 10:05 am
May 15, 2008 at 7:50 am -
Hi all, Following a long and fairly embarrassing exchange of views with one of my php|architect authors, I finally discovered that allow_call_time_pass_reference is still on by default in PHP_5_3 ...
Steph Fox
May 8, 2008 at 7:27 pm
May 10, 2008 at 11:29 am -
Hi all, This patch... Saves one opcode per interpolated string by moving what was the first ADD_STRING/ADD_VAR op into INIT_STRING; changes the ADD_[CHAR|STRING|VAR] op types from (TMP, <whatever ) ...
Matt Wilmas
May 5, 2008 at 3:35 pm
Jul 10, 2008 at 4:47 pm -
I'm new to PHP development, so please have some patience with me here. Once I get the "AH HA", I will be eagerly contributing. With my PHP-5.2.5 source code installation, I was able to finally able ...
Hector Santos
May 11, 2008 at 6:44 am
May 11, 2008 at 1:59 pm -
Folks, It has been suggested to me offlist that I should propose this idea on the list. I've seem recent discussions about the multi-os complexities of the make system for PHP, and there talk of ...
Hector Santos
May 15, 2008 at 4:50 am
May 16, 2008 at 3:15 pm -
Good News Everyone /end professor Google Summer of code is on and my project is the "One bug tracker to rule them all" So I am looking to find out what people want from the bug tracker in terms of ...
Barry Carlyon
May 26, 2008 at 10:50 am
Jun 25, 2008 at 1:45 pm -
Hi, I suppose this has been discussed before, so I'll not repeat reasons unless requested, but I just want to offer a possible feature to mitigate the impact of "one namespace per file", which ...
Stan Vassilev | FM
May 31, 2008 at 12:10 pm
Jun 1, 2008 at 6:13 am -
How can you prepare my new extension source code and/or links so that the DLL can support all the PHP 5.x.x versions? I have been trying to figure this out, reading/googling, etc, but in the mean ...
Hector Santos
May 11, 2008 at 6:05 am
May 11, 2008 at 11:24 am -
So who broke the deleting of comments in bug reports? It used to work fine, now nothing happens.. --Jani
Jani Taskinen
May 26, 2008 at 8:00 pm
May 26, 2008 at 8:53 pm -
Hello, I have a suggestion for upcoming PHP6 as it's a major version change. I suggest a possibility to use this (example): $host = parse_url('http://someurl.com')['host']; instead of $host = ...
Astro [GTalk]
May 23, 2008 at 1:35 pm
May 23, 2008 at 4:24 pm -
Can someone spot why this code (tested in both 5.2.5 and 5.3) <?php function curl($post) { $ch = curl_init(); curl_setopt($ch, CURLOPT_URL, "www.fdhfkdsslak.bogus"); curl_setopt($ch, ...
Rasmus Lerdorf
May 17, 2008 at 7:04 am
May 18, 2008 at 11:53 pm -
Hi, One patch for 5.3 and one for HEAD, where they're not synched with the other. 5.3's math changes the other day missed one change to the php_* function (snaps are failing). And HEAD's Win Makefile ...
Matt Wilmas
May 7, 2008 at 3:53 pm
May 8, 2008 at 4:28 pm -
Hi! Are the scripts used to build snapshots at snaps.php.net (esp. windows ones) publicly available from somewhere? -- Stanislav Malyshev, Zend Software Architect stas@zend.com http://www.zend.com/ ...
Stanislav Malyshev
May 7, 2008 at 8:14 pm
May 8, 2008 at 7:19 am -
Greetings internals I've made two functions that allows convertion between degress and gradians, below is a pastebin of the functions as that would look in math.c: http://www.phpfi.com/318450 If no ...
Kalle Sommer Nielsen
May 20, 2008 at 6:22 pm
May 21, 2008 at 7:29 am -
Folks, From the example build at: http://uk3.php.net/manual/en/install.windows.building.php where it shows the options for a minimal build: --disable-all --enable-cli --enable-cgi ...
Hector Santos
May 20, 2008 at 2:19 pm
May 20, 2008 at 3:51 pm -
Hi, Read the subject... Have anyone disabled it? Regards, -- Guilherme Blanco - Web Developer CBC - Certified Bindows Consultant Cell Phone: +55 (16) 9166-6902 MSN: guilhermeblanco@hotmail.com Rio de ...
Guilherme Blanco
May 26, 2008 at 12:45 pm
Jun 2, 2008 at 8:21 pm -
PHP 6 Bug Database summary - http://bugs.php.net Num Status Summary (58 total including feature requests) ===============================================[*General Issues]============== 26771 ...
Internals
May 5, 2008 at 10:00 am
May 26, 2008 at 2:22 pm -
Good point, which begs the the issue: For VC6.0 compiling, only the SDK for this one should be used. I believe the last compatible one supported was Windows 2003 SDK. But 2000 SDK is the nice fitting ...
Hector Santos
May 19, 2008 at 6:42 pm
May 20, 2008 at 12:01 pm -
In PHP 6, incoming user data will automatically be in (unicode) form. (That is, assuming that the JIT functionality for converting gets implemented). One of the implementation details I'd like to ...
Edward Z. Yang
May 29, 2008 at 4:23 am
Jun 1, 2008 at 9:27 pm -
Hello all, I'm KishoreKumar Bairi, Google Summer of Code Student for MySQL. Project: *Streaming Enabled MySQL Driver for PHP* Details: MyBS[1] is a storage engine used along with other engines to ...
KishoreKumar Bairi
May 26, 2008 at 8:55 pm
May 27, 2008 at 1:21 pm -
Hello Internals, now that we got rid of the unicode.semantics switch, should we change var_dump("foo") from showing 'unicode(3) "foo"' back to 'string(3) "foo"' as it is the new string type and ...
Marcus Boerger
May 25, 2008 at 6:29 pm
May 25, 2008 at 8:38 pm -
Hi all, Tony's not alone, I'm also playing with PHP 6 today. As Edward mentioned when I started talking about the upgrade path, we don't have a way to cope with the (binary)|(b) cast prior to PHP ...
Steph Fox
May 23, 2008 at 5:37 pm
May 23, 2008 at 7:54 pm -
Heya, as a distribution we usually aim at using system libraries instead of bundled ones, both for security and maintainance reasons. PHP bundles liboniguruma (ext/mbstring/oniguruma) and currently ...
Christian Hoffmann
May 4, 2008 at 10:14 am
May 17, 2008 at 8:47 pm -
Hello, I'm installing a recent snap of 5.3 on my dev server. The app I'm working on makes heavy use of reflection. How has reflection changed in 5.3 to address namespaces? What resolution rules apply ...
Jeremy
May 13, 2008 at 9:00 pm
May 13, 2008 at 9:59 pm -
Hi, Seems that PHP engine is using ITIMER_PROF and SIGPROF for limiting the max execution time of a php script, and gprof cannot produce useful results. Is there an option to turn it off temporarily? ...
George Wang
May 5, 2008 at 6:41 pm
May 5, 2008 at 7:40 pm -
Hi, i just found it's really annoying that you can't throw exception in the context of __toString(). This makes it nealy impossible to work with __toString() because you'll have to watch not to throw ...
Sebastian
May 28, 2008 at 6:17 pm
May 28, 2008 at 7:45 pm -
The point is this is a very subtle change and not something people will suspect when their applications stop working out of the blue, without so much as a single warning. A function rename would be ...
Hannes Magnusson
May 18, 2008 at 7:27 pm
May 28, 2008 at 6:10 am -
2008/5/22 Stan Vassilev | FM <sv_forums@fmethod.com : I'm not sure this is what you mean, but I use the following function in my debugging logic. <?php function getArgs($s_Function, array ...
Richard Quadling
May 22, 2008 at 11:58 am
May 22, 2008 at 10:14 pm -
Hi All This could be a silly question but one of the things that I struggle with whilst developing my applications is the lack of WSDL generation in the PHP Soap extension and the need to secure my ...
Marco
May 19, 2008 at 1:54 pm
May 20, 2008 at 1:39 pm -
Hi all, Is there any chance of getting the unicode.semantics issue sorted soon? We put phar into php-src yesterday. I updated the extension in CVS HEAD just to allow it to build, but it'd be good to ...
Steph Fox
May 14, 2008 at 12:58 pm
May 18, 2008 at 1:53 pm -
Hi, I wonder if there is any objection to this plan: 1) enable phar by default for the PHP 5.3 betas, so that it can receive full testing 2) before RC1, do the formal vote on whether it should be ...
Gregory Beaver
May 14, 2008 at 4:07 pm
May 14, 2008 at 6:52 pm -
Hi, I'm working on a SOAP project and as part of the checks I make are the existence and readability of the WSDL file. As far as I saw, SoapClient doesn't check include_path for the WSDL file, so I ...
Ionut Gabriel Stan
May 13, 2008 at 10:37 am
May 13, 2008 at 10:55 pm -
I've had a couple of recent requests for the OCI8 extension to support "External Authentication" (aka OS authentication). I also recall a discussion or two in the past, and there is at least one bug ...
Christopher Jones
May 8, 2008 at 6:03 pm
May 9, 2008 at 11:49 am -
Hi, I'm trying to write an extension that(running under php in fcgi mode) does the equivalent of -php.ini auto_prepend_file = start.inc auto_append_file = end.inc -start.inc ob_start() -end.inc $len ...
Eric Len
May 31, 2008 at 4:45 pm
Jun 1, 2008 at 3:18 pm -
Hannes (or anyone), Can you apply these patches for pear? I've reverted to use wget by default. The newish fetch.php is used as a last resort. I fixed one real message typo in fetch.php, and changed ...
Christopher Jones
May 30, 2008 at 10:59 pm
May 31, 2008 at 1:18 pm -
Hi. From the recent daily cvs changelog ... +2008-05-29 Scott MacVicar <scott@macvicar.net + + * (PHP_5_2) + NEWS + TSRM/tsrm_win32.c: + MFH: Fix a bug when command is quoted and parameters are ...
Richard Quadling
May 30, 2008 at 9:56 am
May 30, 2008 at 10:05 am -
I find the namespace resolution rules quite confusing. It's become quite difficult to tell if I'm calling a static method or a function, or namespaced static method or namespaced function, and so on. ...
James Dempster
May 28, 2008 at 4:27 pm
May 28, 2008 at 4:50 pm -
translate php manual
ZhiQiang He
May 28, 2008 at 11:20 am
May 28, 2008 at 11:57 am
Group Overview
group | php-internals |
categories | php |
discussions | 85 |
posts | 642 |
users | 121 |
website | php.net |
121 users for May 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)