Re: [PHP-DEV] Re: [PHP-CVS] cvs: php-src /ext/mysql mysql.dsp

2003-06-28 Thread Sebastian Bergmann
Shane Caraveo wrote: > I'm simply pointing include and lib paths in vc6 to the include and > lib directories of an installed mysql 3.x and it's working fine. Hm, I'm pointing it to an installed MySQL 4.0.13. Georg? Zak? -- Sebastian Bergmann http://sebastian-bergmann.de/ http

Re: [PHP-DEV] Re: [PHP-CVS] cvs: php-src /ext/mysql mysql.dsp

2003-06-28 Thread Shane Caraveo
Sebastian Bergmann wrote: Shane Caraveo wrote: shane Sat Jun 28 18:28:44 2003 EDT Modified files: /php-src/ext/mysql mysql.dsp Log: fix building mysql as a loadable extension I still get php_mysql.obj: error LNK2001: Unresolved external symbol [EMAIL PROTECTED] php_my

[PHP-DEV] Re: [PHP-CVS] cvs: php-src /ext/mysql mysql.dsp

2003-06-28 Thread Sebastian Bergmann
Shane Caraveo wrote: > shane Sat Jun 28 18:28:44 2003 EDT > > Modified files: > /php-src/ext/mysqlmysql.dsp > Log: > fix building mysql as a loadable extension I still get php_mysql.obj: error LNK2001: Unresolved external symbol [EMAIL PROTECTED] php_my

[PHP-DEV] xml_set_element_handler and xml_parse

2003-06-28 Thread Jeremy S. Johnstone
I am running into a strange problem which goes in direct opposition to what is said in the documentation. I need to know what is the correct behaviour before I update the documentation. Problem is this: With the function xml_set_element_handler, if you don't set an actual end element handler (you

Re: [PHP-DEV] aggregation?

2003-06-28 Thread Andrei Zmievski
On Sat, 28 Jun 2003, Sebastian Bergmann wrote: > Wei He wrote: > > Now they are even going to remove aggregation. > > It is gone. And all my amusingly frustrting comments along with it? :) -Andrei Commitment, n.: Commitment can be illustrated by a breakfast of ham and eggs. The chicken was in

[PHP-DEV] New PCRE features

2003-06-28 Thread Andrei Zmievski
Some news on PCRE front: 1. I've upgraded the bundled PCRE library to version 4.3 which has some interesting new features. 2. I added new parameter to preg_match* functions that can be used to specify the starting offset of the subject string to start matching from. The offset can be po

Re: [PHP-DEV] (ATTENTION) Pre-Beta

2003-06-28 Thread Ken Tossell
Quoting Ketszeri Csaba <[EMAIL PROTECTED]>: > Hello! > > I've dig the site and google for two hours to find > a doc about how to compile and install php5. > Found nothing. :( > Please drop me an url or a few lines if you can. ./configure --with-apxs=/path/to/your/apxs make make install apache

Re: [PHP-DEV] (ATTENTION) Pre-Beta

2003-06-28 Thread Ketszeri Csaba
Hello! I've dig the site and google for two hours to find a doc about how to compile and install php5. Found nothing. :( Please drop me an url or a few lines if you can. I run apache 1.3 under debian woody. Thank you: Csabii > Btw, compiles and tests fine. -- PHP Internals - PHP Runtime D

Re: [PHP-DEV] Apache 2 support

2003-06-28 Thread Wojtek Meler
Matt Parlane wrote: From that, can I assume that using PHP by itself with no external libraries is stable with Apache 2? I don't think so... http://bugs.php.net/bug.php?id=16820 is still open. But if you don't limit time for scripts it should work. regards, Wojtek -- PHP Internals - PHP Runtim

[PHP-DEV] Error handling code compatible with both PHP 4 and PHP 5

2003-06-28 Thread Jeff Moore
I've been doing some thinking about how to write error handling code that can run in both PHP 4 and PHP 5. Under the current situation, it looks like you have to resort to the lowest common denominator of PHP 4 to make error handling code that works under both versions. Here is a proposal for chan

Re: [PHP-DEV] (ATTENTION) Pre-Beta

2003-06-28 Thread Ilia A.
The > date_sunrise() and date_sunset() functions > [ext/standard/tests/general_functions/sunfuncts.phpt] test failure was the result of Source distro :: > > http://www.php.net/~sterling/php5/ > > Win32 binaries :: > > http://www.php.net/~edink/php-5.0.0b1-Win32.zip > > Download, compile, test. >

Re: [PHP-DEV] Re: networking bugs and bugme.osdl.org (fwd)

2003-06-28 Thread Pierre-Alain Joye
On Sat, 28 Jun 2003 19:37:54 +0200 Andi Gutmans <[EMAIL PROTECTED]> wrote: > We should force maintainers to subscribe to their sections :) This is what I plan for bugs.pear :-) pierre -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Re: networking bugs and bugme.osdl.org (fwd)

