Search Discussions
-
209
PHP 5.1
Hey, Just wanted to thank everyone who helped get PHP 5.1 out of the door after a lot of efforts. Special thanks to Steph who stepped up to make the upgrading guide happen. I think this should become ...Andi Gutmans
Nov 25, 2005 at 12:15 am
Dec 12, 2005 at 7:59 pm -
http://libssh2.org/patches/labeled_break.diff A few notes about the implementation: * The parser is modified slightly to catch T_BREAK T_LNUMBER ';' and T_BREAK T_STRING ';' specifically. This is ...
Sara Golemon
Nov 23, 2005 at 10:39 pm
Dec 12, 2005 at 8:16 pm -
Hi folks, I just got on the list -- I've been a big fan of PHP for several years and am throughly enjoying PHP 5. Good work folks, and once I can get 5.1 set up on my OS X box I'm sure it's be even ...
Jared White
Nov 30, 2005 at 7:17 am
Jan 19, 2006 at 4:30 am -
Hi all, I have only one caveat with the \ separator, which is that it is a little bit too similar to division with /, and can result in some confusing code like: <?php namespace name1 { class name2{} ...
Greg Beaver
Nov 26, 2005 at 8:52 pm
Dec 2, 2005 at 1:39 pm -
Hello folks! On 11 and 12 November a bunch of us had a developers meeting in Paris, discussing the things we want to do for PHP 6. Partly because of the Unicode support, but we also discussed the ...
Derick Rethans
Nov 22, 2005 at 5:57 pm
Dec 2, 2005 at 6:46 am -
Unfortunately several issues discovered in RC4 and the fixes were sufficiently complex to warrant another release candidate. So here goes the fifth and hopefully the final RC of 5.1.0. You can ...
Ilia Alshanetsky
Nov 16, 2005 at 4:03 pm
Nov 20, 2005 at 1:44 pm -
But first, this word from our sponsor: Group A wants anything resembling goto to burn in the fires of hell Group B wants full non-crippled goto or nothing at all Group C wants partial goto ...
Sara Golemon
Nov 30, 2005 at 1:40 am
Dec 1, 2005 at 6:28 pm -
Will there be any major syntax changes in PHP 6?
Roman Ivanov
Nov 21, 2005 at 10:32 pm
Dec 3, 2005 at 12:23 am -
Hi *! I updated the table with the comments in the thread. First of all: YES, these won't work as operator: - "<-" means "less than the negative value of" - ":" collides with the ternary BUT the ...
Oliver Grätz
Nov 27, 2005 at 10:47 pm
Dec 3, 2005 at 7:56 pm -
I discussed this with Rasmus and Derick, yesterday, but I don't think we came to a conclusion.. Is this a bug, or intended behaviour? sean@iconoclast:~$ /opt/src/php-5.0.4/sapi/cli/php -r 'echo ...
Sean Coates
Nov 15, 2005 at 4:28 pm
Nov 16, 2005 at 8:18 pm -
I was wondering; we've seen quite a few PHP6 wishlists passing by here. Is there (and if not: should there be) a centralized spot where changes and new features are logged, perhaps with a status ...
Ron Korving
Nov 14, 2005 at 8:33 am
Nov 15, 2005 at 4:57 pm -
All, I have been trying to use PHP 5.0.5 for all my programming tasks including replacing many stand-alone Java servers. I've been successful to a degree, but I'm seriously missing Java Threads. I've ...
D. Dante Lorenso
Nov 24, 2005 at 6:25 pm
Nov 26, 2005 at 2:53 pm -
Hi. Think I've just stumbled upon a possible bug with is_int. if you've got the following code: <form action='1.php' method='post' <input type='text' name='days' <input type='submit' name='submit' ...
Gareth Ardron
Nov 29, 2005 at 3:57 pm
Nov 29, 2005 at 6:33 pm -
Hello, with MD5 and SHA1 more or less broken, I have hacked together sha256() and sha256_file(), because people want a secure hashing function in plain PHP without the need for 3rd party libraries ...
Stefan Esser
Nov 15, 2005 at 10:45 pm
Nov 18, 2005 at 9:12 am -
All, After seeing Dmitry's patch, all he is allowing inside a module are import statements and classes. So, the question is, can we scrap both namespace constants and namespace functions and just ...
Jessie Hernandez
Nov 28, 2005 at 10:04 pm
Dec 4, 2005 at 11:08 pm -
hi list, i just came back from phpconference in frankfurt and had some nice talks there with Ilia and Derick. They told me to send my following thoughts to internals, so that you maybe can find a ...
Wolfgang Drews
Nov 10, 2005 at 3:13 pm
Nov 11, 2005 at 12:35 am -
The attached patch is a possible solution to the date *crisis*, it renames the class to PhpDate to avoid any namespace conflicts with pear or custom user classes called date. If there are no strong ...
Ilia Alshanetsky
Nov 26, 2005 at 4:50 am
Nov 27, 2005 at 10:15 am -
Great, I have been waiting for this list sine Derick mentioned the meeting in his talk at the conference :) @Derick: There have been some questions and issues raised during your talk... Dou you ...
Matthias Pigulla
Nov 22, 2005 at 8:22 pm
Nov 25, 2005 at 3:46 pm -
Looking for some feedback on what the expected behavior should be for class and/or constant ambiguity within namespaces. For instance: Classes.php: namespace A { const FOO = 123; class Bar { . } ...
Bob Silva
Nov 30, 2005 at 7:55 am
Dec 1, 2005 at 9:06 pm -
12
PHP 5.0.5?
The PHP 5.0.5 disappeared from download page. What does it mean? There will be 5.0.6? 5.0.4 is the last from 5.0.x series? -- .''`. Piotr Roszatycki, Netia SA : :' : ...Piotr Roszatycki
Nov 28, 2005 at 10:26 am
Nov 28, 2005 at 3:58 pm -
We need to fix this date thing along with the Digest Auth mixup and get a 5.1.1 out the door soon. I see Ilia committed a fix for the Digest Auth thing, so assuming that this fix works, we just need ...
Rasmus Lerdorf
Nov 25, 2005 at 8:21 am
Nov 26, 2005 at 12:37 pm -
Hi, I would like to propose these simple steps be taken: 1) rename "date" to "PHP_Date" 2) reserve the "PHP_" prefix for all future core classes in PHP 5 (if any) 3) when namespaces become available, ...
Greg Beaver
Nov 26, 2005 at 12:32 am
Dec 12, 2005 at 8:06 pm -
I was also curious as to that. Once again the release announcement (more precisely, the "upgrade" document) greatly understates the impact: "9b. Class constants in new PHP 5.1 extensions [...]in ...
Matthias Pigulla
Nov 25, 2005 at 10:59 am
Nov 26, 2005 at 12:04 pm -
Stig, I need to use LDAP controls in PHP, including control response from server to client, so I patched the 5.0.5/HEAD code to add an extra arg to ldap_parse_result() and ldap_parse_reference(). I'd ...
Pierangelo Masarati
Nov 8, 2005 at 10:30 pm
Nov 14, 2005 at 8:14 pm -
Hi, it seems that the filter ext is getting fast tracked into 5.1.x I just want to make sure that we are all on the same page on this topic .. In what form would it be added to core? I presume it ...
Lukas Smith
Nov 30, 2005 at 7:56 am
Dec 12, 2005 at 8:36 am -
Hi folks! I had some PM discussions about the (presumably premature) death of ":" as the namespace symbol. Most people liked this, some liked "::" (which will definetely NOT work) and then the ...
Oliver Grätz
Nov 28, 2005 at 9:52 pm
Nov 29, 2005 at 4:32 pm -
Now that was a quick reply :) ... That is, one can write if (...) class A extends X {} else class A extends Y {} right now? Seriously ;)? Every now and then I'm surprised what weird sort of stuff is ...
Matthias Pigulla
Nov 22, 2005 at 8:45 pm
Nov 25, 2005 at 7:16 pm -
Please take under consideration this patch to fully utilize cast_object handlers in the new parameter parsing API. The old parameter API forced the called function to validate and convert its ...
Bob Silva
Nov 4, 2005 at 8:04 am
Nov 16, 2005 at 10:58 pm -
Anybody interested in my two cents? (I shouldn't have asked as I'm going to tell you anyway.) <rant mode on "You will break many more scripts by dropping [] for strings than the other way around. Do ...
Matthias Pigulla
Nov 18, 2005 at 2:49 pm
Nov 20, 2005 at 7:01 pm -
Hi, It would be really nice for our php.net mirrors if the PHP Museum would include some more past releases of PHP. The latest in the Museum are 4.3.9RC1 and 5.0.1, which means that the mirrors need ...
Gabor Hojtsy
Nov 28, 2005 at 6:03 pm
Nov 29, 2005 at 9:52 pm -
Hi, we used to have a "Collection of PECL modules" for PHP5-Windows but it doesn't seem to have been created for PHP 5.1. I'm searching for it to build a new release of ùy installer WAMP5 with 5.1. ...
Romain Bourdon
Nov 25, 2005 at 9:15 am
Nov 27, 2005 at 8:42 am -
Can we PLEASE make this list read-only for non-developers? --Jani
Jani Taskinen
Nov 26, 2005 at 1:42 pm
Nov 26, 2005 at 4:04 pm -
Here's an idea for the maintainer of the Reflection API, to be able to view the class a method is defined in (if not overridden). class Vehicle { function go() {} function crash() {} } class Car ...
Bob Silva
Nov 23, 2005 at 4:17 am
Nov 23, 2005 at 9:10 pm -
From the NEWS file: 16 Nov 2005, PHP 5.1 Release Candidate 5 - Added an E_STRICT warning on the usage of {} for accessing of string offsets. (Ilia) That is, code that has been tested with RC4 and ...
Matthias Pigulla
Nov 18, 2005 at 3:43 pm
Nov 20, 2005 at 11:21 pm -
Hopefully I have the PDO stuff outlined a little better now. I know Dmitry and Derick have both committed changes today that should go in here, and await the outcome of the zend_parse_parameters() ...
Steph Fox
Nov 15, 2005 at 6:19 pm
Nov 16, 2005 at 2:24 pm -
<kidding If things behave like that at least there should be a list of "reserved class names" just like with other keywords. And of course that list must not be changed as it is considered practical. ...
Matthias Pigulla
Nov 25, 2005 at 10:47 am
Nov 27, 2005 at 1:55 pm -
Following an offline discussion with some internals folks, I've put together a general hashing extensions which could potentially find a place in core as an enabled by default extension: ext/hash: ...
Sara Golemon
Nov 18, 2005 at 4:41 pm
Nov 19, 2005 at 8:33 pm -
I'm trying to debug an issue I'm seeing with PHP 5.0.5 and Apache 2.0.55 (using apache2handler SAPI) running under Windows 2000 Server. I need to set the mssql.max_procs setting to 300. If I change ...
Michael Sisolak
Nov 16, 2005 at 6:12 pm
Nov 17, 2005 at 3:38 pm -
hey, in zend_object_handlers.c function zend_std_read_property we protect against calling the __get function of an object if we're already in a __get() function. (look for zobj- in_get) in that ...
Thies C. Arntzen
Nov 4, 2005 at 8:41 am
Nov 10, 2005 at 8:00 am -
Guys and guyess, Hopefully this is the final version of the upgrade notes. Please could you scroll through it (particularly if you've been involved in developing any of the affected areas) and get ...
Steph Fox
Nov 19, 2005 at 2:21 pm
Nov 21, 2005 at 3:29 pm -
If I got that right, you still want to discourage {} and un-deprecate [] again, despite all the good reasons given on this list not to do so? PHP5.1 would be accomplishing facts as to this one. ...
Matthias Pigulla
Nov 20, 2005 at 1:26 pm
Nov 20, 2005 at 7:21 pm -
I've read two tutorials from Sara Golemon (http://zend.com/php/internals/), but it's not enought for me to start writing a real extension. Are there any other docs? API reference?
Roman Ivanov
Nov 17, 2005 at 8:42 am
Nov 18, 2005 at 8:28 pm -
Hi all, I've already canvassed Ilia and Stas - can anyone else think of anything I've missed/mis-explained here? Thanks guys/guyess, - Steph
Steph Fox
Nov 15, 2005 at 4:19 pm
Nov 15, 2005 at 5:23 pm -
Hi, I'm having stability issues with isapi php5.1 RC4 (php -I reports rc5, but it was rc4 dled from http://downloads.php.net/ilia/), its either throwing an "PHP has encountered an Access Violation at ...
Jared Williams
Nov 7, 2005 at 12:46 am
Nov 7, 2005 at 5:15 pm -
if ($object1===$object2) does a recursive check! "Fatal error: Nesting level too deep - recursive dependency?" Whats going on? I've go lots of object references all highly recursive and I just ...
Amin Azez
Nov 1, 2005 at 3:03 pm
Nov 1, 2005 at 3:50 pm -
Can somebody help me stop the flood of income e-mails from PHP? I've signed to the newsletter and, during the last two month, made many attempts to "unsubscribe" - none works and I am getting 100's ...
Israel Alpert
Nov 29, 2005 at 3:28 pm
Nov 29, 2005 at 3:50 pm -
PHP 5 Bug Database summary - http://bugs.php.net Num Status Summary (383 total including feature requests) ===============================================[*General Issues]============== 25665 ...
Internals
Nov 7, 2005 at 8:30 am
Nov 28, 2005 at 8:54 am -
PHP 4 Bug Database summary - http://bugs.php.net Num Status Summary (637 total including feature requests) ===============================================[Arrays related]=============== 31114 ...
Internals
Nov 7, 2005 at 8:00 am
Nov 28, 2005 at 8:00 am -
Hello Internals, Remember the ifsetor() discussion? There were many, many people for it, and many people that did not see the point. To this day, it's not been allowed into the source tree, and I ...
Jason Garber
Nov 16, 2005 at 1:51 am
Nov 18, 2005 at 9:07 pm -
I believe that I've found a bug in the way that PHP handles permission problems when accessing the main script. If I access http://localhost/foo.php and PHP does not have permission to read foo.php, ...
Ryan Dingman
Nov 9, 2005 at 7:09 pm
Nov 16, 2005 at 9:01 pm
Group Overview
group | php-internals |
categories | php |
discussions | 119 |
posts | 1,060 |
users | 163 |
website | php.net |
163 users for November 2005
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)