Search Discussions
-
Hello, I would like you to listen to my proposal and tell me what you think about it. What do I must do? * Los presupuestos duran un plazo de 30 días, pasada esa fecha es necesario volver a realizar ...
JoRrrr Maglione
May 28, 2014 at 4:30 am
May 28, 2014 at 8:15 am -
The PHP manual pages used to have 'PHP' as an image at the top left, but I see today that we have an running elephant: http://uk1.php.net/images/logo.php Yes, all very cute - but I have enough ...
Alain Williams
May 27, 2014 at 2:08 pm
May 27, 2014 at 3:27 pm -
Dmitry et al Please stop feeding the troll. Don't stoop to its level, it will only cause you nightmares. The people that matter in the project realize the FUD and lies it spreads and extraordinary ...
Hannes Magnusson
May 23, 2014 at 5:00 pm
May 24, 2014 at 8:10 am -
Hello, since PEAR is really easy to install with the PHAR support - is it maybe time to drop it from php-src? Remove the complete folder: https://github.com/php/php-src/tree/master/pear How to ...
Martin Keckeis
May 20, 2014 at 6:36 am
May 20, 2014 at 7:35 am -
This seems to me to be an odd combination and it is not explictly documented. I'm running under PHP 5.5.12 First off, when after executing unset($_GET) - the global $_GET variable no longer exists ...
Gary Mort
May 19, 2014 at 8:00 pm
May 19, 2014 at 9:42 pm -
Hi, I'm adding something in ext/standard/file.c, but erealloc() doesn't seem to be declared here, what is missing? -- Best Regards, Aaron Lewis - PGP: 0x13714D33 - http://pgp.mit.edu/ Finger Print ...
Aaron Lewis
May 19, 2014 at 7:48 am
May 19, 2014 at 9:09 am -
The code below gives me: PHP Parse error: syntax error, unexpected T_CONST in ... try { const XXX = 12; echo "XXX = " . XXX . "\n"; }catch (ErrorException $e) { echo "error {$e- getMessage()}\n"; } ...
Alain Williams
May 16, 2014 at 2:44 pm
May 16, 2014 at 3:09 pm -
1
Re: [PHP-CVS] com php-src: Fixed bug #67199 mb_regex_encoding mishmash: ext/mbstring/php_mbregex.c
Hi! This commit breaks the CI tests: FAIL Testing mb_eregi_replace() function [ext/mbstring/tests/mb_eregi_replace.phpt] Please fix it.Stas Malyshev
May 12, 2014 at 6:08 am
May 12, 2014 at 6:20 am -
I've been trying to make a habit of watching new bug reports and today this one came in: https://bugs.php.net/bug.php?id=67238 This is a pretty severe regression that should be fixed upstream. Felipe ...
Levi Morrison
May 9, 2014 at 6:55 pm
May 9, 2014 at 7:38 pm -
Hi, What's the difference between PHP_FUNCTION and PHP_NAMED_FUNCTION? -- Best Regards, Aaron Lewis - PGP: 0x13714D33 - http://pgp.mit.edu/ Finger Print: 9F67 391B B770 8FF6 99DC D92D 87F6 2602 1371 ...
Aaron Lewis
May 7, 2014 at 7:50 am
May 7, 2014 at 8:01 am -
Hi, I'm trying to check if a zval is undefined, But Z_STRLEN_P(return_value) == 0 seems incorrect, 'case the strlen part sometimes returns a negative value So, what's the right way to do it? Even ...
Aaron Lewis
May 7, 2014 at 2:45 am
May 7, 2014 at 5:58 am -
Yes I can find examples in existing source code, zend_hash_quick_add(EG(active_symbol_table), key- arKey, key- nKeyLength, key- h, &tmp, sizeof(zval*), (void**)&p); But I only know the HashTable, ...
Aaron Lewis
May 5, 2014 at 9:51 am
May 6, 2014 at 10:49 am -
Hi, When I found a key in HashTable, I got a HashPosition Now, is there any macros that converts it to a zval* ? I wanted to use PHPWRITE to print it -- Best Regards, Aaron Lewis - PGP: 0x13714D33 - ...
Aaron Lewis
May 5, 2014 at 3:18 am
May 6, 2014 at 8:53 am -
Hi, The PHP development team announces the immediate availability of PHP 5.5.12. This release fixes several bugs against PHP 5.5.11, as well as CVE-2014-0185 about php-fpm. We recommand our users of ...
Julien Pauli
May 2, 2014 at 1:59 pm
May 3, 2014 at 4:44 am -
Hello! The PHP development team announces the immediate availability of PHP 5.4.28. 19 bugs were fixed in this release, including CVE-2014-0185. All PHP 5.4 users are encouraged to upgrade to this ...
Stas Malyshev
May 2, 2014 at 6:06 am
May 3, 2014 at 4:40 am -
Hi, The PHP development team announces the immediate availability of PHP 5.5.13. This release fixes several bugs against PHP 5.5.12, as well as CVE-2014-0238 and CVE-2014-0237 regarding Fileinfo. We ...
Julien Pauli
May 30, 2014 at 2:33 pm
May 30, 2014 at 2:33 pm -
Hello! The PHP development team announces the immediate availability of PHP 5.4.29. 16 bugs were fixed in this release, two security issues in fileinfo extension. All users of PHP 5.4 are encouraged ...
Stas Malyshev
May 30, 2014 at 5:33 am
May 30, 2014 at 5:33 am -
Hi, How can I create a zval with value directly? I'm kinda tired of writing: zval *value; MAKE_STD_ZVAL(value); ZVAL_STRING(value, "fakefake()", 1); -- Best Regards, Aaron Lewis - PGP: 0x13714D33 - ...
Aaron Lewis
May 19, 2014 at 3:14 am
May 19, 2014 at 3:14 am -
UTD Living โรงแรมอพาร์ทเมน Display problems? View this newsletter in your browser. ( ...
UTD Living Thailand
May 17, 2014 at 12:46 pm
May 17, 2014 at 12:46 pm -
Hi guys, I posted a topic on php.general when I had some problem on getting something from a string using multi dim offset here: http://news.php.net/php.general/323297. Here is a TL;Summary version ...
\\R\\N
May 15, 2014 at 1:10 pm
May 15, 2014 at 1:10 pm -
hi : how to get php-slowlog function argments,that help me quckly find problem! but i don't know , how to ?
阳鹤翔
May 15, 2014 at 10:13 am
May 15, 2014 at 10:13 am -
Hi, PHP 5.5.13RC1 is now available You can fetch it from http://qa.php.net/ Please test it and report any bugs or regressions that you may notice through the bug system at bugs.php.net. We plan to ...
Julien Pauli
May 15, 2014 at 9:36 am
May 15, 2014 at 9:36 am -
Hi internals, At the moment, date_get_last_errors() returns arrays that are keyed by the character position of where the error was encountered. While it is useful to have this character position ...
Chris Wright
May 9, 2014 at 12:33 pm
May 9, 2014 at 12:33 pm -
Dear Subscribers of the internals list, Current implementation of error logging to syslog is quite incomplete. Sources show that all is logged under NOTICE level and with the current facility and ...
Max Romanovsky
May 8, 2014 at 11:06 am
May 8, 2014 at 11:06 am -
Hello, What I'm doing is strictly experimental. Please take a look at this code snippet first: class X { public $mark; public function replace_myself_with($php_obj_instance) { ... } } class Y extends ...
Szárnyasi Tamás
May 8, 2014 at 9:48 am
May 8, 2014 at 9:48 am -
Hello :-), When compiling ZendAccelerator on the master with a simple ./configure --prefix=… on Mac OS X, I got this error [1]. Is it normal? Cheers. [1] ...
Ivan Enderlin @ Hoa
May 8, 2014 at 8:31 am
May 8, 2014 at 8:31 am -
Thanks Julien! -- Best Regards, Aaron Lewis - PGP: 0x13714D33 - http://pgp.mit.edu/ Finger Print: 9F67 391B B770 8FF6 99DC D92D 87F6 2602 1371 4D33
Aaron Lewis
May 8, 2014 at 5:34 am
May 8, 2014 at 5:34 am -
Hi, Take func1 ( func2 ( $var ) ) as an example In "func1", Is there any way to know the arguments was from "func2"? -- Best Regards, Aaron Lewis - PGP: 0x13714D33 - http://pgp.mit.edu/ Finger ...
Aaron Lewis
May 7, 2014 at 3:13 am
May 7, 2014 at 3:13 am -
Never mind I found the if cond op -- Best Regards, Aaron Lewis - PGP: 0x13714D33 - http://pgp.mit.edu/ Finger Print: 9F67 391B B770 8FF6 99DC D92D 87F6 2602 1371 4D33
Aaron Lewis
May 7, 2014 at 12:30 am
May 7, 2014 at 12:30 am -
Thanks Ferenc! -- Best Regards, Aaron Lewis - PGP: 0x13714D33 - http://pgp.mit.edu/ Finger Print: 9F67 391B B770 8FF6 99DC D92D 87F6 2602 1371 4D33
Aaron Lewis
May 6, 2014 at 12:04 pm
May 6, 2014 at 12:04 pm -
Never mind, just solved the problem. Clearly I should be comparing the ht with Z_ARRVAL instead ;-P -- Best Regards, Aaron Lewis - PGP: 0x13714D33 - http://pgp.mit.edu/ Finger Print: 9F67 391B B770 ...
Aaron Lewis
May 5, 2014 at 5:22 am
May 5, 2014 at 5:22 am -
Hey. I kinda lost the site for tracking the RFC stats for a variety of these that I like - one being Named Parameters (or arguments?). I wanted to know what the current status of it was. Kind ...
Kevin Ingwersen
May 5, 2014 at 12:01 am
May 5, 2014 at 12:01 am
Group Overview
group | php-internals |
categories | php |
discussions | 82 |
posts | 816 |
users | 99 |
website | php.net |
99 users for May 2014
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)