2003-06-28 Thread Andi Gutmans
At 06:15 PM 28/6/2003 +0200, Sascha Schumann wrote: On Sat, 28 Jun 2003, Andi Gutmans wrote: > It might be a good idea to assign responsibilities to people. For example, > the XML extension author would only get his bug reports and so on. That's the idea behind bugs- mailing lists (also ac

Re: [PHP-DEV] Re: networking bugs and bugme.osdl.org (fwd)

2003-06-28 Thread Sascha Schumann
On Sat, 28 Jun 2003, Andi Gutmans wrote: > It might be a good idea to assign responsibilities to people. For example, > the XML extension author would only get his bug reports and so on. That's the idea behind bugs- mailing lists (also accessible through nntp). People who are interested

Re: [PHP-DEV] Re: networking bugs and bugme.osdl.org (fwd)

2003-06-28 Thread Andi Gutmans
It might be a good idea to assign responsibilities to people. For example, the XML extension author would only get his bug reports and so on. Andi -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Re: networking bugs and bugme.osdl.org (fwd)

2003-06-28 Thread Jani Taskinen
On Sat, 28 Jun 2003, Sascha Schumann wrote: >> But if the summaries contain only screened (== verified) reports, >> and sent one per category? Better ideas would be appreciated, of course. > >Well, I pretty much embrace the idea that reports ought to >fall through the cracks, if th

Re: [PHP-DEV] Re: networking bugs and bugme.osdl.org (fwd)

2003-06-28 Thread Sascha Schumann
> But if the summaries contain only screened (== verified) reports, > and sent one per category? Better ideas would be appreciated, of course. Well, I pretty much embrace the idea that reports ought to fall through the cracks, if they don't bother developers enough to address t

Re: [PHP-DEV] Re: networking bugs and bugme.osdl.org (fwd)

2003-06-28 Thread Jani Taskinen
On Sat, 28 Jun 2003, Sascha Schumann wrote: >> I think I get now what you're after and I already am thinking >> of some ways to improve this. This mail has some nice ideas we could >> adopt: > >These points are interesting from my pov as a lazy developer. > >(a) make bug report

Re: [PHP-DEV] Re: networking bugs and bugme.osdl.org (fwd)

2003-06-28 Thread Sascha Schumann
> I think I get now what you're after and I already am thinking > of some ways to improve this. This mail has some nice ideas we could > adopt: These points are interesting from my pov as a lazy developer. (a) make bug reports automatically vanish after some time (elim

Re: [PHP-DEV] Re: networking bugs and bugme.osdl.org (fwd)

2003-06-28 Thread Jani Taskinen
On Sat, 28 Jun 2003, Sascha Schumann wrote: >On Sat, 28 Jun 2003, Jani Taskinen wrote: > >> >> And the point was..? AFAICT, our system works fine. >> Seemed like the linux dudes are way behind. :) > >Count the developers who regularly access the bug db. >Contrast that number to the

Re: [PHP-DEV] Re: networking bugs and bugme.osdl.org (fwd)

2003-06-28 Thread Rasmus Lerdorf
On Sat, 28 Jun 2003, Sascha Schumann wrote: > On Sat, 28 Jun 2003, Jani Taskinen wrote: > > > > > And the point was..? AFAICT, our system works fine. > > Seemed like the linux dudes are way behind. :) > > Count the developers who regularly access the bug db. > Contrast that number t

[PHP-DEV] PHP 4 Bug Summary Report

2003-06-28 Thread internals
PHP 4 Bug Database summary - http://bugs.php.net Num Status Summary (950 total including feature requests) ===[*Configuration Issues] 20490 Analyzed enable versioning not supported on OSX 21195 Verified Configure warnings/errors 21973 O

Re: [PHP-DEV] Re: networking bugs and bugme.osdl.org (fwd)

2003-06-28 Thread Sascha Schumann
On Sat, 28 Jun 2003, Jani Taskinen wrote: > > And the point was..? AFAICT, our system works fine. > Seemed like the linux dudes are way behind. :) Count the developers who regularly access the bug db. Contrast that number to the overall number of C developers. Notice how the b

Re: [PHP-DEV] Re: networking bugs and bugme.osdl.org (fwd)

2003-06-28 Thread Jani Taskinen
And the point was..? AFAICT, our system works fine. Seemed like the linux dudes are way behind. :) --Jani On Sat, 28 Jun 2003, Sascha Schumann wrote: >There is a thread on the netdev mailing list right now >regarding bug databases. Lots of interesting points, some

Re: [PHP-DEV] (ATTENTION) Pre-Beta

2003-06-28 Thread Antony Dovgal
On Sat, 28 Jun 2003 16:53:00 +0400 Antony Dovgal <[EMAIL PROTECTED]> wrote: http://bugs.php.net/bug.php?id=24286 sorry, this bug is already reported. --- WBR, Antony Dovgal aka tony2001 [EMAIL PROTECTED] -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.p

