[PHP-DEV] Problem with compiling Zend 1

2003-01-21 Thread Andrey Hristov
Hi, I am still with ZE1 - php4 (HEAD) I have this problem : /home/andrey/development/php4/ext/standard/basic_functions.c: In function `php_simple_ini_parser_cb': /home/andrey/development/php4/ext/standard/basic_functions.c:2827: `ZEND_INI_PARSER_POP_ENTRY' undeclared (first use in this functio

Re: [PHP-DEV] Problem with mcrypt and Blowfish

2002-12-18 Thread victor
Derick Rethans wrote: On Wed, 18 Dec 2002, victor wrote: Hi to all. I'm having problems with the Blowfish encryption method. It's not a PHP problem, because what i get encrypted with the lybrary, i can decrypt it later. The problem became when i encrypt a text with another Blowfish library a

Re: [PHP-DEV] Problem with mcrypt and Blowfish

2002-12-18 Thread Derick Rethans
On Wed, 18 Dec 2002, victor wrote: > Hi to all. I'm having problems with the Blowfish encryption method. It's > not a PHP problem, because what i get encrypted with the lybrary, i can > decrypt it later. The problem became when i encrypt a text with another > Blowfish library and try to get dec

[PHP-DEV] Problem with mcrypt and Blowfish

2002-12-18 Thread victor
Hi to all. I'm having problems with the Blowfish encryption method. It's not a PHP problem, because what i get encrypted with the lybrary, i can decrypt it later. The problem became when i encrypt a text with another Blowfish library and try to get decrypted with the PHP's library, because i do

Re: [PHP-DEV] Problem with commit

2002-12-05 Thread Marcus Börger
At 23:20 05.12.2002, Sara Golemon wrote: And it's not just Marcus, I got the same error commiting to phpdoc five minutes ago... The commit DID go through, just not the notification. -Pollita Same for me. Commit is ok and simply no email. Nothing more to see. marcus > There seems to be a pro

RE: [PHP-DEV] Problem with commit

2002-12-05 Thread James Cox
ED]] > Sent: Thursday, December 05, 2002 9:49 PM > To: [EMAIL PROTECTED] > Subject: [PHP-DEV] Problem with commit > > > There seems to be a problem with CVS server: > > cvs -z3 -q commit -m "php_error -> php_error_docref" xml.c > Checking in xml.c; > /repository/

Re: [PHP-DEV] Problem with commit

2002-12-05 Thread Sara Golemon
And it's not just Marcus, I got the same error commiting to phpdoc five minutes ago... The commit DID go through, just not the notification. -Pollita > There seems to be a problem with CVS server: > > cvs -z3 -q commit -m "php_error -> php_error_docref" xml.c > Checking in xml.c; > /repository/ph

[PHP-DEV] Problem with commit

2002-12-05 Thread Marcus Börger
There seems to be a problem with CVS server: cvs -z3 -q commit -m "php_error -> php_error_docref" xml.c Checking in xml.c; /repository/php4/ext/xml/xml.c,v <-- xml.c new revision: 1.112; previous revision: 1.111 done Bad response from SMTP -- 553 (2002/12/04) Open Proxy: http(3128) Mailing the

[PHP-DEV] problem with session id's

2002-12-03 Thread vsv3
Hi to all. When i start some sessions with PHP4.1.2, in the same PC sometimes the browser, get confused with the sessions and the las who has been connected, get the information of the first one. Can anyone explain me because occurs this?? Thx. -- PHP Development Mailing List

Re: [PHP-DEV] problem with GPL code in PHP4

2002-11-18 Thread Derick Rethans
On Mon, 18 Nov 2002, Marcus Börger wrote: > At 17:36 18.11.2002, Harrie Hazewinkel wrote: > > >On Monday, November 18, 2002, at 04:35 PM, Derick Rethans wrote: > > > >>On Mon, 18 Nov 2002, Henri Gomez wrote: > >> > >>>Hi to all, > >>> > >>>I take a look at PHP4 license information, I see that PHP

Re: [PHP-DEV] problem with GPL code in PHP4

2002-11-18 Thread Derick Rethans
On Mon, 18 Nov 2002, Harrie Hazewinkel wrote: > > On Monday, November 18, 2002, at 04:35 PM, Derick Rethans wrote: > > > On Mon, 18 Nov 2002, Henri Gomez wrote: > > > >> Hi to all, > >> > >> I take a look at PHP4 license information, I see that PHP4 is licensed > >> under an Apache Style license

Re: [PHP-DEV] problem with GPL code in PHP4

2002-11-18 Thread Henri Gomez
Sebastian Bergmann wrote: Henri Gomez wrote: Any date to make the change in image.c ? It's already "fixed" in CVS. Thanks, you're faster than light, I'll try to get a CVS snapshot. -- PHP Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.p

Re: [PHP-DEV] problem with GPL code in PHP4

