Search Discussions
-
Hi, let's take this to a new thread so it'S not hidden in other discussions: Getting rid of magic_quotes would be really nice but has a very big "BUT". Many things (I won't call it "applications" or ...
Johannes Schlüter
Dec 8, 2008 at 3:47 pm
Dec 12, 2008 at 12:10 am -
Ok, so as promised I ran some of the options we have that came up last week by Douglas Crockford. 1. Document the fact that if you want to strictly conform to the JSON spec and be sure your ...
Rasmus Lerdorf
Dec 15, 2008 at 5:50 pm
Dec 17, 2008 at 11:31 am -
Hi All, Basic types were added to our JSON decoder to PHP 5.2.1, this allows one to use json_encode / json_decode on any of our scalar types. Omar correctly identified #38680 as not a bug but it ...
Scott MacVicar
Dec 13, 2008 at 3:50 am
Dec 14, 2008 at 5:31 pm -
Hi folks, I played with __invoke today: class Curry { protected $callable; protected $args; public static function create($callable) { $curry = new self($callable, array_slice(func_get_args(), 1)); ...
David Zülke
Dec 23, 2008 at 4:02 pm
Jan 7, 2009 at 6:44 am -
Hi, I spoke with some devs yesterday about spl_object_hash performance and alternatives to solve it. Seems that md5 applied inside it is the responsable for that. After some tips from Lars, we came ...
Guilherme Blanco
Dec 17, 2008 at 5:31 pm
Jan 25, 2009 at 10:14 pm -
Don't want to take up much of you're time, just wondered if anybody could point me to the reason why some primitives aren't in php. Would find it very very useful to have byte, short, long, float, ...
Nathan Rixham
Dec 17, 2008 at 10:57 pm
Dec 19, 2008 at 3:51 pm -
Hey, There have been several bug reports about magic_quotes_gpc being broken, at the moment in 5.2.7 the escaping is not performed even when enabled. So any applications that attempt to undo the work ...
Scott MacVicar
Dec 6, 2008 at 8:35 pm
Dec 9, 2008 at 7:51 am -
Brian, As you most likely mean the core engine, Brian, this email is being forwarded to the Internals mailing list. If you haven't already, please consider subscribing to that list by sending a blank ...
Daniel Brown
Dec 29, 2008 at 9:45 pm
Dec 30, 2008 at 4:13 pm -
Hey everybody, I'm new both to the list and to hacking the internals, so I'll try to keep it short and humble. I've written an array_flatten function which just takes all elements from a nested array ...
Mike Panchenko
Dec 26, 2008 at 9:06 am
Dec 28, 2008 at 12:08 am -
Hello There, I would like to propose a third argument to implode(), named skip_empty, that will cause empty elements to be ignored when generating the implode string. By empty I mean everything that ...
Igor Feghali
Dec 6, 2008 at 2:21 am
Dec 8, 2008 at 1:01 pm -
OK I spent yesterday working trough some of the idiosyncrasies of DateTime and having had a sleep I've finished off this morning. First question. Why are there two different formats for dates with ...
Lester Caine
Dec 5, 2008 at 6:29 am
Dec 10, 2008 at 10:25 am -
hi guys. i'm very new to your list so maybe something similar to my proposal has been already posted somewhere at this list but really i don't know how i can make the search. i often pass arrays to ...
Jay
Dec 18, 2008 at 12:29 am
Dec 18, 2008 at 11:58 am -
Hi, This bug: http://bugs.php.net/bug.php?id=46680 uncovers 2 larger issues. 1) Where should a function like file_put_contents() create its file if it doesn't already exist and FILE_USE_INCLUDE_PATH ...
Gregory Beaver
Dec 9, 2008 at 7:50 pm
Dec 17, 2008 at 9:46 pm -
I just read the new namespace documentation and I must say that the new implementation is much more flexible. Great work! I had only two objections: 1) False warnings As ...
David Grudl
Dec 2, 2008 at 9:25 pm
Dec 2, 2008 at 10:40 pm -
Hi. With 2008 having a leap-second, does PHP handle this? In looking at http://en.wikipedia.org/wiki/Leap_second, there have been quite a few leap seconds - 34 since Jan 1st 1972. So, if PHP isn't ...
Richard Quadling
Dec 18, 2008 at 12:20 pm
Dec 19, 2008 at 4:45 pm -
Hi. Running 5.3.0alpha3 now and converting our codebase to the new namespaces syntax. Works fine so far, the new name resolution rules are very usable and lead to cleaner code so far. :) Now I ran ...
Karsten Dambekalns
Dec 8, 2008 at 11:10 am
Dec 9, 2008 at 9:47 am -
Hi. I'm looking to test 5.3, but I stumble at the first hurdle as the ini file is not being read. Windows XP Pro SP3 and Windows Server 2005/2008. 2008-12-12 15:45:36 D:\Personal ...
Richard Quadling
Dec 12, 2008 at 3:56 pm
Dec 16, 2008 at 11:06 am -
Hello, ternary operator is very nice syntactic sugar... $foo = $cond ? $bar : $baz; ...but it may slows down scripts. When $bar is array or relative big string, it is better to aviod sugar and use ...
David Grudl
Dec 14, 2008 at 5:07 pm
Dec 14, 2008 at 11:17 pm -
The PHP development team would like to announce the immediate availability of PHP 5.2.8. This release addresses a regression introduced by 5.2.7 in regard to the magic_quotes functionality, that was ...
Ilia Alshanetsky
Dec 8, 2008 at 11:59 pm
Dec 9, 2008 at 3:18 pm -
PHP 6 Bug Database summary - http://bugs.php.net/ Num Status Summary (69 total -- which includes 31 feature requests) ===============================================[*General Issues]============== ...
Internals
Dec 1, 2008 at 10:00 am
Dec 29, 2008 at 10:00 am -
PHP 5 Bug Database summary - http://bugs.php.net/ Num Status Summary (1193 total -- which includes 757 feature requests) ===============================================[*General Issues]============== ...
Internals
Dec 1, 2008 at 9:30 am
Dec 29, 2008 at 9:30 am -
Hello everyone, Currently when an undefined constant is called, E_NOTICE is produced and the name of the constant is assumed to be a string. In my opinion this behaviour is strange and problematic ...
Kuba Wieczorek
Dec 19, 2008 at 11:43 pm
Dec 20, 2008 at 4:40 pm -
this is a discussion about "Default value for parameters with a class type hint can only be NULL" error let's focus our eyes on ==== zend_compile.c function zend_do_receive_arg void ...
Phpxcache
Dec 12, 2008 at 5:21 am
Dec 18, 2008 at 2:05 am -
Hi. With regard to http://bugs.php.net/bug.php?id=46971, how much effort is needed (if any) to document that some functionality is not going to be available in all windows builds? [DOC] Or, When will ...
Richard Quadling
Dec 31, 2008 at 10:12 am
Dec 31, 2008 at 11:02 am -
This code throws *Fatal error*: Method test::__toString() must not throw an exception class Test1 { public function __toString() { throw new Exception; } } The same problem causes throwing exceptions ...
David Grudl
Dec 26, 2008 at 1:48 am
Dec 27, 2008 at 2:46 pm -
This is my 1st suggestion to the internals :) Anywho, there has been some discussion in the is_dir() comments on php.net (http://is.php.net/manual/en/function.is-dir.php) about a function that ...
Ólafur Waage
Dec 17, 2008 at 7:01 pm
Dec 18, 2008 at 1:16 am -
Hello! Johannes has packaged PHP 5.3.0alpha3, which you can find here: http://downloads.php.net/johannes/ Windows binaries thanks to Pierre, which are available here: http://windows.php.net/qa/ ...
Lukas Kahwe Smith
Dec 4, 2008 at 9:19 pm
Dec 8, 2008 at 12:08 pm -
Hi to both internals lists, How about Sybase-CT, does this happen also with PDO and Sybase DBLIB? If not using FreeTDS, both 3rd party DLLs are legacy non-VC9 libs/dlls (libsybct.dll, libsybdb.dll as ...
Uwe Schindler
Dec 31, 2008 at 11:37 am
Dec 31, 2008 at 11:54 am -
Hey Folks! I've been working with Zend Studio. Since I've uninstalled the suite, PHP is exiting with: Cannot find module (IP-MIB): At line 0 in (none) Cannot find module (IF-MIB): At line 0 in (none) ...
Kenan R Sulayman
Dec 28, 2008 at 9:41 am
Dec 28, 2008 at 11:51 am -
46848 can be closed I couldn't reproduce the bug with 5.2.8 http://bugs.php.net/46848 Missing Record in query Tested on :windowsxp , on ubuntu intrepid with default php also on ubuntu with 5.2.8 ...
Marius popa
Dec 22, 2008 at 2:34 pm
Dec 23, 2008 at 9:57 am -
Hi. I've been playing with the session.save_path=n;path setting. The documentation says that there is a mod_files.sh file to help create the folder structure (which there is). But this won't run ...
Richard Quadling
Dec 10, 2008 at 3:56 pm
Dec 12, 2008 at 9:33 am -
Hi, Heads up: there have been several commits to ext/phar in php-src by non-maintainers who did not merge to pecl/phar, and a couple to pecl/phar that were not merged to php-src. You have 2 choices. ...
Gregory Beaver
Dec 9, 2008 at 6:54 pm
Dec 10, 2008 at 2:28 pm -
Your macros are not compatible with autoconf 2.13: [email protected] php-5.3 % ./buildconf --force Forcing buildconf using default Zend directory buildconf: checking installation... buildconf: autoconf ...
Sebastian Bergmann
Dec 2, 2008 at 7:19 pm
Dec 2, 2008 at 9:09 pm -
Hello guys, Looking in the subject mentioned bug report, it seems that the attached patch might do the trick and make the mb_strimwidth() function work as explained in the php manual ...
Henrique M. Decaria
Dec 30, 2008 at 4:24 pm
Jan 4, 2009 at 4:35 pm -
Hey Folks! I've got a error in compiling PHP ( 5.3+ ) (or executing the compiled PHP bin). It occurs with including php_xdebug.dll (alt. known as xDebug Server ). When executing the compiled binary ...
Kenan R Sulayman
Dec 31, 2008 at 5:42 pm
Dec 31, 2008 at 7:14 pm -
Hi! I'm looking for the PHP 5 grammar specification. I'm studying the possibility of implementing an abstract interpretation tool with flex/bison in order to find security vulnerabilities (Injection ...
Juan Kinunt
Dec 23, 2008 at 6:52 pm
Dec 24, 2008 at 10:46 am -
Hi Lukas, Johannes Please could I ask for a PHP5.3 release manager's point of view on this? I raised this ext/imap bug yesterday http://bugs.php.net/bug.php?id=46902 after a discussion with Ilia ...
Zoe
Dec 19, 2008 at 9:19 am
Dec 19, 2008 at 11:56 am -
opline2- op2.op_type == 0, which should be opline2- op2.op_type == IS_UNUSED. patch followed: $ cvs diff zend_compile.c Index: zend_compile.c ...
Xuefer
Dec 12, 2008 at 4:58 am
Dec 15, 2008 at 11:32 am -
When using GCC 4.x with php-5.3, and an extension (such as APC) that references PCRE functions (pcre_exec) that are bundled with PHP in the pcre extension. The symbols defined in the PHP binaries ...
Shire
Dec 9, 2008 at 10:09 pm
Dec 10, 2008 at 10:16 am -
Given this: use \MyProject\SubProjectA as A; A\foo::someMethod(); The className given is to the autoload function is "MyProject\SubProjectA\foo" not "\MyProject\SubProjectA\foo" (notice lack of ...
Tony Bibbs
Dec 4, 2008 at 10:26 pm
Dec 5, 2008 at 6:14 am -
Hi Felipe, Shouldn't those be function_exists instead of posix_mknod? Regards, Christian
Christian Seiler
Dec 3, 2008 at 6:29 pm
Dec 3, 2008 at 6:38 pm -
0
PF 2009
PF 2009 for PHP internals! And good luck in finishing the PHP 5.3. David G.David Grudl
Dec 31, 2008 at 9:01 pm
Dec 31, 2008 at 9:01 pm -
0
Reply
Hey again! Thanks, but I've just determined the problem: I've altered the xdebug origin, and made a mistake within my implementation. Von meinem iPhone gesendetKenan Sulayman
Dec 31, 2008 at 7:42 pm
Dec 31, 2008 at 7:42 pm -
My system is CentOS 5.2. I use the following configure command: ./configure --prefix=/usr/local/php6.0-dev --with-config-file-path=/usr/local/php6.0-dev/etc ...
HouYu Li Karajan
Dec 30, 2008 at 3:24 am
Dec 30, 2008 at 3:24 am -
Translating the documentation
Mustafa Aldemir
Dec 21, 2008 at 2:46 pm
Dec 21, 2008 at 2:46 pm -
Hello all (and sorry for the cross-posting, please keep all replies to svn-migration@) After weeks of hard work from Gwynne, svn.php.net is now in a very good shape and ready for extensive testing. ...
Hannes Magnusson
Dec 19, 2008 at 9:59 pm
Dec 19, 2008 at 9:59 pm -
For some time, PHP has had a build option ./configure --with-config-file-scan-dir=/etc/php5/conf.d/ that allows distribution maintainers to manage system-wide PHP configuration by adding/removing ...
Jeremy Jackson
Dec 19, 2008 at 6:19 pm
Dec 19, 2008 at 6:19 pm -
Hello all There are still several items that should be merged from HEAD to 5.3. - Changed allow_url_fopen/allow_url_include to allow per-wrapper enable/disable and runtime tightening. (Sara) (no idea ...
Hannes Magnusson
Dec 9, 2008 at 1:37 pm
Dec 9, 2008 at 1:37 pm -
The PHP development team would like to announce the immediate availability of PHP 5.2.7. This release focuses on improving the stability of the PHP 5.2.x branch with over 170 bug fixes, several of ...
Ilia Alshanetsky
Dec 5, 2008 at 4:36 am
Dec 5, 2008 at 4:36 am -
Hi, First up, I'd like to apologise in advance if I'm mailing the wrong place. I have done my homework before subscribing, and this looks to be the right one, but - one never can tell... Formalities ...
Robin Burchell
Dec 4, 2008 at 10:19 pm
Dec 4, 2008 at 10:19 pm
Group Overview
group | php-internals |
categories | php |
discussions | 53 |
posts | 347 |
users | 94 |
website | php.net |
94 users for December 2008
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)