[PHP-DEV] PHP 4.0 Bug #9199: 'ld: No reference to __DYNAMIC' error

2001-02-09 Thread andrew
e', and most of it builds. Then I get: Making all in . gmake[1]: Entering directory `/usr/home/andrew/src/php-4.0.4pl1' /bin/sh /usr/home/andrew/src/php-4.0.4pl1/libtool --silent --mode=compile gcc -I. -I/usr/home/andrew/src/php-4.0.4pl1/ -I/usr/home/andrew/src/php-4.0.4pl1/main -I/usr/

[PHP-DEV] PHP 4.0 Bug #9199 Updated: 'ld: No reference to __DYNAMIC' error

2001-02-09 Thread andrew
--- [2001-02-09 18:04:27] [EMAIL PROTECTED] I configured with './configure --with-apxs --with-mysql' successfully. I type 'gmake', and most of it builds. Then I get: Making all in . gmake[1]: Entering directory `/usr/home/andrew/src/php-4.0.4pl1' /bin/sh /usr/

[PHP-DEV] Bug #14981: mail() function won't send mail to a domain containing '-' hyphens

2002-01-10 Thread andrew
we can only conclude that the problem is in PHP. I am not running PHP myself, my webserver is, so I can't give any information about PHP modules / backtrace. Andrew Staffell -- Edit bug report at: http://bugs.php.net/?id=14981&edit=1 -- PHP Development Mailing List <http://www.php

[PHP-DEV] Bug #14981 Updated: mail() function won't send mail to a domain containing '-' hyphens

2002-01-11 Thread andrew
the domain. Escaping by using the address "info@the\-total\-solution.com" doesn't solve the problem either. Having raised this problem with other developers, who also tested it, we can only conclude that the problem is in PHP.

[PHP-DEV] Bug #14981 Updated: mail() function won't send mail to a domain containing '-' hyphens

2002-01-11 Thread andrew
the domain. Escaping by using the address "info@the\-total\-solution.com" doesn't solve the problem either. Having raised this problem with other developers, who also tested it, we can only conclude that the problem is in PHP.

[PHP-DEV] Bug #14981 Updated: mail() function won't send mail to a domain containing '-' hyphens

2002-01-11 Thread andrew
uot; doesn't solve the problem either. Having raised this problem with other developers, who also tested it, we can only conclude that the problem is in PHP. I am not running PHP myself, my webserver is, so I can't give any information about PHP modules / backtrace. Andrew Staffell --

[PHP-DEV] Bug #14981 Updated: mail() function won't send mail to a domain containing '-' hyphens

2002-01-11 Thread andrew
tested it, we can only conclude that the problem is in PHP. I am not running PHP myself, my webserver is, so I can't give any information about PHP modules / backtrace. Andrew Staffell Edit this bug repo

[PHP-DEV] Bug #14981 Updated: mail() function won't send mail to a domain containing '-' hyphens

2002-01-11 Thread andrew
ctly reaching this address and others in the domain. Escaping by using the address "info@the\-total\-solution.com" doesn't solve the problem either. Having raised this problem with other developers, who also tested it, we can only conclude tha

[PHP-DEV] Bug #12284: negative limits in explode()

2001-07-20 Thread andrew
nning rather than at the ending of the exploding string? sure it would burden the syntax a little, but could be useful. andrew -- Edit bug report at: http://bugs.php.net/?id=12284&edit=1 -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: [EMAIL PROTECTED]

[PHP-DEV] Bug #10677: Session lifetimes beyond browse on per session basis

2001-05-04 Thread andrew
From: [EMAIL PROTECTED] Operating system: Linux (RH6) PHP version: 4.0.4pl1 PHP Bug Type: Feature/Change Request Bug description: Session lifetimes beyond browse on per session basis Something that's been requested in the annoated manuals but I don't see an actual feature r

[PHP-DEV] Bug #14325: set_attribute does not keep '&' in character references

2001-12-03 Thread andrew
From: [EMAIL PROTECTED] Operating system: Redhat 7.0 PHP version: 4.0.5 PHP Bug Type: DOM XML related Bug description: set_attribute does not keep '&' in character references The '&' in character references is converted to & when used in set_attribute e.g. ! is changed to &

[PHP-DEV] PHP 4.0 Bug #8863: function to get constant values by variable name

2001-01-23 Thread andrew
in a string variable. What I mean is something like function get_constant($const_name) { eval ("\$myvar = " . $const_name . ";"); return $myvar; } but I really think that using eval() here is a waste. Am I missing something? andrew -- Edit Bug report at

[PHP-DEV] Bug #12717: apache 1.3.20 with PHP 4.0.6 and oci8 DSO crashes on startup

2001-08-13 Thread andrew
From: [EMAIL PROTECTED] Operating system: Compaq Tru64 UNIX V5.1 PHP version: 4.0.6 PHP Bug Type: Dynamic loading Bug description: apache 1.3.20 with PHP 4.0.6 and oci8 DSO crashes on startup LIBS set to "-pthread" in environment ./configure --prefix=/local \ --wit

[PHP-DEV] Bug #12943: Under new Apache, warning about compile..

2001-08-24 Thread andrew
From: [EMAIL PROTECTED] Operating system: Win32 PHP version: 4.0.6 PHP Bug Type: *Compile Issues Bug description: Under new Apache, warning about compile.. Date of report: 24 Aug 2001 Config: Apache 1.3.20 (Latest release) Win32 PHP 4.0.6 *Note* Current and future Apa

[PHP-DEV] Bug #12943 Updated: Under new Apache, warning about compile..

2001-08-30 Thread andrew
ID: 12943 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Closed Bug Type: *General Issues Operating System: Win32 PHP Version: 4.0.6 New Comment: 1) There was no links to php4win.com at php.net so I had no idea it exisisted. 2) php.net appeared to be supporting Wi

Re: [PHP-DEV] Feature Request: Auto Include a Function

2003-01-13 Thread Andrew Brampton
hen sure it would of been nice, like C does searching through .h files, but since its not I don't think its a good idea. Andrew - Original Message - From: "Brian T. Allen" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, January 13, 2003 8:21 PM Subject

[PHP-DEV] Re: new construct

2003-02-25 Thread Andrew Heebner
__construct is the new method of defining a constructor, but the 'bug' you suspect is not a bug. The parser will search for a function of the same name in the class as the constructor for backwards compatibility with Older scripts, etc... This is done by design, not by 'buggin

Re: [PHP-DEV] Re: new construct

2003-02-25 Thread Andrew Heebner
ng as A::A() would be much nicer, i can see the logic behind parsing the old-style first, rather than the new-style. That's just my two cents, feel free to correct me otherwise.. ~ Andrew Heebner > > >__construct is the new method of defining a constructor, but > >the 'bug

[PHP-DEV] CVS Account Request: andrew

2003-03-02 Thread Andrew Heebner
Helping with quality assurance, and adding/contributing to PEAR/PECL -- PHP Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re[2]: [PHP-DEV] Segfault in 4.2.3RC2

2002-09-04 Thread Andrew Sitnikov
Hello , MM> <http://www.martinjansen.com/php/segfault-4.2.3RC2.txt> works for me, MM> and I can see the segfault with 4.2.3RC2, configured only with MM> --enable-debug --disable-mbstring (on Linux). This crash for me to. PHP 4.2.3RC1, apache dso, linux Best regards,

Re: [PHP-DEV] Re: $_ENV[] != getenv()

2002-10-18 Thread Andrew Sitnikov
Hello Tom, reede, 18.10.2002, you wrote: TS> Andrew Sitnikov wrote: >> Any comments please ? >> >> P.S. I know that 'REMOTE_ADDR' exists in $_SERVER[] TS> Are you using the lastest snapshot, I believe this is a bug that is now TS> fixed... i use 4.2.3 a

[PHP-DEV] $_ENV[] != getenv()

2002-10-18 Thread Andrew Sitnikov
ow that 'REMOTE_ADDR' exists in $_SERVER[] Best regards, Andrew Sitnikov e-mail : [EMAIL PROTECTED] GSM: (+372) 56491109 -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] PHP-4.3.0RC1 + Oracle client -> SIGSERV

2002-11-17 Thread Andrew Sitnikov
1/sapi/cli/php_cli.c:711 #24 0x410767ee in __libc_start_main () from /lib/libc.so.6 Best regards, Andrew Sitnikov e-mail : [EMAIL PROTECTED] GSM: (+372) 56491109 -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] [PATCH] Redirect on Error

2002-11-25 Thread Andrew Brampton
then just stick with the english error message. I think the benefits will outweigh the draw backs in the long run. Andrew - Original Message - From: "Maxim Maletsky" <[EMAIL PROTECTED]> > php_error(225); > > whereas 255 is defined some string in many languages appering

[PHP-DEV] Object reference

2002-11-26 Thread Andrew Sitnikov
Why Best regards, Andrew Sitnikov e-mail : [EMAIL PROTECTED] GSM: (+372) 56491109 -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php

Re[2]: [PHP-DEV] Designing for PHP4 with PHP5 in mind...

2003-01-07 Thread Andrew Sitnikov
Hello Dan, DH> Just to prevent any misconception, the code executed through the ZE1 will DH> actually be "AAC" rather than "AAA". Please run this code and check it output! It will print "AAA", because in function c() you have COPY of object `$a`, NOT referenc

[PHP-DEV] Question about flock() on Linux

2001-02-03 Thread Andrew Sitnikov
? P.S I use Linux-2.2.17+PHP4.0.4pl1 Best regards, Andrew Sitnikov e-mail : [EMAIL PROTECTED] GSM: (+372) 56491109 -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECT

[PHP-DEV] Question about flock() on Linux. Part 2

2001-02-03 Thread Andrew Sitnikov
Hello php-general, This also does not work: flock.php Best regards, Andrew Sitnikov e-mail : [EMAIL PROTECTED] GSM: (+372) 56491109 -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: [EMAIL PROTECTED] For additional comma

[PHP-DEV] ODBC and iODBC

2001-02-05 Thread Andrew Hill
inclusion would enable greater use. Also, iODBC includes an SDK, so developers can build their own drivers to compete with OpenLink, Merant, Easysoft, etc. Is bundling/inclusion feasible? Best regards, Andrew -------- Andrew Hill Director Technology

[PHP-DEV] NSAPI Modifications for iPlanet/NES 4.1

2001-02-09 Thread Andrew Johnson
I've been working on sapi/nsapi/nsapi.c to get it to work properly under the iPlanet 4.1 server (there are several problems with the version shipped with PHP 4.0.4pl1). What should I do with my patch file (~300 lines long) to get these changes incorporated? - Andrew -- Every great idea ap

RE: [PHP-DEV] PHP 4.0 Bug #2934 Updated: Segfault with Openlink

2001-02-13 Thread Andrew Hill
Please let me know if I can help by testing anything. I've not received any reports of crashes with OpenLink recently. Best regards, Andrew -- Andrew Hill - OpenLink Software Director Technology Evangelism eBusiness Infrastructure Technology

RE: [PHP-DEV] PHP 4.0 Bug #9261: odbc to an oracle 'view' fails

2001-02-14 Thread Andrew Hill
QL, Static, Keyset, Mixed, Forward Scrollable, Bi-Directional Scrollable. PHP's cursor handling has always been a bit of a mystery to me - if anyone can point me towards the current implementation of it I will dig. Best regards, Andrew -- Andrew Hill - Op

RE: [PHP-DEV] PHP 4.0 Bug #9261: odbc to an oracle 'view' fails

2001-02-14 Thread Andrew Hill
. Best regards, Andrew -- Andrew Hill - OpenLink Software Director Technology Evangelism eBusiness Infrastructure Technology http://www.openlinksw.com > -Original Message- > From: Andreas Karajannis [mailto:[EMAIL PROTECTED]] > Sent: Wednesday

Re: [PHP-DEV] Re: PHP 4.0 Bug #9387 Updated: Doc String Quoting Problem

2001-02-21 Thread Andrew Johnson
Lars Torben Wilson wrote: > > Jeff Lacy writes: > > > > It is a 'good' coding practice (with many people) to indent everything (that > > should be indented, like if's). You can't do a doc quoting inside of an if > > and still maintain 'good' coding practices. That is a bug, in my opinion, > > b

RE: [PHP-DEV] PEAR issue #2 (pear-dev) vote

2001-02-22 Thread Andrew Hill
> [ ] do not change anything > > (X) pear-users and pear-dev > ( ) pear-general and pear-dev > > [ ] any other idea > _ > -- PHP Development Mailing List To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED

Re: [PHP-DEV] NSAPI Modifications for iPlanet/NES 4.1

2001-03-01 Thread Andrew Johnson
ch under both NES 3.6 and iPlanet 4.1. It fixes problems that prevent the NSAPI interface from working due to Null or empty variables (setting any of the HTTP_SERVER_VARS to an empty string causes phpinfo() to silently exit prematurely). - Andrew -- Every great idea appears crazy to start with. --

Re: [PHP-DEV] NSAPI patch / CVS access

2001-03-02 Thread Andrew Johnson
uest_dtor(NSLS_C SLS_CC); where the _ctor routine does the MALLOC()s and _dtor the FREE()s. (Appologies for my last unnecessary email Andi, I usually work through my email serially...). - Andrew -- Every great idea appears crazy to start with. -- PHP Development Mailing List <http://www.

[PHP-DEV] Re: PHP 4.0 Bug #9557 Updated: Segmentation fault in phpinfo()

2001-03-05 Thread Andrew Lawrence
d solved the problem. Previous source was from 2 days ago. -- Andrew Lawrence Smoke & Mirrors http://www.smoke-and-mirrors.net Tel: 416 461-8708 Fax: 416 461-1758 -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands

[PHP-DEV] Function dl()

2001-03-06 Thread Andrew Lawrence
operating systems are supported. 3) It would simply the php.ini file as the same extension= line would apply to both Linux and WinXX 4) And finnally, it is a simple compile time decision to determine with operating system is being used and set the appropriate default. I look forward to your fe

[PHP-DEV] Re: [PHP-GTK] Re: [PHP-DEV] Function dl()

2001-03-07 Thread Andrew Lawrence
quot;CGI" mode from the command line without the presence of a web server. -- Andrew Lawrence Smoke & Mirrors http://www.smoke-and-mirrors.net Tel: 416 461-8708 Fax: 416 461-1758 -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: [EMAIL PROTECTED] For a

[PHP-DEV] manual?

2001-03-09 Thread Andrew Hill
. Also, I would like to get some mention of OpenLink on that page. Thanks in advance. Best regards, Andrew ------ Andrew Hill - OpenLink Software Director Technology Evangelism eBusiness Infrastructure Technology http://www.openlinksw.com office:781.273.0900 x

RE: [PHP-DEV] manual?

2001-03-12 Thread Andrew Hill
I've submitted the change to phpdoc/en/functions/uodbc.xml but I don't have sufficient karma to commit. Anyone want to lend a hand? Best regards, Andrew ------ Andrew Hill - OpenLink Software Director Technology Evangelism eBusiness Infrastructure Techn

[PHP-DEV] session_set_cookie_params

2001-03-15 Thread Andrew Proud
Hi My site works fine on my own web server, but when I move it to my Host I get errors in the header when I am trying to start a session. I am sure that this used to work before the weekend. It just seemed to stop whilst my host is saying that they have changed nothing. I get an error that inclu

[PHP-DEV] session_set_cookie_params

2001-03-15 Thread Andrew Proud
The full error message is as follows. Set-Cookie: PHPSESSID=a45652262252e7055d9b48d7bd29e7e3; path=/ Expires: Thu, 19 Nov 1981 08:52:00 GMT Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0 Pragma: no-cache Location: http://www.redirectedaddress.com Content-type: wher

Re: [PHP-DEV] Bug #14651: PHP close tag (?>) in a comment acts as a close; this did not happen in 4.0.x

2001-12-21 Thread Andrew Sitnikov
something like: mmc> echo "hi"; // ?>> mmc> and it would work fine. mmc> In 4.1.0 this causes a parse error on the last line of the script. Best regards, Andrew Sitnikov e-mail : [EMAIL PROTECTED] GSM: (+372) 56491109 -- PHP Development M

[PHP-DEV] Zend Products for 4.1.x

2001-12-23 Thread Andrew Sitnikov
Hello php-dev, When it is possible to expect occurrence of products Zend (Debuger, Accelerator) for 4.1.x Best regards, Andrew Sitnikov e-mail : [EMAIL PROTECTED] GSM: (+372) 56491109 -- PHP Development Mailing List <http://www.php.net/> To unsubscr

Re: [PHP-DEV] MOPS Benchmark

2001-12-31 Thread Andrew Sitnikov
can be found in the Parrot CVS. Can you send me this test-suite ? Best regards, Andrew Sitnikov e-mail : [EMAIL PROTECTED] GSM: (+372) 56491109 -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: [EMAIL PROTECTED] For additional co

Re[2]: [PHP-DEV] MOPS Benchmark

2001-12-31 Thread Andrew Sitnikov
| 220 | 0.90 C | 0.66 | 304 Hardware: PIII 2x800 Software: OS - Linux 2.4.16-SMP PHP - 4.1.1 Zend Optimaizer 1.2.0 Python 1.5.2 Perl 5.005_03 Best regards, Andrew Sitnikov

Re: [PHP-DEV] Bug #14807 Updated: core dump

2002-01-02 Thread Andrew Sitnikov
ot;; jpn> $gzd = gzcompress($enc); jpn> //echo "gzcompressed (urlencoded)", $gzd, "\n\n"; jpn> $b64 = base64_encode($gzd); jpn> echo "base64_encoded", $b64, "\n\n"; jpn> $b2h = bin2hex($enc); jpn> echo "bin2hex (urlencoded)", $b2h, &qu

Re: [PHP-DEV] PHP 4.1.1 for win

2002-01-03 Thread Andrew Pattison
= gdImageGetTrueColorPixel (src, (int) sx + srcX, (int) sy + srcY); If someone could please apply this to the win32 binaries I would be very grateful! I don't have a C compiler on Windows 2000 right now. Cheers Andrew. Andrew J. Pattison 2mx.co.uk Web Design & Hosting - +44 (0)1383 732840 or +

[PHP-DEV] Bug #14965: Sablotron XLST encoding error

2002-01-10 Thread andrew . stopford
http://bugs.php.net/bug.php?id=14499 however my encoding has been set. Using Windows 2000 Server SP 2, PHP 4.1.1 and IIS 5.0 I tested the following code. XML Andrew XSL http://www.w3.org/1999/XSL/Transform

[PHP-DEV] Bug #14965 Updated: Sablotron XLST encoding error

2002-01-10 Thread andrew . stopford
e same error message. Changed the XML file to use a local file path for the DTD with no effect. Andrew Previous Comments: [2002-01-10 12:02:19] [EMAIL PROTECTED] You set the path as an http:// url. By default, Sablotron

[PHP-DEV] Bug #14965 Updated: Sablotron XLST encoding error

2002-01-10 Thread andrew . stopford
uot;C://test//"; Produces the same error. All paths are correct Andrew Previous Comments: [2002-01-10 14:21:41] [EMAIL PROTECTED] moved to "Docume

[PHP-DEV] Bug #14965 Updated: Sablotron XLST encoding error

2002-01-10 Thread andrew . stopford
ID: 14965 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Documentation problem Operating System: Windows 2000 PHP Version: 4.1.1 New Comment: slight correction to my last message it should read $file_path = "C:\\test\\"; :) Andrew

[PHP-DEV] Bug #14965 Updated: Sablotron XLST encoding error

2002-01-14 Thread andrew . stopford
itted earlier still produces the error so using either file or HTTP with fopen and using the array arguments of xslt_process function still produces the error. Andrew Previous Comments: [2002-01-14 07:32:41] [EMAIL PROTECTED

[PHP-DEV] Re: Javascript array

2002-01-19 Thread Andrew Heebner
Javascript variables without psoting to the page. ~ Andrew Heebner, EvilWalrus.com -- PHP Development Mailing List <http://www.php.net/> 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] PHP 4.0 Bug #6645 Updated: Solution to 6572

2002-02-05 Thread Andrew Hill
;s site.   Best regards,Andrew HillDirector of Technology EvangelismOpenLink Software  http://www.openlinksw.comUniversal Data Access & Data Integration Technology Providers -Original Message-From: Diego Trinciarelli [mailto:[EMAIL PROTECTED]]Sent: Tuesday, February 05, 2002 5

RE: [PHP-DEV] Suggestion: Wrong-list-link

2002-02-07 Thread Andrew Hill
s, etc. Of course the risk is that this would result in an overall lowering of bug reports. Best regards, Andrew Hill Director of Technology Evangelism http://www.openlinksw.com/virtuoso/whatis.htm OpenLink Virtuoso Internet Data Integration Server -- PHP Development Mailing List <http:

[PHP-DEV] move_uploaded_file(), copy() permissions problem

2002-02-08 Thread Andrew Sitnikov
Hello php-dev, Some functions like move_uploaded_file(), copy() creating file with 0777 permissions. I thing that copy() must copy permissions too, or if this behavior is - features, this must be documented. Best regards, Andrew Sitnikov e-mail : [EMAIL

[PHP-DEV] file permissions in function copy()

2002-02-13 Thread Andrew Sitnikov
Hello php-dev, Function copy(), when create new file use 0777 permissinos instead 0666, as result with umask 022 we have new file with 0755. Any comments ? Best regards, Andrew Sitnikov e-mail : [EMAIL PROTECTED] GSM: (+372) 56491109 -- PHP Development

[PHP-DEV] Bug #11600: .h files missing for oracle.h dependencies

2001-06-21 Thread andrew . rowley
From: [EMAIL PROTECTED] Operating system: Solaris 8 PHP version: 4.0.5 PHP Bug Type: Compile Problem Bug description: .h files missing for oracle.h dependencies /bin/sh /usr/local/src/php/php-4.0.5/libtool --silent --mode=compile gcc -I. -I /usr/local/src/php/php-4.0.5/main

[PHP-DEV] array_rand behavior

2001-06-24 Thread Andrew Kirilenko
, count(array(0,1,2,3,4,5)) - 1); else $keys = array_rand(array(0,1,2,3,4,5), NUM); <--- Any suggestions, how to make array_rand more flexible? Best regards, Andrew Kirilenko, Seniour Programmer / System Administrator, Internet Service. -- PHP Development Mailing List <http://w

[PHP-DEV] array_key and array_value

2001-06-30 Thread Andrew Sitnikov
o count($a)-1 P.S. This question has arisen as perl (for example) does not guarantee the order elements in hash. Best regards, Andrew Sitnikov e-mail : [EMAIL PROTECTED] GSM: (+372) 56491109 -- PHP Development Mailing List <http://www.php.net/> To uns

Re: [PHP-DEV] Bug #12049 Updated: Crash in Zend Engine

2001-07-11 Thread Andrew Sitnikov
zeev> At any rate - the backtrace appears to suggest you have some endless recursive call. This is most probably the problem. Best regards, Andrew Sitnikov e-mail : [EMAIL PROTECTED] GSM: (+372) 56491109 -- PHP Development Mailing List <http://www.ph

[PHP-DEV] Re[2]: [PHP-QA] RC6 available!

2001-04-03 Thread Andrew Sitnikov
Hello Andi, Compiled successful, but when apache start: Failed loading /usr/local/Zend/lib/ZendDebugger.so: /usr/local/Zend/lib/ZendDebugger.so: undefined symbol: zend_get_ini_entry and Debuger not loaded :( Best regards, Andrew Sitnikov e-mail : [EMAIL PROTECTED

[PHP-DEV] PHP-4.0.5-RC6

2001-04-03 Thread Andrew Sitnikov
Hello php-qa, test.php http://host/test.php?test=1;2;3 4.0.4pl1 Result: 1;2;3 4.0.5RC6 Result: 1 Best regards, Andrew Sitnikov e-mail : [EMAIL PROTECTED] GSM: (+372) 56491109 -- PHP Development Mailing List <http://www.php.net/&

[PHP-DEV] Re[2]: [PHP-QA] Re: [PHP-DEV] Re: [PHP-QA] PHP-4.0.5-RC6

2001-04-03 Thread Andrew Sitnikov
should be optional but should be defaulted to on. JM> -James Best regards, Andrew Sitnikov e-mail : [EMAIL PROTECTED] GSM: (+372) 56491109 -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: [EMAIL PROTECTED] For addi

Re[2]: [PHP-DEV] Re: [PHP-QA] PHP-4.0.5-RC6

2001-04-03 Thread Andrew Sitnikov
te: >> My guess is that's the arg_separator fix. Jani? >> >> >> At 19:21 3/4/2001, Andi Gutmans wrote: >> >Anyone have an idea why this happens? >> > >> >Andi >> > >> >At 05:37 PM 4/3/2001 +0200, Andrew Sitnikov wrote: >

[PHP-DEV] [PHP-QA] PHP-4.0.5-RC6

2001-04-04 Thread Andrew Sitnikov
Hello , ./php -q run-tests.php ... SKIP ... OO Bug Test (Bug #7515) (029.phpt) ... failed ... SKIP ... Best regards, Andrew Sitnikov e-mail : [EMAIL PROTECTED] GSM: (+372) 56491109 -- PHP Development Mailing List <h

[PHP-DEV] Re: [PHP-QA] RC7 is out

2001-04-20 Thread Andrew Sitnikov
Hello Zeev, neljapäev, 19.04.2001, you wrote: ZS> I rolled RC7 - if there are no surprises (there'd better not be! :), it ZS> can finally go out early next week. ZS> Zeev Where i can get it ? Best regards, Andrew Sitnikov e-mail : [EMAIL PROTECTED]

[PHP-DEV] Re[2]: [PHP-QA] RC7 is out

2001-04-20 Thread Andrew Sitnikov
Hello Andi, reede, 20.04.2001, you wrote: AG> At 02:59 PM 4/20/2001 -0700, Andrew Sitnikov wrote: >>Hello Zeev, >> >>neljapäev, 19.04.2001, you wrote: >> >> >>ZS> I rolled RC7 - if there are no surprises (there'd better not be! :), it >>

[PHP-DEV] Error including big files.

2001-04-21 Thread Andrew Sitnikov
oreign host. Have same results with php-4.0.4pl1 and php-4.0.5RC7. error_log does not contain errors. Best regards, Andrew Sitnikov e-mail : [EMAIL PROTECTED] GSM: (+372) 56491109 -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e

Re: [PHP-DEV] RE: [PHP-QA] Error including big files.

2001-04-21 Thread Andrew Sitnikov
le, again, mine worked. If you wanted a huge L> download, I'd post it on my website. Only thing thats below, I imagine is a L> typo is that you wrote "indlude" not "include". Is there any chance that L> data.txt is not viewable when running it as a modul

RE: [PHP-DEV] Re: Bug #10369 Updated: Openlink4/ODBC odbc_field_type returns nothing

2001-05-07 Thread Andrew Hill
c = 4, *pfDesc = 4 TST1001: Buffer rgbDesc was not updated. Best regards, Andrew Hill Director of Technology Evangelism OpenLink Software http://www.openlinksw.com Universal Data Access & Data Integration Technology Providers > -Original Message- &g

[PHP-DEV] mysql prepared statements

2001-10-26 Thread andrew watson
i'd like to get people's feedback on the possibility/ feasibility of implementing prepared statements in php for atleast MySQL and perhaps more. i'm new to the list, so maybe you've already discussed this. i'd like to start developing something like this soon unless someone else is already w

Re: [PHP-DEV] mysql prepared statements

2001-10-26 Thread Andrew Watson
for example in PERL DBD::mysql you can prepare statements like so: $sql = "update user_list set first_name = ? where id = ?" $han = $dbh->prepare($sql); $han->execute('andrew',1); $han->execute('bill',2); this is a very useful thing that's

[PHP-DEV] CVS Account Request: gleep

2001-10-26 Thread Andrew Watson
i would like access so that i might work on adding functionality to the mysql extension (php4/ext/mysql) -- PHP Development Mailing List To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail:

[PHP-DEV] Workaround for Bug 13901

2001-11-10 Thread Andrew Sitnikov
ength = result.len; + return result.c; + } + for (p = haystack; (r = php_memnstr(p, needle, needle_len, end)); p = r + needle_len) { --cut-- Best regards, Andrew Sitnikov e-mail : [EMAIL PROTECTED] GSM: (+372)

[PHP-DEV] Bug #14024: can't do select on char, varchar2 etc. variables with oracle 9i

2001-11-11 Thread Andrew . Karadimov
From: [EMAIL PROTECTED] Operating system: linux;kernel-2.4.x PHP version: 4.0.6 PHP Bug Type: OCI8 related Bug description: can't do select on char, varchar2 etc. variables with oracle 9i After execution of the script bellow and any other script the php4 return: Warning:

[PHP-DEV] [PATCH] ftok() implementation

2001-11-12 Thread Andrew Sitnikov
Hello php-dev, I have made small patch which add function ftok if used though one of extensions: sysvsem, sysvshm, shmop. Best regards, Andrew Sitnikov e-mail : [EMAIL PROTECTED] GSM: (+372) 56491109 ftok.patch Description: Binary data -- PHP Development

[PHP-DEV] Respected developers !

2001-11-14 Thread Andrew Sitnikov
ith similar letters. Maybe I not understand clearly this and should not distract people on the nonsense's? Really there is nobody, who has 2-3 minutes to give any answer to my letters? P.S. Sorry for my English. Best regards, Andrew Sitnikov e-mail : [EMAIL PROTECT

Re: [PHP-DEV] Bug #14082: unserialize have problems with negative numbers

2001-11-16 Thread Andrew Sitnikov
^- actually 2 anc> $unser_string=unserialize($ser_string); ?>> anc> I have tried to make a bt, but gdb notify no fault. anc> In debug mode some of my script warns with this: anc> "Warning: String is not zero-terminated (source: ./zend_execute.c:449)" anc>

Re[2]: [PHP-DEV] set_time_limit() bug - pending for PHP 4.1.0

2001-11-18 Thread Andrew Sitnikov
Hello , This reproducable for me to on: php4.0.5 + Linux 2.4.2 #4 SMP Best regards, Andrew Sitnikov e-mail : [EMAIL PROTECTED] GSM: (+372) 56491109 -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: [EMAIL PROTECTED] For addi

[PHP-DEV] Bug #14144: ADO update function in PHP it fails when used with SQL Server 2000 UDT

2001-11-20 Thread andrew . stopford
ta"; $objrs->Update(); $objrs->Requery(); $objrs->Close(); $objcon->close(); ?> Many thanks Andrew Stopford -- Edit bug report at: http://bugs.php.net/?id=14144&edit=1 -- PHP Development Mailing List <http://www.php.net/&g

[PHP-DEV] Bug #14144 Updated: ADO insert function in PHP fails when used with SQL Server 2000 UDT

2001-11-20 Thread andrew . stopford
accurate. Andrew Stopford Previous Comments: [2001-11-20 06:57:46] [EMAIL PROTECTED] Dear Sirs, When using Microsoft Active Data Objects in PHP I have come across a problem. The ADO Recordset insert record function

[PHP-DEV] Bug #14144 Updated: ADO update function in PHP it fails when used with SQL Server 2000 UDT

2001-11-20 Thread andrew . stopford
SQL Server datatypes that effects PHP and ASP etc when used within UDT. As a SQL Server problem, rather than a PHP problem I have a closed this bug report. Many thanks Andrew Stopford Previous Comments: [2001-11-20 07

Re[2]: [PHP-DEV] Linking PHP with static Libtool libraries

2001-12-14 Thread Andrew Sitnikov
Has no the right to refer to as 'release'. Very bad result after 6 month work :(( Best regards, Andrew Sitnikov e-mail : [EMAIL PROTECTED] GSM: (+372) 56491109 -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: [EMAIL

Re: [PHP-DEV] Bug #14546: Segmentation fault in httpd child process when using user authentication

2001-12-16 Thread Andrew Sitnikov
n (main=0x8151cd4 , argc=2, aucu> ubp_av=0xbaf4, aucu> init=0x8074e90 <_init>, fini=0x820675c <_fini>, rtld_fini=0x4000d35c aucu> <_dl_fini>, aucu> stack_end=0xbaec) at ../sysdeps/generic/libc-start.c:111 Best regards, Andrew Sitnikov

Re: [PHP-DEV] Bug #14546 Updated: Segmentation fault in httpd child process when using user authentication

2001-12-16 Thread Andrew Sitnikov
Hello derick, dpn> This was just fixed in CVS, closing. What you think about 4.1.0pl1 ? Best regards, Andrew Sitnikov e-mail : [EMAIL PROTECTED] GSM: (+372) 56491109 -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mai

Re[2]: [PHP-DEV] Bug #14546 Updated: Segmentation fault in httpd child process when using user authentication

2001-12-16 Thread Andrew Sitnikov
antity of problems what to become very sadly ... Likely it will be useful for all to look at it: http://www.freebsd.org/internal/releng45.html P.S. I want to offend nobody, it is really sadly for me ... P.S.S Sorry for my English Best regards, Andrew Sitnikov e-mail

Re[2]: [PHP-DEV] Bug #14546 Updated: Segmentation fault in httpd child process when using user authentication

2001-12-16 Thread Andrew Sitnikov
-suit give error Best regards, Andrew Sitnikov e-mail : [EMAIL PROTECTED] GSM: (+372) 56491109 -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list ad

Re[2]: [PHP-DEV] Bug #14546 Updated: Segmentation fault in httpd child process when using user authentication

2001-12-16 Thread Andrew Sitnikov
t fix if it works? I manually has make changes similar as cvs (for 4.1.0-release) and it has stopped segmentation. Best regards, Andrew Sitnikov e-mail : [EMAIL PROTECTED] GSM: (+372) 56491109 -- PHP Development Mailing List <http://www.php.net/> T

RE: [PHP-DEV] --with-sybase and --with-ibm-db2 conflict

2002-02-25 Thread Andrew Hill
Casey, You may wish to try iODBC instead of UnixODBC. I'd also suggest trying OpenLink's Single-Tier ODBC drivers. Best regards, Andrew Hill Director of Technology Evangelism OpenLink Software http://www.openlinksw.com Universal Data Access & Data Integration Techno

RE: [PHP-DEV] Re: Solaris and 4.1.2

2002-03-01 Thread Andrew Hill
I believe the Solid config option causes this. Best regards, Andrew Hill Director of Technology Evangelism OpenLink Software http://www.openlinksw.com Universal Data Access & Data Integration Technology Providers > -Original Message- > From: Yasuo Ohgaki [mailto:[EMAIL

Re: [PHP-DEV] cursor focus

2002-03-03 Thread Andrew Lindeman
That's actually a javascript kinda thing, really... --Andrew On Saturday 02 March 2002 07:14 pm, Ralph Jarvis wrote: > This is really a newbie question, but here goes. > > I am running PHP4 with Apache on Redhat 6.2. > > I am sure I read this somewheres, but can't f

Re: [PHP-DEV] prob with imagestring

2002-03-06 Thread Andrew Lindeman
Wrong mailing list. try [EMAIL PROTECTED] --Andrew On Wednesday 06 March 2002 03:41 pm, Carl L. wrote: > Whene i create images with `ê` and `è` , I get `ë` > anyone can help me please -- 45. Tell me again what that '-r' option to rm does --Top 100 things yo

[PHP-DEV] bugs.php.net

2002-03-06 Thread Andrew Lindeman
On bugs.php.net, the current stable version listed is 4.1.1. Shouldn't that be 4.1.2 now? --Andrew -- "Problem solving under linux has never been the circus that it is under AIX." (By Pete Ehlke in comp.unix.aix) -- PHP Development Mailing List <http://www.php.net/>

[PHP-DEV] read_uploaded_file();

2002-03-12 Thread Andrew Sitnikov
regards, Andrew Sitnikov e-mail : [EMAIL PROTECTED] GSM: (+372) 56491109 read_uploaded_file.diff Description: Binary data -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] cvs ./buildconf & configure failed

2002-03-13 Thread Andrew Sitnikov
yes) AC_DEFINE(DLSYM_NEEDS_UNDERSCORE, 1, [Define if dlsym() requires a leading underscore in symbol names. ]) , AC_MSG_RESULT(no) , ) echo "$as_me:70121: checking for uint" >&5 Best regards, Andrew Sitnikov e-mail : [EMAIL PROTECTED] GSM

Re[2]: [PHP-DEV] cvs ./buildconf & configure failed

2002-03-13 Thread Andrew Sitnikov
gap /home/local/sitnikov/projects/php4> libtool --version ltmain.sh (GNU libtool) 1.4.1 (1.922.2.34 2001/09/03 01:22:13) Best regards, Andrew Sitnikov e-mail : [EMAIL PROTECTED] GSM: (+372) 56491109 -- PHP Development Mailing List <http://www.php.net/> To

  1   2   >