[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 http://www.php.net/ To unsubscribe, visit: http://www.php.net/unsub.php

[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 'bugginess'. ~ Andrew

Re: [PHP-DEV] Re: new construct

2003-02-25 Thread Andrew Heebner
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' you suspect is not a bug. The parser

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

2003-01-13 Thread Andrew Brampton
, 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] Feature Request: Auto Include a Function Hi

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 reference (with ZE1). Best regards, Andrew Sitnikov

[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: [PHP-DEV] [PATCH] Redirect on Error

2002-11-25 Thread Andrew Brampton
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 like this: Warning (255): Undefined Variable

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

2002-11-17 Thread Andrew Sitnikov
: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] 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 and will try snapshot for you. Best regards

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

2002-10-18 Thread Andrew Sitnikov
['REMOTE_ADDR']: getenv('PATH'): /usr/bin/X11:/usr/games:/usr/bin:/bin:/usr/local/bin: $_ENV['PATH']: /usr/bin/X11:/usr/games:/usr/bin:/bin:/usr/local/bin: Any comments please ? P.S. I know that 'REMOTE_ADDR' exists in $_SERVER[] Best regards, Andrew Sitnikov e-mail

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, Andrew Sitnikov

RE: [PHP-DEV] Help talking to iODBC...?

2002-07-25 Thread Andrew Hill
Jay, Still having problems? Email me backchannel. Best regards, Andrew Hill Director of Technology Evangelism OpenLink Software http://www.openlinksw.com Universal Data Access Virtuoso Universal Server -Original Message- From: Dan Kalowsky [mailto:[EMAIL PROTECTED]] Sent: Monday

[PHP-DEV] Optional parameter a la exec()

2002-06-24 Thread Andrew Patterson
it -- I need a word of reassurance here :) Thanks for any help! Wood Shavings! Andrew Patterson -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] ImageCreateFromGif

2002-06-18 Thread Andrew Milne
Hi there! I'm having problems with the GD extension on the latest Win32 download from php.net - when I try to use the above function, it says it is undefined (as iwth the JPG alternative), even though I have uncommented the line 'extension=php_gd.dll'. Any suggestions? Thanks! Andrew

[PHP-DEV] Re: passing variable to a popup

2002-06-18 Thread Andrew Milne
You could use javascript to grab the data from the various fields then use window.open adding the variables values to the URL GET style. Dan Rossi wrote: hi i am creating a preview page for a cms , i was wondering how i can pass form variable to a popup window , is this possible ? --

Re: [PHP-DEV] Calling other PHP functions from your extension

2002-06-16 Thread Andrew Patterson
, call_user_function() is sufficient for me in this case. I just got phpinfo() working, I'll try getting eval() going in a few minutes. Thanks again for the help? Wood Shavings! Andrew Patterson -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] Calling other PHP functions from your extension

2002-06-15 Thread Andrew Patterson
PHP distribution. What steps are involved in submitting a module for such consideration? Wood Shavings! Andrew Patterson -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Calling other PHP functions from your extension

2002-06-15 Thread Andrew Patterson
it on) and then be submitting it wherever it should be submitted for consideration -- assuming someone's interested. Otherwise, I guess it'll just be posted on sourceforge or freshmeat :) Wood Shavings! Andrew Patterson -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http

[PHP-DEV] multithreading

2002-05-15 Thread Andrew Milne
at the same time... I'm using 4.1.2. Any help greatly appreciated! Andrew -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] Operator Precedence

2002-05-10 Thread Andrew Sitnikov
()) is not valid expression 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] How may I use trim?

2002-05-09 Thread Andrew Lindeman
Wrong list. This is the development OF php not WITH php. Please use php-general(lists.php.net) for these sort of questions. --Andrew On Thu, 2002-05-09 at 15:40, Braulio José Solano Rojas wrote: Hi! I am developing an extension and I would like to use the trim function inside one

Re: [PHP-DEV] How may I use trim?

2002-05-09 Thread Andrew Lindeman
My fault. I apologize. I was doing a bunch of stuff at the time, and just skimmed the message. Sorry to all --Andrew On Thu, 2002-05-09 at 16:23, Rasmus Lerdorf wrote: This message uses a character set that is not supported by the Internet Service. To view the original message

Re[2]: [PHP-DEV] PHP 4.3 charter and release plan

