[PHP-DEV] RE: [PHP-DOC] #20822 [Com]: getimagesize() returning null insteadof false

2002-12-04 Thread Derick Rethans
On Wed, 4 Dec 2002, John Coggeshall wrote: > > I've changed the getimagesize() function so that it RETURN_FALSE on > every error, and disables the error reporting if the file fails to open > (it still returns RETURN_FALSE) > > If no one has a problem, I'll commit. Where is the patch? Derick >

Re: [PHP-DEV] unset isn't a function anymore...

2002-12-04 Thread Derick Rethans
On Wed, 4 Dec 2002, Eric Coleman wrote: > Well since it isn't a function, shouldn't it be able to be used without > braces? > > Require/Include/Echo/Print all work that way? wel, no, unset() is just fine, and changing it now would make less sense. THere are more functions like this btw, isset()

[PHP-DEV] RE: [PHP-DOC] #20822 [Com]: getimagesize() returning null instead of false

2002-12-04 Thread John Coggeshall
I've changed the getimagesize() function so that it RETURN_FALSE on every error, and disables the error reporting if the file fails to open (it still returns RETURN_FALSE) If no one has a problem, I'll commit. John >-Original Message- >From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]

[PHP-DEV] unset isn't a function anymore...

2002-12-04 Thread Eric Coleman
Well since it isn't a function, shouldn't it be able to be used without braces? Require/Include/Echo/Print all work that way? Also, would it be easy to add something like ASP's sub to PHP? Basically like a function, but no return value. where the user could choose to call it without parenthases

[PHP-DEV] Bug # 20746

2002-12-04 Thread Sara Golemon
User requets that aggregation_info() be renamed to aggregate_info() to bring it inline with other functions in that module: (e.g.: aggregate(), aggregate_methods(), aggregate_properties(), etc...) It doesn't seem unreasonable to do the rename and include an alias for backward compatability. Objec

[PHP-DEV] CVS Account Request: mbretter

2002-12-04 Thread Michael Bretterklieber
new PECL radius. Frank M. Kromann wrote that i should request cvs-access. -- PHP Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP-DEV] New SNMP function names

2002-12-04 Thread John Coggeshall
+1 >-Original Message- >From: Ilia A. [mailto:[EMAIL PROTECTED]] >Sent: Wednesday, December 04, 2002 3:23 PM >To: Derick Rethans; PHP Developers Mailing List >Subject: Re: [PHP-DEV] New SNMP function names > > >Consistency is always good and adding aliases for newly added >functions see

[PHP-DEV] Re: Build warnings current HEAD and PHP_4_3 branch

2002-12-04 Thread Melvyn Sopacua
At 21:35 4-12-2002, Sascha Schumann wrote: I bet "m4 --version" shows "GNU m4 1.4o" or similar. Yep - stock gm4 for BSDi 4.3, with M4=gm4 in env. Using "GNU m4 1.4" as located on ftp.gnu.org/pub/gnu/m4/ fixes these issues. So how about a sanity check in buildconf? Met vriende

[PHP-DEV] Re: Build warnings current HEAD and PHP_4_3 branch

2002-12-04 Thread Sascha Schumann
I bet "m4 --version" shows "GNU m4 1.4o" or similar. Using "GNU m4 1.4" as located on ftp.gnu.org/pub/gnu/m4/ fixes these issues. - Sascha -- PHP Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] New SNMP function names

2002-12-04 Thread Ilia A.
Consistency is always good and adding aliases for newly added functions seems like a recipe for bloat & confusion. +1 on the proposed changes. Ilia On December 4, 2002 08:49 am, Derick Rethans wrote: > Hello, > > while browsing the CVS I found that the following functions were added > to the CV

[PHP-DEV] Build warnings current HEAD and PHP_4_3 branch

2002-12-04 Thread Melvyn Sopacua
$ ./cvsclean mdev@morpheus ~/cvs/php4 $ ./buildconf using default Zend directory buildconf: checking installation... buildconf: autoconf version 2.13 (ok) buildconf: automake version 1.5 (ok) buildconf: libtool version 1.4.3 (ok) rebuilding configure configure.in:561: AC_TRY_COMPILE was called bef

RE: [PHP-DEV] Re: sapi/fastcgi

2002-12-04 Thread Harald Radi
i wasn't able to run it succesfully on windows. i can compile it and the binary actually works, but it exits after each request instead of keep running. but this is on my todo list for the christmas holidays, so stay tuned :) harald > -Original Message- > From: Stanislav Malyshev [mailto:

