Search Discussions
-
Hello, I'm trying to see why $ make install-pear-packages segfaults with HEAD. I hope I'll commit the fixes today. I suspect references problem... I got new messages (which where not displayed ...
Pierre-Alain Joye
Dec 18, 2003 at 11:43 am
Dec 23, 2003 at 1:10 pm -
Hi Ilia, During the verification of bug #26600, I just noticed fgetcsv() now behaves differently than the previous release 4.3.4. After a quick examination, I found the change you made on ...
Moriyoshi Koizumi
Dec 12, 2003 at 6:43 pm
Dec 15, 2003 at 11:53 pm -
53
StudlyCaps
Hey, I think we should come to closure on this discussion because it's becoming hard to catch up with. I'd like to finalize this issue for PHP (the C part) so that we can release Beta 3. I think what ...Andi Gutmans
Dec 3, 2003 at 8:51 pm
Dec 8, 2003 at 8:31 pm -
This is insane. Whether you like it or not, most people who use programming languages that support the paradigm of object-orientation use studlyCaps (or whatever you want to call them). I think it is ...
Sebastian Bergmann
Dec 3, 2003 at 9:37 am
Dec 4, 2003 at 10:06 am -
I've committed the build infrastructure for the "real programmers don't need an IDE" build system for win32. Why? - It's frustrating to have to use VC6 to work on PHP if you have a newer version that ...
Wez Furlong
Dec 2, 2003 at 11:41 pm
Dec 20, 2003 at 6:54 am -
Hi, all Current HEAD eats all memory and dies, trying to execute any script (<? phpinfo(); ? , for example). Version of HEAD from 2003-11-29 and current PHP_4_3 (both are built some minutes ago) work ...
Antony Dovgal
Dec 1, 2003 at 2:27 pm
Dec 7, 2003 at 2:39 pm -
26
Beta 3 RC 1
Please give the tar ball a short sanity check to see that it builds fine. You can get it at http://cvs.php.net/~andi/ I'll re-roll B3 in the morning (10 hours from now) unless I hear of something ...Andi Gutmans
Dec 17, 2003 at 9:30 pm
Dec 23, 2003 at 8:03 pm -
25
__toString()
The following code from PHPUnit stopped working after the recent changes to __toString() protected function printDefectTrace(PHPUnit_Framework_TestFailure $defect) { print $defect- thrownException() ...Sebastian Bergmann
Dec 14, 2003 at 7:58 am
Dec 15, 2003 at 6:09 pm -
Hi, the following script segfaults when HEAD is used (no problem with PHP_4_3). <?php $s = "FUBAR"; $s[0][] = 1; ? Here is a session that shows the script and the error spotted by valgrind. [session] ...
Andrey Hristov
Dec 6, 2003 at 4:41 pm
Apr 1, 2004 at 8:44 am -
Hi, all! I want to propose a patch, that will add functions listed below to OCI8 extension. Similar functions exist in Postgres & Informix extensions, but they are absent in OCI8 module. The patch is ...
Antony Dovgal
Dec 5, 2003 at 1:31 pm
Dec 8, 2003 at 2:53 pm -
Ive seen the Control Flow constuct With ...End With used in VB (yup, VB.. :)) although im not a fan of VB, i liked the feature, is there any consideration to this kind of construct for php. here the ...
Jason davidson
Dec 10, 2003 at 1:01 am
Dec 13, 2003 at 7:06 pm -
it was actually my idea to for the oci8 stuff - and have some new maintainer maintain it in pecl. i see no valid reason against it. he can start hacking on it (in pecl) starting today - once he is ...
Thies C . Arntzen
Dec 9, 2003 at 7:12 pm
Dec 10, 2003 at 7:12 am -
Does this mean I can enable my GetLongPathName() patch in tsrm_virtual_cwd.c (I think it also requires Win98 but I kept it out because there are people who are still using Windows 95). I think we ...
Andi Gutmans
Dec 1, 2003 at 8:23 pm
Dec 2, 2003 at 11:55 am -
I'd like to convert the reflection API to the current php standard of CamelCaps (instead of underscores) for it's class and method names. Any objections? George
George Schlossnagle
Dec 2, 2003 at 5:58 pm
Dec 3, 2003 at 1:28 am -
11
Tidy & PHP5
I would like to propose that tidy extension be bundled with PHP 5. First of all it'll provide an easy means to validate and/or fix HTML input for webforms, which can also help existing functions such ...Ilia Alshanetsky
Dec 1, 2003 at 1:35 pm
Dec 1, 2003 at 10:27 pm -
It's been a few days since the last comments regarding the fgetcsv() in PHP 5.0 and I think it would be an opportune time to decide on a solution for the problem. Based on the various commentary we ...
Ilia Alshanetsky
Dec 21, 2003 at 6:00 pm
Dec 23, 2003 at 8:28 pm -
10
Beta 3
Hey, Beta 3 was supposed to be released on the 30th of November but got side tracked because of the whole __toString() issue. Now it's resolved and SimpleXML still works like a charm I'd like to aim ...Andi Gutmans
Dec 3, 2003 at 11:09 pm
Dec 17, 2003 at 5:10 pm -
Wtf? OCI8 *needs* to be in the main distro. When was this move discussed? We just got a new module maintainer. Edin ----- Original Message ----- From: "Wez Furlong" <wez@php.net To: ...
Edin Kadribasic
Dec 9, 2003 at 3:55 pm
Dec 9, 2003 at 4:40 pm -
Today I got the error from bug #25916 several times on our webserver. Looking through the code I found out the following: * It depends NOT on the fact if there is a parameter to get_browser() or not ...
Uwe Schindler
Dec 3, 2003 at 5:06 pm
Dec 4, 2003 at 3:06 pm -
Following up from Jani's mail regarding pecl picking, I will be tweaking CVSROOT/modules later tonight so that our "golden" pecl packages get checked out along with the php sources. This includes ...
Wez Furlong
Dec 4, 2003 at 1:12 pm
Dec 4, 2003 at 2:40 pm -
Hi, I usually have to work with dates and i miss a date format character wich returns year of the week. I'm not a C developer, i could just play with it in datetime.c, but i send the patch file, ...
Bányai Zsolt
Dec 23, 2003 at 1:42 pm
Dec 29, 2003 at 8:29 pm -
It seems that most people still don't really get the idea behind PECL, and how moving extensions there is a good idea. Let me spell it out for you: - PECL provides a way to keep your extensions self ...
Wez Furlong
Dec 9, 2003 at 5:41 pm
Dec 11, 2003 at 10:09 pm -
If I wanted to suggest, and even offer to write, some new functions to be included in a standard PHP distribution, who should I speak to?
Eric Gorr
Dec 31, 2003 at 2:42 pm
Jan 2, 2004 at 4:31 pm -
Sandbox ? I have been forced to create PHP application that need inside execution of code snipplets from untrusted users and do it as secure as possible. I see it is not possible for some security ...
ing . Martin Prášek
Dec 20, 2003 at 12:13 pm
Dec 23, 2003 at 9:58 am -
So what's the verdict? Are we dumping Windows 95? Andi
Andi Gutmans
Dec 2, 2003 at 5:51 pm
Dec 2, 2003 at 9:17 pm -
PHP 4 Bug Database summary - http://bugs.php.net Num Status Summary (830 total including feature requests) ===============================================[*Compile Issues]============== 26645 ...
Internals
Dec 27, 2003 at 2:04 pm
Dec 31, 2003 at 6:05 pm -
Hi there! I have beta 3 running on my win98 machine. I tried to use tidy functions and php returns a "Fatal error: Call to undefined function"... Then I assumed that I had to uncomment the extension ...
Felipe Lopes
Dec 23, 2003 at 12:29 pm
Dec 23, 2003 at 2:04 pm -
_emalloc(unsigned int 7, char * 0x105fe2cc `string', unsigned int 1255, char * 0x00000000, unsigned int 0) line 143 + 28 bytes zend_register_functions(_zend_class_entry * 0x00c33c80, ...
Sebastian Bergmann
Dec 20, 2003 at 10:07 am
Dec 20, 2003 at 9:25 pm -
Is there any documentation regarding the SAPI interface? I'm writing a SAPI module so that I can run PHP in a new embedded web server. Why, do I want to do this? Our server is designed for embedding ...
Michael O'Brien
Dec 7, 2003 at 8:01 am
Dec 8, 2003 at 7:44 am -
Hey, Let's try and summarize this discussion and try and see what solution we can come up with. The change which was made in convert_to_string() is quite problematic. It touches a very fundamental ...
Andi Gutmans
Dec 1, 2003 at 5:49 pm
Dec 1, 2003 at 10:25 pm -
Hi, all. I'm going to rename functions from oci8 to match the naming-conventions. Old names will be kept as aliases, of course, but should be deprecated. Imho these changes will make OCI extsension ...
Antony Dovgal
Dec 17, 2003 at 5:00 pm
Dec 23, 2003 at 2:23 pm -
Can someone with proper karma please MFH the change in TSRM.c version 1.50 - it never made it back into the 4_3 branch. It cleans up a memory leak of the mutexp variable under Win32 threading. ...
Michael Sisolak
Dec 8, 2003 at 3:17 am
Dec 16, 2003 at 8:09 pm -
Sorry if it has been discussed before, but how is the question about __clone accept arguments ??? It would permit a better control when clonning objects, like dinamically setting properties. Sure its ...
Eduardo R. Maciel
Dec 3, 2003 at 6:14 pm
Dec 4, 2003 at 12:36 am -
4
mingw32
Hi Wez, now that the dependency on VC has been dropped, what would it take to get mingw32 build support? - SaschaSascha Schumann
Dec 3, 2003 at 4:01 pm
Dec 3, 2003 at 4:49 pm -
Maintain PEAR::DB
Daniel Convissor
Dec 27, 2003 at 4:59 pm
Dec 28, 2003 at 8:43 pm -
Fresh checkout of current HEAD: E:\home\php\php5 cscript /nologo configure.js --with-php-build=..\build\php_buil d --enable-debug --with-mysql --with-xsl Saving configure options to config.nice.bat ...
Sebastian Bergmann
Dec 7, 2003 at 12:57 pm
Dec 12, 2003 at 5:47 am -
For commiting (small) changes to Validate PEAR package (then for making changes to Validate/PL.php eventualy). For moving package Numbers_Words to PEAR'a CVS tree. Later I would like to open pecl ...
Piotr Klaban
Dec 11, 2003 at 7:44 am
Dec 11, 2003 at 8:32 am -
Where can I get these? Right now the build fails for me (I am using the php_build package from Edin). -- Sebastian Bergmann http://sebastian-bergmann.de/ http://phpOpenTracker.de/ Das Buch zu PHP 5: ...
Sebastian Bergmann
Dec 5, 2003 at 9:44 pm
Dec 6, 2003 at 6:47 am -
Hi devs, this night i saw that the BC of strrpos()/strripos() is broken by a patch commited by pollita 7 months ago : ...
Andrey Hristov
Dec 3, 2003 at 12:28 am
Dec 3, 2003 at 1:46 am -
This does not fix the problem. mssql_query is designed to stop fetching for each result. Use mssql_next_result() to move the internal pointer to the nex result and process the data. I have tested the ...
Frank M. Kromann
Dec 1, 2003 at 7:03 pm
Dec 2, 2003 at 1:35 am -
Any reason not to rename files under sapi/ from php4 to php5? Are there any special things to look out for? Andi
Andi Gutmans
Dec 31, 2003 at 9:33 am
Dec 31, 2003 at 3:36 pm -
I am sending a patch with some corrections to PHP man-page. Jakub Vrana
Jakub Vrana
Dec 20, 2003 at 8:51 pm
Dec 23, 2003 at 11:13 am -
As far as I looked over the patch, your patch appears the right fix for the problem. I asked you it because I was told by Andi that the garbage collection is sensitive stuff and handled with extreme ...
Moriyoshi Koizumi
Dec 19, 2003 at 3:54 pm
Dec 19, 2003 at 10:07 pm -
Hey Andi, I have some fixes for: com_dotnet: correctly manage lifetime of .Net runtime host for long-lived servers (eg: anything except cgi and cli) so that .net objects can be created beyond the ...
Wez Furlong
Dec 18, 2003 at 11:11 am
Dec 18, 2003 at 12:10 pm -
Hello, I try to build an extension for my pleasure. I would like to make a function which return me an array of variable arrays. For example, I would like that the function "myfunction( $line, $col, ...
Vivi Arno
Dec 17, 2003 at 10:08 am
Dec 17, 2003 at 6:42 pm -
_free_dbg(void * 0x00da43e0, int 1) line 1001 + 13 bytes free(void * 0x00da43e0) line 956 + 11 bytes cwd_globals_dtor(_virtual_cwd_globals * 0x00da43a8, void * * * 0x00da4268) line 177 + 14 bytes ...
Sebastian Bergmann
Dec 14, 2003 at 3:32 pm
Dec 14, 2003 at 3:49 pm -
This broke the build for me on Windows: streams.c e:\home\php\php5\main\streams\streams.c(1471) : warning C4002: Zu viele übergebe ne Parameter für das Makro 'mkdir' ...
Sebastian Bergmann
Dec 13, 2003 at 4:30 pm
Dec 13, 2003 at 6:43 pm -
While porting PicoContainer to PHP 5 I noticed that we currently do not support syntax to have an interface extend more than one parent interface. For instance interface A {} interface B {} interface ...
Sebastian Bergmann
Dec 13, 2003 at 3:11 pm
Dec 13, 2003 at 3:44 pm -
The attached patch adds support for broken cscript installations (like mine) where JScript is not registered with cscript.exe. It works for me and should do so, too, for sane installations as well. ...
Sebastian Bergmann
Dec 9, 2003 at 7:21 pm
Dec 9, 2003 at 8:17 pm -
Even after Wez's fix yesterday the new TSRM code recently enabled by Andi causes phpMyAdmin to fail on Windows. phpMyAdmin/index.php has these require() calls: ...
Sebastian Bergmann
Dec 5, 2003 at 9:28 am
Dec 5, 2003 at 4:23 pm
Group Overview
group | php-internals |
categories | php |
discussions | 133 |
posts | 903 |
users | 128 |
website | php.net |
128 users for December 2003
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)