Re: [PHP-DEV] Case sensitivity of require_once

2004-07-19 Thread Antony Dovgal
On Mon, 19 Jul 2004 11:12:58 +0100 Wez Furlong [EMAIL PROTECTED] wrote: Did you test require_once under PHP 5 yet? (without your patch) Yep. http://lists.php.net/php.doc/969361918 --- WBR, Antony Dovgal aka tony2001 [EMAIL PROTECTED] || [EMAIL PROTECTED] -- PHP Internals - PHP Runtime

[PHP-DEV] empty_string - STR_EMPTY_ALLOC() (Was: looong CVS subject)

2004-07-19 Thread Antony Dovgal
On Mon, 19 Jul 2004 10:08:15 +0100 Wez Furlong [EMAIL PROTECTED] wrote: Please bump the API number for this, as PECL extensions need to check it and still build with 5.0 and with HEAD. Btw, XDebug already doesn't compile with HEAD because of this change. --- WBR, Antony Dovgal aka tony2001

Re: [PHP-DEV] Case sensitivity of require_once

2004-07-19 Thread Antony Dovgal
On Mon, 19 Jul 2004 14:45:12 +0200 Jakub Vrana [EMAIL PROTECTED] wrote: Wez Furlong wrote: Did you test require_once under PHP 5 yet? (without your patch) This behavior is PHP 4 specific. Antony Dovgal wrote: http://lists.php.net/php.doc/969361918 The problem is not that the file

Re: [PHP-DEV] New construct discussion Summary (was: what happened to that new isset() like language construct)

2004-07-13 Thread Antony Dovgal
obscure to understand. I vote for default() or default_value(). (Actually I vote against such construct at all, but it seems that nobody listens to such votes). --- WBR, Antony Dovgal aka tony2001 [EMAIL PROTECTED] || [EMAIL PROTECTED] -- PHP Internals - PHP Runtime Development Mailing List

Re: [PHP-DEV] PHP 5.0.0 Test roll

2004-07-13 Thread Antony Dovgal
waiting for valgrind to finish its work (it's slw).. --- WBR, Antony Dovgal aka tony2001 [EMAIL PROTECTED] || [EMAIL PROTECTED] -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] PHP 5.0.0 Test roll

2004-07-13 Thread Antony Dovgal
: zend_objects_free_object_storage (zend_objects.c:88)==10122== Address 0x4FFFB58D is not stack'd, malloc'd or free'd --- WBR, Antony Dovgal aka tony2001 [EMAIL PROTECTED] || [EMAIL PROTECTED] -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Typo fix for tests/lang/038.phpt

2004-07-13 Thread Antony Dovgal
On Tue, 13 Jul 2004 17:16:37 +0200 Martin Jansen [EMAIL PROTECTED] wrote: Attached is a patch that fixes a typo in the test case tests/lang/038.phpt. Stefan has already fixed it: http://cvs.php.net/diff.php/php-src/tests/lang/038.phpt?r1=1.2r2=1.3ty=u --- WBR, Antony Dovgal aka tony2001

Re: [PHP-DEV] PHP 5.0.0 Test roll

2004-07-13 Thread Antony Dovgal
On Tue, 13 Jul 2004 15:34:28 +0400 Antony Dovgal [EMAIL PROTECTED] wrote: Hi all! That's what valgrind says: 1) Zend/tests/bug26166.phpt Zend/zend_execute.c:1352 EX(Ts) = (temp_variable *) safe_emalloc(sizeof(temp_variable), op_array-T, 0); ==8511== 40 bytes in 1 blocks

Re: [PHP-DEV] Re: Memory manager

2004-07-12 Thread Antony Dovgal
is it comming back with partial content, there seems to be blocks of ^@ chars between the content. Could you give a small reproduce script ? I tried it on local and remote files and it works ok for me. --- WBR, Antony Dovgal aka tony2001 [EMAIL PROTECTED] || [EMAIL PROTECTED] -- PHP Internals - PHP

Re: [PHP-DEV] sqlite changes by PHP team are now in sqlite CVS

2004-07-09 Thread Antony Dovgal
On Fri, 09 Jul 2004 13:58:24 +0100 Wez Furlong [EMAIL PROTECTED] wrote: Please be patient; I'll do it this weekend. Wez, could you also take a look at bug #29023 ? Thanks. --- WBR, Antony Dovgal aka tony2001 [EMAIL PROTECTED] || [EMAIL PROTECTED] -- PHP Internals - PHP Runtime Development

Re: [PHP-DEV] Throw Question

2004-06-17 Thread Antony Dovgal
On Thu, 17 Jun 2004 02:17:26 -0400 Jason Garber [EMAIL PROTECTED] wrote: Consider the following: Why is this? Take a look at the bug #28727: http://bugs.php.net/?id=28727 --- WBR, Antony Dovgal aka tony2001 [EMAIL PROTECTED] || [EMAIL PROTECTED] -- PHP Internals - PHP Runtime Development

Re: [PHP-DEV] Array Question

2004-06-17 Thread Antony Dovgal
so that when you add new elements to the array, you don't have to worry about adding a comma after what used to be the last element. $array = array( 'foo', 'bar', 'baz', ); - But yes, perhaps it should be mentioned in the doc, that the comma at the end is ok. --- WBR, Antony

Re: [PHP-DEV] The open letter to Derick Rethans derick@php.net

2004-06-16 Thread Antony Dovgal
On Wed, 16 Jun 2004 11:06:31 +0300 Alexander Valyalkin [EMAIL PROTECTED] wrote: I can't find any serious reason to apply the pathes into the current PHP4 and PHP5 versions. Yup. Me too. I can't find any reason to apply not tested patches to both stable unstable branches. --- WBR, Antony

Re: [PHP-DEV] The open letter to Derick Rethans derick@php.net

2004-06-16 Thread Antony Dovgal
is your beta-tester?), but do not audit any existing code for memory leaks, memory access violation and nessessary error checks. Oh, yeah, of course. --- WBR, Antony Dovgal aka tony2001 [EMAIL PROTECTED] || [EMAIL PROTECTED] -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe

