Re: Re[2]: [PHP-DEV] Design of the Zend Engine's Instruction Set

2009-08-17 Thread Ronald Chmara
On Sun, Aug 16, 2009 at 10:40 PM, Lothar Scholz sch...@scriptolutions.comwrote: If they are doing bad - yes i do. I have to say i give a fuck about volunteers - most of them should go to hell because most of them are worse to projects and they should/would go better without them and with a

Re: Re[2]: [PHP-DEV] Design of the Zend Engine's Instruction Set

2009-08-17 Thread Pierre Joye
On Mon, Aug 17, 2009 at 7:40 AM, Lothar Scholzsch...@scriptolutions.com wrote: Hello Stanislav, Monday, August 17, 2009, 9:46:19 AM, you wrote: SM Hi! A buggy implementation should solve as reference? Damn'd fucking college boys. This was an acceptable development method for PHP3. SM So,

Re: [PHP-DEV] Design of the Zend Engine's Instruction Set

2009-08-17 Thread Alain Williams
On Mon, Aug 17, 2009 at 12:40:54PM +0700, Lothar Scholz wrote: Hello Stanislav, Monday, August 17, 2009, 9:46:19 AM, you wrote: SM Hi! A buggy implementation should solve as reference? Damn'd fucking college boys. This was an acceptable development method for PHP3. Language like that

[PHP-DEV] PHP 5 Bug Summary Report

2009-08-17 Thread internals
PHP 5 Bug Database summary - http://bugs.php.net/ Num Status Summary (1483 total -- which includes 913 feature requests) ===[*General Issues]== 48597 Open Unclosed array keys break space escaping in $_GET/POST/REQUEST 48778

Re: [PHP-DEV] Design of the Zend Engine's Instruction Set

2009-08-17 Thread Lester Caine
Pierre Joye wrote: On Mon, Aug 17, 2009 at 7:40 AM, Lothar Scholzsch...@scriptolutions.com wrote: Hello Stanislav, Monday, August 17, 2009, 9:46:19 AM, you wrote: SM Hi! A buggy implementation should solve as reference? Damn'd fucking college boys. This was an acceptable development method

[PHP-DEV] PHP 6 Bug Summary Report

2009-08-17 Thread internals
PHP 6 Bug Database summary - http://bugs.php.net/ Num Status Summary (90 total -- which includes 41 feature requests) ===[*Compile Issues]== 49270 Open configure fails if PHP source folder path contains spaces

Re: [PHP-DEV] Design of the Zend Engine's Instruction Set

2009-08-17 Thread Greg Beaver
Lothar Scholz wrote: Hello Stanislav, Monday, August 17, 2009, 9:46:19 AM, you wrote: SM Hi! A buggy implementation should solve as reference? Damn'd fucking college boys. This was an acceptable development method for PHP3. SM So, you came to PHP developers list to call people names

[PHP-DEV] mysqlnd as a shared extension ?

2009-08-17 Thread Remi Collet
Hi, Building 5.3.1 snapshot with options --with-mysql=shared,mysqlnd --with-mysqli=shared,mysqlnd --with-pdo-mysql=shared,mysqlnd create 3 .so files, ok. But mysqlnd extension still build as static within php core. Is it a way to build mysqlnd as a shared extension ? Don't

Re: [PHP-DEV] mysqlnd as a shared extension ?

2009-08-17 Thread Jani Taskinen
On 08/17/2009 08:12 PM, Remi Collet wrote: Hi, Building 5.3.1 snapshot with options --with-mysql=shared,mysqlnd --with-mysqli=shared,mysqlnd --with-pdo-mysql=shared,mysqlnd create 3 .so files, ok. But mysqlnd extension still build as static within php core. It's not an

Re: [PHP-DEV] Re: SOAP_MARSHAL_DATETIME (or: bug #44383)

2009-08-17 Thread Johannes Schlüter
On Tue, 2009-08-11 at 14:05 +0400, Dmitry Stogov wrote: We can also just export them... Which symbols are they? Probably it make sense for the future release. php6? I think it's quite useful to export timelib as time manipulation is quite often needed. In the past we sometimes added new

Re: [PHP-DEV] mysqlnd as a shared extension ?

2009-08-17 Thread Ulf Wendel
Remi Collet schrieb: My goal will be to provides both solutions (libmysql and mysqlnd) to be able to quickly switch from one to the other (for tests / benchmark) Any idea / solution ? Andrey might have. CC'ing him. P.S. main question is probably, should we use mysqlnd under linux ?

Re: [PHP-DEV] Design of the Zend Engine's Instruction Set

2009-08-17 Thread Richard Lynch
On Sun, August 16, 2009 11:24 am, Paul Biggar wrote: Hi Stefan, On Sat, Aug 15, 2009 at 8:52 PM, Stefan Marrp...@stefan-marr.de wrote: Sometimes, it would be really interesting to know where some of the used ideas are coming from and what the reasoning was. I tend to think that its rather

Re: [PHP-DEV] Re: [PHP] PHP 6 and MySQL 5 for Dynamic Web Sites Book

2009-08-17 Thread Richard Lynch
On Thu, August 6, 2009 10:59 am, Lester Caine wrote: I suspect in 2007/8 Larry thought that PHP6 was actually going to be released some time soon, rather than inventing a new roadblock with PHP5.3 - which is what the book now needs re-writing to support? At least one of these PHP 6 books has

Re: [PHP-DEV] mysqlnd as a shared extension ?

2009-08-17 Thread Tjerk Anne Meesters
Well, if you're doing speed comparisons why not just compile both mysqlnd and mysql(i) as static? ;-) On 8/18/09, Remi Collet fed...@famillecollet.com wrote: Hi, Building 5.3.1 snapshot with options --with-mysql=shared,mysqlnd --with-mysqli=shared,mysqlnd

Re: [PHP-DEV] fopen_wrappers.c DOCUMENT_ROOT .htaccess error

2009-08-17 Thread daniel
Quoting dan...@zoltak.com: Quoting dan...@zoltak.com: Quoting Scott MacVicar sc...@macvicar.net: Ideally both should be performed to ensure the error_log path is within the open_base. In the function OnUpdateErrorLog in main.c is there anyway to obtain the HTTP_HOST or SERVER_NAME variable