Search Discussions
-
23
PHP 5.2.10
We have a fair number of fixes in the 5.2 branch already and while 5.3 is making very good progress I think it is still ways off in terms of final release and stabilization. I think it makes sense to ...Ilia Alshanetsky
May 14, 2009 at 4:22 pm
May 15, 2009 at 5:53 pm -
To me, it basically creates some laziness and reintroduces a vector on the register_globals issue. I've been using $_GET $_POST $_COOKIE $_SESSION $_SERVER etc. since they were introduced, and have ...
Michael Shadle
May 14, 2009 at 5:18 pm
May 18, 2009 at 7:39 pm -
From what I know, in the future versions of PHP short tags are going to be disabled by default. Considering the conflicts with XML syntax, that's understandable. However, is there a technical reason ...
Roman I
May 19, 2009 at 2:00 am
Jun 5, 2009 at 9:05 pm -
Hi, I've been extending the pecl/oauth code to work with php stream wrappers in cases whereby curl is not enabled, but I've hit a snag. The documentation states that enabling the "ignore_errors" flag ...
Tjerk Anne Meesters
May 15, 2009 at 2:16 pm
May 17, 2009 at 10:08 am -
While researching for this suggestion I found this rfc proposal regarding ifsetor() ( http://wiki.php.net/rfc/ifsetor?s[]=isset<http://wiki.php.net/rfc/ifsetor?s%5B%5D=isset ) and it's rejection ...
Ólafur Waage
May 12, 2009 at 4:35 pm
May 13, 2009 at 9:14 am -
11
PHP 5.3.0RC3
Aloha, We have finally released RC2. Its now time to really finish up and bring 5.3.0 to a stable release. I have updated the wiki page to the best of my knowledge [1]. If anything is missing, ...Lukas Kahwe Smith
May 8, 2009 at 8:31 am
May 29, 2009 at 3:05 am -
I know I will be directed to the 'windows' list, but I think it is important that PHP is still available cross platform ... I run both Linux and Windows and both should run the same? Since many of my ...
Lester Caine
May 16, 2009 at 8:11 am
May 25, 2009 at 7:04 am -
Hello Internals, I want to contribute for PHP Internal, but i don't know how to do it. I am ready to give approximately 6 to 12 hours per week for PHP. i have checked a wiki, but i don't see a "get ...
Sahid Ferdjaoui
May 14, 2009 at 8:50 am
May 24, 2009 at 4:27 pm -
Hi List, I recently discovered that zend_hash_func is equal to zend_get_hash_value. To clean this up, I would like to remove zend_hash_func in favor of zend_get_hash in HEAD. If there are no ...
David Soria Parra
May 26, 2009 at 12:13 pm
Jun 2, 2009 at 6:13 pm -
9
APM
Hi list, First, I'd like to apologize if the subject of this mail is somewhat off-topic. Davide Mendolia and me are currently working on: "Alternative PHP Monitor" (APM - ...Patrick ALLAERT
May 25, 2009 at 8:57 am
May 29, 2009 at 9:48 am -
Hi, Would it not easier and better to have mysqlnd as default backend for the mysql extensions (pdo, mysqli and mysql) when the configure option are used without value? I can already imagine the ...
Pierre Joye
May 4, 2009 at 6:31 pm
May 6, 2009 at 12:47 pm -
Hello, I'm looking for information about Olivier's method in order to supplement a talk. I spent a lot of time on engine searchers and I didn't find something documented enough to make me understand ...
Paul (aka: azmodai)
May 26, 2009 at 2:17 pm
May 27, 2009 at 8:43 am -
Hi folks, Could I get someone to look at http://bugs.php.net/bug.php?id=47468?. It includes a patch which is confirmed to fix the problem. Thanks, Paul -- Paul Biggar paul.biggar@gmail.com
Paul Biggar
May 6, 2009 at 7:42 pm
May 9, 2009 at 8:29 pm -
Hi, Can someone please point me to a Win32 build which has a working NaN? The last few releases on php.net all share the same problems, which are leading to real-world bugs in userland code: ...
Stan Vassilev
May 24, 2009 at 7:03 am
Jun 18, 2009 at 2:37 pm -
PHP is a server side scripting language, so that means that the server will have to do the bulk of the processing if not most. I was thinking about shifting the processing to the client. Kinda like ...
tRace DOliveira
May 27, 2009 at 2:47 am
May 27, 2009 at 3:29 am -
The first release candidate of 5.2.10 was just released for testing and can be downloaded here: http://downloads.php.net/ilia/php-5.2.10RC1.tar.bz2 (md5sum: 4ef611fdcf7269b2d372dbdebc504cdb) The ...
Ilia Alshanetsky
May 27, 2009 at 8:06 pm
May 31, 2009 at 3:35 pm -
Hi all, I'm having some issues with some custom embedding of the PHP sapi. I'm trying to call PHP from Ruby and I'd like to be able to pass data back and forth freely, but I'm running into segfaults. ...
Farley Knight
May 15, 2009 at 3:31 am
May 15, 2009 at 12:07 pm -
Request decoding is one of a few remaining pieces of the Unicode puzzle. The proposed solution was outlined in a blog post [1] I wrote a while back. There has been no movement on this front pretty ...
Andrei Zmievski
May 14, 2009 at 4:58 pm
May 14, 2009 at 8:12 pm -
Hi all, Recently I faced with one funny problem in PHP. Seems there is no way to run a sub-process using shell_exec() (or backticks), and pass there specially crafted environment without affecting ...
Jvlad
May 24, 2009 at 5:43 pm
May 28, 2009 at 1:31 pm -
PHP 6 Bug Database summary - http://bugs.php.net/ Num Status Summary (75 total -- which includes 34 feature requests) ===============================================[Apache related]=============== ...
Internals
May 4, 2009 at 10:00 am
May 25, 2009 at 10:00 am -
PHP 5 Bug Database summary - http://bugs.php.net/ Num Status Summary (1327 total -- which includes 862 feature requests) ===============================================[*XML functions]=============== ...
Internals
May 4, 2009 at 9:30 am
May 25, 2009 at 9:30 am -
Hello all, Maybe I have not found its detailed description on PHP's official manual, but PHP does allow static field inheritance. However there is a little difference between dynamic field ...
Jingcheng Zhang
May 16, 2009 at 6:03 am
May 19, 2009 at 5:37 am -
Hi, I've just started to explore PHP's tests, reading through the docs on qa.php.net, the wiki and a few blogs. Having gotten to a position where I can run the tests and produce coverage reports I ...
Simon Westcott
May 5, 2009 at 11:45 pm
May 17, 2009 at 5:03 pm -
Hello Internals I've been reading some over the reflection sources, and theres a few things that made me wonder abit; 1) ReflectionParameter::getDefaultValue(), was added to HEAD in 2006, but never ...
Kalle Sommer Nielsen
May 11, 2009 at 10:34 am
May 12, 2009 at 7:52 am -
This commit http://news.php.net/php.cvs/57541 broke about every test which triggers thes deprecation messages. --Jani
Jani Taskinen
May 5, 2009 at 2:17 am
May 5, 2009 at 4:26 pm -
Hi, what's the state of the phar command line tool on Windows? - I juat fetched a snapshot-zip and it was missing there, I remember some IRC discussion about some trouble as it's depending on the ...
Johannes Schlüter
May 30, 2009 at 8:16 pm
May 30, 2009 at 8:37 pm -
Hi, Could someone fix phpize to make it return 0 on success? It always returns -1 when opened via proc_open(), which is exceedingly annoying when you're trying to use it in a PHP script. Thanks, Greg
Greg Beaver
May 30, 2009 at 12:30 am
May 30, 2009 at 2:50 am -
contribute to php-benchmark http://cvs.php.net/viewvc.cgi/php-benchmarks/ My first proposal(raytracer) was committed by Paul Biggar
Davide Mendolia
May 5, 2009 at 5:15 pm
May 25, 2009 at 11:12 am -
The readline extension links both libreadline and libhistory. This is unnecessary, and inspection of the readline example programs since version 2.0 implies that it has always been unnecessary. Both ...
Tim Starling
May 14, 2009 at 2:00 am
May 18, 2009 at 7:46 am -
In the 5.2 release we have a very nice README.UPDATE_5_2 file that explains the changes in 5.2. Could we get a volunteer to do the same for 5.3 now that we are close to getting 5.3 out the door? I ...
Rasmus Lerdorf
May 15, 2009 at 8:30 am
May 15, 2009 at 8:39 am -
Hi all, I'd like to confirm something as a bug and/or design issue. Currently, its difficult to extend RecursiveFilterIterator() with additional __construct() arguments (for configuring its ...
Ralph Schindler
May 6, 2009 at 3:16 pm
May 7, 2009 at 12:37 am -
I was able to resolve http://bugs.php.net/bug.php?id=44780 by changing the fallbackmap from hours to minutes. The bug is apparently due to an issue with non-integer offsets. Also, this patch adds a ...
Mark burdett
May 8, 2009 at 6:49 pm
Jun 25, 2009 at 4:30 pm -
Hi all, I could not work out a way to make an error occurred on a stored procedure on on MSSQL server (2005) propagate back into PHP using PDO and PDOStatement. My setup is the following: PHP 5.2.9 / ...
Massimiliano Cavicchioli
May 5, 2009 at 6:15 pm
Jun 14, 2009 at 3:11 pm -
hi all: I have a problem, I wonder if there is any good way to check the url's validity. For example, the url: http://diybbs.enet.com.cn/thread-3004314-1-1.html How can I check whether the page ...
Jackywdx
May 21, 2009 at 5:50 am
May 21, 2009 at 12:26 pm -
Hi, Why wasn't this fix merged to PHP_5_2? It's clearly a bug and it really should be fixed in the stable branch as well.. --Jani
Jani Taskinen
May 14, 2009 at 2:14 pm
May 14, 2009 at 4:21 pm -
Hi. Can anyone with windows knowledge take a quick look at http://bugs.php.net/bug.php?id=47918. I'm pretty sure this IS a bug. I'm hoping you don't say it is a documentation bug and it is something ...
Richard Quadling
May 8, 2009 at 10:00 am
May 8, 2009 at 12:38 pm -
Hi, FYI, use has been a reserved keyword since the initial commit of zend_language_parser.y in October of 2000 :) (see ...
Greg Beaver
May 7, 2009 at 5:13 am
May 7, 2009 at 7:00 am -
Main reason is writing phpt tests and contribute to the php-qa team. Zoe Slattery suggested me to ask for CVS access. I will also submit patch on internals ML for review and commit them (only if ...
Patrick Allaert
May 30, 2009 at 12:04 pm
May 30, 2009 at 12:04 pm -
Hi list, Having done some PHPT tests on ext/ldap [1] with Davide Mendolia at the Testfest, we realized that the extension wasn't ready in PHP 6. In attachment I put a patch that enables all LDAP ...
Patrick ALLAERT
May 28, 2009 at 4:05 pm
May 28, 2009 at 4:05 pm -
Hi. Just checking out the latest NTS VC9 Win32 snapshots and the sha1()'s are different. php-5.3-nts-VC9-x86 : 2009-May-14 11:00:00 Failed Is b406e5605d5c222b0d12051cfdac6ad1b7b0ea5c ...
Richard Quadling
May 14, 2009 at 10:13 am
May 14, 2009 at 10:13 am -
Within the GSoC 2009 I'm working on runtests-project, supported by my mentors Zoe Slattery and Stefan Priebisch.
Georg Gradwohl
May 6, 2009 at 9:22 am
May 6, 2009 at 9:22 am -
Hi, I have just found a significant memory leak, but cannot get a truly short reproducing script. I have opened a bug, but I wanted to make sure this doesn't slip through the cracks since RC2 is ...
Greg Beaver
May 4, 2009 at 4:25 am
May 4, 2009 at 4:25 am
Group Overview
group | php-internals |
categories | php |
discussions | 42 |
posts | 285 |
users | 77 |
website | php.net |
77 users for May 2009
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)