Re: [PHP-DEV] strspn() strcspn() speed improvements

2004-06-16 Thread Antony Dovgal
view results :) This standalone test has nothing to do with PHP perfomance and stability. --- WBR, Antony Dovgal aka tony2001 [EMAIL PROTECTED] || [EMAIL PROTECTED] -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] The open letter to Derick Rethans derick@php.net

2004-06-16 Thread Antony Dovgal
On Wed, 16 Jun 2004 11:20:33 +0300 Alexander Valyalkin [EMAIL PROTECTED] wrote: On Wed, 16 Jun 2004 12:11:07 +0400, Antony Dovgal [EMAIL PROTECTED] wrote: On Wed, 16 Jun 2004 11:06:31 +0300 Alexander Valyalkin [EMAIL PROTECTED] wrote: I can't find any serious reason to apply

[PHP-DEV] Weird behaviour of private attribute + overloaded method

2004-06-15 Thread Antony Dovgal
() method to the Bar solves it too, but this is obviously rather silly solution. Am I missing something and this is really expected behaviour ? --- WBR, Antony Dovgal aka tony2001 [EMAIL PROTECTED] || [EMAIL PROTECTED] -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http

Re: [PHP-DEV] Re: Weird behaviour of private attribute + overloaded method

2004-06-15 Thread Antony Dovgal
it, thanks. And sorry for the noise. --- WBR, Antony Dovgal aka tony2001 [EMAIL PROTECTED] || [EMAIL PROTECTED] -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] stripslashes() improvements

2004-06-10 Thread Antony Dovgal
On Thu, 10 Jun 2004 10:50:09 +0300 Alexander Valyalkin [EMAIL PROTECTED] wrote: On Wed, 9 Jun 2004 15:56:10 +0400, Antony Dovgal [EMAIL PROTECTED] wrote: If you think it's wrong - prove it. There are quite detailed reasons why those bugs were considered to be bogus. I'm ok

Re: [PHP-DEV] [Fwd: php5 rc3 win32 mysqli-extension is missing]

2004-06-09 Thread Antony Dovgal
Hi Goba! Plz, take a look at bug #28701. I believe it's a known issue. --- WBR, Antony Dovgal aka tony2001 [EMAIL PROTECTED] || [EMAIL PROTECTED] -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] stripslashes() improvements