2002-05-04 Thread Andrew Sitnikov
','; I understand why it occurs (thanks to Stanislav Malyshev), but this is not correct behaviour IMHO, and must be fixed ASAP. SSB I was not aware of that SSB (but then again I always use the C locale). SSB - Stig Best regards, Andrew Sitnikov e-mail : [EMAIL

Re: [PHP-DEV] PHP 4.3 charter and release plan

2002-05-03 Thread Andrew Sitnikov
. Command-line SAPI installed by default (Edin) SSB 4. PEAR integration including PECL builder (Stig) SSB 5. MySQL changes (Zak) SSB 6. PostgreSQL changes (Yasuo) SSB 7. DOMXML changes? (Christian) Best regards, Andrew Sitnikov e-mail : [EMAIL PROTECTED] GSM: (+372

[PHP-DEV] Re: CVS Account Request

2002-04-28 Thread Andrew Heebner
I did fill it out, it either didn't process, or something or other happened... will try again... ~ Andrew Heebner Jim Winstead [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... Andrew Heebner [EMAIL PROTECTED] wrote: Would like to contribute

Re: [PHP-DEV] Re: Discourage use of short tags

2002-04-27 Thread Andrew Lindeman
Looks good to me On Saturday 27 April 2002 06:24 pm, Yasuo Ohgaki wrote: It's Zeev's version. Everyone happy with this? note para Using short tags should be avoided when developing applications or libraries that are meant for redistribution, or deployment on PHP servers which are

[PHP-DEV] CVS Account Request

2002-04-27 Thread Andrew Heebner
Would like to contribute and help with existing PEAR modules ~ Andrew Heebner, EvilWalrus.com -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] ?= and %= both work, why not ?php=

2002-04-26 Thread Andrew Lindeman
I'm pretty sure that XML is a scaled down and easier to learn/work with version of SGML Correct me if I'm wrong --Andrew On Friday 26 April 2002 07:30 pm, Zeev Suraski wrote: At 03:18 27/04/2002, Rasmus Lerdorf wrote: It looks like we can. I was assuming the SGML characteristics for XML

[PHP-DEV] php-4.1.2.awn.autoconf-2.52-compat.2.patch

2002-04-11 Thread Andrew W. Nosenko
\$CONFIG_FILES_LTRIMMED = $ALL_OUTPUT_FILES \ +-o \$config_files_ltrimmed = $ALL_OUTPUT_FILES; then REDO_ALL=yes fi -- Andrew W. Nosenko([EMAIL PROTECTED]) -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] php-4.1.2.awn.autoconf-2.52-compat.1.patch

2002-04-11 Thread Andrew W. Nosenko
, in order to build sablotron you need the iconv library) + AC_MSG_ERROR([iconv not found, in order to build sablotron you need the iconv +library]) fi AC_DEFINE(HAVE_SABLOT_BACKEND, 1, [ ]) -- Andrew W. Nosenko([EMAIL PROTECTED]) -- PHP Development Mailing List http

[PHP-DEV] php-4.1.2.awn.apxs-S.1.patch

2002-04-11 Thread Andrew W. Nosenko
apxs support -S option - $APXS -q -S CFLAGS=$APXS_CFLAGS CFLAGS /dev/null 21 + $APXS -q -S CFLAGS=$APXS_CFLAGS CFLAGS /dev/null 21 if test $? != 0; then APACHE_INSTALL=$APXS -i -a -n php4 $SAPI_SHARED # Old apxs does not have -S option -- Andrew W. Nosenko([EMAIL PROTECTED

[PHP-DEV] php_odbc.c patch

2002-04-08 Thread Andrew Hill
? Best regards, Andrew Hill Director of Technology Evangelism OpenLink Software http://www.openlinksw.com Universal Data Access Virtuoso Universal Server php-odbc-patch.zip Description: application/applefile php-odbc-patch.zip Description: Macintosh archive -- PHP Development Mailing List http

RE: [PHP-DEV] php_odbc.c patch

2002-04-08 Thread Andrew Hill
Hi Dan, Yes, the .diff whitespace change is relevant, as preprocessor codes have to start in the first column. I've asked the iODBC maintainer (who produced this patch) to look at 4.2.0. And these weren't Mac files - should be fine on *nix platforms. Best regards, Andrew Hill Director

[PHP-DEV] RE: [PHP-DB] ODBC -- Setting ApplicationID

2002-03-25 Thread Andrew Hill
somewhat off-topic for PHP. Hope this helps! Best regards, Andrew Hill Director of Technology Evangelism OpenLink Software http://www.openlinksw.com Universal Data Access Data Integration Technology Providers I was thinking of using the usernames, but as people come and go, that might mean

Re[2]: [PHP-DEV] Re: [PHP-CVS] cvs: php4 /ext/standard basic_functions.c basic_functions.h