Re: [PHP-DEV] (ATTENTION) Pre-Beta

2003-06-28 Thread Antony Dovgal
Hi all! There are some troubles with PHP5-beta-1: With simple code like this: array_var[0][0][0] = "test_method"; } function test_method($echo_var) { echo $echo_var; } } $test_obj = new test; $test_obj->array_var[0][0][0]("simple test"); //line 15 ?> I get "Fatal error: Metho

Re: [PHP-DEV] (ATTENTION) Pre-Beta

2003-06-28 Thread Edin Kadribasic
URLs for the downloads have been changed: Source: http://downloads.php.net/sterling/ Win32 binaries: http://downloads.php.net/edink/ Edin On 28 Jun 2003, Sterling Hughes wrote: > Source distro :: > > http://www.php.net/~sterling/php5/ > > Win32 binaries :: > > http://www.php.net/~edink/

Re: [PHP-DEV] removing bundled libmysql

2003-06-28 Thread David Axmark
On Sat, 2003-06-21 at 18:14, Sascha Schumann wrote: > > I'm putting this message out as a feeler. I'm going to go ahead and > > remove the mysql library from the PHP source tree. This won't affect > > the extension, it simply means we won't be bundling the *library* with > > PHP anymore. This is

[PHP-DEV] CVS Account Request: lodger

2003-06-28 Thread Eric Lee
Because I have look for a translate doc very long time, but that take me a long time. So I have translate it's to one of a version. "phpdoc" is I wish to access for completed my jobs -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Apache 2 support

2003-06-28 Thread Sascha Schumann
On Sat, 28 Jun 2003, Dmitri Dmitrienko wrote: > > We could of course mutex every call to every external function. Then we > > could be reasonably sure it would work, and at the same time we could be > > sure that it was much slower than running it non-threaded. > > Any crash in an area protected

Re: [PHP-DEV] (ATTENTION) Pre-Beta

2003-06-28 Thread Jan Schneider
Zitat von Sterling Hughes <[EMAIL PROTECTED]>: > Source distro :: > > http://www.php.net/~sterling/php5/ > > Win32 binaries :: > > http://www.php.net/~edink/php-5.0.0b1-Win32.zip > > Download, compile, test. Just something that doesn't have something to do with the pre-beta, but this HEAD general

Re: [PHP-DEV] Apache 2 support

2003-06-28 Thread Dmitri Dmitrienko
> We could of course mutex every call to every external function. Then we > could be reasonably sure it would work, and at the same time we could be > sure that it was much slower than running it non-threaded. Any crash in an area protected by mutex would leave this mutex in non-released state an

[PHP-DEV] leaks during make install

2003-06-28 Thread Derick Rethans
Hello, I still have these memory leaks on "make install" in the latest PHP 5 CVS: [PEAR] Console_Getopt - already installed: 1.0 [PEAR] PEAR - upgraded: 1.2b2 /dat/dev/php/php-5.0.0dev/Zend/zend_operators.c(1083) : Freeing 0x086F778C (9 bytes), script=/dat/dev/php/php-5.0.0dev/pear/

Re: [PHP-DEV] (ATTENTION) Pre-Beta

2003-06-28 Thread Wez Furlong
extract the tarball again, but before you build it, touch ext/sqlite/libsqlite/src/parse.c Most likely, the .c has the same timestamp as the .y file after all the CVS troubles. --Wez. - Original Message - From: "Allowee" <[EMAIL PROTECTED]> To: "Sterling Hughes" <[EMAIL PROTECTED]>; <[E

Re: [PHP-DEV] (ATTENTION) Pre-Beta

2003-06-28 Thread Allowee
On Saturday 28 June 2003 10:40, Sterling Hughes wrote: > Source distro :: > > http://www.php.net/~sterling/php5/ > > Win32 binaries :: > > http://www.php.net/~edink/php-5.0.0b1-Win32.zip > > Download, compile, test. i've got a problem with sqlite ./configure --with-sqlite=shared make: /bin/sh

[PHP-DEV] (ATTENTION) Pre-Beta

2003-06-28 Thread Sterling Hughes
Source distro :: http://www.php.net/~sterling/php5/ Win32 binaries :: http://www.php.net/~edink/php-5.0.0b1-Win32.zip Download, compile, test. The following tests should fail on make test for a stock php build:: = FAILED TE

Re: [PHP-DEV] Behaviour of put_file_contents()?

2003-06-28 Thread Derick Rethans
On Sat, 28 Jun 2003, Paul Hudson wrote: > All, > > The manual currently doesn't specify what the function file_put_contents > returns beyond just "int". The code prototype says string, and the function > appears to return a boolean rather than any integer (at least in the latest > CVS). Whic