2004-06-09 Thread Antony Dovgal
as 'bogus' (yeah, the first one is bogus too, dunno why it's 'closed'). So, personally I can't understand what are you trying to fix, if nothing is broken. --- WBR, Antony Dovgal aka tony2001 [EMAIL PROTECTED] || [EMAIL PROTECTED] -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe

Re: [PHP-DEV] stripslashes() improvements

2004-06-09 Thread Antony Dovgal
On Wed, 09 Jun 2004 14:17:33 +0300 Alexander Valyalkin [EMAIL PROTECTED] wrote: On Wed, 9 Jun 2004 15:00:30 +0400, Antony Dovgal [EMAIL PROTECTED] wrote: On Wed, 09 Jun 2004 13:52:42 +0300 Alexander Valyalkin [EMAIL PROTECTED] wrote: On Tue, 8 Jun 2004 16:03:19 +0200 (CEST), Derick

Re: [PHP-DEV] readfile() improvements

2004-06-07 Thread Antony Dovgal
On Mon, 07 Jun 2004 18:55:52 +0300 Alexander Valyalkin [EMAIL PROTECTED] wrote: On Mon, 07 Jun 2004 17:07:06 +0300, Andi Gutmans [EMAIL PROTECTED] wrote: Can you send a unified diff? `cvs diff -u`, plz or `diff -u` --- WBR, Antony Dovgal aka tony2001 [EMAIL PROTECTED] || [EMAIL

Re: [PHP-DEV] setting LC_ALL to it's current value during startup

2004-05-25 Thread Antony Dovgal
Could anybody comment this patch, please ? On Tue, 18 May 2004 17:09:42 +0400 Antony Dovgal [EMAIL PROTECTED] wrote: On Tue, 18 May 2004 13:55:18 +0100 Wez Furlong [EMAIL PROTECTED] wrote: Hey Antony, This is most likely due to some issues with serialize/unserialize and floating

Re: Re[2]: [PHP-DEV] GIF create support for bundled GD

2004-05-20 Thread Antony Dovgal
yet, is it? so you are going to accept this or similar patch after 7th of July, yeah? --- WBR, Antony Dovgal aka tony2001 [EMAIL PROTECTED] || [EMAIL PROTECTED] -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] setting LC_ALL to it's current value during startup

2004-05-18 Thread Antony Dovgal
@@ PG(disable_classes) = NULL; #if HAVE_SETLOCALE - setlocale(LC_CTYPE, ); + setlocale(LC_ALL, ); #endif --- WBR, Antony Dovgal aka tony2001 [EMAIL PROTECTED] || [EMAIL PROTECTED] -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net

Re: [PHP-DEV] setting LC_ALL to it's current value during startup

2004-05-18 Thread Antony Dovgal
(LC_MONETARY, ); + setlocale(LC_TIME, ); + /* LC_NUMERIC is not set due to some issues with serialize/unserialize */ #endif #if HAVE_TZSET --- WBR, Antony Dovgal aka tony2001 [EMAIL PROTECTED] || [EMAIL PROTECTED] -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit

Re: [PHP-DEV] what is the reasonable thing to with a segfault in php?

2004-04-15 Thread Antony Dovgal
; } and the segfault is gone. Still, a segfault just because I'm using an unset global? And why only on the 2nd or later statement? Read this first: http://bugs.php.net/how-to-report.php Try a CVS snapshot and generate a backtrace - this would help more than your code. --- WBR, Antony Dovgal aka tony2001

Re: [PHP-DEV] Segfault in HEAD

2004-04-01 Thread Antony Dovgal
On Thu, 01 Apr 2004 10:36:43 +0200 Andi Gutmans [EMAIL PROTECTED] wrote: Sterling, It's a stack overflow caused by an infinite loop in function calls (i.e. not while/for loop). So, it's ok and won't be fixed ? --- WBR, Antony Dovgal aka tony2001 [EMAIL PROTECTED] || [EMAIL PROTECTED

[PHP-DEV] Segfault in HEAD

2004-03-30 Thread Antony Dovgal
/zend_execute.c:2810 #13 0x403237ba in execute (op_array=0x40f39b84) at /home/tony/CVS/php-src/Zend/zend_execute.c:1391 --- WBR, Antony Dovgal aka tony2001 [EMAIL PROTECTED] || [EMAIL PROTECTED] -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http

