Search Discussions
-
Hello internals, i'd like to start 5.3 development from 5.2.2 and have 5.2.* only have security relevant changes and no new features whatsoever. For the biggest changes i'd like to see the following: ...
Marcus Boerger
May 4, 2007 at 3:07 pm
Jun 25, 2008 at 7:25 am -
Hi, Could you make unicode.semantics configurable at PHP_INI_ALL level? Or maybe PHP6 has string functions that are not unicode aware? -- Tomas
Tomas Kuliavas
May 19, 2007 at 12:23 pm
May 25, 2007 at 5:39 am -
Hello internals, I don't see any progress for PHP 6 in the last several months. And we head more and more into a situation where people no longer develop in HEAD and instead develop in 5.2 without ...
Marcus Boerger
May 16, 2007 at 2:21 pm
May 23, 2007 at 9:07 am -
Hi, I think I have a solution that would allow user streams in PHP 6 and still satisfy paranoid hosters. First, let me clarify what I see as the assumed problem, so that if I have missed something, ...
Greg Beaver
May 18, 2007 at 3:51 pm
Jun 11, 2007 at 6:35 pm -
As a fellow busy person, I completely understand this situation. I also recognize that we need to find a way to guarantee that patches don't slip through the cracks and don't get lost. I think we ...
Wez Furlong
May 28, 2007 at 3:57 pm
Jun 1, 2007 at 6:34 pm -
Hello, it is no secret that I am really sick and tired of this constant stream of nonsense and lies comming out of the mouths of PHP developers when it comes to security issues. In the other thread, ...
Stefan Esser
May 20, 2007 at 10:28 am
May 22, 2007 at 7:29 pm -
Hi, I've got a bug with is_link and lstats. Any symlinks not created in the current session, will not be read. This only occurs in the Apache 2 SAPI version, not in the CLI version. Script: /<? ...
Arnold Daniels
May 2, 2007 at 7:27 pm
May 26, 2007 at 8:20 pm -
Hi all, Just wanted to get your opinion on a discussion currently going on on the general list. Why does the PHP session extension not use something like the user agent to validate that a session ID ...
Stut
May 29, 2007 at 5:04 pm
May 30, 2007 at 5:35 am -
20
5 or 6?
I notice that there are a number of places in HEAD where php 5 is still mentioned - some build targets, file names, etc. Is there any reason for it or it's just an omission and eventually only php 6 ...Stanislav Malyshev
May 30, 2007 at 10:55 pm
Jun 1, 2007 at 1:48 pm -
Hi all! I've been researching the current status of late static binding, and I came across this mailing list with a few topics on this subject. After doing the reading, I had a couple of questions ...
Ken Stanley
May 26, 2007 at 10:49 pm
Jun 5, 2007 at 6:28 pm -
Recent TSRM changes seem to break the windows compilation for me. I'm getting: tsrm_virtual_cwd.c C:\Program Files\Microsoft Visual Studio 8\VC\PlatformSDK\include\winsock2.h(112 ) : error C2011: ...
Stanislav Malyshev
May 25, 2007 at 5:04 pm
May 30, 2007 at 6:22 am -
Hi all We added a few tests for array, string and variable handling functions at the weekend. As always - any feedback will be welcome. One thing we had some difficulty with was keeping the test ...
Zoe Slattery
May 14, 2007 at 4:44 pm
May 17, 2007 at 6:44 pm -
I believe this is a bug in PHP 5.2.2. I've tried to report this for PHP 5.2.2RC2 but apparently wasn't making myself clear or wasn't following the proper procedures ... Anyway, as I wrote before[1], ...
Dirk Haun
May 4, 2007 at 8:19 pm
May 7, 2007 at 9:43 pm -
A common issue in lots of applications is tree sorting with unlimited depth. Phorum has used a recursive function since 1999 to solve this problem. However, at MySQL Conference this year, we finally ...
Brian Moon
May 9, 2007 at 2:23 pm
May 11, 2007 at 8:26 am -
Hi internals, It seems that there is a bug in the way some callbacks are handled. For instance: array('B', 'parent::who'); Here, the classname 'B' will only be used for inheritance checks with the ...
Etienne Kneuss
May 30, 2007 at 2:38 pm
Jun 2, 2007 at 8:44 am -
Hello. Do you think the engine should support bitwise operators and Unicode strings? If yes, how do you think it should work? Example: <?php $a = "1"; $a|="2"; var_dump($a); ? This code outputs "3" ...
Antony Dovgal
May 29, 2007 at 9:25 am
Jun 16, 2007 at 1:58 am -
Hi. If you take the extensions in http://snaps.php.net/win32/php5.2-win32-200705291230.zip (has 45 extensions) and in http://snaps.php.net/win32/pecl5.2-win32-200705291230.zip (has 77 extensions). ...
Richard Quadling
May 29, 2007 at 2:05 pm
Jul 13, 2007 at 9:47 am -
The Problem: ----------------------------------- PECL extensions in core are often not synchronized making it difficult to document or determine what is available. Possible Solutions: ...
Philip Olson
May 26, 2007 at 1:40 am
Jun 8, 2007 at 3:14 pm -
Hi all, I'm a bit concerned by the headlong rush to refactor phpbugsweb to include PEAR and PECL bugs. The concept is fine by me, but starting with phpbugsweb as the starting point is a big mistake ...
Gregory Beaver
May 30, 2007 at 4:39 pm
Jun 1, 2007 at 3:02 am -
Ilia, I would really like to know why you are not merging patches to head? I think this is an unacceptable practice that should be stopped right away. Edin
Edin Kadribasic
May 26, 2007 at 10:49 am
May 28, 2007 at 10:04 am -
Hi all, I'd like to be able to do the following: <?php class Base { public static $var = 'hello'; public function someFunc() { echo self::$var; // Currently maps to Base::$var echo $this::$var; // ...
Bart de Boer
May 26, 2007 at 11:49 am
May 27, 2007 at 3:53 pm -
The first release candidate of PHP 5.2.3 is now available for testing and can be downloaded here: http://downloads.php.net/ilia/php-5.2.3RC1.tar.bz2 (md5sum: 343785b0558f5696c14607d62f084d4c) The ...
Ilia Alshanetsky
May 25, 2007 at 12:33 am
May 25, 2007 at 9:01 am -
Hello, I am getting a SIGSEGV when compiling php-5.2.2. gdb breaks up at the if statement of the following function static void php_apache_add_version(apr_pool_t *p) { TSRMLS_FETCH(); if ...
Oliver Block
May 8, 2007 at 1:37 am
May 8, 2007 at 5:35 pm -
Should all these three examples give the same result? $ php -r 'var_dump(-1/2*5, 1/-2*5, 1/2*-5);' float(-2.5) float(-0.1) float(-2.5) Regards, -- Michael
Michael Wallner
May 16, 2007 at 1:46 pm
May 17, 2007 at 6:32 pm -
In httpd server (and most) there is a startup phase, when we generally trust what the admin has done, and a runtime phase. There are obvious exploits if untrusted scripts can run arbitrary dlload's ...
William A. Rowe, Jr.
May 31, 2007 at 8:36 pm
May 31, 2007 at 9:35 pm -
I believe this should be reverted. Adding new functions to ext/mysqli is _completely_ pointless, especially taking into account that this function is just an alias for "SET NAMES xx" and already ...
Antony Dovgal
May 14, 2007 at 5:38 pm
May 14, 2007 at 6:18 pm -
Hello! I am trying to understand how PHP6 handling of unicode works, I think I am missing something. My config is: ;;;;;;;;;;;;;;;;;;;; ; Unicode settings ; ;;;;;;;;;;;;;;;;;;;; unicode.semantics = ...
Rangel Reale
May 3, 2007 at 2:00 am
May 3, 2007 at 3:31 pm -
submitting a patch for a php extension in pecl tree (spread) i made a patch for php5.2 and spread 4.0
Tretter Simon
May 3, 2007 at 1:19 pm
May 3, 2007 at 2:30 pm -
Hi, What is the reason that the PHP extension for berkeley db XML hasn't made it into PHP (distro, pecl, manual)? Currently there only a short howto deep down in an oracle FAQ and very limited ...
Arnold Daniels
May 29, 2007 at 10:36 pm
May 30, 2007 at 6:20 am -
Hi, I currently get segfaults with 5.2.3-dev when running the the Zend Framework 0.8.0 Unit Tests: ok 1860 - testHandleAnonymousArgFunction(Zend_Rest_ServerTest) ok 1861 - ...
Sebastian Nohn
May 19, 2007 at 10:23 am
May 22, 2007 at 5:23 am -
Hi I have some updates that I'd like to make to ext/tests/standard/array/range.phpt, the updates work fine with unicode.semantics=off but not with unicode.semantics=on. The problem seems to be that ...
Zoe Slattery
May 15, 2007 at 3:42 pm
May 17, 2007 at 5:34 pm -
Hi, I'm submitting a patch to perform "on the fly" MD5/SHA1 digest calculation of a file uploaded via the HTTP POST method. Being not uncommon for applications to require some digest of a freshly ...
David Santinoli
May 7, 2007 at 11:30 am
May 9, 2007 at 8:51 am -
Hello everybody, Before writing to the dev-list I posted a message in the Zend dev forum (in fact it was an year ago about the same issues), as well on PHP general list, but without any reply or ...
Vesselin Kenashkov
May 22, 2007 at 8:23 am
May 24, 2007 at 1:07 pm -
Please find here: http://gggeek.altervista.org/sw/pecl4win.zip a slightly improved version of the pecl4win pages: + allow sorting of columns in the DLLs page + more descriptive titles in the ...
Gaetano Giunta
May 25, 2007 at 9:16 pm
Jun 3, 2007 at 10:00 pm -
Hello Developers, I'll appreciate your answer to the following questions: 1) What standard modules in PHP enable to move large amount of data over a SOAP response (I know about DIME support)? 2) Is ...
Gal
May 29, 2007 at 9:17 am
May 30, 2007 at 2:42 pm -
PALANCI İletişim ve Bilişim HizmetleriSONY - TOSHIBA - HP - COMPAQ - CASPER - DELL - FUJITSU - IBM - ASUS - BEKO - SOLO DIAMOND - ACER VS. GROUPE F.O.P. İLETİŞİM ve BİLİŞİM HİZMETLERİ NOTEBOOK ...
Groupe FOP, PALANCI �leti�im ve Bili�im Hizmetleri
May 21, 2007 at 2:57 pm
May 22, 2007 at 1:46 pm -
Hi, I'll try get straight to the point: class C1 {} class C2 extends C1 {} abstract class Work1 { public function f1(C1 $c); } class Work2 extends Work1 { public function f1(C2 $c); } Here I get an ...
Emil Ivanov
May 29, 2007 at 10:17 pm
May 29, 2007 at 11:06 pm -
Hi, HEAD (php6) supports now external GD libraries for almost all tests. It is a first step to support both bundled library and external libraries with all features enabled (like imagefilter, ...
Pierre
May 28, 2007 at 8:23 pm
May 29, 2007 at 8:58 pm -
PHP 6 Bug Database summary - http://bugs.php.net Num Status Summary (42 total including feature requests) ===============================================[*General Issues]============== 26771 ...
Internals
May 7, 2007 at 10:00 am
May 28, 2007 at 10:01 am -
PHP 5 Bug Database summary - http://bugs.php.net Num Status Summary (717 total including feature requests) ===============================================[Apache2 related]============== 32220 ...
Internals
May 7, 2007 at 9:30 am
May 28, 2007 at 9:30 am -
PHP 4 Bug Database summary - http://bugs.php.net Num Status Summary (631 total including feature requests) ===============================================[*Directory/Filesystem functions] 40661 Open ...
Internals
May 7, 2007 at 9:00 am
May 28, 2007 at 9:00 am -
Hi all This bug was never fixed in 4_4 (the original news entry said it was).. Shouldn't it be merged to 4_4? -Hannes ---------- Forwarded message ---------- From: Antony Dovgal <tony2001@php.net ...
Hannes Magnusson
May 24, 2007 at 9:20 am
May 27, 2007 at 3:00 pm -
Hello guys/girls, I was told to send my suggestions to this list (and I'm offering my help/time too...) D. -----Original Message----- From: Daevid Vincent Sent: Wednesday, May 23, 2007 1:55 PM To: ...
Daevid Vincent
May 23, 2007 at 10:09 pm
May 25, 2007 at 8:19 pm -
Just small refactoring. Replacing self-made function with functions from standard headers. Index: JSON_parser.c =================================================================== RCS file: ...
Martin Majlis
May 24, 2007 at 11:50 pm
May 25, 2007 at 8:41 am -
Looks like we have a precedence bug in the parser rules there. Fortunately it's quite easy to fix, for example writing the rules as: seems to work. Any reason not to? -- Stanislav Malyshev, Zend ...
Stanislav Malyshev
May 18, 2007 at 1:57 am
May 21, 2007 at 8:11 pm -
Hi all, I've some problems with getAttribute* methods. I thing it is a bug, but before send it, I'd like to propose a little test to you all, just to have a confirmation (maybe is my installation ...
Kepbepos kepbepos
May 15, 2007 at 9:44 am
May 16, 2007 at 1:17 pm -
Hi, I trying to find a reason why array functions are not allowed to be used as normal arrays. To clarify, I'm allowed to write $arr = array( "maria", "mario", "luigi", "luisa"); echo $arr[1]; but ...
Stefano federici
May 30, 2007 at 10:02 pm
May 31, 2007 at 8:22 pm -
Hi, Are there a dates scheduled for the public releases of PHP 6 (beta, rc, stable)? Thank you, Arnold PS. I've searched the mailing lists, but couldn't find an answer. If the question is asked ...
Arnold Daniels
May 28, 2007 at 10:39 pm
May 29, 2007 at 3:11 am -
pecl seems to be down. I would love you if you fixed it.
David Hall
May 27, 2007 at 11:09 pm
May 27, 2007 at 11:21 pm -
Is this a problem or not? The following will produce this notice: Strict Standards: Declaration of Z_Concrete::__get() should be compatible with that of Z_Abstract::__get() in xxx on line 16 <?php ...
Ralph Schindler
May 21, 2007 at 7:42 pm
May 21, 2007 at 10:34 pm
Group Overview
group | php-internals |
categories | php |
discussions | 95 |
posts | 904 |
users | 135 |
website | php.net |
135 users for May 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)