Search Discussions
-
Hello Wez. Please explain what is this 'pdo-specs' thing and why CLA is needed to commit there. For some reason I thought we've agreed that CLA/NDA-protected or any other restricted-access things ...
Antony Dovgal
Nov 27, 2007 at 7:56 pm
Jan 10, 2008 at 3:31 pm -
Hi all, The patch to implement multiple namespaces per file, and the patch to remove keyword restrictions for methods appear to have fallen through the cracks. I would like to encourage at the ...
Gregory Beaver
Nov 7, 2007 at 2:44 am
Dec 6, 2007 at 8:10 pm -
Hi! I'm surely not the only one that ran into the problem of queries returning several columns with identical names. I didn't find anything about my following suggestion in the archives - if however, ...
Hans-Peter Oeri
Nov 16, 2007 at 2:25 pm
Nov 20, 2007 at 10:08 pm -
I found a patch by Derick online to allow for scalar type hinting, and made it work with the newest snapshot of PHP 5.3. I also added the ability to type hint for resources. I would like to ask that ...
Sam Barrow
Nov 15, 2007 at 3:46 pm
Nov 20, 2007 at 10:56 am -
Afternoon, and don't shoot me, I'd like to bring up the topic of providing builds created with Visual Studio 2005 again. I know that until Apache and other Open Source software makes the move as ...
Elizabeth Smith
Nov 12, 2007 at 5:11 pm
Nov 15, 2007 at 11:19 pm -
While it's technically "safe" to include user supplied data in json_encode() serialized values. The fact that characters such as < &' remain as is means there room for some as-yet unidentified ...
Sara Golemon
Nov 29, 2007 at 7:13 pm
Dec 5, 2007 at 8:16 pm -
Good Morning, I just wanted to ask if there was ever a decision made that said tainted mode will go into PHP mainstream. Currently there are two implementations available: GRASP by Coresecurity * ...
Stefan Esser
Nov 18, 2007 at 10:51 am
Nov 20, 2007 at 4:55 pm -
Hi, i have tried a current snapshot of PHP 5.3 and have a question regarding type hinting. For example when using the function "array_slice(array $array, int $offset, int $length)" with a non-integer ...
Dirk Thomas / 4wd media
Nov 28, 2007 at 10:47 am
Dec 10, 2007 at 9:11 pm -
I've been working on making PHP build under more stringent error checking, specifically -Wextra under GCC. This patch cleans up dozens of struct initializations that are valid C, but could hide ...
Andy Lester
Nov 27, 2007 at 7:48 am
Nov 27, 2007 at 7:15 pm -
A preliminary implementation of PHP taint support is available from ftp://ftp.porcupine.org/pub/php/ This code is released under version 2.00 of the Zend license. Below are fragments from the README ...
Wietse Venema
Nov 2, 2007 at 8:44 pm
Nov 8, 2007 at 1:28 pm -
Hi, I am running PHP 5.2.3 as a statically compiled module for a web server (appWeb, which is an embbeded apache-like server). My platform is a ppc processor, running Windriver Linux. The problem I ...
Rachmel, Nir (Nir)
Nov 25, 2007 at 1:27 pm
Dec 4, 2007 at 2:41 pm -
Hi List, <?php error_reporting(E_ALL); class aaa { protected $_parent = null; private $_value = 0; public function setValue($value) { $this- _value = $value; } public function getValue) { return ...
Marco Kaiser
Nov 30, 2007 at 11:47 am
Dec 2, 2007 at 12:19 pm -
Hello internals, can we please officially announce the end of support for PHP 4*, 5.0.*, 5.1.* as 31st december 2007? Officially as in on the front of php.net. Best regards, Marcus
Marcus Boerger
Nov 23, 2007 at 2:16 pm
Nov 24, 2007 at 9:04 pm -
I am unable to compile PHP6 with "--with-pgsql" on OpenSUSE 10.3. Every time I've tried (three different snapshots - the "1130" one from yesterday and the "1330" and "1530" snaps from today), the ...
Michael Eshom
Nov 29, 2007 at 9:01 pm
Dec 5, 2007 at 5:50 pm -
Hi, Although this should be an old hat, I am surprised PHP5 has not fixed it, let's fix it in PHP6. There are things you can't without call time pass-by-reference, most of all variables arguments ...
Karoly Negyesi
Nov 17, 2007 at 2:15 pm
Nov 19, 2007 at 2:04 am -
Hi there, I am researching the possibility of developing a shared library which can perform database queries in parallel to multiple databases. One important requirement is that I will be able to use ...
Arend van Beelen
Nov 10, 2007 at 1:31 am
Nov 11, 2007 at 11:54 am -
Hello, I have done my best to look through both the internals archive and the bug database, however I feel that I may have missed something; hence this e-mail. I am working on a project that uses ...
Ken Stanley
Nov 22, 2007 at 3:39 am
Nov 23, 2007 at 9:16 pm -
Hi! As per my rfd from 2007-11-14, I prepared a FETCH_2D (work title) patch - where a row result consists of a two-dimensional hash, the first dimension being the table name, the second the field ...
Hans-Peter Oeri
Nov 19, 2007 at 8:09 pm
Nov 20, 2007 at 2:29 pm -
Hello everybody. I did a bit of analysis concerning the versioning information exposed by all extensions in 5.2.5 [the data in zend_module_entry, exposed to userland via phpversion()]. Extensions ...
Gaetano Giunta
Nov 10, 2007 at 7:19 pm
Nov 19, 2007 at 12:49 pm -
Hello, I'm sorry if that's the wrong list. I am neither a PHP nor a webscripting guy so I'm sorry if this does not make sense. I just thought that it could be useful. PHP 5 supports exception ...
Mehmet Yavuz Selim Soyturk
Nov 17, 2007 at 10:36 pm
Nov 18, 2007 at 2:23 am -
Php Developers, Can I ask for the following support, at least to begin conversation about it if it hasn't been done before. Currently, the header() function still carries the following warning in its ...
Ezra Nugroho
Nov 27, 2007 at 12:47 am
Nov 28, 2007 at 9:39 pm -
Hello, I see that the bug was marked fixed in 5.2.5, and that a HTTP 500 response code is not automatically sent, but isn't the whole problem that attempting to load a WSDL that cannot be loaded ...
Nick loeve
Nov 19, 2007 at 3:14 pm
Nov 27, 2007 at 10:39 am -
Hi! I just needed ATTR_FETCH_TABLE_NAMES support in pdo_firebird. W/o any knowledge about PHP politics, please let me humbly offer the corresponding patch. For any suggestions, please don't hesitate ...
Hans-Peter Oeri
Nov 14, 2007 at 2:55 pm
Nov 15, 2007 at 9:51 am -
Hi! According to the archive, this might be the list for concrete diffs - if not, please excuse me. I tried pdo_firebird (CVS PHP_5_3) and quickly ran across to bugs: a) RETURNING queries fail ...
Hans-Peter Oeri
Nov 12, 2007 at 11:21 pm
Nov 14, 2007 at 10:31 pm -
The system headers on OSX use __attribute__((always_inline)) and zend.h defines always_inline to something else, breaking the build when the compiler tries to resolve that attribute name. A solution ...
Wez Furlong
Nov 7, 2007 at 4:43 am
Nov 8, 2007 at 12:57 pm -
Hi folks, I've recently played with CouchDB, which is a document database with a RESTful HTTP interface. I noticed, however, that there is no way to prevent PHP from throwing a warning on response ...
David Zülke
Nov 1, 2007 at 11:07 pm
Nov 5, 2007 at 1:02 am -
Hello. I am reporting about the changes that were made in the string parser in 5.2.5. From this version, sequences "\f" and "\v" are special and are parsed as FF and VT symbols. IMHO that doesn't ...
Dagdamor
Nov 24, 2007 at 3:15 am
Nov 24, 2007 at 9:20 am -
Hi, I'm Andy Lester, and I'm usually a Perl person. I've worked on the Perl 5 and Parrot internals over the past few years, working to clean up the C code. The other day I was poking through the C ...
Andy Lester
Nov 23, 2007 at 5:41 am
Nov 23, 2007 at 10:51 am -
Hi, I was assigned a class work in the university to compare web applications architectures, mainly PHP vs Java+Hibernate+Struts/Stripes. I'll need to provide some benchmarks for some typical web ...
Nuno Lopes
Nov 21, 2007 at 3:26 pm
Nov 21, 2007 at 11:37 pm -
Hi all, This is just a suggestion at this stage, I'd like to test the waters with it before writing a patch. Apropos the VS discussion, I was thinking about suffixing the PHP version number in these ...
Steph Fox
Nov 15, 2007 at 11:33 pm
Nov 16, 2007 at 11:14 am -
Using Apache compiled with VS8 and PHP 5.2.4 compiled with VS8 bootest the application speed of my scripts. I'm one of these Win32 user. Me and others hate *.msi files. It puts info in the registry ...
Mario Brandt
Nov 15, 2007 at 11:03 am
Nov 15, 2007 at 11:23 pm -
PHP 6 Bug Database summary - http://bugs.php.net Num Status Summary (61 total including feature requests) ===============================================[*General Issues]============== 26771 ...
Internals
Nov 5, 2007 at 10:00 am
Nov 26, 2007 at 10:00 am -
PHP 5 Bug Database summary - http://bugs.php.net Num Status Summary (928 total including feature requests) ===============================================[*Directory/Filesystem functions] 35980 ...
Internals
Nov 5, 2007 at 9:30 am
Nov 26, 2007 at 9:30 am -
PHP 4 Bug Database summary - http://bugs.php.net Num Status Summary (633 total including feature requests) ===============================================[*Programming Data Structures]= 40496 ...
Internals
Nov 5, 2007 at 9:01 am
Nov 26, 2007 at 9:02 am -
Trying to find a way to disable the built-in post form handler for the reasons discussed here: http://marc.info/?l=php-general&m=119160177617046&w=2 I looked at the code of php and found out that ...
Stefanos Stamatis
Nov 6, 2007 at 7:06 pm
Nov 22, 2007 at 10:09 am -
Hi, I am running PHP 5.2.3 as a statically compiled module for a web server (appWeb, which is an embbeded apache-like server). My platform is a ppc processor, running Windriver Linux. The problem I ...
Rachmel, Nir (Nir)
Nov 14, 2007 at 7:26 am
Nov 14, 2007 at 12:16 pm -
Looks like recent changes to array.c broke the build for 5.3: line 4092 is: zend_fcall_info fci = empty_fcall_info; but empty_fcall_info doesn't seem to be defined anywhere. Please fix. -- Stanislav ...
Stanislav Malyshev
Nov 7, 2007 at 6:18 pm
Nov 7, 2007 at 7:41 pm -
Assisting with maintenance of the php.net site, documentation, and bug fixes, as well as further developing the runtime and including bundled packages (perhaps such as the TTS bindings we created ...
Daniel P. Brown
Nov 20, 2007 at 6:53 pm
Dec 12, 2007 at 3:36 pm -
Hi! I discovered that PDO::FETCH_KEY_PAIR does not work as documented. Documented is: 'Fetch into an array where the 1st column is a key and all subsequent columns are values' Actually, all but two ...
Hans-Peter Oeri
Nov 24, 2007 at 9:31 pm
Nov 27, 2007 at 8:16 pm -
Hi! I "enhanced" my previous patch with the possibility of zero key rows... HPO
Hans-Peter Oeri
Nov 26, 2007 at 4:43 pm
Nov 27, 2007 at 6:34 pm -
Hi All, I have a stream wrapper implementation that needs to properly resolve relative paths. For example, say I have a file structure like the following: file1.php dir/file2.php dir/file3.php ...
Marshall Greenblatt
Nov 17, 2007 at 8:23 am
Nov 18, 2007 at 1:55 am -
Lukas, [...] I won't like having vendor specific rules there but a subset which works with most/all backends and which should full-fill most user's needs. The regexp from above looks like a good ...
Johannes Schlüter
Nov 16, 2007 at 10:28 am
Nov 16, 2007 at 11:00 am -
Hi guys, Just a quick question. I've recently been looking at changing over our code to use the PDO interface to a mysql database. Currently we are using MySQLi but after looking at the PDO interface ...
Andrew Mason
Nov 15, 2007 at 6:33 am
Nov 15, 2007 at 2:03 pm -
Hey there all, over the past few days I was thinkering over something that I consider could be a good addition to the core or actually to the php distribution. PhpSecInfo, the project by Ed Finkler. ...
David Coallier
Nov 10, 2007 at 4:32 am
Nov 11, 2007 at 9:29 pm -
I participate in development of the "intl" extension that is already in PECL. My previous work on it has been committed to the CVS by Stanislav Malyshev. Now I have another large piece of code to ...
Vadim Savchuk
Nov 5, 2007 at 7:25 pm
Nov 9, 2007 at 12:13 pm -
Hi, I'm going to commit the same patch into PHP_5_3 tomorrow. Thanks. Dmitry.
Dmitry Stogov
Nov 6, 2007 at 7:34 am
Nov 6, 2007 at 2:47 pm -
Please send me a new CVS password as I forgot mine for the account krid (krid@php.net) (Don't create a new account!)
Dirk Randhahn
Nov 29, 2007 at 6:49 am
Nov 29, 2007 at 6:55 am -
Here's dl.c Is the Zend directory doable as well, or is that off-limits for some reason or another? That's really the place I should be working on first, because it's the lowest level. xoxo, Andy -- ...
Andy Lester
Nov 24, 2007 at 5:34 am
Nov 25, 2007 at 4:16 pm -
Hi, I have failed the "state the goal and not the task" rule, sorry. So, my goal is to pass a variable number of arguments of which some could be references. I believed that this needs calltime ...
Karoly Negyesi
Nov 19, 2007 at 6:32 am
Nov 19, 2007 at 11:06 pm -
I don't see why allocated memory shouldn't be properly initialized in the first place. To me this looked like a bug in the engine because all the other elements of the structure are initialized. This ...
Derick Rethans
Nov 19, 2007 at 4:48 pm
Nov 19, 2007 at 5:55 pm
Group Overview
group | php-internals |
categories | php |
discussions | 86 |
posts | 563 |
users | 119 |
website | php.net |
119 users for November 2007
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)