Search Discussions
-
Hi, I thought I may have brought this up a long time ago but couldn't find anything in the archives. For a long time already I've been thinking about possibly adding a new syntax for array(...) which ...
Andi Gutmans
Feb 4, 2007 at 7:25 am
Feb 8, 2007 at 11:26 pm -
Hi, I've got a few feature suggestions for SplFileInfo and DirectoryIteratorRecursive. I'm creating yet another php file manager. I've noticed that I needed to add quite some code to make it act the ...
Arnold Daniels
Feb 26, 2007 at 7:48 pm
Mar 14, 2007 at 4:29 am -
Hello all. Now that the conference ads are gone, I think we should add release candidates announcements to the first page of php.net. This will add some more attention to the RCs and (I hope) will ...
Antony Dovgal
Feb 15, 2007 at 2:42 pm
Feb 20, 2007 at 10:55 am -
What? When did I miss this? And beyond the obvious reasoning (preg is better than ereg) why break people? -adam -- adam@trachtenberg.com | http://www.trachtenberg.com author of o'reilly's "upgrading ...
Adam Maccabee Trachtenberg
Feb 8, 2007 at 4:53 pm
Feb 11, 2007 at 3:19 pm -
Hi, I invested about half an hour this morning to refactor bench.php. It now starts a new PHP process for each benchmark and uses microtime(true) and memory_get_peak_usage() to measure benchmark ...
Sebastian Bergmann
Feb 27, 2007 at 10:23 am
Jun 5, 2007 at 9:09 am -
Hi, I have been compiling 5.2.1 and comparing it with 5.2.0. The development box I am using is a Xeon 3.4 GHz with 4 cores (not sure if its 2xdual core or what, but not relevant here). I am compiling ...
Andrew Hutchings
Feb 25, 2007 at 10:15 pm
Feb 28, 2007 at 10:14 am -
15
todo items
Hello, On the heels of the 5.2.1 release I just wanted to bring up the following todo items that have been on the 5.x todo lists since ages. Are these still alive? Have they been done? What would be ...Lukas Kahwe Smith
Feb 9, 2007 at 6:49 am
Feb 25, 2007 at 1:06 pm -
Referencing Bug #38819 & Bug #40671 http://bugs.php.net/bug.php?id=38819 http://bugs.php.net/bug.php?id=40671 Essentially I looked through the above mentioned bug, the bugs opened with OpenLDAP ...
Doug Goldstein
Feb 28, 2007 at 8:33 pm
Mar 7, 2007 at 1:13 pm -
I think it's been ~7 years of off and on work for me... same as it ever was. I do think it's *much* more productive and accurate than it was 7 years ago, though. Not quite bug-free, yet. (You think ...
Ronald Chmara
Feb 10, 2007 at 11:41 am
Feb 12, 2007 at 9:03 am -
Hello, is there a chance that this will ever make in PHP5 (or othet future releases) as base feature http://www.zend.com/zend/week/pat/pat48.txt That is besides PHP_FCGI_MAX_REQUESTS to have also the ...
Reinis Rozitis
Feb 5, 2007 at 8:10 pm
Mar 2, 2007 at 12:19 pm -
8
4.4.6RC1
Hello! there is a critical issues in PHP 4.4.5: - when register_globals = On, sessions don't work correctly (segfaults). Because of this I'd like to release a 4.4.6 soon with this fixes. As there is ...Derick Rethans
Feb 20, 2007 at 12:55 pm
Feb 21, 2007 at 6:18 pm -
Hello PHP maintainers,During this week, I spoke with Sara Golemon about the possibility to change one current behavior of PHP.My first suggestion, as you can see in my blog post: ...
Guilherme Blanco
Feb 8, 2007 at 5:32 pm
Feb 16, 2007 at 1:08 am -
Hi, I would like to propose "Support for Mutation Testing in PHPUnit" [1] as an idea for this year's Google Summer of Code. I doubt that the PHPUnit project itself could take part as a mentoring ...
Sebastian Bergmann
Feb 25, 2007 at 12:25 pm
Mar 7, 2007 at 12:32 pm -
Heads up! Installed the latest Win32 binaries of thread-safe PHP 5.2.1 on Win32 Apache and IIS. PHP started crashing (definitely PHP - php5ts.dll) when I went to access the MyProBB web forum. (Win32 ...
Thomas Hruska
Feb 9, 2007 at 7:27 pm
Mar 2, 2007 at 8:35 pm -
FYI, a cvs rtag -d php5_5_0 might be in order before somebody trips over this (if 5.2 ever evolves to 5.5, sort of unlikely but who knows?) Bill
William A. Rowe, Jr.
Feb 23, 2007 at 8:31 pm
Feb 23, 2007 at 9:36 pm -
Hello, In current CVS (check out about 30 mins ago) there is an error with pcre. When linking PHP, there is an error with unresolved external symbols. Here is the error log: ...
Chris Malton
Feb 20, 2007 at 8:39 pm
Feb 20, 2007 at 9:30 pm -
From my experience with PHP over the years, in setups with both low and high traffic, I'd like to humbly put out a suggestion: have PHP include its own FastCGI SAPI in PHP 5.x and make it the ...
Steve
Feb 7, 2007 at 3:23 am
Feb 8, 2007 at 12:30 am -
The header() function currently causes a segfault with CVS head sources. Here's a backtrace. #0 _zend_mm_free_int (heap=0xb302f0, p=0xb88b11b) at /root/php6/Zend/zend_alloc.c:1522 #1 ...
Chris Malton
Feb 7, 2007 at 7:19 pm
Feb 7, 2007 at 9:04 pm -
The patch is attached. To use runtime JIT you will need to change zend_register_auto_global() to zend_register_auto_global_ex() with "1" as the last argument. Compile-time JIT is still supported too. ...
Dmitry Stogov
Feb 14, 2007 at 12:07 pm
Apr 24, 2007 at 12:43 pm -
Reading the array thread, someone mentioned having several ways of doing things. One of their examples was the if: endif; syntax. Forgive me if this has been discussed, but has anyone proposed ...
Brian Moon
Feb 5, 2007 at 5:32 pm
Feb 6, 2007 at 2:18 pm -
Is it possible to include the current pecl extension fileinfo. It is just silly not having the ability to verify a file type as a standard feature. This was discussed earlier and it was thought to ...
Kevin Waterson
Feb 17, 2007 at 9:55 pm
Feb 20, 2007 at 2:41 pm -
Hi, I'd like to suggest a change to how the read_property object handler operates. Wouldn't it be reasonable for the engine to use get_property_ptr_ptr() whenever it wants to modify a property and ...
Michael Wallner
Feb 19, 2007 at 10:19 am
Feb 19, 2007 at 11:52 am -
I was wondering if anyone could point me to a resource explaining why the _FILES array is structured as it is with html arrays. I've been googling and reading rfc1867.c and finding very little ...
Darrel O'Pry
Feb 8, 2007 at 11:03 pm
Feb 12, 2007 at 2:31 am -
We have a need for a search path for extensions, so that we can have a system provided set of extensions and an optional location for per- application extensions that either augment or override the ...
Wez Furlong
Feb 4, 2007 at 7:12 pm
Feb 5, 2007 at 10:35 am -
I'd like to tuck the attached patch into the PHP 5 branch. It provides the following functions, and does not modify the behavior of any of the others: openssl_bignum_from_bin openssl_bignum_from_hex ...
Wez Furlong
Feb 10, 2007 at 2:17 pm
Mar 10, 2007 at 3:13 am -
Hi list, Apologies if I'm sending this to the wrong list; I couldn't see another which was more appropriate on the PHP Mailing Lists page. I'm developing a PHP extension for which part of the ...
Mo McRoberts
Feb 24, 2007 at 3:45 am
Feb 26, 2007 at 10:28 am -
PHP 5 Bug Database summary - http://bugs.php.net Num Status Summary (640 total including feature requests) ===============================================[*Compile Issues]============== 39372 ...
Internals
Feb 5, 2007 at 9:30 am
Feb 26, 2007 at 9:30 am -
PHP 4 Bug Database summary - http://bugs.php.net Num Status Summary (627 total including feature requests) ===============================================[*Network Functions]=========== 40351 Open ...
Internals
Feb 5, 2007 at 9:05 am
Feb 26, 2007 at 9:00 am -
Hello! I packed PHP 4.4.6RC1 today, which you can find here: http://downloads.php.net/derick/ This release candidate addresses an issues that unfortunately crept into PHP 4.4.5: - Fixed segfault in ...
Derick Rethans
Feb 22, 2007 at 3:41 pm
Feb 22, 2007 at 8:14 pm -
Hi! Does anybody know how to build IMAP module successfully on WIndows? I try to build it and I get this: cclient.lib(os_w2k.obj) : error LNK2005: _flock already defined in flock_compat.obj ...
Stanislav Malyshev
Feb 15, 2007 at 8:19 pm
Feb 15, 2007 at 9:16 pm -
Hi there, unfortunately I haven't read your comments some months ago on moving the Socket extension to PECL. I just stumbled upon it yesterday while surfing around on Sara's blog (btw, great book!) ...
Maurice
Feb 8, 2007 at 2:03 pm
Feb 10, 2007 at 10:43 pm -
Hi, With the first release of pecl/phar, I have started thinking about the implementation of __HALT_COMPILER(); Currently, this code results in a fatal error: file1.php: <?php __HALT_COMPILER(); ? ...
Gregory Beaver
Feb 7, 2007 at 6:09 am
Feb 7, 2007 at 10:18 am -
Hi, any chance for the following type hint syntax class Example { public function doSomething(Object[] $objects) { } } instead of having to write class Example { public function doSomething(Array ...
Sebastian Bergmann
Feb 5, 2007 at 5:57 am
Feb 5, 2007 at 6:48 pm -
Hello internals, I don't know if you are aware of that. I just tried to compile some pecl code. I get an error message using this with gcc 4.x if it is used like Z_BVAL(myval) = ...; I was told it ...
Oliver Block
Feb 20, 2007 at 8:38 pm
Feb 21, 2007 at 5:00 pm -
Hello everybody! As a webhost that offer PHP-support for hundreds of customers, I have a concern. The mail()-function is too easy to use for sending spam and even worse - there is (sometimes) almost ...
Kristoffer Hultenius
Feb 19, 2007 at 4:00 pm
Feb 19, 2007 at 6:07 pm -
Anything against this: http://mega.ist.utl.pt/~ncpl/php_proc_terminate.txt ? If not, I'll apply it by the end of the week with some new tests. Nuno
Nuno Lopes
Feb 13, 2007 at 7:27 pm
Feb 13, 2007 at 11:19 pm -
Dear PHP Internals subscribers, I have two quick questions regarding PHP 5's Reflection API (I apologize if this isn't the right list to ask): 1) Is there a way to inject a method into a Class such ...
Jim Wilson
Feb 9, 2007 at 4:18 pm
Feb 9, 2007 at 5:16 pm -
Hey everyone, I was just curious if there were any known issues with the PHP6 builds on Windows. I've been trying to set a build up in my local environment and Apache keeps throwing this error at me: ...
Jeremy Privett
Feb 7, 2007 at 5:07 am
Feb 7, 2007 at 2:33 pm -
Hi, just wanted to make you notice: ext/session/mod_mm.o: In function `zm_startup_ps_mm': mod_mm.c:(.text+0x754): undefined reference to `mempcy' collect2: ld returned 1 exit status make: *** ...
Luca Longinotti
Feb 26, 2007 at 5:30 pm
Feb 26, 2007 at 5:47 pm -
Translation smarty manual in spanish
Mario Ramirez Martinez
Feb 26, 2007 at 1:51 pm
Feb 26, 2007 at 1:58 pm -
PHP 6 Bug Database summary - http://bugs.php.net Num Status Summary (43 total including feature requests) ===============================================[*General Issues]============== 26771 ...
Internals
Feb 19, 2007 at 10:00 am
Feb 26, 2007 at 10:00 am -
Hello, I am consuming some Java provide webservices. In some cases we get SOAPFault instances, that I would like to massage a bit, since I do not like the structure or format in the generated ...
Lukas Kahwe Smith
Feb 21, 2007 at 8:54 am
Feb 21, 2007 at 9:11 am -
Hi, there is a inconsistency in using utf-8. If you use tiny_html (http://de2.php.net/manual/en/function.tidy-repair-string.php), you have to use "utf8" to encode your data in utf-8. If you use ...
Mathias Bank
Feb 11, 2007 at 9:28 pm
Feb 15, 2007 at 7:12 pm -
Hello! The PHP Development Team would like to announce the immediate release of PHP 4.4.5. This release is a stability and security enhancement of the 4.4.X branch, and all users are strongly ...
Derick Rethans
Feb 14, 2007 at 6:03 pm
Feb 14, 2007 at 8:12 pm -
Hi all, I'm not really sure if this is the correct list to place this on. Apologies if it is not. I've come across some un-expected behaviour in the new filter_var function but i'm not really sure if ...
Andy Mason
Feb 11, 2007 at 7:49 am
Feb 11, 2007 at 10:39 am -
Hi, I'm looking through the list of security issues listed in the 5.2.1 release notes; trying to work out what the impact of these issues is so we're able to explain to our users how they are ...
Joe Orton
Feb 9, 2007 at 3:42 pm
Feb 9, 2007 at 3:50 pm -
http://www.theregister.co.uk/2007/02/07/stefan_esser_interview/ -- ----- Richard Quadling Zend Certified Engineer : http://zend.com/zce.php?c=ZEND002498&r=213474731 "Standing on the shoulders of some ...
Richard Quadling
Feb 7, 2007 at 12:52 pm
Feb 7, 2007 at 1:30 pm -
The documentation claims: The following characters also have a meaning in the specifier string: ! - the parameter it follows can be of specified type or NULL (only applies to a, o, O, r, and z). If ...
Michael B Allen
Feb 5, 2007 at 4:24 am
Feb 5, 2007 at 5:58 pm -
Hello! I packed PHP 4.4.5RC2 today, which you can find here: http://downloads.php.net/derick/ Please test it carefully, and report any bugs in the bug system, but only if you have a short ...
Derick Rethans
Feb 1, 2007 at 9:03 am
Feb 1, 2007 at 12:45 pm -
Hi all. [Please, let me know if there is a better place to ask such questions.] In a Zend extension I'm working on, I need to perform some actions when certain instructions (zend_ops) are executed by ...
Marco Cova
Feb 27, 2007 at 10:03 pm
Feb 27, 2007 at 10:03 pm
Group Overview
group | php-internals |
categories | php |
discussions | 80 |
posts | 465 |
users | 122 |
website | php.net |
122 users for February 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)