Re: [PHP-DEV] Req #51295: busyTimeout method for SQLite3

2010-03-14 Thread Jess Portnoy
Hi Mark, I agree but I'm not the maintainer for PDO_SQLITE, I just happen to know it somewhat and thought it can be useful to you as reference. I am CCing Wez Furlong who I believe is the lead for it. May the source be with you, Best regards, Jess Portnoy Mark Karpeles wrote: H

Re: [PHP-DEV] Req #51295: busyTimeout method for SQLite3

2010-03-13 Thread Jess Portnoy
may be useful there as well. May the source be with you, Best regards, Jess Portnoy Mark Karpeles wrote: Hello, I've been encountering a problem with SELECT queries and SQLite3 as load was growing on my system. From times to times I was getting this error: Warning: SQLite3Stmt::ex

Re: [PHP-DEV] multi-jobs run-tests.php

2010-02-22 Thread Jess Portnoy
Hello all, While on the subject of run-tests.php, any plans for it to support web server SAPIs and not just CLI/CGI? I've looked at http://qa.php.net/projects.php and saw no such bullet but I thought asking anyhow won't hurt. Thanks, May the source be with you, Best regards, Je

Re: [PHP-DEV] Crash when sending SIGHUP to the Apache parent process when IMagick is loaded

2010-02-08 Thread Jess Portnoy
revision 291491. Thanks anyway, May the source be with you, Best regards, Jess Portnoy Jess Portnoy wrote: Hello all, I have IMagick 2.2.2 [latest stable in PECL] loaded with PHP 5.3.1. When sending SIGHUP, Apache defuncts, the BT is as follows: (gdb) bt #0 0x7f069935b384 in __lll_

[PHP-DEV] Crash when sending SIGHUP to the Apache parent process when IMagick is loaded

2010-02-08 Thread Jess Portnoy
Thanks in advance, -- May the source be with you, Best regards, Jess Portnoy -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] http://bugs.php.net DB seems to be down

2010-02-04 Thread Jess Portnoy
, -- May the source be with you, Best regards, Jess Portnoy -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] newbie: my extension not getting compiled/included in Php-5.3.1 (RH linux)

2010-01-30 Thread Jess Portnoy
Hello, Please attach your config.m4 file which will help understand what's wrong. You should also try to compare yours with an existing one, maybe the problem will become apparent simply by comparison. May the source be with you, Best regards, Jess Portnoy Sanjeev Kumar wrote: I am n

Re: [PHP-DEV] mysqli PHPTs call my_mysqli_connect() which does not exist

2010-01-18 Thread Jess Portnoy
Hi Michael, Thanks, now I see it. Sorry, did not look hard enough. May the source be with you, Best regards, Jess Portnoy Michael Maclean wrote: Jess Portnoy wrote: In the 5_3 branch and also in 5.3.1, some MySQLi PHPTs call my_mysqli_connect() which is not defined. Is this a

[PHP-DEV] mysqli PHPTs call my_mysqli_connect() which does not exist

2010-01-18 Thread Jess Portnoy
2Fmysqli%2Ftests%2Fmysqli_insert_packet_overflow.phpt Thanks, -- May the source be with you, Best regards, Jess Portnoy -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] [PATCH] AM_PROG_LEX needed in Zend/configure.in

2010-01-18 Thread Jess Portnoy
wn side to it. Attaching a patch. Thanks, -- May the source be with you, Best regards, Jess Portnoy --- php-5.3.2RC1/Zend/configure.in.orig 2009-04-02 16:34:05.0 +0300 +++ php-5.3.2RC1/Zend/configure.in 2009-04-02 16:33:51.0 +0300 @@ -24,6 +24,7 @@ LIBZEND_DLSYM_CHECK AM

Re: [PHP-DEV] [PATCH] Attempt to include ext/mysqlnd/mysqlnd_portability.h when building MySQLi against libmysql

2010-01-11 Thread Jess Portnoy
Hi Andrey, Sounds good to me. Would you like me to test and submit a patch or will you? May the source be with you, Best regards, Jess Portnoy Andrey Hristov wrote: Hi Jess, Jess Portnoy wrote: I see but assuming mysqlnd is copied, I can still see a problem, in the configure script: echo

Re: [PHP-DEV] [PATCH] Attempt to include ext/mysqlnd/mysqlnd_portability.h when building MySQLi against libmysql

2010-01-11 Thread Jess Portnoy
will still be a problem with this auto generated header. May the source be with you, Best regards, Jess Portnoy Andrey Hristov wrote: Jess Portnoy wrote: Hi Andrey, I understand. If the the bit_ macros are specific to mysqlnd then perhaps their usage should also be protec