2002-03-23 Thread Andrew Sitnikov
for this purpose. Personally I do not have with it problems, but many others people have such problems. Best regards, Andrew Sitnikov e-mail : [EMAIL PROTECTED] GSM: (+372) 56491109 -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http

Re[3]: [PHP-DEV] Re: [PHP-CVS] cvs: php4 /ext/standard basic_functions.c basic_functions.h

2002-03-23 Thread Andrew Sitnikov
that move_uploaded_file () is necessary, though we have copy(), and read_uploade_file () it is not necessary, this your right ... Best regards, Andrew Sitnikov e-mail : [EMAIL PROTECTED] GSM: (+372) 56491109 -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit

[PHP-DEV] Compile Failure

2002-03-23 Thread Andrew Lindeman
I'm getting these errors while compiling the latest CVS... using ./configure --with-zlib --with-mysql --with-imap --with-kerberos --with-imap-ssl --with-gd --with-crypt --Andrew /usr/local/src/latestcvs/php4-200203231200/ext/standard/basic_functions.c: In function `zif_read_uploaded_file

Re: [PHP-DEV] Re: [PHP-QA] Compile Failure

2002-03-23 Thread Andrew Lindeman
I knew I forgot something while submitting this. I am running (Red Hat) Linux (7.2) gcc 2.96 It has never failed like this before. I have gotten some errors like this before, but it has never has it totally failed (like this). --Andrew On Saturday 23 March 2002 04:37 pm, [EMAIL PROTECTED

[PHP-DEV] [PATCH][NEW FEATURE] read_uploaded_file()

2002-03-22 Thread Andrew Sitnikov
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] [PATCH][NEW FEATURE] read_uploaded_file()

2002-03-22 Thread Andrew Sitnikov
in attach Best 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

Re: [PHP-DEV] PHP Newbie Classes / XML Question

2002-03-22 Thread Andrew Lindeman
looks like you're missing a parenthesis at the end of the xml_set line.. --Andrew On Friday 22 March 2002 03:38 pm, arti wrote: So, as I understand this, I should do it like this??? class stdxml { function stdxml($xmlfilename) { $parser=xml_parser_create

Re: [PHP-DEV] refreshing form

2002-03-20 Thread Andrew Lindeman
Ask on [EMAIL PROTECTED] This list is for the development OF php not WITH php. --Andrew On Wednesday 20 March 2002 07:33 pm, Mantas Kriauciunas wrote: Hey, I am doing small simple voting script for my site..and i don't want to refresh whole site how should i refresh only the form? i

[PHP-DEV] PHP audit

2002-03-14 Thread Andrew Sitnikov
Hello php-dev, What you think about this: http://phpaudit.42-networks.com/ Big size of patch does not bring pleasure Best regards, Andrew Sitnikov e-mail : [EMAIL PROTECTED] GSM: (+372) 56491109 -- PHP Development Mailing List http://www.php.net

Re: [PHP-DEV] GET values from Checkboxes

2002-03-14 Thread Andrew Lindeman
this mailing list is for the development OF PHP not WITH PHP. ask on the appropriate mailing list ([EMAIL PROTECTED]) --Andrew On Thursday 14 March 2002 08:24 pm, Daniel Ferreira Castro wrote: When I have Textboxes I can retrieve their values whne the method POST is used

[PHP-DEV] cvs ./buildconf configure failed

2002-03-13 Thread Andrew Sitnikov
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: (+372) 56491109 -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http

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

2002-03-13 Thread Andrew 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 unsubscribe, visit: http

[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

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 you don't want the sysadmin

[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/ To unsubscribe, visit: http

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 find it again. When I open

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 PROTECTED]] Sent

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 Technology Providers

[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] 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

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

2002-02-07 Thread Andrew Hill
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://www.php.net/ To unsubscribe, visit: http://www.php.net

RE: [PHP-DEV] PHP 4.0 Bug #6645 Updated: Solution to 6572

2002-02-05 Thread Andrew Hill
st 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:37 AMTo: [EMAIL

[PHP-DEV] Re: Javascript array

2002-01-19 Thread Andrew Heebner
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]

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

2002-01-14 Thread andrew . stopford
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] Bug #14981 Updated: mail() function won't send mail to a domain containing '-' hyphens

2002-01-11 Thread andrew
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
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
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 report at http://bugs.php.net

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

2002-01-11 Thread andrew
any information about PHP modules / backtrace. Andrew Staffell Edit this bug report at http://bugs.php.net/?id=14981edit=1 -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail: [EMAIL PROTECTED

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