Re: [PHP-DEV] Segfault in HEAD

2004-03-30 Thread Antony Dovgal
On Wed, 31 Mar 2004 09:27:42 +0200 (CEST) Derick Rethans [EMAIL PROTECTED] wrote: On Wed, 31 Mar 2004, Antony Dovgal wrote: Hi all! This small script: ? class test { var $a = false; var $x = false; function getA() { if (!$this-x) { // yep, I know

Re: [PHP-DEV] Re: Bugs DB down?

2004-03-15 Thread Antony Dovgal
you plan to finish this process ? bugs.php.net is still not reachable for me (have to use some proxy, provided by friend of mine, which obviusly uses different route). --- WBR, Antony Dovgal aka tony2001 [EMAIL PROTECTED] || [EMAIL PROTECTED] -- PHP Internals - PHP Runtime Development Mailing

[PHP-DEV] Segfault in HEAD

2004-03-10 Thread Antony Dovgal
any dynamic modules in php.ini. --- WBR, Antony Dovgal aka tony2001 [EMAIL PROTECTED] || [EMAIL PROTECTED] -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Re: cvs: php-src /ext/oci8 oci8.c

2004-02-20 Thread Antony Dovgal
; None of these look like zvals to me. Yep, and that was the reason of these changes. It's ok. By the way, Jani, thanks =) I was just too lazy to change it. --- WBR, Antony Dovgal aka tony2001 [EMAIL PROTECTED] -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http

Re: [PHP-DEV] Re: HEAD, include(_once), bug in variable declaration

2004-02-18 Thread Antony Dovgal
be included and evaluated more than once during a particular execution of a script, and you want to be sure that it is included exactly once to avoid problems with function redefinitions, variable value reassignments, etc. [/quote] thus, this is expected behaviour. --- WBR, Antony Dovgal aka

Re: [PHP-DEV] changes in oci8

2003-12-23 Thread Antony Dovgal
On Wed, 17 Dec 2003 20:00:06 +0300 Antony Dovgal [EMAIL PROTECTED] wrote: Hi, all. I'm going to rename functions from oci8 to match the naming-conventions. Old names will be kept as aliases, of course, but should be deprecated. Imho these changes will make OCI extsension more handy and it's

Re: [PHP-DEV] changes in oci8

2003-12-18 Thread Antony Dovgal
On Thu, 18 Dec 2003 08:13:13 +0100 Markus Fischer [EMAIL PROTECTED] wrote: On Wed, Dec 17, 2003 at 08:00:06PM +0300, Antony Dovgal wrote : ocifetchinto -- this is a special case. I'd prefer to make 3 functions instead of it: oci_fetch_row, oci_fetch_array oci_fetch_assoc Just

[PHP-DEV] changes in oci8

2003-12-17 Thread Antony Dovgal
would be better?) ociresult - oci_result ocirollback - oci_rollback ocirowcount - oci_num_rows ociserverversion - oci_server_version ocisetprefetch - oci_set_prefetch ocistatementtype - oci_statement_type --- WBR, Antony Dovgal aka tony2001 [EMAIL PROTECTED] -- PHP Internals - PHP Runtime

Re: [PHP-DEV] oci8 ext [was cvs: CVSROOT / avail]

2003-12-09 Thread Antony Dovgal
there and not to look back on when the next beta will be rolled out. Of course, we can synchronize pecl's version with main's time to time. I think it's rather reasonable. Or it's not? --- WBR, Antony Dovgal aka tony2001 [EMAIL PROTECTED] -- PHP Internals - PHP Runtime Development Mailing List

Re: [PHP-DEV] oci8 ext [was cvs: CVSROOT / avail]

2003-12-09 Thread Antony Dovgal
On Tue, 9 Dec 2003 18:15:26 +0200 (EET) Jani Taskinen [EMAIL PROTECTED] wrote: On Tue, 9 Dec 2003, Antony Dovgal wrote: On Tue, 9 Dec 2003 16:55:13 +0100 Edin Kadribasic [EMAIL PROTECTED] wrote: Wtf? OCI8 *needs* to be in the main distro. When was this move discussed? We just got a new

Re: [PHP-DEV] [PATCH] for oci8 and some improvement proposals

2003-12-08 Thread Antony Dovgal
On Sat, 6 Dec 2003 08:46:33 +0100 Thies C.Arntzen [EMAIL PROTECTED] wrote: Am 05.12.2003 um 17:02 schrieb Antony Dovgal: feel free to improve it, remember open source is not about moaning about the quality of other ppls code, but to contribute. I'm just arguing for and not moaning

Re: [PHP-DEV] [PATCH] for oci8 and some improvement proposals

2003-12-08 Thread Antony Dovgal
On Mon, 8 Dec 2003 11:46:02 +0100 Thies C.Arntzen [EMAIL PROTECTED] wrote: Am 08.12.2003 um 10:12 schrieb Antony Dovgal: so should I add oci_lobgetlen() instead of OCILobGetLength calls after this statement? or this code is considered to be working and should not be changed anymore

[PHP-DEV] [PATCH] for oci8 and some improvement proposals

2003-12-05 Thread Antony Dovgal
it to oci_action_to_do? (especially after that endless discussion about studlyCaps =)) --- WBR, Antony Dovgal aka tony2001 [EMAIL PROTECTED] Index: oci8.c === RCS file: /repository/php-src/ext/oci8/oci8.c,v retrieving revision

Re: [PHP-DEV] [PATCH] for oci8 and some improvement proposals

2003-12-05 Thread Antony Dovgal
On Fri, 5 Dec 2003 15:58:49 +0100 Thies C.Arntzen [EMAIL PROTECTED] wrote: i'm all for it. just go ahead, apply for a cvs-account and start hacking;-) I already have one, but there is not enough karma to hack anything, except peardoc/peardoc-ru. --- WBR, Antony Dovgal aka tony2001 [EMAIL

Re: [PHP-DEV] HEAD eats all memory

2003-12-02 Thread Antony Dovgal
. gcc-2.96 There is no such gcc version.. # gcc --version 2.96 RH-based distribution, you know =) autoconf 2.50 No workie. works ok for me. libtool 1.5 No workie. again, works ok for me. --- WBR, Antony Dovgal aka tony2001 [EMAIL PROTECTED] -- PHP Internals - PHP

Re: [PHP-DEV] HEAD eats all memory

2003-12-02 Thread Antony Dovgal
, Antony Dovgal aka tony2001 [EMAIL PROTECTED] -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] HEAD eats all memory