Re: [PHP-DEV] [PATCH] Attempt to include ext/mysqlnd/mysqlnd_portability.h when building MySQLi against libmysql

2010-01-11 Thread Jess Portnoy
Hi Andrey, I understand. If the the bit_ macros are specific to mysqlnd then perhaps their usage should also be protected by an #ifdef MYSQLI_USE_MYSQLND? May the source be with you, Best regards, Jess Portnoy Andrey Hristov wrote: Jess Portnoy wrote: Reason is MYSQL_VERSION_ID is

Re: [PHP-DEV] [PATCH] Attempt to include ext/mysqlnd/mysqlnd_portability.h when building MySQLi against libmysql

2010-01-11 Thread Jess Portnoy
. May the source be with you, Best regards, Jess Portnoy Jess Portnoy wrote: Hi Andrey, Yes, it compiled just fine with my patch. Even loaded :) May the source be with you, Best regards, Jess Portnoy Andrey Hristov wrote: Hi Jess, does it compile after that, because I guess it doesn'

Re: [PHP-DEV] [PATCH] Attempt to include ext/mysqlnd/mysqlnd_portability.h when building MySQLi against libmysql

2010-01-11 Thread Jess Portnoy
Hi Andrey, Yes, it compiled just fine with my patch. Even loaded :) May the source be with you, Best regards, Jess Portnoy Andrey Hristov wrote: Hi Jess, does it compile after that, because I guess it doesn't. We use some macros from that header file to be able to handle bit

Re: [PHP-DEV] [PATCH] Attempt to include ext/mysqlnd/mysqlnd_portability.h when building MySQLi against libmysql

2010-01-11 Thread Jess Portnoy
Just to clarify, this applies only to the 5_3 branch. May the source be with you, Best regards, Jess Portnoy Jess Portnoy wrote: Hello all, My configure command is as follows: ./configure --disable-xml --disable-dom --disable-libxml --disable-simplexml --without-pear --disable-xmlreader

[PHP-DEV] [PATCH] Attempt to include ext/mysqlnd/mysqlnd_portability.h when building MySQLi against libmysql

2010-01-11 Thread Jess Portnoy
ext/mysqli/mysqli_api.c, basically: +#ifdef MYSQLI_USE_MYSQLND #include "ext/mysqlnd/mysqlnd_portability.h" +#endif Thanks in advance, -- May the source be with you, Best regards, Jess Portnoy --- php-5.3.1/ext/mysqli/mysqli.c 2009-10-14 15:51:25.0 +0200 +++ php-5.3.1/ext/mysqli/mysqli.c.

Re: [PHP-DEV] Question about where to put the gtk.ini file for php(5)-gtk?

2010-01-07 Thread Jess Portnoy
Just another small comment about PHP_INI_SCAN_DIR, it was introduced in 5.2.7, I assume you're packaging the current stable but just to be on the safe side I thought I'd mention it :) May the source be with you, Best regards, Jess Portnoy Jess Portnoy wrote: Hello, There is

Re: [PHP-DEV] Question about where to put the gtk.ini file for php(5)-gtk?

2010-01-07 Thread Jess Portnoy
o work well in web server context. May the source be with you, Best regards, Jess Portnoy Joop Boonen wrote: All, I have a question. I'm building the php(5)-gtk package. But when I put the gtk.ini in /etc/php5/conf.d which is the "--with-config-file-scan-dir". php programs li

Re: [PHP-DEV] Bug #48843

2009-12-28 Thread Jess Portnoy
Sure, NP. Happy patching. May the source be with you, Best regards, Jess Portnoy Andre Hübner wrote: Hello, I'm not 100% sure, but I believe this is related: http://bugs.php.net/bug.php?id=50251 ohh yes, did not found this report by previously searches :/ Thanks, could use this

Re: [PHP-DEV] Bug #48843

2009-12-28 Thread Jess Portnoy
Hi Andre, I'm not 100% sure, but I believe this is related: http://bugs.php.net/bug.php?id=50251 May the source be with you, Best regards, Jess Portnoy Andre Hübner wrote: Hello, sorry, but i can not leave comments to Bugs with status Bogus: http://bugs.php.net/bug.php?id=48843 Is

Re: [PHP-DEV] php-5.2.12 and pecl install: Seg. fault

2009-12-22 Thread Jess Portnoy
. May the source be with you, Best regards, Jess Portnoy Pierre Joye wrote: hi, I'm 99.99% sure that there are some libraries or extension mess. Please double check your extension directory and be sure that you are not loading old extensions or random libraries. Cheers, On Tue, Dec 22, 20