Re: [PHP-DEV] Re: sapi/fastcgi

2002-12-04 Thread Stanislav Malyshev
HR>> as neither of them works you can remove both :) What do you mean neither works? I have Zeus/PHP/FastCGI install with PHP 4.2.3 running here, seems working. Am I missing something? -- Stanislav Malyshev, Zend Products Engineer [EMAIL PROTECTED] http://www.zend.com/ +972-3-6139665 ext.1

[PHP-DEV] Re: sapi/fastcgi

2002-12-04 Thread Harald Radi
> What happens to sapi/fastcgi, now that we have FastCGI support in > sapi/cgi? > > IMHO, it should be removed for PHP 4.3.0 already. as neither of them works you can remove both :) harald -- PHP Development Mailing List To unsubscribe, visit: http://www.php.net/un

[PHP-DEV] Re: persistent java virtual machine under PHP

2002-12-04 Thread Ivan Ristic
How is a persistent database connection handled then? e.g. in the mysql module? Apache 1.x pre-creates a number of server processes. Each process handles a certain number of requests (one at a time), and then dies. It is then replaced with an another server process. The number of proces

Re: [PHP-DEV] Java extension fixes

2002-12-04 Thread Sebastian Bergmann
Ray Hunter wrote: > Will this fix the errors that occur with running PHP as a servlet in > tomcat? Can't tell. I have no Tomcat environment installed at the moment. -- Sebastian Bergmann http://sebastian-bergmann.de/ http://phpOpenTracker.de/ Did I help you? Consider a g

[PHP-DEV] sapi/fastcgi

2002-12-04 Thread Sebastian Bergmann
What happens to sapi/fastcgi, now that we have FastCGI support in sapi/cgi? IMHO, it should be removed for PHP 4.3.0 already. -- Sebastian Bergmann http://sebastian-bergmann.de/ http://phpOpenTracker.de/ Did I help you? Consider a gift: http://wishlist.sebastian-berg

[PHP-DEV] Bug #20449

2002-12-04 Thread Jeraimee Hughes
Just wondering if anyone has a 'heads-up' on this issue or and insight into a fix. http://bugs.php.net/bug.php?id=20449 -- PHP Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Re: persistent java virtual machine under PHP

2002-12-04 Thread Maróy Ákos
Brad LaFountain wrote: Are you sure its getting unloaded or is it starting up in another httpd? I'm not sure which. The only thing I see is that global static variables in the shared object have their values re-initialized. Akos -- PHP Development Mailing List To unsu

Re: [PHP-DEV] Java extension fixes

2002-12-04 Thread Ray Hunter
Will this fix the errors that occur with running PHP as a servlet in tomcat? -- Ray On Wed, 2002-12-04 at 01:20, Sebastian Bergmann wrote: > "Tony J. White" wrote: > > Can someone please add this to CVS or should I contact Sam Ruby (the > > orignal author) to do it? > > Committed, > Sebastian

Re: [PHP-DEV] Re: persistent java virtual machine under PHP

2002-12-04 Thread Brad LaFountain
--- Akos Maroy <[EMAIL PROTECTED]> wrote: > Ivan Ristic wrote: > > I do not think that is possible, unless PHP engine itself > > is contained within a single process (and runs multithreaded). > > Which it isn't (under Apache 1.x & , at least). > > I'm not familiar in general with the PHP en

Re: [PHP-DEV] [PATCH] New changes to ext_skel for C++

2002-12-04 Thread J Smith
As others have pointed out, it is, but I think it would be better to simply have the code there in the generated C++ source and not at all in the C source. It would lead to less confusion imho. I guess it should kind of be assumed that if someone is going the distance to actually create an ext

[PHP-DEV] Re: persistent java virtual machine under PHP

2002-12-04 Thread Akos Maroy
Ivan Ristic wrote: I do not think that is possible, unless PHP engine itself is contained within a single process (and runs multithreaded). Which it isn't (under Apache 1.x & , at least). I'm not familiar in general with the PHP engine, so my questions may be quite stupid. Anyway: How is

[PHP-DEV] Re: persistent java virtual machine under PHP

2002-12-04 Thread Ivan Ristic
What I'm looking for is that the JVM would not be discarded on a regular basis, but it would remain persistent. I do not think that is possible, unless PHP engine itself is contained within a single process (and runs multithreaded). Which it isn't (under Apache 1.x & , at least). You c

Re: [PHP-DEV] New SNMP function names