2003-12-02 Thread Antony Dovgal
On Tue, 2 Dec 2003 09:10:49 +0200 (EET) Jani Taskinen [EMAIL PROTECTED] wrote: On Tue, 2 Dec 2003, Antony Dovgal wrote: On Mon, 01 Dec 2003 19:51:59 +0100 Sebastian Bergmann [EMAIL PROTECTED] wrote: Jani Taskinen wrote: Was there some script to go with this..? Maybe

Re: [PHP-DEV] Re: HEAD eats all memory

2003-12-02 Thread Antony Dovgal
On Mon, 1 Dec 2003 20:56:53 +0200 (EET) Jani Taskinen [EMAIL PROTECTED] wrote: On Mon, 1 Dec 2003, Antony Dovgal wrote: BTW, I've already asked about this message: buildconf: autoconf version 2.50 (ok) buildconf: Your version of autoconf likely contains buggy cache code

[PHP-DEV] HEAD eats all memory

2003-12-01 Thread Antony Dovgal
Allowed memory size of 16777216 bytes exhausted and php tries to eat all memory only when I remove it. --- WBR, Antony Dovgal aka tony2001 [EMAIL PROTECTED] -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Re: HEAD eats all memory

2003-12-01 Thread Antony Dovgal
. Thank god ;-) i thought it was on my machine only! I'm glad to hear, that it's not only my problem. But I wonder why it wasn't discovered before... --- WBR, Antony Dovgal aka tony2001 [EMAIL PROTECTED] -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http

Re: [PHP-DEV] Re: HEAD eats all memory

2003-12-01 Thread Antony Dovgal
answering. better tell me versions of your autotools. --- WBR, Antony Dovgal aka tony2001 [EMAIL PROTECTED] -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] HEAD eats all memory

