Re: [PHP-DEV] PHp Warning

2007-10-24 Thread Tomas Kuliavas
>> > Yes, remove any lines in your php.ini that reference those files. > > Thanks for your response... > > i have commented the mysql.so module in php.ini.. but i couldn't find > another two modules in php.ini... > > which files are related to odbc.so and pdo_odbc.so modules?? Test your PHP setup.

Re: [PHP-DEV] PHp Warning

2007-10-24 Thread sivasakthi
On Wed, 2007-10-24 at 10:04 -0400, Daniel Brown wrote: > On 10/24/07, John Mertic <[EMAIL PROTECTED]> wrote: > > Yes, remove any lines in your php.ini that reference those files. > > > > John > > > > Thanks for your response... i have commented the mysql.so module in php.ini.. but i couldn't f

Re: [PHP-DEV] Autoloading namespace constants and functions

2007-10-24 Thread Stanislav Malyshev
A few different proposals have mentioned the possibility that import or use statements might trigger autoload. I don't think it's a good idea. Import is a compile-time name transformation, it doesn't even have to be a name of any real class or namespace. The missing piece would be allowing a

[PHP-DEV] Autoloading namespace constants and functions

2007-10-24 Thread Chuck Hagenbuch
A few different proposals have mentioned the possibility that import or use statements might trigger autoload. My initial reaction is that this would be bad, BUT: it could let us use autoload to handle namespaced function libraries and namespace constants also - as long as they were importe

Re: [PHP-DEV] DOM shortcuts

2007-10-24 Thread Keryx Web
Rob Richards skrev: > These would most certainly not make the standard. The first already exists in the form of textContent in Level 3 specs. The first one was not on my agenda. Sorry for my lack of clarity. > The second is a limited piece of functionality for creating content within an elem

Re: [PHP-DEV] DOM shortcuts

2007-10-24 Thread Lars Gunther
Rob Richards skrev: These would most certainly not make the standard. The first already exists in the form of textContent in Level 3 specs. The first one was not on my agenda. Sorry for my lack of clarity. The second is a limited piece of functionality for creating content within an element

Re: [PHP-DEV] Interbase bugfixes

2007-10-24 Thread Lester Caine
Lars Westermann wrote: I can't find any changed files en ext/interbase on the PHP_5_2 branch ... Which file contains the fix? I can even tell you which lines were changed since 5_1: http://cvs.php.net/viewvc.cgi/php-src/ext/interbase/ibase_blobs.c?r1=1.13&r2=1.9.2.2 Highlighted the problem

Re: [PHP-DEV] Re: import/use last call

2007-10-24 Thread Sebastian Nohn
Marcus Boerger wrote: > Hello Sebastian, > > erm you are not going to use the stuff then? Of course. I was just trying to explain, what the plain words sound like to me. > marcus > > Wednesday, October 24, 2007, 8:11:50 AM, you wrote: > >> Gregory Beaver wrote: >>> Giedrius D wrote: On

Re: [PHP-DEV] Re: import/use last call

2007-10-24 Thread Sebastian Nohn
Marcus Boerger wrote: > Hello Sebastian, > > erm you are not going to use the stuff then? Of course. I was just trying to explain what the plain words sound like. > marcus > > Wednesday, October 24, 2007, 8:11:50 AM, you wrote: > >> Gregory Beaver wrote: >>> Giedrius D wrote: On 10/23/0

Re: [PHP-DEV] Re: import/use last call

2007-10-24 Thread Marcus Boerger
Hello Sebastian, erm you are not going to use the stuff then? marcus Wednesday, October 24, 2007, 8:11:50 AM, you wrote: > Gregory Beaver wrote: >> Giedrius D wrote: >>> On 10/23/07, Gregory Beaver <[EMAIL PROTECTED]> wrote: >>> Anyway my main question was: is there any reason not to use key

[PHP-DEV] Re: PDO Firebird bugfixes - once again :)

2007-10-24 Thread Lars Westermann
"Live and learn" ... Trying once again: Please find attached a unified diff (diff -u) for 4 files addressing bugfixes for PDO_firebird in the PHP_5_3 branch. The following bug reports are addressed: Bug #36128 (Interbase PDO - timestamp columns return NULL) When pdo_firebird is enabled, and in

[PHP-DEV] Re: Interbase bugfixes - once again :)

2007-10-24 Thread Lars Westermann
"Live and learn" ... Starting all over! Please find attached a unified diff (diff -u) for interbase/ibase_query.c (PHP_5_3 branch), which addresses the following bug reports: Bug #30907: (ibase_query() crashes (in fact the same bug as #32143) Bug #32143: (ibase_query() causing IBserver 7 crash w

