Search Discussions
-
192
PHP 5.1
Hey, I just heard from Wez that PDO is in very advanced stages now (ready for beta). I would like to start the PHP 5.1 release process. Due to the lack of testing both the new engine VM and PDO have ...Andi Gutmans
Feb 1, 2005 at 7:26 pm
Feb 9, 2005 at 4:54 am -
I was wondering if anyone can comment on this idea cause I think it would be a great asset to PHP and to OOP in PHP.. example: $b = 4; $a = new Integer(4); if($a == $b) { //bla bla } Other classes ...
Ante Drnasin
Feb 7, 2005 at 2:19 pm
Feb 13, 2005 at 6:16 pm -
It's the weekend, time for relaxation and recreational hacking. The perfect opportunity to give PDO a whirl :-) Please *do* try it out soon as you can; with PHP 5.1 beta due on the first of March, ...
Wez Furlong
Feb 12, 2005 at 12:55 am
Feb 16, 2005 at 4:14 pm -
Hi Anyone against requiring libxml2 2.6.x for PHP 5.1? There are new features in 5.1, which only run with 2.6 (the new error handling system, for example, or proper namespace support for SAX). Those ...
Christian Stocker
Feb 13, 2005 at 4:06 am
Feb 17, 2005 at 8:29 am -
Hello internals, before we rush into another version, how about clearing some open issues that were explicitly relayed from 5.0 to 5.1. 1) __toString() There was a problem with the Zend engine 2.0 ...
Marcus Boerger
Feb 17, 2005 at 7:18 pm
Feb 23, 2005 at 6:44 am -
You may have noticed my "drive-by release" of various different PDO packages tonight/this morning. This is stage one of the "PDO push". I'd like to encourage you all to try it out; as you should ...
Wez Furlong
Feb 9, 2005 at 5:55 am
Feb 10, 2005 at 10:37 pm -
hi all, to check syntax of pieces of code and to avoid wild regular expressions, i wrote this: proto bool php_check_syntax_string(string string [, &$error_message]) like php_check_syntax but on ...
Unknown Sender
Feb 18, 2005 at 3:39 am
Mar 15, 2005 at 6:06 pm -
All, I've searched the web for this answer and I'm stumped. I can't find the answers. So I thought I'd try the lists. Here goes: I have seen how to embed PHP 5 using the code like: ... ...
Bob Beaty
Feb 28, 2005 at 1:37 pm
Mar 11, 2005 at 1:05 am -
Patch to fix is here: http://www.php.net/~jani/patches/bug31440.php_4_3_patch http://www.php.net/~jani/patches/bug31440.php_HEAD_patch In PHP_4_3 you can overwrite GLOBALS with these queries: ...
Jani Taskinen
Feb 15, 2005 at 2:05 pm
Feb 17, 2005 at 2:58 am -
14
PHP 5.0.4
Can I roll 5.0.4 next week? Lots of bug fixes. Ilia will probably want to do the same for 4.3.x. AndiAndi Gutmans
Feb 18, 2005 at 6:05 pm
Feb 26, 2005 at 5:56 am -
Some time ago we talked about compiling PHP on an AMD64. Joe Orton was kind enough to patch the 5.1 branch to include the --with-libdir directive to ./configure to allow for searching in libs in such ...
Hans Zaunere
Feb 6, 2005 at 12:04 am
Feb 20, 2005 at 2:12 am -
Is it possible to intercept a function call (user space or built-in) in the Zend Engine and execute user space code before/after the function call? =====
Sumoraigabe-php
Feb 9, 2005 at 5:57 am
Feb 11, 2005 at 9:52 pm -
Hello Everyone, The Win32 builds (mine and those from snaps). It crashes in tsrm_shutdown(). I'm trying to figure out what cased this, and so far I know it happned between Feb. 10 and now. - Frank
Frank M. Kromann
Feb 16, 2005 at 10:03 pm
Feb 18, 2005 at 8:51 am -
Hello Marcus / Adam, While I have nothing against some kind of comment parser in the PHP core, I think it's something which can be done perfectly in the userland (when the ...
David Kingma | jool.nl
Feb 13, 2005 at 6:06 pm
Feb 17, 2005 at 1:00 pm -
I would like to "unload" a class loaded previously by require_once. Mainly I am working on a daemon where handler-classes should be loaded and unloaded on demand. I did not find a way to drop a class ...
Carsten Harnisch
Feb 10, 2005 at 9:59 am
Feb 12, 2005 at 4:43 pm -
Hi again guys.... I would just like to hear you oppinions about something like this...(please don't shoot me :) ) ex1: function AddToDb(mysql_scape_string($text)) { //enter $text to db } which would ...
Ante Drnasin
Feb 14, 2005 at 9:14 am
Feb 14, 2005 at 6:41 pm -
Hello Everyone, The patch on sapi/cgi_main.c from 1.259 to 1.260 (HEAD) breaks the cgi under IIS. No after this patch the server returns file not found on all requests. - Frank
Frank M. Kromann
Feb 8, 2005 at 6:52 pm
Feb 11, 2005 at 2:12 am -
Hi all! Any volunteers to review & commit patch for #29210 ? Fresh diff against latest HEAD: http://tony2001.phpclub.net/dev/tmp/is_callable_HEAD.diff The patch adds support of protected/private ...
Antony Dovgal
Feb 18, 2005 at 2:06 pm
Mar 29, 2005 at 4:49 pm -
libxml2's charset encoding auto-detection mode is broken with the push parser in current versions of libxml2, I found that recently: http://bugzilla.gnome.org/show_bug.cgi?id=162613 but trying to ...
Joe Orton
Feb 17, 2005 at 11:26 am
Feb 25, 2005 at 4:01 pm -
Hi, while testing PDO I was astonished to see that all values (regardless of their types in the database) are returned as strings (in all extensions except for PgSQL). Why is that so? It _is_ quite ...
Timm Friebe
Feb 20, 2005 at 3:29 am
Feb 20, 2005 at 3:46 pm -
I've written an extension which needs to accept a Resource which is an SQLite database handle, and call a C function which will be using that db handle to issue queries. What I've done works, but is ...
Derrell Lipman
Feb 3, 2005 at 10:03 pm
Feb 4, 2005 at 11:12 pm -
bison 2.0 also works (at least for me). -- Sebastian Bergmann http://www.sebastian-bergmann.de/ GnuPG Key: 0xB85B5D69 / 27A7 2B14 09E4 98CD 6277 0E5B 6867 C514 B85B 5D69
Sebastian Bergmann
Feb 27, 2005 at 12:46 pm
Apr 4, 2005 at 7:51 pm -
I have a PHP_FUNCTION() defined in my PHP extension. How am I suppose to pass variables by reference to my function without enabling call-time pass by reference in the PHP.INI file? Thanks
Chris Cranford
Feb 25, 2005 at 4:03 pm
Feb 26, 2005 at 1:24 am -
Dear All: Im having some weird problems here. We're working on a big project, based on PHP and we found that some code that used to work, is doing very strange things. Im getting segfaults in some ...
Martin Sarsale
Feb 21, 2005 at 6:22 pm
Feb 22, 2005 at 2:01 pm -
Hey. Is the XML RPC extension (ext/xmlrpc) still being maintained in PHP 5? Asking because I heard there were some bugs and I'm not sure if this is due to the move from PHP 4 to PHP 5. I think it's ...
Andi Gutmans
Feb 11, 2005 at 9:22 pm
Feb 12, 2005 at 3:35 pm -
Hi As briefly mentioned at the start of the long PHP 5.1 thread, I'd like to include XMLReader in the standard PHP 5.1 distribution. XMLReader is in my opinion far superior to the sax extension and ...
Christian Stocker
Feb 7, 2005 at 3:28 pm
Feb 8, 2005 at 6:31 am -
Hello internals, is there a way to find out version of zend engine (2 or 2.1)? i need it in the code like this: #if defined(ZEND_ENGINE_2_1) ZEND_VM_SET_OPCODE_HANDLER(zo); #elif ...
Val khokhlov
Feb 7, 2005 at 12:09 pm
Feb 7, 2005 at 1:50 pm -
On FreeBSD, I was gettting the following error message when PHP exits: Php in free(): junk pointer, too high to make sense Further investigation showed that it stops showing when the MySQL module is ...
Php
Feb 13, 2005 at 5:25 am
Feb 13, 2005 at 5:09 pm -
Hi~ I am a new comer for the internals. 1. #ifdef ZTS what does this mean? ZTS stands for what? 2. can any one kindly give me a detail introduction for the TSRM mechanism
Taft
Feb 12, 2005 at 8:33 am
Feb 13, 2005 at 1:17 am -
Hi NG! This is my first post to this NG and would like to prefix my question with the following: - I have read the manual, thoroughly. There is absolutely nothing in there apart from how to call the ...
Mikey
Feb 9, 2005 at 5:02 pm
Feb 12, 2005 at 11:39 am -
Jani, This looks like a very serious change for 4.3.x series. It should really be discussed on internals@ before you fire away. There was also agreement a while ago that realpath caching will only be ...
Andi Gutmans
Feb 10, 2005 at 11:12 pm
Feb 11, 2005 at 6:01 pm -
Personal recent frustrating float issues made me think of the following... At the moment apparently the C-type double is used for PHP's float (or double if you please) storage. I believe it is the ...
Ron Korving
Feb 8, 2005 at 7:15 pm
Feb 9, 2005 at 9:16 am -
Hello, We recently upgraded a system from PHP 4.3.4 to 4.3.10, and tripped over a problem with snprintf. One of our PHP extension modules started failing, causing Apache to exit with code 0177. ...
Jeff Olhoeft
Feb 3, 2005 at 7:59 pm
Feb 3, 2005 at 10:56 pm -
We had a request to install the ext/gd headers, which are needed to compile the pdflib extension. Any objections? I've tested this to at least build the PECL pdflib module. ...
Joe Orton
Feb 9, 2005 at 10:59 am
May 9, 2005 at 1:17 pm -
PHP 5 Bug Database summary - http://bugs.php.net Num Status Summary (464 total including feature requests) ===============================================[*Configuration Issues]======== 29478 Open ...
Internals
Feb 7, 2005 at 8:42 am
Feb 28, 2005 at 8:30 am -
PHP 4 Bug Database summary - http://bugs.php.net Num Status Summary (806 total including feature requests) ===============================================[*Configuration Issues]======== 31858 Open ...
Internals
Feb 7, 2005 at 8:00 am
Feb 28, 2005 at 8:00 am -
Hello, Zend developers: can you, please, consider exporting void zend_vm_set_opcode_handler(zend_op* op) i can't help using it to restore opcode handler ptrs after loading a pre-compiled opcodes ...
Val khokhlov
Feb 25, 2005 at 11:00 pm
Feb 27, 2005 at 9:08 pm -
- How can I port the old java extention to work with the php5 - Or How can I create java.dll for php5 for windows from this source http://php-java-bridge.sourceforge.net -- Alawi Albaity Jeddah - KSA ...
Alawi Albaity
Feb 24, 2005 at 12:40 am
Feb 25, 2005 at 11:39 pm -
Hi All, I am working for NetWare port of PHP. I am trying to use the autoconf based build system to build the binaries meant to run for NetWare with build system being Linux.(Cross compilation). ...
Kamesh Jayachandran
Feb 22, 2005 at 9:22 am
Feb 23, 2005 at 7:51 am -
Hi 5.0.3 is out since quite some time and there were bugs introduced with that release, which are fixed since quite some time (for example the $str['str'] bug IIRC). So, a 5.0.4 release soon wouldn't ...
Christian Stocker
Feb 11, 2005 at 10:21 pm
Feb 16, 2005 at 4:25 pm -
I want to have a function that returns an object that essentially looks like the following: $user- name; // string that holds name of user $user- from; // string that holds where user is from $user- ...
Chris Cranford
Feb 14, 2005 at 11:40 pm
Feb 15, 2005 at 2:37 am -
Hi After a long look into the configure stuff for iconv, I found out, why it doesn't (even try to) compile on my OS X 10.3 box. in acinclude.m4 for PHP_SETUP_ICONV, there is somewhere test -f ...
Christian Stocker
Feb 8, 2005 at 7:06 pm
Feb 11, 2005 at 3:46 am -
Hi, I am currently writing test cases for time sensitive code. Meaning this code behaves different depending on the time of day. Obviously one solution is to mess with the server time, but that is ...
Lukas Smith
Feb 9, 2005 at 8:38 pm
Feb 9, 2005 at 9:02 pm -
I understood that round() is using the so called Bankers' round algorithm. But I notice it's inconsistent. The banker's algorithm is magically activated only for numbers beyond 2047.0. Before 2047, ...
Ron Korving
Feb 7, 2005 at 8:39 pm
Feb 7, 2005 at 9:20 pm -
Can somebody please review and either commit and/or give me some feedback. It is against HEAD as of about 30 minutes ago. This is a data integrity issue so I would think it would be extremely high ...
Binam, Jesse
Feb 2, 2005 at 8:02 pm
Feb 4, 2005 at 4:07 am -
I'm trying to add a logo and URL to the info of my project, unfortunately, I can't seem to find all of the API info to make it work. I've generated a project_logo.h file using the logos.h file as a ...
D . Walsh
Feb 28, 2005 at 10:53 pm
Feb 28, 2005 at 11:21 pm -
Prior to the upcoming release, if not already done, the embedded sqlite 2.8.15 should be upgraded to 2.8.16. The new version fixes a database corruption problem which can occur when VACUUM is used. ...
Derrell Lipman
Feb 25, 2005 at 11:12 pm
Feb 26, 2005 at 2:12 pm -
Hi Jani, PTHREADS_CHECK_COMPILE macro fails with pthreads_working=no for cross compilation environment. As I am aware NetWare has proper support for PTHREADS this patch sets pthreads_working=yes for ...
Kamesh Jayachandran
Feb 24, 2005 at 12:15 pm
Feb 25, 2005 at 11:04 pm -
Some questions that came to mind while working on PDO/Firebird: - why can't stmt_get_col() return a zval directly? - why is there no PDO_PARAM_DOUBLE? -- Ard
Ard Biesheuvel
Feb 24, 2005 at 10:47 am
Feb 25, 2005 at 3:57 pm
Group Overview
group | php-internals |
categories | php |
discussions | 114 |
posts | 770 |
users | 123 |
website | php.net |
123 users for February 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)