2003-12-01 Thread Antony Dovgal
to eat memory =( Second machine is: Linux 2.4.18-5 gcc-2.96 autoconf 2.50 automake 1.4-p5 libtool 1.5 Apache 1.3.27 --- WBR, Antony Dovgal aka tony2001 [EMAIL PROTECTED] -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] HEAD eats all memory (solved?)

2003-12-01 Thread Antony Dovgal
sapi_input_filter patch. Reverting your patch fixes the problem, cause the problem seems to be in header parsing routines. Again, the problem is definitely in this patch. --- WBR, Antony Dovgal aka tony2001 [EMAIL PROTECTED] -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe

Re: [PHP-DEV] Re: Adding parameter to ocisavelob() $lob-save() and additional function to OCI8 extension

2003-11-05 Thread Antony Dovgal
laid out. Then, write up new documentation for the missing pages and submit them to [EMAIL PROTECTED] thanx, I know. the main purpose of my question was to know if someone is already working on this part of manual. as I can see - noone cares about it. ok, I'll try to help. --- WBR, Antony

Re: [PHP-DEV] Proposal: Array syntax

2003-11-05 Thread Antony Dovgal
such fundamental things just because version number changes from 4 to 5. If you really like this syntax - use Perl or Python, or whatever you want, but I really can't understand why PHP should allow you to use this syntax too. --- WBR, Antony Dovgal aka tony2001 [EMAIL PROTECTED] -- PHP Internals - PHP

Re: [PHP-DEV] Proposal: Array syntax

2003-11-05 Thread Antony Dovgal
understand why PHP should have another way of creating new arrays. there are so many things you can improve in PHP - why did you choose to change the syntax? so, I'm still strongly against such improvements. --- WBR, Antony Dovgal aka tony2001 [EMAIL PROTECTED] -- PHP Internals - PHP Runtime

Re: [PHP-DEV] Change var_dump to return information

2003-09-29 Thread Antony Dovgal
= var_dump($obj); or even by introducing a new function like $info=var_info($var); What do you think about it? I think you can use var_export(); in this case. --- WBR, Antony Dovgal aka tony2001 [EMAIL PROTECTED] -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit

Re: [PHP-DEV] Segfault in HEAD PHP_4_3 (and possible patch)

2003-09-29 Thread Antony Dovgal
On Wed, 24 Sep 2003 20:18:28 +0100 (BST) Wez Furlong [EMAIL PROTECTED] wrote: The memory manager will deliberately segfault if an allocation fails in a debug build. Having said that, your patch seems ok anyway. hmmm.. patch is ok, but still not commited =\ --- WBR, Antony Dovgal aka

[PHP-DEV] Segfault in HEAD PHP_4_3 (and possible patch)

2003-09-24 Thread Antony Dovgal
0x08075d00 in standalone_main () #18 0x0807659a in main () #19 0x400d1af7 in __libc_start_main () from /lib/i686/libc.so.6 I can propose a patch, see attachment. Dunno is this patch optimal or not, but it works for me. --- WBR, Antony Dovgal aka tony2001 [EMAIL PROTECTED] Index: output.c

Re: [PHP-DEV] [PATCH] for ming.c to work with HEAD

2003-09-05 Thread Antony Dovgal
On Fri, 5 Sep 2003 09:23:42 +0200 (CEST) Derick Rethans [EMAIL PROTECTED] wrote: On Fri, 5 Sep 2003, Antony Dovgal wrote: Build Date - Sep 5 2003 10:49:16 (grabbed from CVS 15 minutes ago) Configure Command - './configure' '--with-apxs=/usr/local/apache/bin/apxs' '--with-ming' ming

[PHP-DEV] [PATCH] for ming.c to work with HEAD

2003-09-04 Thread Antony Dovgal
]) Of course it fails if you're trying to pass filename. --- WBR, Antony Dovgal aka tony2001 [EMAIL PROTECTED] --- ming.c.orig Fri Aug 15 11:07:55 2003 +++ ming.c Thu Sep 4 17:52:17 2003 @@ -4,10 +4,10

[PHP-DEV] Error while compiling CLI from current HEAD

