>> > 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.
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
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
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
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
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
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
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
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
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
"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
"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
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,
> >
> >
>
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
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
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
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
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
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
I am maintainer of PEAR::DB_NestedSet2
--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php
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
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
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
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
24 matches
Mail list logo