Re: [PHP-DEV] php-5.2.12 and pecl install: Seg. fault

2009-12-22 Thread Jess Portnoy
Hello, See here: http://distrowatch.com/table.php?distribution=suse This is very useful when trying to determining what distro has what of what version. May the source be with you, Best regards, Jess Portnoy Karl Pflästerer wrote: Jess Portnoy writes: Hello, One thing that

Re: [PHP-DEV] php-5.2.12 and pecl install: Seg. fault

2009-12-22 Thread Jess Portnoy
ion on the SLES10SP2? The attached trace is not really useful as there are no debug symbols, if you want to go that road they will be necessary. May the source be with you, Best regards, Jess Portnoy Karl Pflästerer wrote: Hi, I wanted to install php-5.2.12 on a 32-Bit SLES9 SP4. I had n

Re: [PHP-DEV] Re: Using a stream function into another module

2009-11-30 Thread Jess Portnoy
Hi, stream_array_to_fd_set() is defined in ext/standard/streamsfuncs.c, not the header. But I see the actual complaint is on ext/sockets/sockets.c:877: undefined reference to `stream_array_to_fd_set'... What exactly did you do? May the source be with you, Best regards, Jess Portnoy S

Re: [PHP-DEV] php id string

2009-11-29 Thread Jess Portnoy
Hi, Please see below. May the source be with you, Best regards, Jess Portnoy jvlad wrote: "Jess Portnoy" wrote in message news:4b127c03.1080...@zend.com... Apple ships their MAC OS with GCC that is capable of building universal binaries. Most MAC users expect packages t

Re: [PHP-DEV] php id string

2009-11-29 Thread Jess Portnoy
BTW, Macports also support building PHP in universal mode. May the source be with you, Best regards, Jess Portnoy Jess Portnoy wrote: Apple ships their MAC OS with GCC that is capable of building universal binaries. Most MAC users expect packages to be built universal. Trust me, I also hate

Re: [PHP-DEV] php id string

2009-11-29 Thread Jess Portnoy
understand, I'm just saying you need to take multiple archs bundled together under consideration. Also, I don't know if deciding for the dynamic loader if something can be loaded is so wise, if it can great, if not, it will yell at you anyhow.. May the source be with you, Best regards, Je

Re: [PHP-DEV] php id string

2009-11-29 Thread Jess Portnoy
you, Best regards, Jess Portnoy Pierre Joye wrote: hi, This info is available in phpinfo on windows and I would like to add it in the "php -v" output as well. I'm not sure how we can safely rely on this info on other platforms but that's definitively something we should tr

Re: [PHP-DEV] php id string

2009-11-29 Thread Jess Portnoy
And, though I'm sure everyone on the list is capable of finding this URL on their own, a short explanation: http://en.wikipedia.org/wiki/Universal_binary May the source be with you, Best regards, Jess Portnoy Jess Portnoy wrote: Hello, Have you considered cases such as universal MAC/D

Re: [PHP-DEV] php id string

2009-11-29 Thread Jess Portnoy
even 4 ways for that matter] can work on any of these archs. How do you suggest to handle that? May the source be with you, Best regards, Jess Portnoy jvlad wrote: Hi all, Starting with version 5.3 php checks id string when it loads the extensions to match its own one and it also shows this

Re: [PHP-DEV] [PATCH] potential null dereference in ext/ftp/ftp.c

2009-11-25 Thread Jess Portnoy
has some value. One person's opinion. May the source be with you, Best regards, Jess Portnoy Rasmus Lerdorf wrote: Jess Portnoy wrote: Hello, clang is indeed a great tool but since it does a lot more than just static analysis. For those cases where one wants source code analysis, esp

Re: [PHP-DEV] [PATCH] potential null dereference in ext/ftp/ftp.c

2009-11-25 Thread Jess Portnoy
with you, Best regards, Jess Portnoy Michael Maclean wrote: Hi, Jess Portnoy wrote: clang is indeed a great tool but since it does a lot more than just static analysis. Yeah, it looked like an interesting thing and so I decided to play with it. Incidentally, I discovered later that clang

Re: [PHP-DEV] [PATCH] potential null dereference in ext/ftp/ftp.c

2009-11-25 Thread Jess Portnoy
s may follow :) May the source be with you, Best regards, Jess Portnoy Michael Maclean wrote: Hi, Gwynne pointed me at the clang static analyser earlier on today, and so I've run it against current PHP_5_3. In the course of messing with it, it noticed a potential null dereference in ext/