2002-11-18 Thread Marcus Börger
At 17:36 18.11.2002, Harrie Hazewinkel wrote: On Monday, November 18, 2002, at 04:35 PM, Derick Rethans wrote: On Mon, 18 Nov 2002, Henri Gomez wrote: Hi to all, I take a look at PHP4 license information, I see that PHP4 is licensed under an Apache Style license. I see at least 2 files, ran

Re: [PHP-DEV] problem with GPL code in PHP4

2002-11-18 Thread Sebastian Bergmann
Henri Gomez wrote: > Any date to make the change in image.c ? It's already "fixed" in CVS. -- Sebastian Bergmann http://sebastian-bergmann.de/ http://phpOpenTracker.de/ Did I help you? Consider a gift: http://wishlist.sebastian-bergmann.de/ -- PHP Development Mailing L

Re: [PHP-DEV] problem with GPL code in PHP4

2002-11-18 Thread Harrie Hazewinkel
On Monday, November 18, 2002, at 04:35 PM, Derick Rethans wrote: On Mon, 18 Nov 2002, Henri Gomez wrote: Hi to all, I take a look at PHP4 license information, I see that PHP4 is licensed under an Apache Style license. I see at least 2 files, rand.c and image.c which are under GPL licence, an

Re: [PHP-DEV] problem with GPL code in PHP4

2002-11-18 Thread Henri Gomez
Sander Roobol wrote: On Mon, Nov 18, 2002 at 04:33:59PM +0100, Henri Gomez wrote: In 4.2.2 source I'm reading from, the MT RAND functions are marked as GPL (and you know that any single piece of GPL in a code base make it GPLized ;) It's actually LGPL, see line 117: This library is free so

Re: [PHP-DEV] problem with GPL code in PHP4

2002-11-18 Thread Sander Roobol
On Mon, Nov 18, 2002 at 04:33:59PM +0100, Henri Gomez wrote: > In 4.2.2 source I'm reading from, the MT RAND functions are marked as > GPL (and you know that any single piece of GPL in a code base make > it GPLized ;) It's actually LGPL, see line 117: This library is free software; you can redi

Re: [PHP-DEV] problem with GPL code in PHP4

2002-11-18 Thread Henri Gomez
Derick Rethans wrote: On Mon, 18 Nov 2002, Henri Gomez wrote: In 4.2.2 source I'm reading from, the MT RAND functions are marked as GPL (and you know that any single piece of GPL in a code base make it GPLized ;) Somebody which rewrites this code will pop-up soon :) What do you means ? Did

Re: [PHP-DEV] problem with GPL code in PHP4

2002-11-18 Thread Derick Rethans
On Mon, 18 Nov 2002, Henri Gomez wrote: > In 4.2.2 source I'm reading from, the MT RAND functions are marked as > GPL (and you know that any single piece of GPL in a code base make > it GPLized ;) Somebody which rewrites this code will pop-up soon :) Derick --

Re: [PHP-DEV] problem with GPL code in PHP4

2002-11-18 Thread Derick Rethans
On Mon, 18 Nov 2002, Rasmus Lerdorf wrote: > Well, he is talking about the Mersenne Twister code in rand.c. The is a > GPL reference in that. (search for GNU) Ah, right, missed that. Derick -- --- Derick Rethans

Re: [PHP-DEV] problem with GPL code in PHP4

2002-11-18 Thread Henri Gomez
Derick Rethans wrote: On Mon, 18 Nov 2002, Henri Gomez wrote: Hi to all, I take a look at PHP4 license information, I see that PHP4 is licensed under an Apache Style license. I see at least 2 files, rand.c and image.c which are under GPL licence, and sus break the ASF like licence of PHP4.

Re: [PHP-DEV] problem with GPL code in PHP4

2002-11-18 Thread Marcus Börger
At 16:21 18.11.2002, Henri Gomez wrote: Hi to all, I take a look at PHP4 license information, I see that PHP4 is licensed under an Apache Style license. I see at least 2 files, rand.c and image.c which are under GPL licence, and sus break the ASF like licence of PHP4. Do you plan to change the

Re: [PHP-DEV] problem with GPL code in PHP4

2002-11-18 Thread Derick Rethans
On Mon, 18 Nov 2002, Henri Gomez wrote: > Hi to all, > > I take a look at PHP4 license information, I see that PHP4 is licensed > under an Apache Style license. > > I see at least 2 files, rand.c and image.c which are under GPL licence, > and sus break the ASF like licence of PHP4. image.c onl

[PHP-DEV] problem with GPL code in PHP4

2002-11-18 Thread Henri Gomez
Hi to all, I take a look at PHP4 license information, I see that PHP4 is licensed under an Apache Style license. I see at least 2 files, rand.c and image.c which are under GPL licence, and sus break the ASF like licence of PHP4. Do you plan to change the licence of these 2 files, or relax it wi

[PHP-DEV] problem with session file

