RE: [PHP-DEV] Weird PHP5 APXS libtools errors

2003-02-13 Thread John Coggeshall
> $ export SED=sed > $ ./configure ... > >Somehow, the variable SED is not set. I was just looking at the MakeFile trying to figure this out and I was thinking it must be something like that. It works now -- thanks... But why would SED suddenly stop being defined? Did I break somethi

Re: [PHP-DEV] Weird PHP5 APXS libtools errors

2003-02-13 Thread Timm Friebe
On Thu, 2003-02-13 at 09:52, John Coggeshall wrote: > >From HEAD: [...] > libtool: s%^.*/%%: No such file or directory > libtool: -e: command not found > libtool: -e: command not found > libtool: -e: command not found > libtool: -e: command not found > libtool: -e: command not found > (more of thes

RE: [PHP-DEV] Weird PHP5 APXS libtools errors

2003-02-13 Thread John Coggeshall
>Does a snapshot from snaps.php.net compile without running ./buildconf? Yep it does, actually... I'll investigate further into it when I get some sleep :) John -- PHP Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP-DEV] Weird PHP5 APXS libtools errors

2003-02-13 Thread Jani Taskinen
If output of 'm4 --version' != 'GNU m4 1.4' you need to update it and rebuild autoconf with the working m4. --Jani On Thu, 13 Feb 2003, John Coggeshall wrote: >>>upgrade your libtool to 1.4.3, it is required now. > >[user@localhost php5]# ./buildconf >using default Zend

RE: [PHP-DEV] Weird PHP5 APXS libtools errors

2003-02-13 Thread Edin Kadribasic
On Thu, 13 Feb 2003, John Coggeshall wrote: > >>upgrade your libtool to 1.4.3, it is required now. > > [user@localhost php5]# ./buildconf > using default Zend directory > buildconf: checking installation... > buildconf: autoconf version 2.13 (ok) > buildconf: automake version 1.4-p5 (ok) > buildc

RE: [PHP-DEV] Weird PHP5 APXS libtools errors

2003-02-13 Thread John Coggeshall
>>upgrade your libtool to 1.4.3, it is required now. [user@localhost php5]# ./buildconf using default Zend directory buildconf: checking installation... buildconf: autoconf version 2.13 (ok) buildconf: automake version 1.4-p5 (ok) buildconf: libtool version 1.4.3 (ok) And just to be sure.. [user

Re: [PHP-DEV] Weird PHP5 APXS libtools errors

2003-02-13 Thread Derick Rethans
On Thu, 13 Feb 2003, John Coggeshall wrote: > I'm not familiar enough with the build environment as a whole, but I've > been building HEAD for quite some time now and I'm not sure why now it'd > just choke like thisAny suggestions welcome. upgrade your libtool to 1.4.3, it is required now. D

[PHP-DEV] Weird PHP5 APXS libtools errors

2003-02-13 Thread John Coggeshall
>From HEAD: ./configure works fine (no options)... Make, everything. But... ./configure --with-apxs=/usr/local/apache/bin/apxs Causes some weirdness on Make... [user@localhost]# make /bin/sh libtool --preserve-dup-deps --mode=compile gcc -I/home/php/php5/ext/mysql/libmysql -Iext/mysql/ -I/home/

Re: [PHP-DEV] Weird PHP Problem

2002-11-27 Thread Adam Voigt
Yep, NVARCHAR's get pissy at large sizes (in my experience anyway) when PHP is interacting with them, (or any of the "N" variables for that matter) change it to a TEXT and see what happens. On Wed, 2002-11-27 at 06:20, Becky Gruebmeyer wrote: > Ok...Using newest version of PHP on an NT IIS machine

[PHP-DEV] Weird PHP Problem

2002-11-27 Thread Becky Gruebmeyer
Ok...Using newest version of PHP on an NT IIS machine with a SQL 2000 database. Here is the issue: I have a nvarchar field with a size of 4000. I submit a text string from a form to this field. It will display on submit using echo nl2br($variable) and it will display fine. When I look in the datab

Re: [PHP-DEV] Weird problem with version 4.2.3!

2002-11-06 Thread Daniele Baroncelli
I have found the archive. It seems that's the problem! Cheers Daniele "Daniele Baroncelli" <[EMAIL PROTECTED]> wrote in message news:20021106224708.99053.qmail@;pb1.pair.com... > Hi Paul, > > Thanks for your help! > > Can you tell me how to look for the message in the archive, please? > > > C

Re: [PHP-DEV] Weird problem with version 4.2.3!

2002-11-06 Thread Daniele Baroncelli
Hi Paul, Thanks for your help! Can you tell me how to look for the message in the archive, please? Cheers Daniele "Paul Nicholson" <[EMAIL PROTECTED]> wrote in message news:200211062209.gA6M94n10781@;WPD01.network.webpowerdesign.net... > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > He

Re: [PHP-DEV] Weird problem with version 4.2.3!

2002-11-06 Thread Paul Nicholson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hey, Your problem has something to do with "--enable-mbstr-enc-trans"you need to remove it. Check the archives for more info. HTH! ~Paul On Wednesday 06 November 2002 05:00 pm, Daniele Baroncelli wrote: > Hi guys, > > I have a very weird problem.

[PHP-DEV] Weird problem with version 4.2.3!

2002-11-06 Thread Daniele Baroncelli
Hi guys, I have a very weird problem. I have installed the PHP version 4.2.3 on the LINUX virtual server of my web project. Previously I had the PHP version 4.0.6. The error I get is very weird. When I insert a record with the phpMyAdmin, the first 4 characters of each field don't get saved. Sam

Re: [PHP-DEV] Weird branches in CVS

2002-10-27 Thread Derick Rethans
On Sun, 27 Oct 2002, Andi Gutmans wrote: > No idea where those came from. Is there anyway of checking who created a tag? I couldn't find it in the CVS history file, so I don't think there is any way to get this person's account name. Derick -- -

Re: [PHP-DEV] Weird branches in CVS

2002-10-27 Thread Andi Gutmans
No idea where those came from. Is there anyway of checking who created a tag? Andi At 06:05 PM 10/27/2002 +0100, Derick Rethans wrote: Hello, can somebody explain what the "dev/" tag is doing in CVS: php_4_2_3RC2: 1.17.2.2 new_apache_hooks: 1.23.0.2 php_4_2_3RC1: 1.17.2

[PHP-DEV] Weird branches in CVS

2002-10-27 Thread Derick Rethans
Hello, can somebody explain what the "dev/" tag is doing in CVS: php_4_2_3RC2: 1.17.2.2 new_apache_hooks: 1.23.0.2 php_4_2_3RC1: 1.17.2.2 dev/: 1.23 And the "php5_5_0" one, which is differently named from the rest: php_4_2_2: 1.17 PHP_4_2_2: 1.17

Re: [PHP-DEV] Weird?!?!

2002-08-03 Thread Zeev Suraski
I don't think it's identical. Casting to long truncates, which means you may have an answer which is off by one. At 11:28 03/08/2002, Andi Gutmans wrote: >I think this is a good question. >I'm not quite sure that casting dval to long is the same as multiplying >the two longs. >Anyone know the

Re: [PHP-DEV] Weird?!?!

2002-08-03 Thread Andi Gutmans
I think this is a good question. I'm not quite sure that casting dval to long is the same as multiplying the two longs. Anyone know the answer? Andi At 02:28 PM 7/31/2002 +0200, Stefan Esser wrote: >Hi, > >Could someone tell me why the Zend Engine calculates every multiplication >2 times??? > >

Re: [PHP-DEV] Weird?!?!

2002-07-31 Thread Stefan Esser
On Wed, Jul 31, 2002 at 07:24:05PM +0200, [EMAIL PROTECTED] wrote: > On Wed, 31 Jul 2002, Stefan Esser wrote: > > > should that be replaced with: > > > > result->value.lval = (long)dval; > > > > instead of calculating the multiplication again??? > > I think this is because of precision and the

Re: [PHP-DEV] Weird?!?!

2002-07-31 Thread derick
On Wed, 31 Jul 2002, Stefan Esser wrote: > should that be replaced with: > > result->value.lval = (long)dval; > > instead of calculating the multiplication again??? I think this is because of precision and the circumvention of rounding errors. Derick ---

[PHP-DEV] Weird?!?!

2002-07-31 Thread Stefan Esser
Hi, Could someone tell me why the Zend Engine calculates every multiplication 2 times??? zend_operators.c: ZEND_API int mul_function(zval *result, zval *op1, zval *op2 TSRMLS_DC) { ... if (op1->type == IS_LONG && op2->type == IS_LONG) { double dval = (double) op1->value.

Re: [PHP-DEV] Weird configure problem

2002-04-02 Thread Jan Lehnardt
Hi, On Mon, 1 Apr 2002 21:20:42 -0500 Jon Parise <[EMAIL PROTECTED]> wrote: > Am I the only one seeing this: > > checking size of char... configure: error: cannot compute sizeof (char), 77 > > This is with the latest PHP cvs, autoconf-2.53, and automake-1.5 > under FreeBSD. I last built PH

[PHP-DEV] Weird configure problem

2002-04-01 Thread Jon Parise
Am I the only one seeing this: checking size of char... configure: error: cannot compute sizeof (char), 77 This is with the latest PHP cvs, autoconf-2.53, and automake-1.5 under FreeBSD. I last built PHP successfully on March 26. I'll investigate this further myself in a few days when I ha

Re: [PHP-DEV] Weird error with sessions

2001-08-31 Thread Christian Joergensen
On Friday 31 August 2001 15:38, Derick Rethans wrote: > Script: > -- > > -- > > This command: > php -q sessiontest.php shows this: > > [root@mars scripts]# php -q bug1.php [snip warnings] How should php be able to set the sessioncookie when you use Quiet-mode

[PHP-DEV] Weird error with sessions

2001-08-31 Thread Derick Rethans
Hello, Script: -- -- This command: php -q sessiontest.php shows this: [root@mars scripts]# php -q bug1.php Warning: Cannot send session cookie - headers already sent in /dat/dev/srm/test/scripts/bug1.php on line 2 /dat/dev/srm/test/scripts/bug1.php

[PHP-DEV] Weird bug with Caudium SAPI (+threads )

2001-06-25 Thread David Hedbor
I have this new (for me) weird bug when using threads and the Caudium SAPI. Basically, PHP4 will segfault quickly when doing multiple concurrent requests (running ab). When running only one request at a time it doesn't die. Anyhow, the weird part is that right before the crash, part of a response

Re: [PHP-DEV] weird passthru() behavior

2001-05-14 Thread Brian Moon
-- dealnews.com, Inc. Makers of dealnews, dealmac http://dealnews.com/ | http://dealmac.com/ - Original Message - From: "Michael Dickson" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, May 14, 2001 7:39 PM Subject: [PHP-DEV] weird passthru() behavior >

[PHP-DEV] weird passthru() behavior

2001-05-14 Thread Michael Dickson
I have a php script that looks like this: It works fine. But when I instead try: I get no output (no errors either, just nothing---if I add some html code around the php script then this html code comes out, but still nothing from the passthru().) Some relevant facts: 1. When run

Re: [PHP-DEV] WEIRD, WEIRD problem with upgrade to 4.0.5

2001-05-11 Thread Vlad Krupin
; > -----Original Message- > From: Vlad Krupin [mailto:[EMAIL PROTECTED]] > Sent: Friday, May 11, 2001 7:12 AM > To: Maxim Maletsky > Cc: 'PHP General List. (E-mail)'; '[EMAIL PROTECTED]'; > '[EMAIL PROTECTED]' > Subject: Re: [PHP-DEV] WEIRD,

[PHP-DEV] RE: [PHP] RE: [PHP-DEV] RE: [PHP] RE: [PHP-DEV] WEIRD, WEIRD problem with u pgrade to 4.0.5

2001-05-11 Thread Maxim Maletsky
-Original Message- From: Andi Gutmans [mailto:[EMAIL PROTECTED]] Sent: Friday, May 11, 2001 5:19 PM To: Maxim Maletsky; [EMAIL PROTECTED]; 'Vlad Krupin' Cc: 'PHP General List. (E-mail)'; [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: [PHP] RE: [PHP-DEV] RE: [PHP] RE: [P

RE: [PHP-DEV] RE: [PHP] RE: [PHP-DEV] WEIRD, WEIRD problem with u pgrade to 4.0.5

2001-05-11 Thread Andi Gutmans
ky > > > >-Original Message- >From: Andi Gutmans [mailto:[EMAIL PROTECTED]] >Sent: Friday, May 11, 2001 4:57 PM >To: Maxim Maletsky; [EMAIL PROTECTED]; 'Vlad Krupin' >Cc: 'PHP General List. (E-mail)'; [EMAIL PROTECTED]; >[EMAIL PROTECTED] >Sub

RE: [PHP-DEV] RE: [PHP] RE: [PHP-DEV] WEIRD, WEIRD problem with u pgrade to 4.0.5

2001-05-11 Thread Maxim Maletsky
OTECTED] Subject: RE: [PHP-DEV] RE: [PHP] RE: [PHP-DEV] WEIRD, WEIRD problem with u pgrade to 4.0.5 OK but in any case, I suggest not doing it on a production server but doing it on a development port/server. Andi At 04:58 PM 5/11/2001 +0900, Maxim Maletsky wrote: >OK, but I can do it only

RE: [PHP-DEV] RE: [PHP] RE: [PHP-DEV] WEIRD, WEIRD problem with u pgrade to 4.0.5

2001-05-11 Thread Andi Gutmans
#x27;Vlad Krupin' >Cc: 'PHP General List. (E-mail)'; [EMAIL PROTECTED]; >[EMAIL PROTECTED] >Subject: Re: [PHP-DEV] RE: [PHP] RE: [PHP-DEV] WEIRD, WEIRD problem with >upgrade to 4.0.5 > > >Can you try the latest snapshot from snaps.php.net and let us know if it >work

RE: [PHP-DEV] RE: [PHP] RE: [PHP-DEV] WEIRD, WEIRD problem with upgrade to 4.0.5

2001-05-11 Thread Maxim Maletsky
Sent: Friday, May 11, 2001 4:15 PM To: [EMAIL PROTECTED]; Maxim Maletsky; 'Vlad Krupin' Cc: 'PHP General List. (E-mail)'; [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Re: [PHP-DEV] RE: [PHP] RE: [PHP-DEV] WEIRD, WEIRD problem with upgrade to 4.0.5 Can you try the latest snapsh

Re: [PHP-DEV] RE: [PHP] RE: [PHP-DEV] WEIRD, WEIRD problem with upgrade to 4.0.5

2001-05-10 Thread Andi Gutmans
Friday, May 11, 2001 11:25 AM >To: '[EMAIL PROTECTED]'; 'Vlad Krupin' >Cc: 'PHP General List. (E-mail)'; [EMAIL PROTECTED]; >[EMAIL PROTECTED] >Subject: RE: [PHP] RE: [PHP-DEV] WEIRD, WEIRD problem with upgrade to >4.0.5 > > >nope, I won't

[PHP-DEV] RE: [PHP] RE: [PHP-DEV] WEIRD, WEIRD problem with upgrade to 4.0.5

2001-05-10 Thread Jude
y I noticed the problem so late = 20 minutes of downtime yesterday) Cheers, Maxim Maletsky -Original Message- From: Jude [mailto:[EMAIL PROTECTED]] Sent: Sunday, May 06, 2001 6:53 PM To: Maxim Maletsky; 'Vlad Krupin' Cc: 'PHP General List. (E-mail)'; [EMAIL PROTECTED]; [EM

[PHP-DEV] RE: [PHP] RE: [PHP-DEV] WEIRD, WEIRD problem with upgrade to 4.0.5

2001-05-10 Thread Maxim Maletsky
, Maxim Maletsky -Original Message- From: Jude [mailto:[EMAIL PROTECTED]] Sent: Sunday, May 06, 2001 6:53 PM To: Maxim Maletsky; 'Vlad Krupin' Cc: 'PHP General List. (E-mail)'; [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: RE: [PHP] RE: [PHP-DEV] WEIRD, WEIRD problem with u

[PHP-DEV] RE: [PHP] RE: [PHP-DEV] WEIRD, WEIRD problem with upgrade to 4.0.5

2001-05-10 Thread Jude
[EMAIL PROTECTED] Subject: RE: [PHP] RE: [PHP-DEV] WEIRD, WEIRD problem with upgrade to 4.0.5 But why? 1. on 4.0.1pl2 it worked. 2. I noticed it even on a function(); // comment as well. I will restart experimenting later again. I think I should upgrade my apache first, then recompile PHP, and try

[PHP-DEV] RE: [PHP] RE: [PHP-DEV] WEIRD, WEIRD problem with upgrade to 4.0.5

2001-05-10 Thread Maxim Maletsky
[EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: RE: [PHP] RE: [PHP-DEV] WEIRD, WEIRD problem with upgrade to 4.0.5 hi why not try to enclose the parameters to () or try this? "); ?> -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: [EMAIL PROTECTED] For

[PHP-DEV] RE: [PHP] RE: [PHP-DEV] WEIRD, WEIRD problem with upgrade to 4.0.5

2001-05-10 Thread Jude
hi why not try to enclose the parameters to () or try this? "); ?> -- PHP Development Mailing List To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

RE: [PHP-DEV] WEIRD, WEIRD problem with upgrade to 4.0.5

2001-05-10 Thread Maxim Maletsky
: 'PHP General List. (E-mail)'; '[EMAIL PROTECTED]'; '[EMAIL PROTECTED]' Subject: Re: [PHP-DEV] WEIRD, WEIRD problem with upgrade to 4.0.5 That's most likely because you have newlines that PHP does not understand (it should in 4.0.6). In particular, the newline

Re: [PHP-DEV] WEIRD, WEIRD problem with upgrade to 4.0.5

2001-05-10 Thread Vlad Krupin
That's most likely because you have newlines that PHP does not understand (it should in 4.0.6). In particular, the newline just before the // comment that got printed out where it should not is probably mac-style '\r' instead of unix-style '\n' or dos-style '\r\n'. Fix those newlines and every

[PHP-DEV] WEIRD, WEIRD problem with upgrade to 4.0.5

2001-05-10 Thread Maxim Maletsky
Hello everyone. in short: I had upgraded PHP from 4.0.1pl2 to 4.0.5. and this is what happened: The pages started breaking on '//' (YES, ON COMMENTS!) If there's no '//' then it works ok, but when it encounters any backslashes-commented line like here: -- http://www.php.net/> To unsubsc

[PHP-DEV] Weird memory problems

2001-03-05 Thread Sebastian Bergmann
I read about two strange errors related to memory in german PHP discussions today: - Fatal error: out of dynamic memory in yy_create_buffer() - "Fatal error: Allowed memory size of 8388608 bytes exhausted at zend_hash.c:425 (tried to allocate 136 bytes) in Unknown on line 0" Could t

Re: [PHP-DEV] Weird stuff in apache error logs

2001-02-18 Thread Cameron
Thanks Cameron Zeev Suraski wrote: > I looked into it, I can see the problem. I'll try to fix it. > > Zeev > > At 15:01 18/2/2001, Cameron wrote: > >yes i am, the auto-prepend and auto-append were attached . . . > > > >it's been happening for a long time but i only now realised how often it was

Re: [PHP-DEV] Weird stuff in apache error logs

2001-02-18 Thread Zeev Suraski
I looked into it, I can see the problem. I'll try to fix it. Zeev At 15:01 18/2/2001, Cameron wrote: >yes i am, the auto-prepend and auto-append were attached . . . > >it's been happening for a long time but i only now realised how often it was >giving me this shit. > >well if its from broken co

Re: [PHP-DEV] Weird stuff in apache error logs

2001-02-18 Thread Cameron
yes i am, the auto-prepend and auto-append were attached . . . it's been happening for a long time but i only now realised how often it was giving me this shit. well if its from broken connections then we need php to dump it instead of logging the crap. Cameron Zeev Suraski wrote: > Apparentl

Re: [PHP-DEV] Weird stuff in apache error logs

2001-02-18 Thread Zeev Suraski
Apparently there's a bug somewhere in PHP that causes this. I've seen that in the past but never looked into it yet. My guess is that it's related to broken connections (user hitting stop, etc.). Are you using output buffering by any chance? Zeev At 07:49 18/2/2001, Cameron wrote: >i think t

[PHP-DEV] Weird stuff in apache error logs

2001-02-17 Thread Cameron
i think there might be a bug in output buffering or mhash somewhere . . . in my error_log file there is getting to be a shitload of html from pages that are generated. some from scripts i made, others from squirrelmail and imp. it does not happen all the time, this probably occur's about 1 in 100