Re: [PHP-DEV] PHp Warning

2007-10-24 Thread Daniel Brown
On 10/24/07, John Mertic <[EMAIL PROTECTED]> wrote: > Yes, remove any lines in your php.ini that reference those files. > > John > > On 10/24/07, sivasakthi <[EMAIL PROTECTED]> wrote: > > Hi All, > > > > When ever i have executed the php files it throws the following warning > > message, > > > > >

Re: [PHP-DEV] PHp Warning

2007-10-24 Thread John Mertic
Yes, remove any lines in your php.ini that reference those files. John On 10/24/07, sivasakthi <[EMAIL PROTECTED]> wrote: > Hi All, > > When ever i have executed the php files it throws the following warning > message, > > > PHP Warning: PHP Startup: Unable to load dynamic library > '/usr/lib/ph

[PHP-DEV] PHp Warning

2007-10-24 Thread sivasakthi
Hi All, When ever i have executed the php files it throws the following warning message, PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib/php/modules/msql.so' - /usr/lib/php/modules/msql.so: cannot open shared object file: No such file or directory in Unknown on line 0 PHP War

Re: [PHP-DEV] Interbase bugfixes

2007-10-24 Thread Lester Caine
Lars Westermann wrote: I've had a long mail-dialogue with Wez regarding bugfixes for the Interbase modules (the old interbase and the new PDO version). In the PHP_5_3 branch I have worked on the files mentioned below. As these files aren't changed from the PHP_5_2 branch, the bugfixes will easil

Re: [PHP-DEV] DOM shortcuts

2007-10-24 Thread Rob Richards
Hi, Keryx Web wrote: 1. When using the shortcut DOMElement::nodeValue on an element node, where the standard says DOMElement::firstChild::nodeValue, is there any difference whatsoever between DOMElement::nodeValue and DOMElement::textContent? None whatsoever. nodeValue on an element was added fo

[PHP-DEV] Req: add versioning information to ALL php extensions

2007-10-24 Thread Gaetano Giunta
Hello everybody. I just stumbled on an oci bug (piecewise saving data to lobs eats one char for every piece) that has been fixed in the pecl version of the oci extension, starting from rev. 1.0, and in the bundled php extension, starting with php 5.1.6. Needless to say, the only way to code

[PHP-DEV] CVS Account Request: linemayr

2007-10-24 Thread Lukas Linemayr
I maintain the documentation of DB_NestedSet and DB_NestedSet2 -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] CVS Account Request: khan

2007-10-24 Thread Daniel Khan
I am maintainer of PEAR::DB_NestedSet2 -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] DOM shortcuts

2007-10-24 Thread Keryx Web
Hi! I am trying to understand the internal workings of two PHP-additions to the DOM-functionality. 1. When using the shortcut DOMElement::nodeValue on an element node, where the standard says DOMElement::firstChild::nodeValue, is there any difference whatsoever between DOMElement::nodeValue an

Re: [PHP-DEV] php-fpm: patch for php4/5 to greatly improve FastCGI SAPI usage in production

2007-10-24 Thread Antony Dovgal
On 24.10.2007 11:21, Stanislav Malyshev wrote: >>> Hi, This was posted by the author of nginx (http://nginx.net/) a high >>> performance web-server/reverse proxy on the nginx mailing list >>> >>> http://php-fpm.anight.org/ >>> >>> Pages are primarily in Russian so if somebody can read/comment/blog

Re: [PHP-DEV] php-fpm: patch for php4/5 to greatly improve FastCGI SAPI usage in production

2007-10-24 Thread Stanislav Malyshev
Hi, This was posted by the author of nginx (http://nginx.net/) a high performance web-server/reverse proxy on the nginx mailing list http://php-fpm.anight.org/ Pages are primarily in Russian so if somebody can read/comment/blog about it, would be very much appreciated From what I understand, t

Re: [PHP-DEV] Re: PDO Firebird bugfixes (php_pdo_firebird_int.h)

2007-10-24 Thread Derick Rethans
On Wed, 24 Oct 2007, Lars Westermann wrote: > Unified diff for ext/pdo_firebird/php_pdo_firebird_int.h: > > diff -u -r1.10.2.1.2.1 php_pdo_firebird_int.h > > --- php_pdo_firebird_int.h 1 Jan 2007 09:36:04 - 1.10.2.1.2.1 It's probably better to put the diffs online somewhere... they got all