2002-11-07 Thread Stefano Guerrini
I am using Apache 1.3.22 + PHP4.2.2 compiled as a CGI Using index.php that registeres a session variable and test.php that displays this variable, the session file does not contain the value of the variable, only the variable name. [sess_15e149f29b26e2995c2474bbd083589e]: !my_session_variable| [

[PHP-DEV] Problem w/ upgrade to 4.2.3

2002-11-01 Thread Adam
Just installed 4.2.3 from 4.2.2. Now when I have a PHP script that takes some time to process it will wait to send any of the HTML to the client. On 4.2.2 I could just include the PHP code after the HTML that I wanted to display, it would display the HTML before the PHP and when the PHP had finis

Re: [PHP-DEV] problem with EG(uninitialized_zval_ptr)

2002-10-28 Thread Andi Gutmans
At 05:40 PM 10/28/2002 +0200, Stanislav Malyshev wrote: TCA>> yep - but can we simply move init_executor a bit "up"? I fear it's as "up" as it can be - just the start of zend_activate(). The problem, as it seems, is that some code can be called before zend_activate() - like INI handlers. Ri

Re: [PHP-DEV] problem with EG(uninitialized_zval_ptr)

2002-10-28 Thread Andi Gutmans
At 04:35 PM 10/28/2002 +0100, Thies C. Arntzen wrote: On Mon, Oct 28, 2002 at 05:24:38PM +0200, Stanislav Malyshev wrote: > TCA>> but zval_ptr_dtor (used in assert.c-OnChangeCallback) checks > TCA>> against EG(uninitialized_zval_ptr) - so calling zval_ptr_dtor > TCA>> anytime before in

Re: [PHP-DEV] problem with EG(uninitialized_zval_ptr)

2002-10-28 Thread Thies C. Arntzen
On Mon, Oct 28, 2002 at 05:49:44PM -0800, Zeev Suraski wrote: > At 07:35 28/10/2002, Thies C. Arntzen wrote: > >On Mon, Oct 28, 2002 at 05:24:38PM +0200, Stanislav Malyshev wrote: > >> TCA>> but zval_ptr_dtor (used in assert.c-OnChangeCallback) checks > >> TCA>> against EG(uninitialized_zva

Re: [PHP-DEV] problem with EG(uninitialized_zval_ptr)

2002-10-28 Thread Zeev Suraski
At 07:35 28/10/2002, Thies C. Arntzen wrote: On Mon, Oct 28, 2002 at 05:24:38PM +0200, Stanislav Malyshev wrote: > TCA>> but zval_ptr_dtor (used in assert.c-OnChangeCallback) checks > TCA>> against EG(uninitialized_zval_ptr) - so calling zval_ptr_dtor > TCA>> anytime before init_execut

Re: [PHP-DEV] problem with EG(uninitialized_zval_ptr)

2002-10-28 Thread Stanislav Malyshev
TCA>> yep - but can we simply move init_executor a bit "up"? I fear it's as "up" as it can be - just the start of zend_activate(). The problem, as it seems, is that some code can be called before zend_activate() - like INI handlers. -- Stanislav Malyshev, Zend Products Engineer [EMAIL

Re: [PHP-DEV] problem with EG(uninitialized_zval_ptr)

2002-10-28 Thread Thies C. Arntzen
On Mon, Oct 28, 2002 at 05:24:38PM +0200, Stanislav Malyshev wrote: > TCA>> but zval_ptr_dtor (used in assert.c-OnChangeCallback) checks > TCA>> against EG(uninitialized_zval_ptr) - so calling zval_ptr_dtor > TCA>> anytime before init_executor will cause an UMR. > > Actually, zval_ptr_

Re: [PHP-DEV] problem with EG(uninitialized_zval_ptr)

2002-10-28 Thread Stanislav Malyshev
TCA>> but zval_ptr_dtor (used in assert.c-OnChangeCallback) checks TCA>> against EG(uninitialized_zval_ptr) - so calling zval_ptr_dtor TCA>> anytime before init_executor will cause an UMR. Actually, zval_ptr_dtor calls zval_dtor, which does much more EG(...) games than just EG(uniniti

[PHP-DEV] problem with EG(uninitialized_zval_ptr)

2002-10-28 Thread Thies C. Arntzen
zee, andi - in threded mode we access (atleast) EG(uninitialized_zval_ptr) before it's initialized -> BadIdea(tm) what happens is that (see assert.c as an example) OnChangeCallback gets called by the ini-mechanism before the executor is initialized. but zval_pt

Re: [PHP-DEV] Problem with XSLT Sablotron -> Bug ?

2002-10-14 Thread Dirk Schwier
Quite a fast answer, thank's for the first. O.k. I tried it from the command line: > sabcmd xslt_menu.xslt test.xml test_sab.html -L sab.log all working well, this is the result of the log-file: > Parsing 'file:/usr/local/httpd/htdocs/projects_at_work/modules/xslt_menu.xslt'.. > Parse done in 0.

RE: [PHP-DEV] Problem with XSLT Sablotron -> Bug ?

2002-10-14 Thread David Viner
h has assumed ownership of PHP's xslt extension. We should remove php-dev from this list for the time being. dave -Original Message- From: Dirk Schwier [mailto:[EMAIL PROTECTED]] Sent: Monday, October 14, 2002 1:24 PM To: [EMAIL PROTECTED] Subject: [PHP-DEV] Problem with XSLT Sablot

[PHP-DEV] Problem with XSLT Sablotron -> Bug ?

2002-10-14 Thread Dirk Schwier
Hy NG, I get under some circumstances an Sablotron Error: "XML parser error 3: no element found" - this Error occurs only, when I put a lot of Text into an CDATA-Section. I Put a sample script beyond, maybe somone can tell me, if there is a wokaround or if it is a bug (this is, what I guess). I

Re: [PHP-DEV] Problem with file_exists (Newbie Q)

2002-10-14 Thread Marco Tabini
You'll have to use the CURL library: http://ca.php.net/manual/en/ref.curl.php Cheers, Marco On Sun, 2002-10-13 at 16:21, Adrian Slusarczyk wrote: > Hi, > > I have the following problem: In a function, I want to verify whether a > file exists before I go on, and if it doesn´t, return false a

[PHP-DEV] Problem with file_exists (Newbie Q)

2002-10-14 Thread Adrian Slusarczyk
Hi, I have the following problem: In a function, I want to verify whether a file exists before I go on, and if it doesn´t, return false and stop right there. So I tried if(!file_exists($my_file)) { return false; exit; } But since $my_file is a URL, it doesn´t work. Does anybody know how to do

[PHP-DEV] Problem with tests/lang/034.phpt

2002-10-10 Thread Ilia A.
The 'tests/lang/034.phpt' in the 4.3.0pre1has a parse error that will cause the test to fail everytime. Please grab the latest copy of the this test from the CVS or if you cannot, download it via Web CVS at: http://cvs.php.net/co.php/php4/tests/lang/034.phpt?login=2&r=1.5&p=1 Ilia -- PHP Deve

[PHP-DEV] Problem with MQL & PHP

2002-09-24 Thread Ms Rubina Khatoon
Can any one please help me with below error?? Its working fine on another environment,Thanks. Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /home/www/winnerwireless/includes/functions/database.php on line 49 ___

Re: [PHP-DEV] problem in starting apache in win2k with mcrypt and mhash module

2002-09-05 Thread Markus Fischer
You're mixing an older library with a newer php version (or the other way around). Please clean up your system first. Please ask on [EMAIL PROTECTED] next time. (Reply-To set). - Markus On Fri, Sep 06, 2002 at 09:56:59AM +0800, Terence Lee wrote : > Hello > > i've uncommen

[PHP-DEV] problem in starting apache in win2k with mcrypt and mhash module

2002-09-05 Thread Terence Lee
Hello i've uncommended the mcrypt and mhash line in c:\winnt\php.ini. then i try to start the apache but encounter the following error msg "The procedure entry point _ecalloc could not be located in the dynamic link library php4ts.dll" "Unable to load dynamic library 'c:\php\extensions\php_mcry

RE: [PHP-DEV] Problem with http://php.net

2002-09-02 Thread Mike Robinson
Cross-dressing. Vibrators. Oh my. Breadsticks in the nose anyone? .mike -Original Message- From: Dan Hardiker [mailto:[EMAIL PROTECTED]] Sent: Monday, September 02, 2002 9:22 AM To: [EMAIL PROTECTED] Subject: Re: [PHP-DEV] Problem with http://php.net >> P.S. >> Of

RE: [PHP-DEV] Problem with http://php.net

2002-09-02 Thread James Cox
> >> P.S. > >> Offtopic sorry > > > > funny things are allowed as off topic posts :) > > > > Derick > > Such as Derick's cross dressing tendancies? heh :P [sorry, couldnt resist] > > Where the hell did that come from? :) -- PHP Development Mailing List To unsubscribe, vi

Re: [PHP-DEV] Problem with http://php.net

2002-09-02 Thread derick
On Mon, 2 Sep 2002, Dan Hardiker wrote: > Such as Derick's cross dressing tendancies? heh :P [sorry, couldnt resist] h! Derick -- PHP Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP-DEV] Problem with http://php.net

2002-09-02 Thread James Cox
> Back to the topic... > > When will the MX be up again? > The box actually hasn't died yet. SSH and SMTP are open, and seem to be listening -- it is possible to make a connection to them. For some reason however... ssh doesn't auth, and then times out... so there are probably a bunch of defunc

Re: [PHP-DEV] Problem with http://php.net

2002-09-02 Thread Dan Hardiker
>> P.S. >> Offtopic sorry > > funny things are allowed as off topic posts :) > > Derick Such as Derick's cross dressing tendancies? heh :P [sorry, couldnt resist] -- Dan Hardiker [[EMAIL PROTECTED]] ADAM Software & Systems Engineer First Creative Ltd -- PHP Development Mailing List

Re: [PHP-DEV] Problem with http://php.net

2002-09-02 Thread Stefan Esser
Back to the topic... When will the MX be up again? Stefan -- PHP Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Problem with http://php.net

2002-09-02 Thread derick
On Mon, 2 Sep 2002, Andrey Hristov wrote: > P.S. > Offtopic sorry funny things are allowed as off topic posts :) Derick -- PHP Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Problem with http://php.net

