Search Discussions
-
Hello, I am playing around with an extension to the Zend Engine 2 to allow class properties and methods to be tagged with attributes. These attributes would then be accessible through the Reflection ...
Duncan McIntyre
Apr 18, 2005 at 12:10 pm
Apr 28, 2005 at 2:53 pm -
Hey, I'd like to roll PHP 5.1 Beta 1 very soon. Wez, I've been waiting for PDO in order to get this going. Do you feel it's mature enough or should I hold off some more time? Also, has someone ...
Andi Gutmans
Apr 3, 2005 at 2:53 am
Apr 7, 2005 at 1:31 am -
All, One problem that became apparent after the introduction of __autoload(), is that different pieces of code, sometimes coming from different sources, may want to declare this function in a ...
Zeev Suraski
Apr 3, 2005 at 11:05 am
Apr 5, 2005 at 3:32 pm -
I recently wrote a new custom session handler in PHP5. In the process I've made a couple of changes within ext/session/ that I would like to see in the official PHP distribution. Please consider the ...
Daniel J Cain Jr.
Apr 20, 2005 at 4:54 pm
Apr 29, 2005 at 8:49 pm -
Hi Marcus, what about class_constant_exists("classname", "const") (a bit long function name though)? Andrey Marcus Boerger wrote:
Andrey Hristov
Apr 8, 2005 at 3:01 pm
Apr 10, 2005 at 10:12 pm -
Folks, We have a bit of a situation with the PEAR distro that's embedded in 5.0.4. It's missing the RunTest.php file, so PEAR doesn't install. The options we have, as far as I can tell, are: [a] ...
Zeev Suraski
Apr 1, 2005 at 10:00 pm
Apr 3, 2005 at 10:56 am -
It already "blew up" existing applications before this commit. -- Sebastian Bergmann http://www.sebastian-bergmann.de/ GnuPG Key: 0xB85B5D69 / 27A7 2B14 09E4 98CD 6277 0E5B 6867 C514 B85B 5D69
Sebastian Bergmann
Apr 5, 2005 at 9:38 am
Apr 14, 2005 at 9:06 pm -
Thank you, Marcus. Any chance of merging this to PHP_5_0? -- Sebastian Bergmann http://www.sebastian-bergmann.de/ GnuPG Key: 0xB85B5D69 / 27A7 2B14 09E4 98CD 6277 0E5B 6867 C514 B85B 5D69
Sebastian Bergmann
Apr 22, 2005 at 4:01 am
May 2, 2005 at 4:26 pm -
Does anybody want named parameters? These are handy as template functions (like in Smarty), and these are achievable since the oldest PHP by using associative arrays. It's purely syntactic sugar, but ...
Hendy Irawan
Apr 18, 2005 at 4:41 pm
Apr 19, 2005 at 9:37 am -
It was suggested I post this here. In PHP, the character sequence "://" separates the protocol name from the protocol-specific part of a stream name. Clearly, the intention is that these stream names ...
Morgan L. Owens
Apr 6, 2005 at 4:48 am
Apr 10, 2005 at 11:45 am -
Hello, I have been trying to compile PHP 5.0.4 (downloaded fresh today) and have been following your instructions at http://www.php.net/manual/en/install.windows.building.php to the letter. I always ...
Jeff Beidler
Apr 5, 2005 at 10:11 pm
Apr 7, 2005 at 1:53 am -
Which version of libpq is required to compile the new pgsql prepare/execute commands in php 5.1? I'm getting compilation probles with 8.0.0 client lib where PQprepare() and PQsendPrepare() seem to be ...
Edin Kadribasic
Apr 5, 2005 at 4:19 pm
Apr 7, 2005 at 1:51 am -
We can left that out. The flag to search in the include path is available to all file_* functions in PHP. Make it sense to search in the include path for example in the exif-functions? But this ...
Uwe Schindler
Apr 15, 2005 at 3:02 pm
Apr 15, 2005 at 7:14 pm -
Hi all, I just spent quite a while searching the archives, and can't find any explanation of why this code worked in 5.0.3 but doesn't in 5.0.4: <?php class blah { protected function __construct(){} ...
Greg Beaver
Apr 20, 2005 at 3:11 am
Apr 20, 2005 at 2:34 pm -
Hi, I'm using the VC6 GUI usnder Windows XP and I'm Building PHP 5.0.4 The entire Build works but it comes up with these errors at the end. "Linking... Creating library ..\Release_TSDbg/php5ts.lib ...
Terry R. Lacey
Apr 16, 2005 at 3:23 pm
Apr 19, 2005 at 4:44 pm -
Hey, I have a ORM wrapper for PDO which I've been working on for several weeks. Whilst all of my .phpt tests work just fine on PHP 5.0.4 (or snaps, depends on my mood) with snaps PDO binaries on ...
Davey
Apr 6, 2005 at 2:27 am
Apr 6, 2005 at 4:05 pm -
This patch was supposed to make it RFC compliant. Can you please point me the part in the RFC 2965 which now isn't implemented correctly? As now it handles these strings it gets the same: ...
Jani Taskinen
Apr 24, 2005 at 12:04 am
Apr 24, 2005 at 1:02 pm -
Just came across this: http://bugs.php.net/bug.php?id=23110 I've been programming PHP since PHP 3 and wasn't even aware of this behavior. "Numeric strings"? What is that? if ($typedPassword == ...
Hendy Irawan
Apr 18, 2005 at 6:46 pm
Apr 18, 2005 at 8:11 pm -
Wez et al: I've been writing a chapter on database programming with PHP, using PDO, and ran across a scenario that has not yet been fulfilled by the PDO API. Many databases (Apache Derby, DB2, ...
Dan Scott
Apr 9, 2005 at 2:33 pm
Apr 10, 2005 at 3:19 am -
(I'm not sure if extension development belongs on this list, but I couldn't find a better one. If there is a more appropriate list, could someone please point me to it?) I am working on an extension ...
Michael Johnston
Apr 3, 2005 at 9:00 pm
Apr 9, 2005 at 4:19 am -
Hi, I've been using PHP for a long time and have recently found a couple of major bugs that would allow pretty much any user on a shared web hosting server to read other user's files. The conditions ...
Mark Krenz
Apr 4, 2005 at 4:31 am
Apr 5, 2005 at 1:28 am -
I am trying to build imap as a shared extension (phpize method) with different path for openssl. This seems easy, right? phpize; ./configure --with-imap-ssl=<path But that doesn't work. It seems that ...
Brian J. France
Apr 29, 2005 at 9:48 pm
May 1, 2005 at 4:42 am -
I was looking into using the Pecl PDO extension a couple of days ago. I got it installed but when I try to use it dies. Here's the bug report I filed: http://pecl.php.net/bugs/bug.php?id=4217&edit=2 ...
Greg Donald
Apr 26, 2005 at 2:32 pm
Apr 29, 2005 at 6:49 pm -
Hi Dmitry, I just did cvs upd in my php-5.0-dev workarea which brought your changes in ext/standard/basic_functions.c version 1.673.2.16. After that I get a compile error saying that ...
Kamesh Jayachandran
Apr 29, 2005 at 6:50 am
Apr 29, 2005 at 8:59 am -
Was the removal of most pear package in 4.3.11 intentional? Will any of them come back, will any of the .11 packages be removed or an other changes coming? Don't care either way, just want to know ...
Brian J. France
Apr 26, 2005 at 8:23 pm
Apr 27, 2005 at 5:06 am -
I would like to submit an update for the UODBC module in PHP 4 & 5. The changes update PHP's UODBC module to work with the latest versions of Birdstep's RDM Server DBMS, while maintaining ...
John Higgins
Apr 11, 2005 at 7:41 pm
Apr 15, 2005 at 4:30 pm -
I am fixing bug #32614: Problem, on the solaris platform fdopen() can fail even if fd is a correct file descriptor, when fd 255 (the well-known solaris stdio problem). The webserver of the user ...
Uwe Schindler
Apr 7, 2005 at 7:40 am
Apr 9, 2005 at 3:40 am -
Hi, I would like to submit the following patch to PHP: http://www.ingres.co.uk/php/head/ingres_error_reporting.diff It includes 3 new functions for reporting errors; ingres_error(), ...
Croker, Grant
Apr 19, 2005 at 1:54 pm
Apr 29, 2005 at 9:13 am -
Hi, any objections against fixing our cookie system to also read version 1 cookies correctly? I want to apply the following patch to all 3 branches: ...
Stefan Esser
Apr 25, 2005 at 4:04 pm
Apr 29, 2005 at 1:54 am -
Hi Jani, Please apply this patch which enables to build NetWare PHP extensions using gcc cross compiler. For 5.0 http://puggy.symonds.net/~kameshj/acinclude.m4.patch.5.0 For 5.1 ...
Kamesh Jayachandran
Apr 22, 2005 at 8:01 am
Apr 28, 2005 at 10:27 am -
PHP 5 Bug Database summary - http://bugs.php.net Num Status Summary (328 total including feature requests) ===============================================[*General Issues]============== 29971 ...
Internals
Apr 4, 2005 at 7:30 am
Apr 25, 2005 at 7:51 am -
PHP 4 Bug Database summary - http://bugs.php.net Num Status Summary (789 total including feature requests) ===============================================[*General Issues]============== 27372 ...
Internals
Apr 4, 2005 at 7:00 am
Apr 25, 2005 at 7:00 am -
Anybody see a problem with this patch that allows .cc files in shared extensions. If not I will check it into all branches. Thanks, Brian
Brian J. France
Apr 19, 2005 at 9:13 pm
Apr 20, 2005 at 5:00 am -
I am missing a ReflectionProperty::getDocComment() method in the Reflection API. At the moment only ReflectionClass, ReflectionFunction, and ReflectionMethod have such a method. Is there a ...
Sebastian Bergmann
Apr 19, 2005 at 5:14 am
Apr 19, 2005 at 10:06 pm -
Hi All, I have come across a double free because of improper refcount manipulation. <?php class MyTextSanitizer { var $smileys=array() function MyTextSanitizer() {} function getSmileys() { return ...
Kamesh Jayachandran
Apr 6, 2005 at 7:14 am
Apr 13, 2005 at 7:46 am -
A colleague noticed that in an upgrade from 4.3.10 to 4.3.11 the pear/DB extension was no longer installed. The ChangeLog does not mention this. Should it be added to the changelog, and why was it ...
Martin Kraemer
Apr 6, 2005 at 8:04 am
Apr 6, 2005 at 8:45 pm -
Hi, it would be very useful if class_implements()/class_parents() would also handle a string containing a class name instead of requiring an object instance. regards, Lukas
Lukas Smith
Apr 6, 2005 at 1:46 pm
Apr 6, 2005 at 2:29 pm -
Hi everybody I Have to compile a library (namely, a payment library) and the bank release a .c source. Therefore I need to make and compile it, but they mention that "you need to install the ...
Michel JORDA
Apr 4, 2005 at 1:02 pm
Apr 6, 2005 at 6:11 am -
Hi all, I would like to submit a patch for PHP 4 as well as PHP 5. The patch will update PHP's UODBC module to work with more recent versions of Birdstep Technology's RDM Server product. The files ...
John Higgins
Apr 5, 2005 at 9:45 pm
Apr 5, 2005 at 10:56 pm -
I remember posting a bug report to recommend using the new PCRE (new features like much better Unicode support), and I also remember it was actually assigned and scheduled into 5.1, but when I ...
Hendy Irawan
Apr 18, 2005 at 8:37 pm
May 28, 2005 at 2:21 am -
c:\home\php\php-5.1\Zend\zend_object_handlers.c(160): error C2275: 'ulong': illegal use of this type as an expression c:\home\php\php-5.1\Zend\zend_config.w32.h(43): see declaration of 'ulong' ...
Sebastian Bergmann
Apr 29, 2005 at 10:27 am
Apr 29, 2005 at 10:43 am -
I'm more of the mindset that whoever breaks it, also fixes it. My current 'fix' would simply revert that patch. If you agree with that, I will happily follow through. - Sascha ---------- Forwarded ...
Sascha Schumann
Apr 28, 2005 at 12:29 pm
Apr 28, 2005 at 1:55 pm -
When I run PHPUnit2's own testsuite with a Release_TS build of PHP 5.1.0-CVS I get a segfault (no backtrace since no symbols) on shutdown. When I run the same PHP sources with a Debug_TS build of PHP ...
Sebastian Bergmann
Apr 23, 2005 at 8:36 am
Apr 25, 2005 at 11:27 am -
Hi, Was hoping to use PHP streams API to query a WebDAV server, something along the lines of.. $context = stream_context_create( array( 'http' = array('method' = 'PROPFIND') ) ); $f = ...
Jared Williams
Apr 18, 2005 at 2:10 pm
Apr 18, 2005 at 4:40 pm -
Maintaining compatibility between different major versions of PHP must be extremely hard. Maybe that is obvious, but I do not quite understand why developers do it. Why PHP 5 has to understand ...
GamblerZG
Apr 15, 2005 at 5:03 pm
Apr 15, 2005 at 7:07 pm -
Hi there, I don't know if this is the place to do it, but anyway. I have a suggestion for a new function that PHP could have: It will be similar to fopen, but instead of actually loading the URL, it ...
Ryan Hemelaar
Apr 13, 2005 at 1:04 pm
Apr 14, 2005 at 2:37 am -
Hello, This patch will add posix_mknod to the posix extension. Usage: posix_mknod('file', mode | type [, major [,minor]]), like mknod(2) (except for major and minor). Any objections against adding it ...
Magnus Määttä
Apr 11, 2005 at 10:08 pm
Apr 12, 2005 at 2:57 pm -
Hi Ilia, when I saw this commit I gazed half a minute to understand why there is a time_ in front. Later I realized that you have introduced a namespace for time functions. This is a good idea still ...
Andrey Hristov
Apr 10, 2005 at 4:45 pm
Apr 10, 2005 at 5:11 pm -
Hi Plamen, That's ok - when you have time and want something to do, just email me and I'll assign you something easy to start with. Wow cool. I'm not sure how to make it point to out site. Robert - ...
Christopher Kings-Lynne
Apr 10, 2005 at 7:47 am
Apr 10, 2005 at 9:47 am -
Hello Andi, the following patch fixes issues when ZEND_ALLOC is set to 0 (to be able to debug memory related issues in / with the engine): ...
Derick Rethans
Apr 7, 2005 at 1:42 pm
Apr 7, 2005 at 2:22 pm
Group Overview
group | php-internals |
categories | php |
discussions | 76 |
posts | 446 |
users | 102 |
website | php.net |
102 users for April 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)