Search Discussions
-
Hello, Dmitry committed a fix earlier to ignore the & in the statement above. I think this is not a good thing to do as it's simply conceptually wrong. The first thing is that ignoring syntax without ...
Derick Rethans
Oct 3, 2005 at 1:09 pm
Oct 6, 2005 at 10:28 am -
What's the word on this? Some of the names given were: issetor ifsetor ifset ifnull coalesce I'm actually kind of partial to: $a = $foo || $bar; $a = $foo || $bar || $xyz || $etc; Or better yet (or ...
James Crumpton
Oct 29, 2005 at 12:36 am
Oct 31, 2005 at 4:29 pm -
Hello! I am thinking that we're doing something with the unicode implementation and that's that we're now getting duplicate implementations of quite some things: functions, internal functions, hash ...
Derick Rethans
Oct 6, 2005 at 5:56 pm
Oct 13, 2005 at 10:46 pm -
Hello internals, i would like to change foreach a tiny bit. Actually i don't like the warning when using foreach with null. marcus@zaphod /usr/src/php-cvs $ php -r '$n=NULL; foreach($n as $v);' make: ...
Marcus Boerger
Oct 24, 2005 at 10:23 pm
Oct 28, 2005 at 5:09 am -
Hello! I am wondering why "make install-pear" comes up with hundreds of e_strict warnings? The code tests for PHP 5.1 but makes use of all old things that are now considered e_strict or deprecated. ...
Derick Rethans
Oct 1, 2005 at 2:17 pm
Oct 4, 2005 at 3:21 pm -
I've been away from email for the last couple of weeks - read through the timezone thread, and didn't really see a conclusion. My suggestion is to restore the old code in its entirely, and introduce ...
Zeev Suraski
Oct 8, 2005 at 1:30 pm
Oct 11, 2005 at 7:58 am -
Hi With PHP 5.1 knocking at the door, I guess many people would like to take advantage og mysql 5 new features. Best regards
Holografix
Oct 26, 2005 at 5:49 pm
Oct 28, 2005 at 1:48 pm -
It would be great if this could be merged to PHP_5_1 after PHP 5.1.0 is out. -- Sebastian Bergmann http://www.sebastian-bergmann.de/ GnuPG Key: 0xB85B5D69 / 27A7 2B14 09E4 98CD 6277 0E5B 6867 C514 ...
Sebastian Bergmann
Oct 15, 2005 at 1:30 pm
Oct 22, 2005 at 9:52 am -
Hello, As I've told you before, I had already tested your patch. It has the problem in the parsers that have bogus #line directives (but thats another story). The other problem is that you don't ...
Nuno Lopes
Oct 20, 2005 at 7:20 pm
Oct 24, 2005 at 8:04 pm -
13
CLI in PHP6
Hi, There was once (can't remember when exactly, so it must be a long time ago) here on PHP CLI scripts in which it came forward that one should not rely on such a script to run forever. And it's ...Ron Korving
Oct 6, 2005 at 8:51 am
Oct 23, 2005 at 11:06 pm -
13
CVS tarball
Hi. I'm looking for CVS tarball with RCS files inside of php-src and ZendEngine2 repositories. It would be possible to convert it to Subversion repository with cvs2svn or VCP so browsing the ...Piotr Roszatycki
Oct 7, 2005 at 8:13 am
Oct 7, 2005 at 5:07 pm -
PHP 5 Bug Database summary - http://bugs.php.net Num Status Summary (366 total including feature requests) ===============================================[*General Issues]============== 26771 ...
Internals
Oct 3, 2005 at 7:30 am
Oct 31, 2005 at 8:30 am -
Because for now it is in HEAD only. Once PHP 5.1.0 has been released and the PHP_5_1 branch is open for this kind of check-in, I will MFH the patch from HEAD and move the NEWS note from HEAD to the ...
Sebastian Bergmann
Oct 29, 2005 at 10:36 am
Nov 1, 2005 at 8:55 am -
Sorry, but that is just a stupid killer argument. I thought I had written something like "please, don't start a new *it's just a friendly notice* flame war". May I conclude that what you really want ...
Matthias Pigulla
Oct 9, 2005 at 10:14 am
Oct 10, 2005 at 7:24 pm -
proper scopes for global, classes and functions. will allow for local variables for functions and classes without having to use $this- foo in classes and will allow for a more c/c++ like classes. ...
Darren Horrocks
Oct 2, 2005 at 8:55 pm
Oct 8, 2005 at 3:56 pm -
I tried to automate build system for PHP 4 a bit and after that can't get some stupid questions out of my head. Install instructions located as usual ...
Techtonik
Oct 22, 2005 at 9:31 am
Oct 28, 2005 at 11:26 am -
Hello all. This is what I got trying to install latest snapshot of 5.1.0-dev with Apache2 on Linux: ------------------ Notice: Error: zlib extension is not enabled - gzinflate() function needed for ...
Antony Dovgal
Oct 13, 2005 at 5:55 pm
Oct 13, 2005 at 10:59 pm -
This is related to feature request 34839. [12 Oct 7:58pm CEST] stochnagara at hotmail dot com Description: ------------ The class SimpleXMLElement is wonderful and provides a great functionality. But ...
Marian Kostadinov
Oct 31, 2005 at 9:16 am
Nov 1, 2005 at 11:28 am -
Hi, I'm facing an issue I don't know how to overcome. Short story: I've an object which properties are connected to the internal struct whith get_property() and write_property() object handlers. Now ...
Michael Wallner
Oct 28, 2005 at 3:06 pm
Oct 28, 2005 at 11:36 pm -
I posted this on general a while ago and the only conclusion anyone could come to is that there's a PHP bug somewhere. I'm running a snap of 5.1 from today on OS X 10.4.2, and I've seen the same ...
Marcus Bointon
Oct 13, 2005 at 4:52 pm
Oct 14, 2005 at 8:17 am -
Hello I'm writing a PHP extension in C++ which need to provide a function which will take as a parameter a zval *. This zval * should, when the function has completed its task, simply be returned ...
David Olsson
Oct 4, 2005 at 12:14 pm
Oct 10, 2005 at 6:46 pm -
Is there any way to force a PHP CLI application to free the memory it took from the system ? I mean, is there any PHP userland or PHP internal functional call that could *really* free 'the memory ...
Cristiano Duarte
Oct 28, 2005 at 7:21 pm
Oct 29, 2005 at 6:50 pm -
14 Oct 2005, PHP 5.1 Release Candidate 2 - Changed SQLite extension to be a shared module in Windows distribution. (Edin) Whats the reason for this? To allow people to switch between sqlite2 and ...
Lukas Smith
Oct 16, 2005 at 1:35 pm
Oct 16, 2005 at 4:22 pm -
Hi, some of you may be aware of the wiki I set up to manage/document the todo lists and parts of the release management for PHP releases. In response to this Wez created a set of patches to enable ...
Lukas Smith
Oct 13, 2005 at 8:52 am
Oct 14, 2005 at 2:42 pm -
I have played with this and it looks a good idea on paper but have not been successful in practice. If this is not going to work easily, lets remove the option for session.save_handler tis a silly ...
Kevin Waterson
Oct 12, 2005 at 10:06 am
Oct 12, 2005 at 7:55 pm -
I'm running a recent snap of 5.1 with apache 2.0.54 (from fink) and MySQL 5.0.15 on OS X 10.4.2. For the last few days I've noticed that I'm getting no error messages out at all, neither to the ...
Marcus Bointon
Oct 28, 2005 at 12:52 pm
Nov 3, 2005 at 9:03 am -
PHP 4 Bug Database summary - http://bugs.php.net Num Status Summary (632 total including feature requests) ===============================================[Arrays related]=============== 31114 ...
Internals
Oct 3, 2005 at 7:00 am
Oct 31, 2005 at 8:00 am -
What would be the suggested method of simulating parent::__construct in C-level objects? I looked through the source and could find no examples to draw from. Since my base object is the foundation of ...
Bob Silva
Oct 29, 2005 at 2:35 am
Oct 29, 2005 at 6:07 pm -
The fourth and final release candidate of PHP 5.1.0 is now available for testing. You can download the source packages from here: http://downloads.php.net/ilia/php-5.1.0RC4.tar.bz2 ...
Ilia Alshanetsky
Oct 28, 2005 at 4:07 pm
Oct 29, 2005 at 1:32 pm -
Could someone, possibly Rasmus, please comment on this Gentoo issue? http://bugs.gentoo.org/show_bug.cgi?id=92776 Thanks! -- Sebastian Bergmann http://www.sebastian-bergmann.de/ GnuPG Key: 0xB85B5D69 ...
Sebastian Bergmann
Oct 16, 2005 at 1:22 pm
Oct 16, 2005 at 7:39 pm -
Hi Edin, Thanks for the work done with pecl4win. Are you planning on committing the pecl4win website to CVS? Regards --jm -- Jacques Marneweck http://www.powertrip.co.za/blog/
Jacques Marneweck
Oct 6, 2005 at 8:48 pm
Oct 11, 2005 at 8:51 pm -
Is there any reson why this patch: http://cvs.php.net/diff.php/php-src/ext/standard/php_incomplete_class.h?r1=1.15&r2=1.16&ty=u wasn't MFH'ed to older branches? I.e., was it done intentionally or it ...
Stanislav Malyshev
Oct 10, 2005 at 5:59 pm
Oct 10, 2005 at 11:15 pm -
I'm not sure if all the patches are commited as for now, but it still doesn't work for me. First, IDT setting still returns unknown timezone, second, now PHP crashes in: 0x08095bcd in ...
Stanislav Malyshev
Oct 9, 2005 at 1:08 pm
Oct 10, 2005 at 4:44 pm -
Hi all, first of all I do not want to set off yet another discussion about the changes 4.4 brought. I do understand why the changes were necessary, and in most of the cases, I would even endorse that ...
Matthias Pigulla
Oct 8, 2005 at 7:57 pm
Oct 10, 2005 at 12:21 pm -
Hello, I have been trying to compile PHP with the namespaces patch, but have been completely unable to find the time after an initial attempt failed (I'm compiling on windows). So I just wanted to ...
Kevin Newman
Oct 26, 2005 at 6:32 pm
Oct 28, 2005 at 1:03 am -
Hi, In the last hours I've been debugging and testing the new implementation of the date related functions on windows. I've found some little problems: 1) timelib_tz_lookup_table defines the ...
Nuno Lopes
Oct 14, 2005 at 10:24 pm
Oct 16, 2005 at 7:19 pm -
Hello guys, i had a chat with Dmitry this morning regarding the unpleasant state of our test system. I assume here that everyone agrees that it is quite difficult to provide each and every test ...
Marcus Boerger
Oct 5, 2005 at 11:14 pm
Oct 6, 2005 at 6:07 pm -
Since about Friday, every build of PHP 5.1 I've grabbed from snaps fails on make install like this: Installing PEAR environment: /usr/share/pear/ --10:25:05-- ...
Marcus Bointon
Oct 17, 2005 at 9:56 am
Oct 17, 2005 at 2:08 pm -
Hi, I've attached a patch, that will allow people to be able to change the client default encoding type, as this was not possible before. I looked through the php mysql client source, and found no ...
Scuzzy
Oct 14, 2005 at 3:15 pm
Oct 17, 2005 at 1:00 pm -
Hi, I have modified the ldap module to be able to use Paged Results (see RFC 2696). In order to do that, I have modified ldap_parse_result to provide the server controls to the user. This is where ...
Ignacio Arenaza
Oct 11, 2005 at 11:15 pm
Oct 12, 2005 at 9:18 am -
Uhm, sorry but it doesn't work well when I choose a timezone which has no DST. For an unknown reason, windows returns TIME_ZONE_ID_UNKOWN in that case, so PHP always returns UTC. I've done some tests ...
Nuno Lopes
Oct 7, 2005 at 10:09 pm
Oct 7, 2005 at 10:34 pm -
I do believe that: #ifdef PHP_WIN32 #include "timelib_config.h" #else #include <timelib_config.h #endif should fix the windows build without ruining the patch. Greg
Greg Beaver
Oct 6, 2005 at 4:11 am
Oct 6, 2005 at 10:22 am -
Guys, You don't need to read the whole of the history below, but doing so might help to illustrate some of the confusion caused by distributing PHP release candidates and extension packs on the ...
Steph
Oct 1, 2005 at 6:25 pm
Oct 2, 2005 at 1:38 am -
c:\home\php\php-6.0\ext\standard\string.c(1980): error C2375: 'php_u_strspn': redefinition; different linkage c:\home\php\php-6.0\ext\standard\string.c(2017): error C2375: 'php_u_strcspn': ...
Sebastian Bergmann
Oct 28, 2005 at 7:02 pm
Oct 28, 2005 at 8:19 pm -
Hi, Am I correct in saying that a class property cannot be initialized to an array? Looking at zend_declare_property it clearly states that Internal zvals cant be arrays. So how would I go about ...
Bob Silva
Oct 28, 2005 at 5:09 am
Oct 28, 2005 at 6:23 am -
I have developed a php extension that requires zlib in order to works fine. The problem is that if someone have compiled php without zlib support my extension just crashed when it tries to use some ...
Marco Bambini
Oct 27, 2005 at 4:28 pm
Oct 27, 2005 at 5:18 pm -
Hi internals, I was experimenting with different approaches of maintaining state and serializing objects in PHP5. The problem is handling static class members and static variables inside methods. ...
Matthias Pigulla
Oct 26, 2005 at 11:57 am
Oct 26, 2005 at 1:12 pm -
No, u_strToLower() works on code points. The fact that it takes a UChar* parameter doesn't mean that it works on code units. u_strToLower() will not actually helps us with stristr() and others, ...
Andrei Zmievski
Oct 24, 2005 at 5:30 pm
Oct 25, 2005 at 4:02 am -
Hi Bug #14923 concerns PHP's is_writable, etc., functions & POSIX ACLs. Likewise, Bug #30931 concerns the same thing. According to this bug, PHP is not using the access() system call to determine ...
Simon Kissane
Oct 19, 2005 at 1:45 am
Oct 24, 2005 at 12:59 am -
Hi all, just a heads up: Unless there are any objections, I will be removing the unused files in php-src/pear branch PHP_5_1. This will leave: php-src/pear/Makefile.frag php-src/pear/install-pear.txt ...
Greg Beaver
Oct 19, 2005 at 3:24 am
Oct 20, 2005 at 1:52 am
Group Overview
group | php-internals |
categories | php |
discussions | 94 |
posts | 554 |
users | 124 |
website | php.net |
124 users for October 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)