Search Discussions
-
Hey there, I've been working on a little patch that will allow variables ($1) in a short-ternary operation to go through an implicit isset (zend_do_isset_or_isempty) check so that the average ...
David Coallier
Mar 31, 2011 at 4:29 pm
Apr 23, 2011 at 1:35 pm -
My apologizes if I am bringing up a topic that has been discussed before, this is my first time wading into the PHP developers lists and I couldn't find anything particularly relevant with the ...
Dan Birken
Mar 30, 2011 at 6:06 am
Apr 2, 2011 at 10:55 pm -
Hi! PHP file streams provide very powerful and useful abstraction layer over the I/O-related functions. However, there's a group of functions which are excluded from this support - namely, touch(), ...
Stas Malyshev
Mar 7, 2011 at 1:15 am
Mar 14, 2011 at 6:25 am -
Hi, Just to let you know that I wrote a RFC about built-in web server feature with which PHP can serve contents without a help of web servers. That would be handy for development purpose. If ...
Moriyoshi Koizumi
Mar 2, 2011 at 8:56 pm
Apr 20, 2011 at 2:36 pm -
Could set_time_limit() be changed in such a way that it triggers a catchable fatal error instead of a fatal error? Thanks! -- Sebastian Bergmann Co-Founder and Principal Consultant ...
Sebastian Bergmann
Mar 8, 2011 at 1:06 pm
Mar 9, 2011 at 4:13 pm -
Hello All, I'm new to this list, so please excuse me if this subject was already discussed, or proposed. I've made an experimental patch to ZendEngine/PHP (5.3.5) to allow native annotations (without ...
Marcelo Gornstein
Mar 13, 2011 at 8:50 pm
May 9, 2011 at 6:38 pm -
Hi ! I would like to be able to "distribute" (freely) a single executable (binary) containing : - php binaries (v 5.3+) - a php script already packaged as a .phar (1 Mb, requiring PHP 5.3+) - ...
Olivier Hoareau
Mar 15, 2011 at 8:09 pm
Mar 16, 2011 at 7:01 pm -
I chose the simplest example to show the preg_replace behavior, there are better (and safer) ways to scape slash characters. Anyways, *is this the expected preg_replace behavior?* Martin <?php ...
Martin Scotta
Mar 14, 2011 at 3:18 pm
Mar 15, 2011 at 12:56 pm -
Has there been any discussion on access modifiers for classes? I looked through the existing RFCs and searched through old discussions on the mailing list but didn't come up with anything. ...
Jarrod Nettles
Mar 3, 2011 at 5:21 pm
Mar 9, 2011 at 7:43 pm -
Hi, I have recently used SplFileObject to work with files. I was lacking a bit of functionality in there regarding counting number of lines in a given file. Although I could just load contents of the ...
Sebastian Marek
Mar 11, 2011 at 11:22 pm
Mar 15, 2011 at 11:07 am -
The second release candidates of 5.3.6 was just released for testing and can be downloaded here: http://downloads.php.net/johannes/php-5.3.6RC2.tar.bz2 (md5sum: f870685b8715600e056d2dbb22920576) ...
Johannes Schlüter
Mar 3, 2011 at 2:17 pm
Mar 11, 2011 at 2:50 am -
Hi internals, The goal of this patch is to allow user handling of low level socket options for stream sockets created with stream_socket_*() or fsockopen() functions. I choose to extend the ...
Vincent NEGRIER
Mar 5, 2011 at 4:16 pm
Mar 7, 2011 at 10:06 am -
We need access to this repository to commit changes to the infrastructure: https://svn.php.net/repository/systems/
Pål-Kristian Hamre
Mar 31, 2011 at 1:35 pm
Apr 16, 2011 at 4:29 pm -
This is a followup to http://bugs.php.net/bug.php?id=54157 . Johannes said I should post here. In the course of my MediaWiki development work, I hit a strange issue involving ...
Tim Starling
Mar 16, 2011 at 4:40 am
Mar 21, 2011 at 12:33 am -
Hi, [I have searched the list and no relevant answer came up, only one unanswered question (*)] I would like to ask whether there is a strong reason to have customized libmagic in the source tree as ...
Ondřej Surý
Mar 21, 2011 at 5:08 pm
Mar 22, 2011 at 1:05 pm -
The PHP development team would like to announce the immediate availability of PHP 5.3.6. This release focuses on improving the stability of the PHP 5.3.x branch with over 60 bug fixes, some of which ...
Johannes Schlüter
Mar 17, 2011 at 3:29 pm
Mar 17, 2011 at 7:23 pm -
https://gist.github.com/865413 fixes the prototype for zend_fetch_debug_backtrace(). Wondering whether I should wait with committing this to PHP_5_3 before 5.3.6. -- Sebastian Bergmann Co-Founder and ...
Sebastian Bergmann
Mar 11, 2011 at 3:39 am
Mar 11, 2011 at 4:05 am -
hi all, <pre 1 <?php ; ? 1 2 2 3 <?php ; ? 3 </pre <pre 1 1<?php ; ? 2 2 3 3<?php ; ? </pre First try works... but second fails output: 1 1 2 2 3 3 1 12 2 3 3 is this the expected behavior? Martin ...
Martin Scotta
Mar 10, 2011 at 4:43 pm
Mar 10, 2011 at 6:34 pm -
Hi! I try to do some complex code with custom streams and I have discovered the following problem: The code in main/streams/cast.c, specifically _php_stream_cast, creates fopencookie() synthetic ...
Stas Malyshev
Mar 4, 2011 at 1:26 am
Mar 6, 2011 at 11:46 pm -
Morning, I found an issue this week that exists in both odbc and pdo_odbc with SQL Server. The ODBC implemention of Windows returns 0 as the length for for varchar(max) nad nvarchar(max). This makes ...
Elizabeth Smith
Mar 5, 2011 at 1:59 pm
Mar 6, 2011 at 1:04 pm -
Hi! What's the status of patch for NULL-in-filename issue for trunk? I see patch for 5.3 was made by Pierre 3.5 months ago with note "trunk will have patch later", but nothing happened as it seems. ...
Stas Malyshev
Mar 7, 2011 at 1:14 am
Mar 7, 2011 at 7:36 am -
I think this makes sense to me. Adding LFS to out ZEND_BUILDIN_EXTRA stuff alongside with the ZTS and DEBUG flags makes a lot of sense. I am cc-ing php internals here. As a reference, this is the ...
Derick Rethans
Mar 18, 2011 at 4:08 pm
Aug 6, 2012 at 10:43 am -
Hi. From a CLI/CGI perspective, the following code returns the full path of the php.exe file. DWORD len; char buf[MAX_PATH]; len = GetModuleFileName(NULL, buf, sizeof(buf)); buf[len] = '\0'; If PHP ...
Richard Quadling
Mar 31, 2011 at 9:24 am
Mar 31, 2011 at 10:07 am -
Does anyone have issues with a small version check change to the build system so that PHP installs cleanly on a variant of Apache? This would improve PHP install usability by allowing it to "just ...
Christopher Jones
Mar 17, 2011 at 6:34 pm
Mar 23, 2011 at 6:58 pm -
It is rumored that php.net has been hacked. The attacker said they have changed PHP source code as well. Is it a false announcement? ...
Dinh
Mar 18, 2011 at 3:12 pm
Mar 18, 2011 at 3:26 pm -
Hey, I think I can fix it somehow. Please don't be haste with it. I am going to look into it. Moriyoshi
Moriyoshi Koizumi
Mar 2, 2011 at 8:51 pm
Mar 3, 2011 at 9:11 am -
Hi experts! Is there any way to get application-level variables? This is mostly done using a DBMS, but that implies a lot requirements (a DB engine, a table, etc) How do you share simple pair ...
Martin Scotta
Mar 16, 2011 at 6:50 pm
Mar 16, 2011 at 7:05 pm -
About two months ago I placed an RFC to the list on this and we had a pretty good conversation on it. I've started the process of brushing my C skills up to the this task. Before I begin with this ...
Michael Morris
Mar 10, 2011 at 2:52 pm
Mar 10, 2011 at 5:27 pm -
Hi. I can use return FAILURE during PHP_MINIT_FUNCTION to stop a module from loading and the appropriate message is displayed ... PHP Warning: PHP Startup: Unable to load dynamic library 'xxxxxx' - ...
Richard Quadling
Mar 31, 2011 at 10:41 am
Mar 31, 2011 at 10:41 am -
help traslating the manual in Spanish
Isabel Garcia
Mar 29, 2011 at 9:30 am
Mar 29, 2011 at 9:30 am -
For the purpose of accessing bugs at bugs.php.net for the Red Hat Security Response Team.
Vincent Danen
Mar 18, 2011 at 5:23 pm
Mar 18, 2011 at 5:23 pm -
hi list, i'm working as a penetration tester and php developer for various german webhosting companies. i just wanted to ask - what happened to the great idea of tainted-flags in a development-mode ...
Daniel Zulla
Mar 5, 2011 at 11:28 am
Mar 5, 2011 at 11:28 am
Group Overview
group | php-internals |
categories | php |
discussions | 32 |
posts | 236 |
users | 70 |
website | php.net |
70 users for March 2011
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)