Re: [PHP-DEV] Inclusion of PHP LiteSpeed SAPI in the standard PHP distribution?

2008-04-23 Thread George Wang
Hi Johannes, Derick just copied it on the CVS server to php-src/sapi/litespeed and gave you karma, please make a checkout of the PHP tree and test if all works, then do a "cvs rm" on the old files in PECL so that's cleaned. That's great! Thanks for the update. Checkout a copy of php-src/sap

[PHP-DEV] Re: Unresolved external symbol __mysqlnd_debug

2008-04-23 Thread Edward Z. Yang
Johannes Schlüter wrote: > Please do a cvs up and try again, thanks, mysqli working like a charm, thanks! -- Edward Z. YangGnuPG: 0x869C48DA HTML Purifier Anti-XSS Filter [[ 3FA8 E9A9 7385 B691 A6FC B3CB A933 BE7D 869C 48DA ]] -- PHP Interna

[PHP-DEV] Re: Unresolved external symbol __mysqlnd_debug

2008-04-23 Thread Johannes Schlüter
Hi, On Tue, 2008-04-22 at 22:56 -0400, "Edward Z. Yang" wrote: > I'm getting this fatal error compiling mysqli under Windows: > > Creating library Release\php_mysqli.lib and object Release\php_mysqli.exp > mysqli_api.obj : error LNK2019: unresolved external symbol > __mysqlnd_debug referenced in

[PHP-DEV] valgrind reports a problem in ext/session/tests/session_decode_error2.phpt

2008-04-23 Thread Antony Dovgal
Just a minor heads up. There seem to be a problem in the unserializer discovered with help of ext/session/tests/session_decode_error2.phpt (see below). I don't know this part of the code good enough to fix it, so whoever does - please take a look at it. Thanks. ==18510== Invalid read of siz

RE: [PHP-DEV] Unable to unit test code containing *_uploaded_file()

2008-04-23 Thread Jared Williams
> -Original Message- > From: Piotr Czachur [mailto:[EMAIL PROTECTED] > Sent: 23 April 2008 12:36 > To: internals@lists.php.net > Subject: [PHP-DEV] Unable to unit test code containing > *_uploaded_file() > > Hello! > > I use PHPUnit for unit testing of my application (but this > iss

Re: [PHP-DEV] Unable to unit test code containing *_uploaded_file()

2008-04-23 Thread Sebastian Bergmann
Pierre Joye schrieb: However, as far as I remember phpunit does not "fork" php and uses the current instance and that will not allow you to use the phpt method. If it is not the case, then it should be relatively easy to port the phpt system to phpunit (or use phpt :). PHPUnit_Extensions_PhptT

Re: [PHP-DEV] Unresolved external symbol __mysqlnd_debug

2008-04-23 Thread Edward Z. Yang
Antony Dovgal wrote: > Is this HEAD? Or 5_3 ? 5_3. HEAD has way too many errors and failing extensions on Windows for me to care right now. :-) -- Edward Z. YangGnuPG: 0x869C48DA HTML Purifier Anti-XSS Filter [[ 3FA8 E9A9 7385 B691 A6FC B3CB A

[PHP-DEV] CVS Account Request: hamano

2008-04-23 Thread Tsukasa Hamano
I wrote a PHP extension that wrapper for TCC(http://fabrice.bellard.free.fr/tcc/) I want to commit this code. related post is here: http://news.php.net/php.pecl.dev/5402 -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.p

Re: [PHP-DEV] Unable to unit test code containing *_uploaded_file()

2008-04-23 Thread Pierre Joye
On Wed, Apr 23, 2008 at 1:35 PM, Piotr Czachur <[EMAIL PROTECTED]> wrote: > I use PHPUnit for unit testing of my application (but this issue is > independent of PHPUnit). Tests are run from command line so it's not > way (that I can imagine) to simulate file upload, because app code > uses is_

Re: [PHP-DEV] Unable to unit test code containing *_uploaded_file()

2008-04-23 Thread Alexey Zakhlestin
On Wed, Apr 23, 2008 at 3:35 PM, Piotr Czachur <[EMAIL PROTECTED]> wrote: > Hello! > > I use PHPUnit for unit testing of my application (but this issue is > independent of PHPUnit). Tests are run from command line so it's not > way (that I can imagine) to simulate file upload, because app code >

[PHP-DEV] Unable to unit test code containing *_uploaded_file()

2008-04-23 Thread Piotr Czachur
Hello! I use PHPUnit for unit testing of my application (but this issue is independent of PHPUnit). Tests are run from command line so it's not way (that I can imagine) to simulate file upload, because app code uses is_uploaded_file() to check if file was really uploaded. In my opionion some funct

Re: [PHP-DEV] Building PHP. Clean builds. Noisy redefines.

2008-04-23 Thread Richard Quadling
On 22/04/2008, Jarismar Chaves da Silva <[EMAIL PROTECTED]> wrote: > > Greetings, > I'm also having some fun with php devel on windows and I just would like > to report that along with _WIN32_WINNT there are few others macro > redefinitions. Here is the warnings I saw on last compilation... >

[PHP-DEV] new PostgreSQL API (was Re: [PHP-DEV] CVS Account Request)

2008-04-23 Thread Tatsuo Ishii
> On 17.04.2008 18:50, Tatsuo Ishii wrote: > > Here are the patches against 5.2 HEAD. > > First of all, please use `diff -u`, not just `diff` - unified diffs are much > more readable. Ok. I'll do it next time. > > Modified API's are: > > > > 1) pg_lo_create now accepts an optional parameter (l

Re: [PHP-DEV] CVS Account Request

2008-04-23 Thread Hannes Magnusson
On Wed, Apr 23, 2008 at 2:33 AM, Tatsuo Ishii <[EMAIL PROTECTED]> wrote: > I posted requested patches about a week ago and so far I have gotten > no response. Maybe this means my patches were rejected by some reasons > which I don't know? It can mean several things, for instance: - Weird subjec

Re: [PHP-DEV] CVS Account Request

2008-04-23 Thread Antony Dovgal
On 17.04.2008 18:50, Tatsuo Ishii wrote: Here are the patches against 5.2 HEAD. First of all, please use `diff -u`, not just `diff` - unified diffs are much more readable. Modified API's are: 1) pg_lo_create now accepts an optional parameter (large object id). This corresponds to lo_crea

Re: [PHP-DEV] Unresolved external symbol __mysqlnd_debug

2008-04-23 Thread Antony Dovgal
Is this HEAD? Or 5_3 ? On 23.04.2008 06:56, Edward Z. Yang wrote: I'm getting this fatal error compiling mysqli under Windows: Creating library Release\php_mysqli.lib and object Release\php_mysqli.exp mysqli_api.obj : error LNK2019: unresolved external symbol __mysqlnd_debug referenced in funct