Search Discussions
-
167
RIP PHP 4?
Ladies, Gentlemen, Kings and Princesses, With the nice PHP 5 / PHP 6 unicode semantics thread under way I am trying to gauge what people feel about dropping support for PHP 4 at the end of this year. ...Derick Rethans
Jul 6, 2007 at 2:33 pm
Jul 26, 2007 at 11:14 pm -
Hi, Please review the following concept and patch for php6... http://dev.daylessday.org/diff/ns-06.diff.txt http://dev.daylessday.org/diff/tests.tar.gz Main assumption of the model is that the ...
Dmitry Stogov
Jul 4, 2007 at 12:46 pm
Jul 23, 2007 at 5:23 pm -
98
POSIX regex
I have moved the POSIX regex dependant functions to ext/ereg/ extension. Now only places using the POSIX regex functions (ext/ereg/ excluded) are ext/standard/browscap.c and ext/pgsql/pgsql.c. So ...Jani Taskinen
Jul 16, 2007 at 12:47 pm
Aug 7, 2007 at 5:05 am -
Hi, I've a few questions about the namespace patch: 1) Why is "import Foo" a no-op? Shouldn't it import everything define inside Foo? 2) How can I import all classes from a namespace at once? Like ...
Markus Fischer
Jul 22, 2007 at 9:04 am
Jul 27, 2007 at 3:47 am -
hello, is there a patch for the proposal out there? is anyone working on that problem? cheers sebastian deutsch
Sebastian Deutsch
Jul 23, 2007 at 3:46 am
Nov 26, 2007 at 6:58 pm -
Hello developers, The thread about dropping support for PHP4 gave me a new idea, having multiple PHP versions to be loaded by the Apache2handler SAPI. The idea: I was thinking about something like ...
Tijnema
Jul 11, 2007 at 10:44 pm
Jul 17, 2007 at 8:09 pm -
What is the status of bringing PHP build process up to current automake/autoconf/libtool versions?... Gentoo doesn't even have a libtool 1.4.x available, afaict... I've down-graded automake and ...
Richard Lynch
Jul 19, 2007 at 5:42 am
Jul 20, 2007 at 5:27 am -
Hi PHP hackers! (I'm not subscribed, please CC me if you want me to read your responses.) I am the primary author and maintainer of the libcurl library, the underlying library that supports the PHP ...
Daniel Stenberg
Jul 31, 2007 at 9:01 am
Aug 5, 2007 at 9:08 pm -
hello, I have asked in the gernal php list and they say I should be ask here: I have an problem with php5 as universal binary on Mac OsX. The universal binary was build on an intel mac and it works ...
Christian Speich
Jul 27, 2007 at 9:16 am
Aug 15, 2007 at 1:38 pm -
Hi, Recently we have moved http://gcov.php.net to a new (and much faster) server. This allowed us to reduce the time to build all branches to "just" 2 days (compared with almost one week that would ...
Nuno Lopes
Jul 24, 2007 at 10:24 pm
Jul 31, 2007 at 2:50 pm -
Hello, everyone. My name is David Wang and I am one of the students participating in Google Summer of Code this year. As you may remember, my project is to implement a garbage collector for circular ...
David Wang
Jul 11, 2007 at 8:43 pm
Jul 18, 2007 at 8:23 am -
Hello everyone, I'm emailing to this list to suggest that "support for type-hinted return values"[1] be in added in PHP 5.y.x instead of PHP 6. Conceptually, this is the second half of "type-hints" ...
David Duong
Jul 17, 2007 at 4:26 pm
Jul 30, 2007 at 3:44 pm -
Hey Jani, nice job on the unknown configure options check. I saw the commit go through a couple of days ago, and today it got me to clean up an ancient build script I have been using for ages when it ...
Rasmus Lerdorf
Jul 17, 2007 at 6:01 pm
Jul 17, 2007 at 9:54 pm -
Hi, I am going to commit the same patch to PHP_5_2. It looks like it breaks binary compatibility but really it doesn't. Any objections? Thanks. Dmitry.
Dmitry Stogov
Jul 3, 2007 at 10:35 am
Jul 4, 2007 at 3:50 pm -
The Windows Installer seems to allow someone to enable just about every extension that can be built, roughly about 118. It seems that most people assume that they need every feature of PHP to work, ...
Scott MacVicar
Jul 1, 2007 at 10:01 pm
Aug 27, 2007 at 12:34 pm -
Hello, Currently, those are allowed: new $classname; classname::$methodname(); but those aren't: $classname::foo(); $classname::CONST; $classname::$member; Here is a patch for head that fixes those ...
Etienne Kneuss
Jul 30, 2007 at 8:33 pm
Aug 5, 2007 at 3:37 am -
Attached is a patch which exports an internals hook in zend_class_entry for fetching function pointers similar to the object hook get_method() available to instance methods. This patch also exports a ...
Sara Golemon
Jul 14, 2007 at 12:54 am
Jul 26, 2007 at 3:23 pm -
I do not know if this post made it to the list a while ago. No one answered and i see I used the wrong account to send it. Please forgive me if this is a redundant re-post. This is a suggestion I ...
Keryx Web
Jul 18, 2007 at 6:20 pm
Jul 19, 2007 at 6:21 pm -
Hi all! We have started a project to make it easier to support international markets using PHP. A number of internationalization functions from IBM ICU will be made available in PHP as an extension. ...
Stanislav Malyshev
Jul 13, 2007 at 7:35 pm
Jul 16, 2007 at 8:44 pm -
I've taken my original nowdocs patch and revamped it to be much more efficient and functional. This version: - Parses nowdocs as constant strings rather than ADD_STRING opcodes. - Allows the flex ...
Gwynne Raskind
Jul 23, 2007 at 1:21 pm
Aug 17, 2007 at 7:00 pm -
Hi, recently I had the problem that we disable the mail() function if configure can't find the sendmail binary. Is there any real reason for this? I can image a few situations where the binary is in ...
Johannes Schlüter
Jul 10, 2007 at 9:26 pm
Jul 12, 2007 at 12:30 am -
Hi again! Now that namespaces seem to be on their way into PHP 6 I wonder if let-blocks, as in JavaScript 1.7+, ever has been considered for PHP, to hide global variables from each other? If so, can ...
Keryx Web
Jul 18, 2007 at 6:26 pm
Jul 20, 2007 at 12:36 am -
I am trying to debug my custom TCP stack which is running under Linux OS. Do to some bug in my stack or missing feature I am getting error following from php. failed to open stream Which I have ...
Usman S. Ansari
Jul 14, 2007 at 6:51 am
Jul 16, 2007 at 8:08 am -
Hello Dmitry, all, thanks for the namespaces. My only concern is that you took a package model and named it namespaces. Can we change the keyword from 'namespace' to 'package'? Best regards, Marcus
Marcus Boerger
Jul 24, 2007 at 11:20 pm
Jul 30, 2007 at 7:21 pm -
6
TSRMG
Hello, something isn't clear to me: Is php as apache module supposed to work without problems - if compiled as zts - only on apache worker or even on apache prefork? Regards, OliverOliver Block
Jul 5, 2007 at 10:13 pm
Jul 6, 2007 at 7:38 am -
A suggestion: allow anyone to reopen bugs marked "no feedback". Also allow anyone to switch a bug from "feedback" to "open". The PHP bug tracker could go a long way towards liberalisation. Community ...
Tim Starling
Jul 23, 2007 at 3:43 pm
Jul 24, 2007 at 5:54 pm -
This patch is a simple, albeit widespread change that converts access to zval.refcount, zval.is_ref, _object_store.refcount to macros. There is no functional change to the code, but this will make it ...
David Wang
Jul 14, 2007 at 12:15 am
Jul 14, 2007 at 4:12 pm -
Hi, I've backported the namespaces patch to current CVS HEAD. Here it is: http://sitten-polizei.de/php/php5-namespaces.diff I've tested it with the .phpt-tests Dmitry provided. Enjoy:) - Timm
Timm Friebe
Jul 21, 2007 at 9:57 am
Jul 31, 2007 at 8:36 pm -
Hello All, I am continuing my Log4J implementation for PHP. There are some naming conventions which I am concerned will cause existing userspace class issues. If you are familiar with Log4J, the ...
Will Fitch
Jul 25, 2007 at 11:21 pm
Jul 31, 2007 at 11:57 am -
PHP 6 Bug Database summary - http://bugs.php.net Num Status Summary (46 total including feature requests) ===============================================[*General Issues]============== 26771 ...
Internals
Jul 2, 2007 at 10:00 am
Jul 30, 2007 at 10:00 am -
PHP 5 Bug Database summary - http://bugs.php.net Num Status Summary (794 total including feature requests) ===============================================[*Directory/Filesystem functions] 41741 ...
Internals
Jul 2, 2007 at 9:30 am
Jul 30, 2007 at 9:30 am -
PHP 4 Bug Database summary - http://bugs.php.net Num Status Summary (640 total including feature requests) ===============================================[*Directory/Filesystem functions] 40661 Open ...
Internals
Jul 2, 2007 at 9:00 am
Jul 30, 2007 at 9:01 am -
I would like to maintain an official extension
Carlos Jordao
Jul 25, 2007 at 2:13 pm
Jul 26, 2007 at 6:11 pm -
I have just uploaded my patched pecl4win repo to http://gggeek.altervista.org/sw/peclwin/ the code is still far for complete (eg php 4 build script is not finished), but at least I added a dirt quick ...
Gaetano Giunta
Jul 22, 2007 at 12:13 am
Jul 24, 2007 at 12:59 pm -
I am going to commit this patch on Wednesday. Thanks. Dmitry.
Dmitry Stogov
Jul 9, 2007 at 4:36 pm
Jul 16, 2007 at 6:52 pm -
Hi, I was looking at Bug #40928 - escapeshellarg() does not quote percent (%) correctly for cmd.exe. This bug seems to be because escapeshellarg() in Windows replaces '%' and '"' with spaces, while ...
Tzachi Tager
Jul 5, 2007 at 10:26 pm
Jul 11, 2007 at 8:52 am -
Hi all, I'll probably be lynched for bringing up this subject again, since it caused a long discussion a year ago. Anyway I look in the archives and there was never a real conclusion made, so I'm ...
Arnold Daniels
Jul 18, 2007 at 8:21 pm
Jul 19, 2007 at 8:24 am -
Hoi Marcus, Andrei, can you gives us a clarification on the question on if ctype will infact be deprecated in PHP6? regards, Lukas
Lukas Kahwe Smith
Jul 16, 2007 at 6:49 am
Jul 16, 2007 at 10:51 am -
Hi, $subject says everything: when php runs under a multithreaded apache pcntl_alarm() doesn't work: the alarm is never delivered. My version of php is 5.2.3, but also all versions I tried of 5.1 ...
Nico Sabbi
Jul 30, 2007 at 10:25 am
Jul 31, 2007 at 7:27 am -
Is there a reason the MSG_EOR and MSG_EOF constants are not registered in PHP ? If not, could someone apply the attached patch (against HEAD). Regards, Nicolas. Patch below: Index: sockets.c ...
Nicolas Bérard-Nault
Jul 21, 2007 at 5:54 pm
Jul 24, 2007 at 11:07 pm -
Hi, now that there seems to be a maintainer of the LDAP extension (I've cc'ed this message to him), I thought I could try to push this patch again :-) Instead of trying to push my own (limited) patch ...
Ignacio Arenaza
Jul 10, 2007 at 3:56 pm
Jul 21, 2007 at 3:55 pm -
Hello, I'm new to this list, so I aplogize if this is not the place to post this message. I was using today the getimagesize() function which takes a file name. I was trying to take the size of an ...
Adrian Drumea
Jul 13, 2007 at 1:03 pm
Jul 13, 2007 at 1:43 pm -
Hello, Etienne Kneuss provided me a patch to handle static called class methods properly - it works fine. Now i need antother patch for: __static_call_patch __static_set __static_get where can i find ...
User
Jul 26, 2007 at 3:13 pm
Aug 6, 2007 at 11:24 pm -
As stated in the manual for str_pad() "If the value of pad_length is negative or less than the length of the input string, no padding takes place.". By using a very low negative value it is possible ...
Mattias Bengtsson
Jul 21, 2007 at 7:57 pm
Jul 23, 2007 at 1:28 pm -
All, I would like to change the build file for Windows to utilize Net-SNMP instead of Ucd-SNMP and would like to know which branches I should be updating: PHP_5_2/HEAD. Please advise. Regards, Larry ...
Larry Adams
Jul 21, 2007 at 6:38 pm
Jul 21, 2007 at 6:59 pm -
Hi All, I have two questions they are as follows: 1) I requested and receive both DEV and DOC access and CVS rights to the PHP-SNMP section of the code about 1 year ago and I never received ...
Larry Adams
Jul 21, 2007 at 4:46 pm
Jul 21, 2007 at 5:38 pm -
I would like to maintain the NetWare port of the GD library; Pierre Joye asked me to request an account.
Guenter Knauf
Jul 20, 2007 at 6:05 pm
Jul 21, 2007 at 8:29 am -
In file "main/streams.c, function PHPAPI size_t _php_stream_read(php_stream *stream, char *buf, size_t size TSRMLS_DC) is called when php script is trying to connect and read from remote web server. ...
Usman S. Ansari
Jul 16, 2007 at 10:02 pm
Jul 17, 2007 at 8:59 pm -
No virus found in this outgoing message. Checked by AVG Free Edition. Version: 7.5.476 / Virus Database: 269.10.1/889 - Release Date: 7/6/2007 8:00 PM
Anton C. Swartz IV
Jul 7, 2007 at 2:01 pm
Jul 13, 2007 at 10:20 pm -
I was just wondering if it was intentional to ignore setlocale() in the new DateTime object and its friends? That is a real let down if it was intentional. Maybe its just a future feature? -- Brian ...
Brian Moon
Jul 11, 2007 at 4:17 pm
Jul 11, 2007 at 4:24 pm
Group Overview
group | php-internals |
categories | php |
discussions | 75 |
posts | 965 |
users | 141 |
website | php.net |
141 users for July 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)