Search Discussions
-
I just found this out a couple days ago when I checked the ereg manual page for something and was shocked. I searched around a bit but couldn't find a straight answer on why this function is being ...
Mark Krenz
Oct 12, 2009 at 3:46 pm
Oct 13, 2009 at 10:01 pm -
Hi, I've make a patch which insert notices concepts to PDO. It create: - PDO::noticeInfo() - to be like errorInfo - PDO::ATTR_LOG_NOTICES, the name of the PDO parameter - PDO::NOTICES_FETCH - fetch ...
Samuel ROZE
Oct 8, 2009 at 9:51 pm
Oct 20, 2009 at 12:21 pm -
Hi ! I'm reading the source of PDO PostgreSQL driver and i see that there's an empty function, _pdo_pgsql_notice, which is very interesting ! I think that it is used when PostgreSQL throw Notices. ...
Samuel ROZE
Oct 6, 2009 at 5:22 am
Oct 12, 2009 at 10:47 am -
Is this a bug in PHP? <?php $items = array('apple', 'banana', 'carrot'); print_r($items); foreach ($items as &$item) { } print_r($items); foreach ($items as $item) { } print_r($items); ? // Output: ...
Richard K Miller
Oct 22, 2009 at 1:37 am
Oct 22, 2009 at 5:15 pm -
Dear Internals At the moment I'm very inspired by functional programming languages such as SML and especially scala. I would like to create and alternative PHP syntax, just for fun nothing serious, ...
Rune Kaagaard
Oct 10, 2009 at 9:34 pm
Oct 17, 2009 at 5:38 pm -
Hi all, here is another question that made me confused. I'm not sure if it's a bug or what, but I can't find an answer from the search engines. I've made a chat server using php socket features, and ...
Chris Jiang
Oct 28, 2009 at 8:26 am
Nov 26, 2009 at 2:47 am -
I'd like to check out how the EG macro (I assume it's a macro) works. However, I cannot find it :(
Mark Skilbeck
Oct 28, 2009 at 9:58 pm
Oct 28, 2009 at 11:42 pm -
Hey everyone, Jake Levitt and I created this patch which adds the option to set a message's INTERNALDATE when appending it to a mail server using imap. Any chance we can get this included into the ...
Nick Fortenberry
Oct 20, 2009 at 10:10 pm
Oct 21, 2009 at 9:07 pm -
Hi, I'll have to develop a function like "parse_url", but "parse_referrer" which provides informations about the URL (the referrer): provider, keywords, type of search (search, cache, translation, ...
Samuel ROZE
Oct 29, 2009 at 9:34 am
Oct 29, 2009 at 5:00 pm -
Hello, I am submitting quite an interesting patch to PHP 5.2.11 and PHP 5.3.0. It is used in production on hundreds of machines without any issues. Basically the patch adds the autofunc function that ...
Rack-Soft security
Oct 16, 2009 at 2:32 pm
Oct 18, 2009 at 5:02 am -
Hello all, Not sure whether this is the right place to post; but it seemed a little bit better than php-db@. I have 'implemented' MySQL's mysql_warning_count() function. ( ...
Jille Timmermans
Oct 12, 2009 at 3:03 pm
Oct 13, 2009 at 1:54 pm -
Hi, I wanted to change a parameter in my PDO class, with the fourth PDO::_construct arg. But, I've many projects, which uses PDO, with one "new PDO" per project. The problem is that I have to change ...
Samuel ROZE
Oct 9, 2009 at 1:21 pm
Oct 12, 2009 at 10:38 am -
That is, is an extension compiled on PHP5.1 usable for PHP5.2?
Mark Skilbeck
Oct 31, 2009 at 10:03 pm
Nov 1, 2009 at 12:20 pm -
Hi Don´t know if it is a bug but latest Windows snapshot fails to connect to mysql. pdo_mysql gives SQLSTATE[HY000] [2002] and even a simple mysql_connect("host", "user", "pass") fails with error ...
Holo
Oct 29, 2009 at 7:06 pm
Oct 29, 2009 at 11:04 pm -
Hi, Looking at the way array_map is working, it could worth to use create_function for object. For example if I got a list of object: $callback = create_function($element, 'return $selement- ...
Mathieu Suen
Oct 19, 2009 at 12:13 pm
Oct 29, 2009 at 9:30 am -
Hi, For the past few months I've been working on improving PHP performance primarily on CMT hardware on Solaris. I've used Sun Studio C++'s collector/analyzer to identify the performance bottlenecks ...
Arvind Srinivasan
Oct 30, 2009 at 10:03 am
Nov 5, 2009 at 10:41 am -
When compiled with #ifdef ZTS, zend_error invokes pthread_get_specific. The performance analyzer tool indicated that zend_error was being invoked during normal processing of requests, even though no ...
Arvind Srinivasan
Oct 30, 2009 at 12:39 pm
Oct 31, 2009 at 10:09 am -
PHP 6 Bug Database summary - http://bugs.php.net/ Num Status Summary (99 total -- which includes 43 feature requests) ===============================================[*Compile Issues]============== ...
Internals
Oct 5, 2009 at 10:00 am
Oct 26, 2009 at 10:00 am -
PHP 5 Bug Database summary - http://bugs.php.net/ Num Status Summary (1521 total -- which includes 964 feature requests) ===============================================[*Compile Issues]============== ...
Internals
Oct 5, 2009 at 9:32 am
Oct 26, 2009 at 9:30 am -
Currently we have an open bug #16809 (http://pecl.php.net/bugs/bug.php?id=16809&edit=1) in APC where we're unable to find the pcre.h header file as it's not in our include path when a user compiles ...
Shire
Oct 11, 2009 at 8:05 am
Oct 11, 2009 at 8:59 pm -
The second release candidate of 5.3.1 was just released for testing and can be downloaded here: http://downloads.php.net/johannes/php-5.3.1RC2.tar.bz2 MD5 (php-5.3.1RC2.tar.bz2) = ...
Johannes Schlüter
Oct 20, 2009 at 10:31 pm
Oct 21, 2009 at 4:47 pm -
This was actually not a bug with the PHP code. The error was in the instance XML document. I just closed the bug. The contents of the element node did not conform to what is specified in the XSD. ...
Israel Ekpo
Oct 5, 2009 at 4:11 pm
Oct 5, 2009 at 5:35 pm -
Hi, I would like to know if there is some documentation on the different layout of the array, object varaible ... in php. Or were in the source can we read how the php VM reprensent those entites? ...
Mathieu Suen
Oct 2, 2009 at 6:58 am
Oct 2, 2009 at 3:46 pm -
Hi, There is a race condition in pdo's PDOStatement- ce.default_properties.ref_count. The integer is incremented without any lock around it (or using any other atomic APIs). This causes PDO to crash ...
Basant Kukreja
Oct 20, 2009 at 11:03 pm
Oct 23, 2009 at 6:22 pm -
Hi, We downloaded RoomBooker because we have a client who require the functionality. I do not know anything about php, and are trying to run Roombooker on my laptop (I understand that it is meant for ...
Abri
Oct 21, 2009 at 10:00 am
Oct 21, 2009 at 10:19 am -
1
Enchant
Hi. Has this extension been changed to use differently named external libraries. Previously in V5.3.2-dev, php_enchant.dll was working with ... libglib-2.0.0-0.dll libgmodule-2.0-0.dll I've had to ...Richard Quadling
Oct 15, 2009 at 8:51 am
Oct 15, 2009 at 10:02 am -
Hi everyone, I have made a patch to fix this bug: http://bugs.php.net/bug.php?id=45808 Diff against 5.3.0 is here: http://si.kz/php-bug-45808.diff.txt As far as I have tested, everything works as ...
Vincent NEGRIER
Oct 12, 2009 at 6:55 pm
Oct 12, 2009 at 7:22 pm -
Hello, I've tried to fix http://bugs.php.net/bug.php?id=49757 As it's my first patch in c, any reviews and suggestions would be very welcome. Greetings, Florian
Florian Anderiasch
Oct 3, 2009 at 4:40 pm
Oct 5, 2009 at 2:45 pm -
All php versions work for me. Try this: In your Mail::factory() include the parm 'debug' set to true; Then do a "if(PEAR::isError($result)){ print $result- getMessage()); } You'll get a full detailed ...
Al
Oct 5, 2009 at 12:59 pm
Oct 5, 2009 at 1:16 pm -
I also want to take part in fixing bugs and active development of php.
Abhinav Gupta
Oct 30, 2009 at 6:10 pm
Oct 30, 2009 at 6:10 pm -
sapi/nsapi.c includes logic - nsapi_php_ini_entries() - for populating PHP's ini table with key/value pairs from Web Server's obj.conf file. This processing is unnecessary overhead for those Web ...
Arvind Srinivasan
Oct 30, 2009 at 12:14 pm
Oct 30, 2009 at 12:14 pm -
The STRDUP macro in NSAPI ends up invoking pthread_get_specific each time. Since the PHP NSAPI plugin has access to the pool member of the Session variable, it can use pool_strdup instead of STRDUP. ...
Arvind Srinivasan
Oct 30, 2009 at 11:52 am
Oct 30, 2009 at 11:52 am -
Please review the attached patch which avoids an unnecessary strlen call (in the NSAPI plugin for PHP) by using php_register_variable_safe instead of php_register_variable. thanks, arvi
Arvind Srinivasan
Oct 30, 2009 at 11:47 am
Oct 30, 2009 at 11:47 am -
Please review the attached patch which removes unnecessary strdup calls in PHP's NSAPI plugin for Sun Web Server. The strings are unaltered in the SG(request_info) structure so there isn't any need ...
Arvind Srinivasan
Oct 30, 2009 at 11:45 am
Oct 30, 2009 at 11:45 am -
The PHP NSAPI plugin for Sun Web Server could be made more efficient by using the pool_* APIs that are exposed by Sun Web Server's NSAPI interface. The attached patch avoids invoking ...
Arvind Srinivasan
Oct 30, 2009 at 11:40 am
Oct 30, 2009 at 11:40 am -
When compiled with #ifdef ZTS, the setitimer calls in zend_unset_timeout show up as a performance hotspot even when I'd set max_execution_time and max_input_time to 0 in php.ini. I've attached a ...
Arvind Srinivasan
Oct 30, 2009 at 10:12 am
Oct 30, 2009 at 10:12 am -
Hi guys! I don't know if anybody ever encountered a strange problem as I did, but I've found a strange behavior of XSLT processor when I was working on my project. The case is simple, but weird, it ...
Chris Jiang
Oct 28, 2009 at 8:14 am
Oct 28, 2009 at 8:14 am -
Hi, I have a virtual host setup as follows: <VirtualHost *:80 ServerName www.domain.com ServerAlias *.domain.com DocumentRoot /home/domain.com php_admin_value upload_tmp_dir "/tmp/php_upload" ...
Daniel
Oct 26, 2009 at 1:25 am
Oct 26, 2009 at 1:25 am -
It appears that spl_autoload() has implicit namespace autoloading support on windows due to the fact that the namespace operator is the same as the directory separator on windows. For example, the ...
Herman Radtke
Oct 24, 2009 at 4:27 pm
Oct 24, 2009 at 4:27 pm -
Hello, I have created a few small patches for a few unassigned bugs I saw in the bug report summary. These may not be 100% correct, or best practice and if someone has the time I would not mind ...
Chris Stockton
Oct 18, 2009 at 8:00 pm
Oct 18, 2009 at 8:00 pm -
I will mainly commit new tests, but I may also update documentation and do some translations (english/french).
Olivier DOUCET
Oct 16, 2009 at 11:01 pm
Oct 16, 2009 at 11:01 pm -
Hi all, is there any reason why rmdir() does not offer an optinal flag for deleting non empty directories? If there isn't a reason it would be great to implement this feature in future php versions. ...
Johannes Mueller
Oct 16, 2009 at 7:54 pm
Oct 16, 2009 at 7:54 pm -
Hello internals: This might interest you, it is a report on Traits, or Roles as they are named in Perl, applied to a real-world application at the the BBC. A slide set: BTW, I just found this links, ...
Stefan Marr
Oct 14, 2009 at 8:47 am
Oct 14, 2009 at 8:47 am -
Hi, Jani closed the following bug report: #49785 htmlspecialchars() should check byte sequence more strictly http://bugs.php.net/bug.php?id=49785 But I think that his reaction isn't good. Does he ...
Kousuke Ebihara
Oct 8, 2009 at 7:26 pm
Oct 8, 2009 at 7:26 pm -
Hi, Now, i'm using Eclipse CDT (C/C++ Development Tools) and Subclipse. I have a Project (no C Project) from the checkout of the PHP SVN. I modify files, I can create/apply path easly, i'm happy. ...
Samuel ROZE
Oct 7, 2009 at 4:00 pm
Oct 7, 2009 at 4:00 pm -
project version
Luis Fernando Macanás
Oct 4, 2009 at 7:58 am
Oct 4, 2009 at 7:58 am
Group Overview
group | php-internals |
categories | php |
discussions | 46 |
posts | 270 |
users | 86 |
website | php.net |
86 users for October 2009
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)