2002-09-02 Thread Andrey Hristov
<[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Monday, September 02, 2002 4:01 PM Subject: RE: [PHP-DEV] Problem with http://php.net > > > > This goes to everyone who has root or sudo on the boxes.. for > > example i'll > > > get paged if something ge

RE: [PHP-DEV] Problem with http://php.net

2002-09-02 Thread James Cox
> > This goes to everyone who has root or sudo on the boxes.. for > example i'll > > get paged if something gets broken. This should guarentee a faster > response > > time (although, php-dev works too :)) > > Wow. I guess your pager does not stand still a second then... :) > Well, it works as

Re: [PHP-DEV] Problem with http://php.net

2002-09-02 Thread Stefan Esser
> This goes to everyone who has root or sudo on the boxes.. for example i'll > get paged if something gets broken. This should guarentee a faster response > time (although, php-dev works too :)) Wow. I guess your pager does not stand still a second then... :) Stefan -- PHP Development Mailin

[PHP-DEV] Problem with filedownload + session_start() in combination with SSL and IE

2002-09-02 Thread Florian Schaper
I have a problem with file downloads using SSL in combination with PHP's sessionmanagement. Sample: This won't work .. if the sessionlines are commented out it works fine ... I also disabled cookies but that didn't help. The same bug has been described by a different source at http://www.phpb

[PHP-DEV] Problem with filedownload + session_start() in combination with SSL and IE

2002-09-02 Thread Florian Schaper
I have a problem with file downloads using SSL in combination with PHP's sessionmanagement. Sample: This won't work .. if the sessionlines are commented out it works fine ... I also disabled cookies but that didn't help. The same bug has been described by a different source at http://www.phpb

Re: [PHP-DEV] Problem with http://php.net

2002-09-02 Thread Andrey Hristov
Yup, I saw /server-status - thus i wrote "too much downloads" Best regards Andrey Hristov - Original Message - From: "James Cox" <[EMAIL PROTECTED]> To: "Andrey Hristov" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Monday, September

RE: [PHP-DEV] Problem with http://php.net

2002-09-02 Thread James Cox
james > -Original Message- > From: James Cox [mailto:[EMAIL PROTECTED]] > Sent: Monday, September 02, 2002 9:53 AM > To: Andrey Hristov; [EMAIL PROTECTED] > Subject: RE: [PHP-DEV] Problem with http://php.net > > > some of the httpd processes went defunct (also, becau

RE: [PHP-DEV] Problem with http://php.net

2002-09-02 Thread James Cox
IL PROTECTED] > Subject: Re: [PHP-DEV] Problem with http://php.net > > > Too much downloads > > Best regards > Andrey Hristov > > > - Original Message - > From: "Andrey Hristov" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTE

