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

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

[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

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

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] 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: Mo

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

2002-06-24 Thread Andrew Patterson
rameters[_ex]() is doing something to make this not happen? Looking through the existing modules, I notice no one else worrying, but I can't help 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] 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 ? > >

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

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

2002-06-16 Thread Andrew Patterson
ll loose the thread safe context). And thanks for the additional head's up! I had to go read the zend api headers to get it working -- I think you're rigyt, call_user_function() is sufficient for me in this case. I just got phpinfo() working, I'll try getting eval() going in a

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

2002-06-15 Thread Andrew Patterson
ons written, I just have to do the set/get/create/delete functions. After that, I'll be thoroughly testing it (fortunately I have a complete library and application in the NDBE to test it on) and then be submitting it wherever it should be submitted for consideration -- assuming someone&#

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

2002-06-15 Thread Andrew Patterson
lusion into the main 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

[PHP-DEV] multithreading

2002-05-15 Thread Andrew Milne
re than once 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
side: FALSE = foo() Explain to me pls that I do not understand P.S. in C & Perl (!$a = foo()) is not valid expression Best regards, Andrew Sitnikov e-mail : [EMAIL PROTECTED] GSM: (+372) 56491109 -- PHP Development Mailing List <http://www.php

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

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

2002-05-04 Thread Andrew Sitnikov
s 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 PROTECTED] GSM: (+372) 56491109 -- PHP Developme

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

2002-05-03 Thread Andrew Sitnikov
PHP Streams (Wez) SSB> 3. 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

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

[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] 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? > > > > Using short tags should be avoided when developing applications or > libraries that are meant for redistribution, or deployment on PHP > servers which are

Re: [PHP-DEV]

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 char

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

2002-04-11 Thread Andrew W. Nosenko
st whether apxs support -S option - $APXS -q -S CFLAGS=$APXS_CFLAGS CFLAGS >/dev/null 2>&1 + $APXS -q -S CFLAGS="$APXS_CFLAGS" CFLAGS >/dev/null 2>&1 if test "$?" != "0"; then APACHE_INSTALL="$APXS -i -a -n php4 $SAPI_SHARED"

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

2002-04-11 Thread Andrew W. Nosenko
@@ -77,7 +77,7 @@ fi if test "$found_iconv" = "no"; then - AC_MSG_ERROR(iconv not found, 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_

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

2002-04-11 Thread Andrew W. Nosenko
config_files" | sed 's,^ *\(.*\),\1,'\` + +if test "\$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

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 D

[PHP-DEV] php_odbc.c patch

2002-04-08 Thread Andrew Hill
mit please? 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 Developmen

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

2002-03-25 Thread Andrew Hill
p://www.openlinksw.com/support/suppindx.htm, as this is getting 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 think

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

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

2002-03-23 Thread Andrew Sitnikov
this. ïË, if you consider 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 Maili

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

2002-03-23 Thread Andrew Sitnikov
luous movements 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/>

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) > { >

[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

[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

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

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

[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

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

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

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

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

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

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

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

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 +

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

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

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

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

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

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

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>

[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

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

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

[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

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

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

2001-08-10 Thread Andrew McBeath
:), and is it somehow built into the run-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 Mail

Re: [PHP-DEV] Latest CVS Problem

2001-08-08 Thread Andrew Lindeman formally [EMAIL PROTECTED]
tested on a linux 2.2.16-22 kernel (Red Hat 7.0) happens with apache module and on command line. On Wed, 08 Aug 2001, Zeev Suraski wrote: > I'm unable to reproduce this under Linux (non thread safe) or Windows > (thread safe)... > > At 23:28 08-08-01, Andrew Lindeman formally

[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... 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." -- PHP De

  1   2   >