[PHP-DEV] PHP 4 Bug Summary Report

2006-11-27 Thread internals
PHP 4 Bug Database summary - http://bugs.php.net Num Status Summary (624 total including feature requests) ===[Apache2 related]== 38670 Open Whole 4.4.x branch has problem with open_basedir option nested from Apache2 38915 Open

[PHP-DEV] RE : [PHP-DEV] How to release an experimental extension ?

2006-11-27 Thread OURY David
Thank you for the tip. I engage the process right away :) The beta version of this extension works fine, but it still requires a few more features and more stabilization though. David OURY [EMAIL PROTECTED] -Message d'origine- De : Johannes Schlüter [mailto:[EMAIL PROTECTED] Envoyé :

[PHP-DEV] PHP 5 Bug Summary Report

2006-11-27 Thread internals
PHP 5 Bug Database summary - http://bugs.php.net Num Status Summary (660 total including feature requests) ===[*Compile Issues]== 39372 Suspended Incompatibility in the PHP API. 39589 Feedback Configure/compilation ignoring --with-pc

[PHP-DEV] Cross-extension resource

2006-11-27 Thread Mauro N. Infantino
Hi all, I'm writing an extension in order to achieve better performance in a specific module from our application. Right now, I'm trying to use an already established mysql connection (with mysql_connect) in our extension, so we don't have to connect to the database twice, since that connection is

[PHP-DEV] thread unsafety inventory

2006-11-27 Thread Ron Korving
Internals, I have gone through the PHP codebase (latest 5.2 CVS), looking for the use of thread unsafe functions, and I found a number. I have virtually no experience in the PHP codebase, so I can't guarantee there are no false alarms in this, but I think the majority is valid. I noticed that main

Re: [PHP-DEV] PHP 5.2.0: "Hooks for tracking file upload progress were introduced."

2006-11-27 Thread nick loeve
Hello, As another example an extension i maintain will scan a file on upload using clamav: http://trickie.org/code/phplibclamav.php -- Nick Loeve -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] Final call for papers: Asia Modelling Symposium 2007 (AMS2007)

2006-11-27 Thread Al-Dabass, David
CALL FOR PAPERS ASIA MODELLING SYMPOSIUM AMS 2007 27-30 March 2007 Phuket, Thailand Papers are invited on any aspect of modelling and simulation for intelligent systems. Dealing with complexity often involves the use of intelligent and adaptive design methods. New paradigms in computational

Re: [PHP-DEV] thread unsafety inventory

2006-11-27 Thread Ilia Alshanetsky
On 27-Nov-06, at 3:24 PM, Ron Korving wrote: rand: (use rand_r) ext/mcrypt/mcrypt.c on line 1042 ext/soap/php_http.c on line 467 The first two are now fixed. ext/sqlite/libsqlite/src/encode.c on lines 204, 213 (external code library) These two uses are a non-issue as they are located i

Re: [PHP-DEV] Re: [EMAIL PROTECTED] RE: [PHP-DEV] new apache fastcgi implementation and phpfastcgi patch

2006-11-27 Thread Mathieu CARBONNEAUX
Why php cannot be able to be a real application server!? :) no, no, no i've not said that... :) ok... no really, separating static from dynamic serving are not in the logic of reverse proxy apache "scheme" handler implementation who serve by default all file from path to a backend...

[PHP-DEV] ldap_sasl_bind & GSSAPI question.

2006-11-27 Thread Back Ports
Hi all, Does anyone know if GSSAPI support based on patches mentioned in bug report: 30819 (http://bugs.php.net/bug.php?id=30819) are still in CVS (or part of php-5.2.0)? If not, could someone kindly point me to the patch (if it's still out there). Appreciate any input, thanks. Mustafa. -- PH