Re: [PHP-DEV] Problem with http://php.net

2002-09-02 Thread Andrey Hristov
Too much downloads Best regards Andrey Hristov - Original Message - From: "Andrey Hristov" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, September 02, 2002 11:35 AM Subject: [PHP-DEV] Problem with http://php.net > Hi, > maybe offtopic but

[PHP-DEV] Problem with http://php.net

2002-09-02 Thread Andrey Hristov
Hi, maybe offtopic but I cannot access php.net . I thought that it is maybe problem with my connection so tried http://network-tools.com to fetch the headers and teh result is timeout. Best regards Andrey Hristov -- PHP Development Mailing List To unsubscribe, visit: h

[PHP-DEV] Problem with include_once/require_once & remote URLs

2002-08-14 Thread Ilia A.
According to the PHP manual _once functions support inclusion of remote URLs, which they do. However, unlike when dealing with local files those functions do not actually keep track of how many times the file is included and prevent double inclusion of the same file. Meaning that those function

[PHP-DEV] Problem: Apache2 / Perl 5.8.0 / mod_perl 2.0 / PHP all on Win32

2002-07-25 Thread French, Shawn
I am in a bit of a jam. I think the "cross-post" is necessary since I need the help of Apache, mod_perl, and PHP developers/users. I apologize for the length, if you have time, my explanation (at the end) should clarify what I mean. Summary --- I need: - A perl-enabled web server to run on th

Re: [PHP-DEV] problem with post data

2002-06-18 Thread Chris Shiflett
The reason for this is most likely that your PHP configuration is not setup to create global variables for data contained in a POST. You'll probably find more help on the [EMAIL PROTECTED] mailing list. This list is for the development of PHP only. Chris rang pheng wrote: >Hi. I'm Rang. > >N

[PHP-DEV] problem with post data

