[PHP-DEV] php engine as shared library?

2006-10-10 Thread Dirk
the options of the configure script... ..but ended up subscribing here... How do I compile the whole php engine as a shared lib? It must work somehow... Why else would there be something like php-config? Please, somebody, lemme know what todo/read... Thanks, Dirk -- PHP Internals - PHP Runt

Re: [PHP-DEV] Change all XFAIL tests to FAIL

2012-03-29 Thread Dirk Haun
on to tests now (which is a good thing!), maybe it's time to take this one step further. bye, Dirk -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] CVS Account Request: krid_

2007-11-28 Thread Dirk Randhahn
Please send me a new CVS password as I forgot mine for the account krid ([EMAIL PROTECTED]) (Don't create a new account!) -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] Status of PHP 4.4.3?

2006-06-25 Thread Dirk Haun
s a "PHP sucks" or "PHP's security sucks" comment. This is just a friendly reminder that there are people out there that are still deploying applications that will have to run on PHP 4 and a plea for not neglecting that part of your user base. Thanks for your attention.

[PHP-DEV] Re: PHP 5.2.12RC2 Testing

2009-11-27 Thread Dirk Haun
usr/local/mysql --with-apxs2=/usr/local/apache/bin/apxs --with-xmlrpc --with-zlib --with-openssl --with-mhash --with-ldap --with-gd bye, Dirk -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] dangerous handling of security bugs

2010-07-14 Thread Dirk Haun
of a good alternative right now. But if a bug was closed with a more neutral "can't reproduce", "works as designed" or something like that then maybe there wouldn't be such strong reactions? Just an observation from the side lines ... bye, Dirk -- PHP Inter

Re: [PHP-DEV] PHP 5.3.8 Released!

2011-08-24 Thread Dirk Haun
est" sends back to php.net? There are always a few tests failing (I don't think I ever installed a PHP version - final or not - that didn't have at least one or two failing tests). Where do those reports end up and is anyone actually looking at them? bye, Dirk -- PHP Internals - P

Re: [PHP-DEV] PHP 5.3.8 Released!

2011-08-24 Thread Dirk Haun
time. it was working when I sent the mailt. it would be a weird coincidence... Works for me. However, it's still not clear (to me) what's happening to these reports once they're up there. Is anyone looking at them? bye, Dirk -- PHP Internals - PHP Runtime Develop

Re: [PHP-DEV] CI for 5.4

2011-11-08 Thread Dirk Haun
Bug #60082 also seems to let the PHP CLI running, even after "make test" has finished. I've reported this here: https://bugs.php.net/bug.php?id=60225 bye, Dirk -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] What's the correct way to report a regression?

2011-11-10 Thread Dirk Haun
f bug #48555, I can't edit it to update the affected PHP version. Should I have opened a new bug report instead? Would that have gotten someone's attention? bye, Dirk -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] RAW_POST_DATA in PHP 5.2.2RC2

2007-04-29 Thread Dirk Haun
I just spent about an hour debugging some XML-RPC communication only to find that the problem was not in my code but in PHP 5.2.2RC2 apparently. I'm using PEAR::XML_RPC (current version) which seems to rely on $HTTP_RAW_POST_DATA. And even though I had always_populate_raw_post_data = Off in my php

[PHP-DEV] Bug? Raw POST data in PHP 5.2.2, take two

2007-05-04 Thread Dirk Haun
s on a Linux box, but I have confirmation (thanks, Mike) of the same thing happening on Windows. Can anyone please 1) confirm this or tell me what I'm doing wrong and 2) tell me what else I should have done (other than posting here and emailing Ilia, as the PHP 5 release manager), in case I ev

Re: [PHP-DEV] Bug? Raw POST data in PHP 5.2.2, take two

2007-05-04 Thread Dirk Haun
om php://input ? I have to admit that I wouldn't know how to do that - never used php:// input before. It also wouldn't help with the PEAR::XML_RPC package (which we normally use on the receiving end). bye, Dirk -- http://www.geeklog.net/ http://geeklog.info/ -- PHP Internals - PHP Run

Re: [PHP-DEV] Bug? Raw POST data in PHP 5.2.2, take two

2007-05-05 Thread Dirk Haun
s are working fine with PHP 4.4.7. bye, Dirk -- http://www.geeklog.net/ http://geeklog.info/ -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Bug? Raw POST data in PHP 5.2.2, take two

2007-05-07 Thread Dirk Haun
assume. And since people will be updating quickly due to the security issues fixed with 5.2.2, they may be in for a surprise. So can we have an update soon, please? bye, Dirk P.S. And if anyone would be willing to answer some of the questions from my original post, I'd be grateful. --

Re: [PHP-DEV] Bug? Raw POST data in PHP 5.2.2, take two

2007-05-07 Thread Dirk Haun
ay, but XML-RPC is used for Pingbacks, Trackbacks, and for pinging weblog directories like Technorati. That's something like the backbone of the entire "blogosphere". bye, Dirk -- http://www.geeklog.net/ http://geeklog.info/ -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] question regarding type hinting parameters of php functions (array_slice)

2007-11-28 Thread Dirk Thomas / 4wd media
(perhaps i do something wrong?) Of course i can use int's, but in my opinion either a warning should be given or the function should gracefully handle the wrong typed parameter. Is this problem specific to "array_splice" or the same with other functions? It works with 5.2.x without