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

[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

[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[2]: [PHP-DEV] PHP 4.3 charter and release plan

2002-05-04 Thread Andrew Sitnikov
Hello Stig, SSB Huh, are you saying PHP _is_ locale-dependant? Yes. Example: 1.php ? setlocale(LC_ALL,'ru_RU.CP1251'); include('2.php'); ? 2.php ? $var = 1.3; var_dump($var); ? gap /home/local/sitnikov GET http://si.infonet.ee/1.php float(1) Locale ru_RU.CP1251 has decimal delimiter

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

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

[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

[PHP-DEV] cvs ./buildconf configure failed

2002-03-13 Thread Andrew Sitnikov
Hello php-dev, sitnikov-gap /home/local/sitnikov/projects/php4 ./buildconf rebuilding configure configure.in:823: warning: AC_PROG_LIBTOOL is m4_require'd but is not m4_defun'd configure.in:151: error: possibly undefined macro: AC_MSG_RESULT configure.in:285: error: possibly undefined macro

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

2002-03-13 Thread Andrew Sitnikov
Hello Derick, DR Hello, DR which buildtools do you use? DR Derick sitnikov-gap /home/local/sitnikov/projects/php4 autoconf --version autoconf (GNU Autoconf) 2.52 sitnikov-gap /home/local/sitnikov/projects/php4 automake --version automake (GNU automake) 1.5d sitnikov-gap /home/local/sitnikov

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

[PHP-DEV] Bug #14833: Crash with referense in bogus code

2002-01-03 Thread sitnikov
From: [EMAIL PROTECTED] Operating system: Linux PHP version: 4.1.1 PHP Bug Type: Reproducible crash Bug description: Crash with referense in bogus code ? function foo($str) { //$str = str_replace(a, b, $str); // line * return $str; } echo $str =

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] Bug #14692: Crash

2001-12-25 Thread sitnikov
From: [EMAIL PROTECTED] Operating system: Linux PHP version: 4.1.0 PHP Bug Type: mcrypt related Bug description: Crash ? if (mcrypt_module_is_block_algorithm_mode(MCRYPT_GOST,'/usr')) echo true\n; else echo false\n; ?

[PHP-DEV] Bug #14692 Updated: Crash

2001-12-25 Thread sitnikov
ID: 14692 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: mcrypt related Operating System: Linux PHP Version: 4.1.0 New Comment: Crash to: ? if (mcrypt_module_is_block_algorithm_mode(MCRYPT_GOST)) echo true\n; else

[PHP-DEV] Bug #14692 Updated: Crash

2001-12-25 Thread sitnikov
ID: 14692 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: mcrypt related Operating System: Linux PHP Version: 4.1.0 New Comment: libmcrypt-2.4.18 Previous Comments: [2001-12-25

[PHP-DEV] Bug #14692 Updated: Crash

2001-12-25 Thread sitnikov
ID: 14692 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Open Bug Type: mcrypt related Operating System: Linux PHP Version: 4.1.0 Previous Comments: [2001-12-25 10:29:26]

[PHP-DEV] Bug #14692 Updated: Crash

2001-12-25 Thread sitnikov
ID: 14692 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: mcrypt related Operating System: Linux PHP Version: 4.1.0 New Comment: I know what it is buggy script, but it not the justification for Segmentation. Your script work for me and print false

[PHP-DEV] Bug #14692 Updated: Crash

2001-12-25 Thread sitnikov
ID: 14692 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: mcrypt related Operating System: Linux PHP Version: 4.1.0 New Comment: i use php-4.1.1 Previous Comments: [2001-12-25

[PHP-DEV] Bug #14691 Updated: some more crash

2001-12-25 Thread sitnikov
ID: 14691 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Closed Bug Type: mcrypt related Operating System: Linux PHP Version: 4.1.0 New Comment: Ñan you send me patch ? Previous Comments:

[PHP-DEV] Bug #14690 Updated: Crash in many functions

2001-12-25 Thread sitnikov
ID: 14690 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Open Bug Type: mcrypt related Operating System: Linux PHP Version: 4.1.0 New Comment: mcrypt_module_self_test('test','test'); Previous Comments:

[PHP-DEV] Bug #14690 Updated: Crash in many functions

2001-12-25 Thread sitnikov
ID: 14690 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Open Bug Type: mcrypt related Operating System: Linux PHP Version: 4.1.0 New Comment: I change form lib_dir_s = Z_STRVAL_PP(lib_dir);\ if (zend_get_parameters_ex(2, arg1, lib_dir) ==

[PHP-DEV] Bug #14690 Updated: Crash in many functions

2001-12-25 Thread sitnikov
ID: 14690 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Open Bug Type: mcrypt related Operating System: Linux PHP Version: 4.1.0 New Comment: (gdb) bt #0 0x0814cd43 in zif_mcrypt_module_self_test (ht=2, return_value=0x83c6144, this_ptr=0x0,

[PHP-DEV] Bug #14690 Updated: Crash in many functions

2001-12-25 Thread sitnikov
ID: 14690 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: mcrypt related Operating System: Linux PHP Version: 4.1.0 New Comment: Starting program: /export/work/php-4.1.1/./php -f t.php Program received signal SIGSEGV, Segmentation fault. 0x0814cd43 in

[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

[PHP-DEV] Bug #14496 Updated: session.save_handler = mm - error when apache starting

2001-12-20 Thread sitnikov
ID: 14496 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Duplicate Bug Type: Session related Operating System: Linux PHP Version: 4.1.0 New Comment: Bug with ID 14612(this) can not be duplicate for bug with ID 14612 :) Previous Comments:

[PHP-DEV] Bug #14468 Updated: Can not compile with ucd-snmp-4.2.3

2001-12-17 Thread sitnikov
ID: 14468 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: SNMP related Operating System: PHP Version: 4.1.0 New Comment: Conflict with old snmp version, after removing old includes all work ok. Previous Comments:

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

[PHP-DEV] Bug #14534: Variables $PHP_AUTH_* is set, when use a traditional external auth mechanism

2001-12-15 Thread sitnikov
From: [EMAIL PROTECTED] Operating system: Linux PHP version: 4.1.0 PHP Bug Type: Apache related Bug description: Variables $PHP_AUTH_* is set, when use a traditional external auth mechanism .htaccess AuthUserFile.htpasswd AuthNameWARNING! ENTER ACCESS KEY!

[PHP-DEV] Bug #14050 Updated: problems with eregi and setlocale (apache module only)

2001-12-15 Thread sitnikov
ID: 14050 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: Regexps related Operating System: Linix PHP Version: 4.0.5 New Comment: Does not reproduce in php4.1.0. Previous Comments:

[PHP-DEV] Bug #14496 Updated: session.save_handler = mm - error when apache starting

2001-12-14 Thread sitnikov
ID: 14496 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Bogus Bug Type: Session related Operating System: Linux PHP Version: 4.1.0 New Comment: This is bug, not bogus. Pls change status. Previous Comments:

[PHP-DEV] Bug #14496 Updated: session.save_handler = mm - error when apache starting

2001-12-14 Thread sitnikov
ID: 14496 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Old Status: Closed Status: Open Bug Type: Session related Operating System: Linux PHP Version: 4.1.0 New Comment: RedHat 6.2 #uname -a Linux 2.4.16 #1 SMP Sat Dec 8 18:14:02 EET 2001 i686 unknown I repeat: If i set

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 #14496: session.save_handler = mm - error when apache starting

2001-12-13 Thread sitnikov
From: [EMAIL PROTECTED] Operating system: Linux PHP version: 4.1.0 PHP Bug Type: Session related Bug description: session.save_handler = mm - error when apache starting When i set save_handler in php.ini to 'mm and can start apache i can see PHP Fatal error: Cannot find

[PHP-DEV] Bug #14496 Updated: session.save_handler = mm - error when apache starting

2001-12-13 Thread sitnikov
ID: 14496 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Bogus Bug Type: Session related Operating System: Linux PHP Version: 4.1.0 New Comment: I have --with-mm in configuration line. CC=gcc2.95.3 \ CXX=gcc2.95.3 \ ./configure \

[PHP-DEV] Bug #14496 Updated: session.save_handler = mm - error when apache starting

2001-12-13 Thread sitnikov
ID: 14496 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Bogus Bug Type: Session related Operating System: Linux PHP Version: 4.1.0 New Comment: /* Whether you have libmm */ #define HAVE_LIBMM 1 Previous Comments:

[PHP-DEV] Bug #14468: Can not compile with ucd-snmp-4.2.3

2001-12-12 Thread sitnikov
From: [EMAIL PROTECTED] Operating system: PHP version: 4.1.0 PHP Bug Type: SNMP related Bug description: Can not compile with ucd-snmp-4.2.3 In file included from snmp.c:63: /usr/local/include/snmp/snmp_api.h:64: warning: `struct snmp_pdu' declared inside parameter list

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] Bug #14050: problems with eregi and setlocale (apache module only)

2001-11-14 Thread sitnikov
From: [EMAIL PROTECTED] Operating system: Linix PHP version: 4.0.5 PHP Bug Type: Regexps related Bug description: problems with eregi and setlocale (apache module only) This script work OK with cgi version php and randomly fail with apache module (preg_match It is used for

[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] 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] array_key and array_value

2001-06-30 Thread Andrew Sitnikov
) 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 unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

[PHP-DEV] Error including big files.

2001-04-21 Thread Andrew Sitnikov
ion closed by foreign 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-ma

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

2001-04-21 Thread Andrew Sitnikov
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 module? L Liz Best regar

[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, neljapev, 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 ? AG

[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 ? echo $test; ? 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

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

2001-04-03 Thread Andrew Sitnikov
e 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 additional commands, e-mail: [EMAIL

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

2001-04-03 Thread Andrew Sitnikov
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: Hello php-qa, test.php ? echo $test; ? http://host/test.php?test=1;2;3 4.0.4pl1 Result: 1;2;3

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

2001-02-03 Thread Andrew Sitnikov
correctly to write in a file from different threads? 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

[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 ? $file_name = '/home/sitnikov/tmp/flock.txt'; if ($fd = fopen($file_name,'a+')){ for($i=0;$i1000;$i++){ if (flock($fd,LOCK_EX)){ fseek($fd,0,SEEK_END); fwrite($fd,$i.' : '.$i."\n"); flock($

[PHP-DEV] register_shutdown_function() not working ?

2001-01-27 Thread Andrew Sitnikov
not open output file"); } } function funct2(){ global $file_name; if ($fd = fopen($file_name,'a+')){ fwrite($fd,"Funct2\n"); fclose($fd); } } $i = register_shutdown_function('funct2'); funct1(); ? file have only "Funct1" ? Best regards, Andrew S

[PHP-DEV] Re: [PHP] register_shutdown_function() not working ?

2001-01-27 Thread Andrew Sitnikov
? AS file have only "Funct1" ? AS Best regards, AS Andrew Sitnikov AS e-mail : [EMAIL PROTECTED] AS GSM: (+372) 56491109 Best regards, Andrew Sitnikov e-mail : [EMAIL PROTECTED] GSM: (+372) 56491109 -- PHP Development Mailing

[PHP-DEV] Session, register_globals, $HTTP_SESSION_VARS???

2001-01-17 Thread Andrew Sitnikov
T_VAR] : 0 reload : $HTTP_SESSION_VARS[TEST_VAR] : 1 reload : $HTTP_SESSION_VARS[TEST_VAR] : 2 Why ? P.S. php 4.0.4pl1 Linux, php4.0.3pl1 BSDI, php4.0.4 Win2000 Best regards, Andrew Sitnikov -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-ma