2002-06-18 Thread rang pheng
Hi. I'm Rang. Now I try develop with php. But when I pass data from the Form why I can not get it. I code it follow : form.html form.php Yes, when I try to submit the form the error is : Notice: Undefined variable: NAME in d:\inetpub\wwwroot\php\testform\formtest.php on li

Re: [PHP-DEV] =& problem with ZE2: Can't use function return value in write context

2002-06-11 Thread John Lim
Thanks! I appreciate the fast response. I look forward to testing future versions of ZE2. "Andi Gutmans" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > This should be fixed now. > Note, that it will only work if you are returning your return value by > referen

Re: [PHP-DEV] =& problem with ZE2: Can't use function return value in write context

2002-06-11 Thread Andi Gutmans
This should be fixed now. Note, that it will only work if you are returning your return value by reference. In engine 1 doing anything else was buggy. Andi At 07:16 PM 6/11/2002 +0300, Andi Gutmans wrote: >It's supposed to work under the same circumstances as in Engine 1 (if you >really return

Re: [PHP-DEV] =& problem with ZE2: Can't use function return value in write context

2002-06-11 Thread Andi Gutmans
It's supposed to work under the same circumstances as in Engine 1 (if you really returned a reference) although in most cases you will now be returning objects by value and assigning them by value. It was introduced originally to get around the object problems the Engine 2 solved. I'll look int

Re: [PHP-DEV] =& problem with ZE2: Can't use function return value in write context

2002-06-11 Thread Sebastian Bergmann
John Lim wrote: > Is this a bug or a feature of the new ZE2. I noticed there are many > places in PEAR and my code that use the =& syntax. It's a feature :) -- Sebastian Bergmann http://sebastian-bergmann.de/ http://phpOpenTracker.de/ Did I help you? Consider a gift: h

[PHP-DEV] =& problem with ZE2: Can't use function return value in write context

2002-06-11 Thread John Lim
Hello, With the ZE 2, PHP 4.3.0-alpha I get an error that looks like this: Fatal error: Can't use function return value in write context in d:\inetpub\wwwroot\php\test5.php on line 29 Is this a bug or a feature of the new ZE2. I noticed there are many places in PEAR and my code that use the

Re: [PHP-DEV] Problem mit streams and http_fopen_wrapper

2002-05-13 Thread Wez Furlong
On 13/05/02, "Markus Fischer" <[EMAIL PROTECTED]> wrote: > No idea what's wrong with 2) Its the zval that holds the headers that's leaking. > The line I've marked with 'MARK 1' results in the 'Success' > phrase because errno is just zero. And as far as I could see > in php4/ext/s

[PHP-DEV] Problem mit streams and http_fopen_wrapper

2002-05-13 Thread Markus Fischer
Hi, while pondering around with #17185 I came about this little issue here (trying to readfile an url which doesn't exist): Given: http://guru.josefine.at/messanottaexist";); var_dump($foo); ?> HEAD compiled with debug: Warning: HTTP request failed! HTTP/1.1

[PHP-DEV] Problem with 4.0.6 through 4.2RC2

2002-04-11 Thread Scott Carr
Environment: WinNT4, Apache 1.3.23, PHP 4.0.6 THROUGH 4.2RC2 Code Snippet: $strClientDb = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=Some location"; $client = new COM("ADODB.Recordset"); $strSQL = "SELECT * FROM AnyTable"; $client->open($strSQL, $strClientDb); This works fine. Probl

[PHP-DEV] Problem with php_request_shutdown

2002-03-26 Thread Derick Rethans
Hello, can somebody have a look at bug #15209? Derick -- PHP Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] Problem compiling php and apache in HPUX

2002-02-20 Thread Hector Jose Montalvo Herrera
Hello, I have problems installing PHP 4.1.1 and a apache server 1.3.23 with chroot. My S.O. is HPUX 11.0 I compiled apache with the module mod_so and php with the directory tree /usr/local/apache My chroot is /usr/www , after of compiling apache with php I make a tar of usr/local/apache and a t

Re: [PHP-DEV] Problem with complex data structure and sessions

2001-12-10 Thread Zak Greant
Probably the best thing to do is visit http://bugs.php.net and review the guidelines for submitting a bug. If you get through the process and feel that you have found a bug, please submit a bug report. --zak On December 10, 2001 02:51 pm, Frank wrote: > I am new to online PHP communities so i

[PHP-DEV] Problem with complex data structure and sessions

2001-12-10 Thread Frank
I am new to online PHP communities so if there is a better place to post this please let me know. I may have encountered a bug in PHP 4.0.6, but I don't know where to look to see if it is a known problem, and I have not been able to reproduce the problem in trivial code. I have been programming

Re: [PHP-DEV] Revise config.m4 scripts in general (Was: Re: [PHP-DEV]Problem with Configure..)