2002-01-11 Thread andrew
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 #14965: Sablotron XLST encoding error

2002-01-10 Thread andrew . stopford
; font-family:Arial xsl:apply-templates/ /span /xsl:template /xsl:stylesheet I also tested the code using Apache 1.3.22 under Windows 2000 server with the same result. Andrew Stopford -- Edit bug report at: http://bugs.php.net/?id=14965edit=1 -- PHP

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

2002-01-10 Thread andrew . stopford
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 doesn't provide an http handler, nor does the current xslt extension

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

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

[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 Previous

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

2002-01-10 Thread andrew
information about PHP modules / backtrace. Andrew Staffell -- Edit bug report at: http://bugs.php.net/?id=14981edit=1 -- 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

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 +44 (0)797

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

2002-01-02 Thread Andrew Sitnikov
jpn Edit this bug report at http://bugs.php.net/?id=14807edit=1 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

Re: [PHP-DEV] MOPS Benchmark

2001-12-31 Thread Andrew Sitnikov
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 commands, e-mail: [EMAIL PROTECTED] To contact

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

[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 unsubscribe, e

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
this 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 Mailing List http://www.php.net/ To unsubscribe, e

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

2001-12-16 Thread Andrew Sitnikov
in __libc_start_main (main=0x8151cd4 main, 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 e-mail

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-mail: [EMAIL PROTECTED

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

2001-12-16 Thread Andrew Sitnikov
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 : [EMAIL PROTECTED] GSM

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

2001-12-16 Thread Andrew Sitnikov
, 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 administrators, e-mail: [EMAIL

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

2001-12-16 Thread Andrew Sitnikov
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/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands

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

2001-12-14 Thread Andrew Sitnikov
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 PROTECTED] For additional

[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 amp; when used in set_attribute e.g. #033; is

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

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

[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
with 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] 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 additional

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

2001-11-16 Thread Andrew Sitnikov
: String is not zero-terminated (source: ./zend_execute.c:449) anc but i think that is another problem. Best regards, Andrew Sitnikov e-mail : [EMAIL PROTECTED] GSM: (+372) 56491109 -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail: [EMAIL

[PHP-DEV] Respected developers !

2001-11-14 Thread Andrew Sitnikov
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 PROTECTED] GSM

[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] 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] Workaround for Bug 13901

2001-11-10 Thread Andrew Sitnikov
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) 56491109 -- PHP

[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

[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 http://www.php.net/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail:

[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

[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

[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 \

[PHP-DEV] Could someone give a bit of a pointer here...

2001-08-10 Thread Andrew McBeath
-time compiler so that it's not quite as straightforward as I thought... Is anyone able to explain the principles behind all this, or at least point me in the right direction to start figuring this out? Cheers, Andrew McBeath -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e

[PHP-DEV] Bug #3248 12680

2001-08-10 Thread Andrew Lindeman formally [EMAIL PROTECTED]
In bug #3248, you assigned a timezone/mail problem to yourself. Now a similar bug (12680) has been reported in 4.0.6. Has this been fixed or does it need to be looked at again? -- - Andy :) Black holes are where God divided by zero. -- PHP Development Mailing List http://www.php.net/ To

[PHP-DEV] Latest CVS Problem

2001-08-08 Thread Andrew Lindeman formally [EMAIL PROTECTED]
I can't use fopen (file) to get anything off the internet with the latest cvs... ? $file=fopen(http://php.net/,r;); fpassthru($file); ? Will produce Segmentation Fault (core dumped) No idea why, but it probably needs to be fixed. -- - Andy :) Black holes are where God divided by zero. --

Re: [PHP-DEV] Chora

2001-08-07 Thread Andrew Lindeman formally [EMAIL PROTECTED]
I don't know how to make it show the current version, but this is the format is http://cvs.php.net/co.php/php4/NEWSr=1.726 where 1.78 is the latest revision Anybody know how to get the current version? --Andy :) On Mon, 06 Aug 2001, Richard Heyes wrote: Hi, The following link used to

Fwd: Re: [PHP-DEV] Chora

2001-08-07 Thread Andrew Lindeman formally [EMAIL PROTECTED]
Of course I meant that it was http://cvs.php.net/co.php/php4/NEWS?r=1.726 -- Forwarded Message -- Subject: Re: [PHP-DEV] Chora Date: Tue, 7 Aug 2001 13:09:34 -0500 From: Andrew Lindeman formally [EMAIL PROTECTED] [EMAIL PROTECTED] I don't know how to make it show the current

  1   2   >