2002-12-04 Thread Dan Kalowsky
+1 for me Although I do remember the reasoning for it, it doesn't mean I like the use of the snmpv3 naming scheme either. So if anyone has any better suggestions for these, I'd still like to hear them. On Wednesday, December 4, 2002, at 08:49 AM, Derick Rethans wrote: Hello, while browsing

[PHP-DEV] New SNMP function names

2002-12-04 Thread Derick Rethans
Hello, while browsing the CVS I found that the following functions were added to the CVS recently: + PHP_FE(snmpv3get, NULL) + PHP_FE(snmpv3walk, NULL) + PHP_FE(snmpv3realwalk, NULL) + PHP_FALIAS(snmpv3walkoid, snmpv3realwalk, NULL) + PHP_FE(snmpv3set, NULL) But th

[PHP-DEV] CVS Account Request: frogger

2002-12-04 Thread Stefan Hanauska
Contributing someting to the German translation -- PHP Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] Re: [PATCH] DB_DataObject and DB_DataObject_Generator

2002-12-04 Thread Sergey
Please disregard, wrong group :-(... Sergey wrote: Hi, Here's a small patch for the DataObject classes. The rationale is as follows. I'm using multiple databases with the same schema, and this schema is enforced so there are no differences. I'd like to use the same static options array for Da

[PHP-DEV] [PATCH] DB_DataObject and DB_DataObject_Generator

2002-12-04 Thread Sergey
Hi, Here's a small patch for the DataObject classes. The rationale is as follows. I'm using multiple databases with the same schema, and this schema is enforced so there are no differences. I'd like to use the same static options array for DataObject, except for DSN, and the same table definit

RE: [PHP-DEV] [PATCH] New changes to ext_skel for C++

2002-12-04 Thread Sascha Schumann
On Wed, 4 Dec 2002, Preston L. Bannister wrote: > That would be a big YES - as in practically all C++ compilers. It was a > part of the draft ANSI standard for C++ for rather a long time (but not in > the final standard?). Page 309, 16.8 Predefined macro names, of ISO/IEC 14882:1998 list

RE: [PHP-DEV] [PATCH] New changes to ext_skel for C++

2002-12-04 Thread Preston L. Bannister
That would be a big YES - as in practically all C++ compilers. It was a part of the draft ANSI standard for C++ for rather a long time (but not in the final standard?). -Original Message- From: Stig S. Bakken [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 04, 2002 1:23 AM Isn't __c

[PHP-DEV] persistent java virtual machine under PHP

2002-12-04 Thread Maróy Ákos
Hi, I'm trying to use the PHP / Java integration (the module in ext/java). My problem is that the Java Virtual Machine is thrown out regularly by the PHP engine. What happens is that the function jvm_create() gets called regularly when requesting new pages using the Java extension, from the fu

[PHP-DEV] Re: [PHP-DOC] Re: [PHP-DEV] Re: Modules/Extensions not in 4.3

2002-12-04 Thread Derick Rethans
On 4 Dec 2002, Stig S. Bakken wrote: > On Fri, 2002-11-29 at 18:20, Philip Olson wrote: > > > On Fri, 29 Nov 2002, Wez Furlong wrote: > > > IMO, the manual should include all of the "maintstream" PHP extensions. > > > The reasoning is that if someone downloads the PHP manual, they expect > > > to

Re: [PHP-DEV] Re: Modules/Extensions not in 4.3

2002-12-04 Thread Stig S. Bakken
On Fri, 2002-11-29 at 18:20, Philip Olson wrote: > > On Fri, 29 Nov 2002, Wez Furlong wrote: > > IMO, the manual should include all of the "maintstream" PHP extensions. > > The reasoning is that if someone downloads the PHP manual, they expect > > to get the PHP manual and not have to hunt around f

Re: [PHP-DEV] [PATCH] New changes to ext_skel for C++

2002-12-04 Thread Stig S. Bakken
Isn't __cplusplus defined for all C++ compilers? #ifdef __cplusplus extern "C" { #endif #ifdef __cplusplus } #endif This is pretty common in library header files at least. - Stig On Mon, 2002-12-02 at 16:18, J Smith wrote: > Taking a few comments into consideration, here's a new patch for add

Re: [PHP-DEV] Java extension fixes

2002-12-04 Thread Sebastian Bergmann
"Tony J. White" wrote: > Can someone please add this to CVS or should I contact Sam Ruby (the > orignal author) to do it? Committed, Sebastian -- Sebastian Bergmann http://sebastian-bergmann.de/ http://phpOpenTracker.de/ Did I help you? Consider a gift: http://wishlist.s