2001-11-13 Thread Jani Taskinen
On Wed, 14 Nov 2001, Markus Fischer wrote: >On Wed, Nov 14, 2001 at 03:03:33AM +0200, Jani Taskinen wrote : >> You're totally wrong here. :) > >Haha! Good catch :-) > >But I bet there are some not done correctly ... :) If you find any, let me know. --Jani -- PHP Development Mailing List

Re: [PHP-DEV] Revise config.m4 scripts in general (Was: Re: [PHP-DEV] Problem with Configure..)

2001-11-13 Thread Markus Fischer
On Wed, Nov 14, 2001 at 03:03:33AM +0200, Jani Taskinen wrote : > You're totally wrong here. :) Haha! Good catch :-) But I bet there are some not done correctly ... :) ty - Markus -- PHP Development Mailing List To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: [PHP-DEV] Revise config.m4 scripts in general (Was: Re: [PHP-DEV]Problem with Configure..)

2001-11-13 Thread Jani Taskinen
On Wed, 14 Nov 2001, Markus Fischer wrote: >I think it doesn't make sense to detect >libraries in the following way: > > >for i in /usr /usr/local/ $PHP_PNG_DIR; do > >*IF* there are libraries already installed in /usr/ or /usr/local >and the use provides a $PHP_PNG_DIR , the custom dire

[PHP-DEV] Revise config.m4 scripts in general (Was: Re: [PHP-DEV] Problem with Configure..)

2001-11-13 Thread Markus Fischer
On Tue, Nov 13, 2001 at 11:40:25PM +0100, Marco Kaiser wrote : > today i got some weird problems with ./configure ... --with-gd= version>. > I have a version installed on the system and its works nice with --with-gd > but if i want to link to a new patched version so its tricky. The .configure >

Re: [PHP-DEV] Problem with Configure..

2001-11-13 Thread Pierre-Alain Joye
On Tue, 13 Nov 2001 23:40:25 +0100 "Marco Kaiser" <[EMAIL PROTECTED]> wrote: > Hi, > > today i got some weird problems with ./configure ... --with-gd= version>. > I have a version installed on the system and its works nice with --with-gd > but if i want to link to a new patched version so its tr

[PHP-DEV] Problem with Configure..

2001-11-13 Thread Marco Kaiser
Hi, today i got some weird problems with ./configure ... --with-gd=. I have a version installed on the system and its works nice with --with-gd but if i want to link to a new patched version so its tricky. The .configure scripts ignore me and links to the old version under /usr/local ... Its tha

[PHP-DEV] problem with gcc datetime

2001-08-15 Thread Chris Gardner
i'm getting a rather wierd problem here. i'm trying a standard make of the php source (actually of the php-4.0.6 source.) i keep getting this compile error on the datetime.c file. i've also gone to cvs and grabbed the latest datetime.c and gotten the same results. is anyone else getting someth

[PHP-DEV] problem with ressources on reload

2001-07-25 Thread Gilles Koffmann
Hi, I'm writing an extension PHP 4.06, VC++6 and doing OO syntax overloading and ZTS I'm using a global struct that is defined as ZTS global typedef struct { HashTable *array_dl_handle; HashTable *array_compiler; } php_delphi_globals; I'm using a ressource. This ressource is created as : ..

Re: [PHP-DEV] problem

2001-07-23 Thread Andy
Please go to http://www.php.net/support.php and click on the radio button corresponding to PHP Development List. Go down to the bottom and type the email YOU SIGNED UP WITH. Then click unsubscribe. You should get a confirmation email. Respond to that and you should be unsubscribed. On Mon, 23

[PHP-DEV] problem

2001-07-23 Thread Rodrigo Meurer - Base51
Hi!  Im sorry for this, I read the instructions, but Im trying to unsubscribe sending an empty email to [EMAIL PROTECTED] and it is not working!!   I subscrided 4 days ago with the email [EMAIL PROTECTED]  that is a redirection to [EMAIL PROTECTED], maybe it is this that is wrong.  So,

Re: [PHP-DEV] Problem with globals ZTS

2001-07-09 Thread Gilles Koffmann
;Zeev Suraski" <[EMAIL PROTECTED]>; "PHP Developers Mailing List" <[EMAIL PROTECTED]> Envoyé : jeudi 5 juillet 2001 09:02 Objet : Re: [PHP-DEV] Problem with globals ZTS > On Thu, 5 Jul 2001, Gilles Koffmann wrote: > > > Hello, > > > > I'm in ZTS m

Re: [PHP-DEV] Problem with globals ZTS

2001-07-04 Thread derick
On Thu, 5 Jul 2001, Gilles Koffmann wrote: > Hello, > > I'm in ZTS mode. Building with VC++ 5, on win 98 with PHP 4.0.5 and apache > 1.3.19. Is VC++ 5 supported? I thought you needed at least version 6... Derick - PHP:

Re: [PHP-DEV] Problem with globals ZTS