2003-07-29 Thread Antony Dovgal
. --- WBR, Antony Dovgal aka tony2001 [EMAIL PROTECTED] -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Error while compiling CLI from current HEAD

2003-07-29 Thread Antony Dovgal
0x0806cb76 in ap_init_modules () #10 0x080777c0 in main () #11 0x400cc294 in __libc_start_main () from /lib/libc.so.6 am I doing smthing extremely wrong? thanx in advance. --- WBR, Antony Dovgal aka tony2001 [EMAIL PROTECTED] -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe

Re: [PHP-DEV] Error while compiling CLI from current HEAD

2003-07-29 Thread Antony Dovgal
. but PHP_4_3 builds and works fine.. ok, thanx for the help, I'll try to play with versions later. --- WBR, Antony Dovgal aka tony2001 [EMAIL PROTECTED] -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] PHP-4.3.2 Crashes with OCI8 extention (Bug?)

2003-07-08 Thread Antony Dovgal
is concerned with OCILogon, cause my Apache segfaults only when OCILogon fails. There are another one bug in OCI8: http://bugs.php.net/bug.php?id=24278 Anybody can help with it? --- WBR, Antony Dovgal aka tony2001 [EMAIL PROTECTED] -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe

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

2003-06-28 Thread Antony Dovgal
; $test_obj-array_var[0][0][0](simple test); //line 15 ? I get Fatal error: Method name must be a string in /www/index.php on line 15. But $test_obj-array_var[0][0][0] is definitely a string. Sorry if it's a known bug. --- WBR, Antony Dovgal aka tony2001 [EMAIL PROTECTED] -- PHP Internals - PHP

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

[PHP-DEV] What versions of GNU buildtools are required to build PHP from CVS?

2003-06-23 Thread Antony Dovgal
, but ./buildconf always says that AC_PROG_LIBTOOL is not known... Can anyone please explain what versions to use? Thanx in advance. --- WBR, Antony Dovgal aka tony2001 [EMAIL PROTECTED] -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] What versions of GNU buildtools are required to buildPHP from CVS?

2003-06-23 Thread Antony Dovgal
which use newer macros or something? no, I'm just trying to build current CVS version. snapshots are working, I've compiled a couple, but ./buildconf seems not to be working correctly =( --- WBR, Antony Dovgal aka tony2001 [EMAIL PROTECTED] -- PHP Internals - PHP Runtime Development Mailing

[PHP-DEV] socket_iovec_alloc segfault security advisory

2003-03-26 Thread Antony Dovgal
= emalloc(sizeof(struct iovec)*(num_vectors+1)); for (i = 0, j = 1; i num_vectors; i++, j++) { convert_to_long_ex(args[j]); Anyone knows why this extension was not moved to PECL? -- Wbr, Antony Dovgal aka tony2001 mailto:[EMAIL PROTECTED] http://phpclub.net

Re: [PHP-DEV] socket_iovec_alloc segfault security advisory

2003-03-26 Thread Antony Dovgal
on PHP's image. -- Wbr, Antony Dovgal aka tony2001 mailto:[EMAIL PROTECTED] http://phpclub.net --- Stand for something or you will fall for nothing. -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Session store in memory.

2003-03-26 Thread Antony Dovgal
On Wed, 26 Mar 2003 14:02:55 +0100 Jn uavec [EMAIL PROTECTED] wrote: http://php.net/session To use shared memory allocation (mm) for session storage configure PHP --with-mm[=DIR] . You're late. Check the manual for additional info. -- Wbr, Antony Dovgal aka tony2001 mailto:[EMAIL

Re: [PHP-DEV] socket_iovec_alloc segfault security advisory

2003-03-26 Thread Antony Dovgal
sounds almost like a word, that means hell.. -- Wbr, Antony Dovgal aka tony2001 mailto:[EMAIL PROTECTED] http://phpclub.net --- Stand for something or you will fall for nothing. -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] socket_iovec_alloc segfault security advisory

2003-03-26 Thread Antony Dovgal
. Thank you for your attention =) -- Wbr, Antony Dovgal aka tony2001 mailto:[EMAIL PROTECTED] http://phpclub.net --- Stand for something or you will fall for nothing. -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

<    4   5   6   7   8   9