2001-07-04 Thread Gilles Koffmann
les Koffmann" <[EMAIL PROTECTED]> Cc : <[EMAIL PROTECTED]> Envoyé : samedi 23 juin 2001 10:30 Objet : Re: [PHP-DEV] Problem with globals ZTS > Are you building it in ZTS mode or does it crash in non ZTS mode after this > change? > > At 09:35 22/6/2001, Gilles Kof

Re: [PHP-DEV] Problem with globals ZTS

2001-06-23 Thread Zeev Suraski
Are you building it in ZTS mode or does it crash in non ZTS mode after this change? At 09:35 22/6/2001, Gilles Koffmann wrote: >Hi, > >I'm writing an extension to php. After changing my code to have thread safe >globals , >my extension is crashing and I can't figure out what it is: > >typedef st

[PHP-DEV] Problem with globals ZTS

2001-06-22 Thread Gilles Koffmann
Hi, I'm writing an extension to php. After changing my code to have thread safe globals , my extension is crashing and I can't figure out what it is: typedef struct { HashTable array_dl_handle; /* hash user dll name -> handle, getobject, getcompiler, destroyobject */ HashTable array_compiler;

RE: [PHP-DEV] problem ??? 1 is not a valid PostgreSQL link resource

2001-06-21 Thread Chris Newbill
obviously have the pgsql commands workingcheck your PHP code. -Chris -Original Message- From: Carlos Estala [mailto:[EMAIL PROTECTED]] Sent: Thursday, 21 June, 2001 11:14 AM To: [EMAIL PROTECTED] Subject: [PHP-DEV] problem ??? 1 is not a valid PostgreSQL link resource ! Hi ¡ i have redhat

[PHP-DEV] problem ??? 1 is not a valid PostgreSQL link resource

2001-06-21 Thread Carlos Estala
! Hi ¡ i have redhat 7.1 , Postgresql 7.0.3 and php 4.0.4 but i have a problem with conections becose send me this messages "1 is not a valid PostgreSQL link resource", how i cant fix this problem someone friend say me that rebuild source code php 4.0.4 , is true o someone have a solution Than

Re: [PHP-DEV] Problem with preg_split ( 4.0.5 and CVS last version )

2001-05-04 Thread Andrei Zmievski
On Fri, 04 May 2001, Renato Weiner wrote: > > Hi all, > > Look at the following code: > $price = "66950"; > > $formatado = preg_split ('//', $price, 0, PREG_SPLIT_NO_EMPTY); > > $escalar = sizeof($formatado); > > echo $escalar; > ?> > > In php4.0.4pl1 the result is "5", in php4.0.5 the resu

[PHP-DEV] Problem with preg_split ( 4.0.5 and CVS last version )

2001-05-04 Thread Renato Weiner
Hi all, Look at the following code:$price = "66950";$formatado = preg_split ('//', $price, 0, PREG_SPLIT_NO_EMPTY);$escalar = sizeof($formatado);echo $escalar;?>In php4.0.4pl1 the result is "5", in php4.0.5 the result is "1".I also tried version 1.92 in CVS of /ext/pcre/php_pcre.c but I got thesame

[PHP-DEV] problem in php_odbc.c - can anyone explain what this code was added for

2001-04-03 Thread Martin J. Evans
We are seeing massive cpu usage in the MS SQLServer ODBC driver when calling odbc_prepare to select a column from a table, retrieving the results and then repeating. The SQLServer ODBC driver appears to be spin waiting, repeatedly calling WaitForSingelObject. It appears when odbc_prepare is calle

Re: [PHP-DEV] Problem with strings on Win32

2001-02-20 Thread Martin Jansen
On Tue, 20 Feb 2001 20:40:04 +0100, Sebastian Bergmann wrote: > The following code > > $string = ""; > > print "*".$string."*"; > var_dump($string); >?> > > outputs > >** >string(6) "" On my machine (Windows 2000 Professional German) everything works fine: | [d

Re: [PHP-DEV] Problem with strings on Win32

2001-02-20 Thread Sebastian Bergmann
Martin Jansen wrote: > On my machine (Windows 2000 Professional German) everything > works fine: > > | [d:\php\php4.0.4pl1]php > | | $string = ""; > | > | print "*".$string."*"; > | var_dump($string); > | ?> > | ^Z > | X-Powered-By: PHP/4.0.4pl1 > | Content-type: text/html > | > | **st

[PHP-DEV] Problem with strings on Win32

2001-02-20 Thread Sebastian Bergmann
Hi there, I just came across something very odd. The following code "; print "*".$string."*"; var_dump($string); ?> outputs ** string(6) "" . So, the variable's type and size are set correctly, but not its value. I'm using yesterday's CVS on Windows

[PHP-DEV] Problem with sessions!

2001-01-27 Thread Adrian Pitulac
I have Apache 1.3.14 and Php 4.0.4 on RedHat Linux 7.0!   I started a session from a html and i receive the following message:   Warning: Cannot send session cache limiter - headers already sent (output started at ../x.php:4) in /x.php on line zz   Can you help me?   Thanks!

  1   2   >