[PHP-DEV] Bug #14492 Updated: Parse error is appearing in transliterated Hebrew T_PAAMAYIM_NEKUDOTAYIM

2001-12-14 Thread sander
ID: 14492 Updated by: sander Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Scripting Engine problem Operating System: Linux PHP Version: 4.1.0 New Comment: The parse-errors PHP generates aren't useful anyway. Someone should really take some time to improve them... Previous Comments: ---

[PHP-DEV] Re: Bug #13078 Updated: register_globals = off & session.save_handler = user

2001-12-14 Thread Yasuo Ohgaki
Yasuo Ohgaki wrote: > Thanks you for report :) > Could you apply attached patch. It should fix the problem. > Please let me know if this patch fixed it or not. Oops I forgot take into account that it can return null string ;) Try this one instead. -- Yasuo Ohgaki Index: mod_user.c

[PHP-DEV] Bug #14492 Updated: Parse error is appearing in transliterated Hebrew T_PAAMAYIM_NEKUDOTAYIM

2001-12-14 Thread derick
ID: 14492 Updated by: derick Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: Scripting Engine problem Operating System: Linux PHP Version: 4.1.0 New Comment: Humor or not, lets close it :) Derick Previous Comments: -

Re: [PHP-DEV] Re: Bug #13078 Updated: register_globals = off & session.save_handler = user

2001-12-14 Thread Markus Fischer
On Fri, Dec 14, 2001 at 04:35:04PM +0900, Yasuo Ohgaki wrote : > - if (retval->type == IS_STRING) { > + convert_to_string_ex(&retval); > + if (retval->value.str.len) { Please always use Z_STRLEN_P and friends (even its just a quick test, its a good ide

[PHP-DEV] Re: Bug #13078 Updated: register_globals = off & session.save_handler = user

2001-12-14 Thread Yasuo Ohgaki
[EMAIL PROTECTED] wrote: > ID: 13078 > Updated by: derick > Reported By: [EMAIL PROTECTED] > Old Status: Critical > Status: Closed > Bug Type: Session related > Operating System: FreeBSD 4.x > PHP Version: 4.0.6, 4.1.0 > New Comment: > > Closing then... > Sorry I was busy to edit pgsql module

[PHP-DEV] Bug #14504 Updated: core dump in session handling

2001-12-14 Thread yohgaki
ID: 14504 Updated by: yohgaki Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: Apache related Operating System: FreeBSD 4.2-RELEASE PHP Version: 4.1.0 New Comment: Yet another segfault problem with FreeBSD & Session. Any freebsd hackers around? I think this can b

Re: [PHP-DEV] Bug #14492: Parse error is appearing in transliterated Hebrew T_PAAMAYIM_NEKUDOTAYIM

2001-12-14 Thread Teodor Cimpoesu
Hi esrig! On Thu, 13 Dec 2001, [EMAIL PROTECTED] wrote: > From: [EMAIL PROTECTED] > Operating system: Linux > PHP version: 4.1.0 > PHP Bug Type: *Languages/Translation > Bug description: Parse error is appearing in transliterated Hebrew >T_PAAMAYIM_NEKUDOTAYIM > > I left o

[PHP-DEV] Bug #13078 Updated: register_globals = off & session.save_handler = user

2001-12-14 Thread yohgaki
ID: 13078 Updated by: yohgaki Reported By: [EMAIL PROTECTED] Old Status: Assigned Status: Closed Bug Type: Session related Operating System: FreeBSD 4.x PHP Version: 4.0.6, 4.1.0 Old Assigned To: yohgaki Assigned To: New Comment: Closing. (I don't mean warning message patch is committed ;) If a

Re: [PHP-DEV] Re: Bug #13078 Updated: register_globals = off & session.save_handler = user

2001-12-14 Thread Yasuo Ohgaki
Markus Fischer wrote: > On Fri, Dec 14, 2001 at 04:35:04PM +0900, Yasuo Ohgaki wrote : > >>- if (retval->type == IS_STRING) { >>+ convert_to_string_ex(&retval); >>+ if (retval->value.str.len) { >> > > Please always use Z_STRLEN_P and friends (even its ju

[PHP-DEV] Bug #14500 Updated: Undefined property: name

2001-12-14 Thread agnieszkak
ID: 14500 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Closed Bug Type: DOM XML related Operating System: Slackware 8.0 PHP Version: 4.1.0 New Comment: Thanks, but that doesn't solve my problem yet. I used print_r($root)and indeed I can see that property changed name

[PHP-DEV] Bug #14429 Updated: PSPELL CONFIG

2001-12-14 Thread taitgrove
ID: 14429 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Closed Bug Type: Pspell related Operating System: freebsd 4.3 PHP Version: 4.1.0 Old Assigned To: vlad Assigned To: New Comment: Vlad, I am getting this error now: Making all in pspell /bin/sh /usr/local/p

[PHP-DEV] Bug #14429 Updated: PSPELL CONFIG

2001-12-14 Thread derick
ID: 14429 Updated by: derick Reported By: [EMAIL PROTECTED] Old Status: Closed Status: Feedback Bug Type: Pspell related Operating System: freebsd 4.3 PHP Version: 4.1.0 Assigned To: vlad New Comment: What was your configure line? Derick Previous Comments:

[PHP-DEV] Bug #14506: Error Message Expected !

2001-12-14 Thread no
From: [EMAIL PROTECTED] Operating system: W2K PHP version: 4.0.6 PHP Bug Type: ODBC related Bug description: Error Message Expected ! function Tabelle($CN, $SQL, $Border) { if ($RS = odbc_exec($CN, $SQL)) { if (empty($Borde

[PHP-DEV] Bug #14429 Updated: PSPELL CONFIG

2001-12-14 Thread taitgrove
ID: 14429 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Closed Bug Type: Pspell related Operating System: freebsd 4.3 PHP Version: 4.1.0 Old Assigned To: vlad Assigned To: New Comment: Vlad, I am getting this error now: Making all in pspell

[PHP-DEV] Bug #14429 Updated: PSPELL CONFIG

2001-12-14 Thread taitgrove
ID: 14429 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Closed Bug Type: Pspell related Operating System: freebsd 4.3 PHP Version: 4.1.0 Old Assigned To: vlad Assigned To: New Comment: Disregard that last note I accidently hit 'F5'... ./configure --with-mysql --wit

[PHP-DEV] Bug #14506 Updated: Error Message Expected !

2001-12-14 Thread derick
ID: 14506 Updated by: derick Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: ODBC related Operating System: W2K PHP Version: 4.0.6 New Comment: bugs.php.net/how-to-report.php << read that first Previous Comments: ---

[PHP-DEV] Bug #14452 Updated: libphp4.so is not linking with *.la files

2001-12-14 Thread glen
ID: 14452 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Open Bug Type: *Configuration Issues Operating System: Linux PHP Version: 4.1.0 New Comment: MySQL was installed from RPM's a while ago: MySQL-3.22.21-2C1 MySQL-client-3.22.21-2C1 MySQL-d

[PHP-DEV] Bug #14506 Updated: Error Message Expected !

2001-12-14 Thread yohgaki
ID: 14506 Updated by: yohgaki Reported By: [EMAIL PROTECTED] Old Status: Bogus Status: Feedback Bug Type: ODBC related Operating System: W2K PHP Version: 4.0.6 New Comment: Does this happen with 4.1.0? If you stil have problem, insert die() and locate which line crashes. Previous Comments: --

[PHP-DEV] Bug #14506 Updated: Error Message Expected !

2001-12-14 Thread derick
ID: 14506 Updated by: derick Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Bogus Bug Type: ODBC related Operating System: W2K PHP Version: 4.0.6 New Comment: bugs.php.net/how-to-report.php << read that first Previous Comments: ---

[PHP-DEV] Bug #14500 Updated: Undefined property: name

2001-12-14 Thread mfischer
ID: 14500 Updated by: mfischer Reported By: [EMAIL PROTECTED] Status: Closed Bug Type: DOM XML related Operating System: Slackware 8.0 PHP Version: 4.1.0 New Comment: Documentation has not been updates because domxml is still experimental. Domxml now (or, it should) conform to the DOM2 API. T

[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 derick
ID: 14496 Updated by: derick Reported By: [EMAIL PROTECTED] Old Status: Bogus Status: Feedback Bug Type: Session related Operating System: Linux PHP Version: 4.1.0 New Comment: What distribution are you using of Linux? Previous Comments: --

Re: [PHP-DEV] Re: Bug #13078 Updated: register_globals = off & session.save_handler = user

2001-12-14 Thread Markus Fischer
On Fri, Dec 14, 2001 at 05:42:16PM +0900, Yasuo Ohgaki wrote : > Markus Fischer wrote: > > >On Fri, Dec 14, 2001 at 04:35:04PM +0900, Yasuo Ohgaki wrote : > > > >>- if (retval->type == IS_STRING) { > >>+ convert_to_string_ex(&retval); > >>+ if (retval->value.str.le

[PHP-DEV] Bug #14507: sessions and mm produce an error on starting apache

2001-12-14 Thread adrieder
From: [EMAIL PROTECTED] Operating system: Sparc/Solaris 8 PHP version: 4.1.0 PHP Bug Type: Session related Bug description: sessions and mm produce an error on starting apache I have a problem with sessions and mm on sparc/Solaris 8. When starting the apache I get the error:

[PHP-DEV] Bug #14507 Updated: sessions and mm produce an error on starting apache

2001-12-14 Thread derick
ID: 14507 Updated by: derick Reported By: [EMAIL PROTECTED] Old Status: Open Status: Duplicate Bug Type: Session related Operating System: Sparc/Solaris 8 PHP Version: 4.1.0 New Comment: Duplicate of #14496 Previous Comments: --

[PHP-DEV] Bug #14508: Strange default of safe_mode_exec_dir

2001-12-14 Thread cech
From: [EMAIL PROTECTED] Operating system: PHP version: 4.1.0 PHP Bug Type: PHP options/info functions Bug description: Strange default of safe_mode_exec_dir The default for safe_mode_exec_dir is "1". Why? It's hardwired into the source. You cannot override it with --with-ex

[PHP-DEV] Bug #14509: Strange default of safe_mode_exec_dir

2001-12-14 Thread cech
From: [EMAIL PROTECTED] Operating system: PHP version: 4.1.0 PHP Bug Type: PHP options/info functions Bug description: Strange default of safe_mode_exec_dir The default for safe_mode_exec_dir is "1". Why? It's hardwired into the source. You cannot override it with --with-ex

[PHP-DEV] Bug #14509 Updated: file_exists() prints a warning when it shouldn't

2001-12-14 Thread cech
ID: 14509 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Old Summary: Strange default of safe_mode_exec_dir Old Status: Open Status: Duplicate Bug Type: PHP options/info functions Old Operating System: Operating System: Debian Old PHP Version: 4.1.0 PHP Version: 4.1.0RC1 Edit

[PHP-DEV] Bug #14507 Updated: sessions and mm produce an error on starting apache

2001-12-14 Thread mfischer
ID: 14507 Updated by: mfischer Reported By: [EMAIL PROTECTED] Status: Duplicate Bug Type: Session related Operating System: Sparc/Solaris 8 PHP Version: 4.1.0 New Comment: More notes from user: File /tmp/session_mm.sem has root:other 600 owner/perms; delting it will re-create it upon startup,

[PHP-DEV] Bug #14510: Unknown error in mail function

2001-12-14 Thread davidfelton
From: [EMAIL PROTECTED] Operating system: Windows 2000 Terminal, IIS5 PHP version: 4.1.0 PHP Bug Type: Unknown/Other Function Bug description: Unknown error in mail function When using the mail function on windows 2000 with IIS5, it just returns 'unknown error' and exits. Th

[PHP-DEV] Bug #14511: Fstat doesnt work with URLs (http)

2001-12-14 Thread mikael
From: [EMAIL PROTECTED] Operating system: RH7 Apache1.3.22 PHP version: 4.1.0 PHP Bug Type: URL related Bug description: Fstat doesnt work with URLs (http) I tried to use FSTAT to get file info about a remote file. If I point to a local file it works but not on URLs (http).

[PHP-DEV] Bug #14511 Updated: Fstat doesnt work with URLs (http)

2001-12-14 Thread sterling
ID: 14511 Updated by: sterling Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: URL related Operating System: RH7 Apache1.3.22 PHP Version: 4.1.0 New Comment: LOL. Previous Comments: [2001-12-14 05:

[PHP-DEV] Bug #14511 Updated: Fstat doesnt work with URLs (http)

2001-12-14 Thread mikael
ID: 14511 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Bogus Bug Type: URL related Operating System: RH7 Apache1.3.22 PHP Version: 4.1.0 New Comment: What is the fun part? /M Previous Comments:

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

2001-12-14 Thread sas
ID: 14496 Updated by: sas Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Closed Bug Type: Session related Operating System: Linux PHP Version: 4.1.0 New Comment: Try a make clean. Previous Comments: [2001-12-1

[PHP-DEV] Bug #14507 Updated: sessions and mm produce an error on starting apache

2001-12-14 Thread sas
ID: 14507 Updated by: sas Reported By: [EMAIL PROTECTED] Old Status: Duplicate Status: Feedback Bug Type: Session related Operating System: Sparc/Solaris 8 PHP Version: 4.1.0 New Comment: Please try a `make clean´ and reinstall PHP. I'd appreciate it, if you could let us know whether that fixes

[PHP-DEV] Bug #14511 Updated: Fstat doesnt work with URLs (http)

2001-12-14 Thread mfischer
ID: 14511 Updated by: mfischer Reported By: [EMAIL PROTECTED] Status: Bogus Bug Type: URL related Operating System: RH7 Apache1.3.22 PHP Version: 4.1.0 New Comment: fstat() only works for local file systems ;) I will never work on remote files. Previous Comments: -

[PHP-DEV] Bug #14512: --enable-mbstr-enc-trans breaks parametr parsing

2001-12-14 Thread cech
From: [EMAIL PROTECTED] Operating system: Debian GNU/Linux PHP version: 4.1.0 PHP Bug Type: *Languages/Translation Bug description: --enable-mbstr-enc-trans breaks parametr parsing When you run s script with like sep.php?+111+222+&test_param=abcde& the test_param won't get i

[PHP-DEV] Bug #14511 Updated: Fstat doesnt work with URLs (http)

2001-12-14 Thread mikael
ID: 14511 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Bogus Bug Type: URL related Operating System: RH7 Apache1.3.22 PHP Version: 4.1.0 New Comment: Thanks alot, mfischer, that whas the answer I was looking for (atleast now I know). I've been asking tons of people a

[PHP-DEV] Bug #14511 Updated: Fstat doesnt work with URLs (http)

2001-12-14 Thread daniel
ID: 14511 Updated by: daniel Reported By: [EMAIL PROTECTED] Status: Bogus Bug Type: URL related Operating System: RH7 Apache1.3.22 PHP Version: 4.1.0 New Comment: Because it isn't /supposed/ to work remotely - actually it's technically impossible to get this information via HTTP. That's why i

[PHP-DEV] Bug #13173 Updated: no gc even when gc_probablity = 100

2001-12-14 Thread yohgaki
ID: 13173 Updated by: yohgaki Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: Session related Operating System: FreeBSD 4.X PHP Version: 4.0.6 and 4.10 New Comment: File handler has some limitation. I hope my note in manual page is not deleted ;) (i.e. Please take a look

[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

[PHP-DEV] Sessions: garbage collection run

2001-12-14 Thread Ulf Wendel
Hi, being not a php source code guru I need some help on understanding the source. Why does the session module run the garbage collection from the PHP_RINIT_FUNCTION() means from php_session_start()? Does the user notice a delay caused by PHP_RSHUTDOWN_FUNCTION()? If not what's the reason not pla

[PHP-DEV] Bug #14512 Updated: --enable-mbstr-enc-trans breaks parametr parsing

2001-12-14 Thread yohgaki
ID: 14512 Updated by: yohgaki Reported By: [EMAIL PROTECTED] Old Status: Open Status: Analyzed Old Bug Type: *Languages/Translation Bug Type: Unknown/Other Function Operating System: Debian GNU/Linux PHP Version: 4.1.0 Old Assigned To: Assigned To: hirokawa New Comment: Hirokawa-san, Although

[PHP-DEV] Bug #14513: Fetch multiple elements from an array

2001-12-14 Thread daniel
From: [EMAIL PROTECTED] Operating system: PHP version: 4.1.0 PHP Bug Type: Feature/Change Request Bug description: Fetch multiple elements from an array I was thinking about a new feature. Fetching multiple elements would be a cool feature, wouldn't it? This would look like

[PHP-DEV] Bug #14512 Updated: file_exists() prints a warning when it shouldn't

2001-12-14 Thread cech
ID: 14512 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Old Summary: --enable-mbstr-enc-trans breaks parametr parsing Status: Analyzed Bug Type: Unknown/Other Function Old Operating System: Debian GNU/Linux Operating System: Debian Old PHP Version: 4.1.0 PHP Version: 4.1.0RC1 O

[PHP-DEV] Re: Sessions: garbage collection run

2001-12-14 Thread Yasuo Ohgaki
Ulf Wendel wrote: > Hi, > > being not a php source code guru I need some help on understanding the > source. Why does the session module run the garbage collection from the > PHP_RINIT_FUNCTION() means from php_session_start()? Does the user > notice a delay caused by PHP_RSHUTDOWN_FUNCTION()? I

[PHP-DEV] Bug #14512 Updated: --enable-mbstr-enc-trans breaks parametr parsing

2001-12-14 Thread yohgaki
ID: 14512 Updated by: yohgaki Reported By: [EMAIL PROTECTED] Status: Analyzed Bug Type: Unknown/Other Function Operating System: Debian PHP Version: 4.1.0RC1 Assigned To: hirokawa New Comment: Oops sorry. Copy & paste magic ;) I thought you are mixing + and %20, but it's not. This should be fix

Re: [PHP-DEV] Re: Sessions: garbage collection run

2001-12-14 Thread Ulf Wendel
Yasuo Ohgaki wrote: > > Ulf Wendel wrote: > > > Hi, > > > > being not a php source code guru I need some help on understanding the > > source. Why does the session module run the garbage collection from the > > PHP_RINIT_FUNCTION() means from php_session_start()? Does the user > > notice a del

[PHP-DEV] Bug #14507 Updated: sessions and mm produce an error on starting apache

2001-12-14 Thread adrieder
ID: 14507 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Open Bug Type: Session related Operating System: Sparc/Solaris 8 PHP Version: 4.1.0 New Comment: I did a "make distclean" and a rebuild with the following options: ./configure\

Re: [PHP-DEV] Re: Sessions: garbage collection run

2001-12-14 Thread Yasuo Ohgaki
Ulf Wendel wrote: > > Yasuo Ohgaki wrote: > >>Ulf Wendel wrote: >> >> >>>Hi, >>> >>>being not a php source code guru I need some help on understanding the >>>source. Why does the session module run the garbage collection from the >>>PHP_RINIT_FUNCTION() means from php_session_start()? Does the

Re: [PHP-DEV] Re: Sessions: garbage collection run

2001-12-14 Thread Yasuo Ohgaki
Yasuo Ohgaki wrote: > Ulf Wendel wrote: > >> >> Yasuo Ohgaki wrote: >> >>> Ulf Wendel wrote: >>> >>> Hi, being not a php source code guru I need some help on understanding the source. Why does the session module run the garbage collection from the PHP_RINIT_FUNCTION() me

Re: [PHP-DEV] Re: Sessions: garbage collection run

2001-12-14 Thread Ulf Wendel
Yasuo Ohgaki wrote: > Some users need current behavior. i.e. User want make to do gc everytime > before access. User may have complex gc code to meet their needs that > requires gc at module init. No doubt they need a callback. Help me with an example of a GC strategy that needs the callback on

[PHP-DEV] Bug #14514: mysql_fetch_field always reports back max field length of zero

2001-12-14 Thread dgintz
From: [EMAIL PROTECTED] Operating system: linux PHP version: 4.1.0 PHP Bug Type: MySQL related Bug description: mysql_fetch_field always reports back max field length of zero mysql_fetch_field - this function always gives a max field length of zero, no matter the type of var

[PHP-DEV] Bug #14497 Updated: PHP causes segfault when session handler=user

2001-12-14 Thread jbozza
ID: 14497 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Open Bug Type: Reproducible crash Operating System: FreeBSD 4.4-Stable PHP Version: 4.1.0 New Comment: The bus error would only happen maybe one out of 50 times or so, but looking at my error

RE: [PHP-DEV] Bug #14504 Updated: core dump in session handling

2001-12-14 Thread Jaime Bozza
There's a person that has posted to the PHP-Users list who is having the same problem with sessions and he's using RedHat 7.1. Perhaps you can get him to provide a bt as well? Jaime Bozza -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Friday, December 14, 2

[PHP-DEV] Bug #14453 Updated: session_start() provokes a crash of php/apache

2001-12-14 Thread nfankhauser
ID: 14453 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Old Bug Type: Reproducible crash Bug Type: PHP options/info functions Operating System: win2k PHP Version: 4.1.0 New Comment: hi I found the cause for these crashes: If in the php.ini is a wrong path for

[PHP-DEV] Bug #14509 Updated: Strange default of safe_mode_exec_dir

2001-12-14 Thread sander
ID: 14509 Updated by: sander Reported By: [EMAIL PROTECTED] Old Status: Duplicate Status: Bogus Bug Type: PHP options/info functions Operating System: Debian PHP Version: 4.1.0RC1 New Comment: Submitted twice -> bogus Previous Comments: ---

[PHP-DEV] Bug #14515: child pid XXX exit signal Segmentation fault (11)

2001-12-14 Thread martin
From: [EMAIL PROTECTED] Operating system: linux 2.4.16 PHP version: 4.1.0 PHP Bug Type: Apache related Bug description: child pid XXX exit signal Segmentation fault (11) Hi, when i try to run the following code, my apache goes banana (child pid XXX exit signal Segmentation f

Re: [PHP-DEV] Bug #14495: PHP Windows Binary packaged with oldversion of GD

2001-12-14 Thread Joao Prado Maia
On Fri, 14 Dec 2001, Sander Roobol wrote: > > There is a bug report: http://bugs.php.net/bug.php?id=11813&edit=1 > > in which I suggested the person whoever builds the binary releases > > to build two versions of the GD extension..this didn't happen > > for some reason. > > IMO, the simplest sol

[PHP-DEV] Re: Bug #14505 Updated: get an warning in webpage

2001-12-14 Thread repe
I get the same warning with 4.1.0 in w2k apache. This is comes on pages where I use mssql_pconnect(). If I change this to mssql_connect() I don't get the warning. -- PHP Development Mailing List To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EM

[PHP-DEV] Re: Bug #14505 Updated: get an warning in webpage

2001-12-14 Thread repe
Actually, my warning is a bit different (22 instead of 11): Unknown persistent list entry type in module shutdown (22) in Unknown on line 0 -- PHP Development Mailing List To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To con

[PHP-DEV] Bug #14516: can't write word file

2001-12-14 Thread ccy-chu
From: [EMAIL PROTECTED] Operating system: win2k server (chinese) PHP version: 4.0.6 PHP Bug Type: Unknown/Other Function Bug description: can't write word file when the code excuted on line: $word->Documents[1]->SaveAs("Useless test.doc"); It print out "Invoke() fail

[PHP-DEV] Bug #14516 Updated: can't write word file

2001-12-14 Thread mfischer
ID: 14516 Updated by: mfischer Reported By: [EMAIL PROTECTED] Status: Open Old Bug Type: Unknown/Other Function Bug Type: COM related Operating System: win2k server (chinese) PHP Version: 4.0.6 New Comment: Changing Type. Previous Comments: ---

[PHP-DEV] Bug #14516 Updated: can't write word file

2001-12-14 Thread mfischer
ID: 14516 Updated by: mfischer Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: COM related Operating System: win2k server (chinese) PHP Version: 4.0.6 New Comment: Ah, btw, try latest 4.1.0 from http://php.net/downloads.php Feedback. Previous Comments: -

[PHP-DEV] Bug #14516 Updated: can't write word file

2001-12-14 Thread derick
ID: 14516 Updated by: derick Reported By: [EMAIL PROTECTED] Status: Feedback Bug Type: COM related Operating System: win2k server (chinese) PHP Version: 4.0.6 New Comment: And try this: $doc = $word->Documents[1]; $doc->SaveAs("Useless test.doc") Previous Comments: --

[PHP-DEV] Bug #14497 Updated: PHP causes segfault when session handler=user

2001-12-14 Thread jbozza
ID: 14497 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Reproducible crash Operating System: FreeBSD 4.4-Stable Old PHP Version: 4.1.0 PHP Version: 4.1.0, 4-200112131200 New Comment: Another update. If I have the following in the script: session_regi

[PHP-DEV] Bug #14517: SSL: couldn't create a context!

2001-12-14 Thread bugs
From: [EMAIL PROTECTED] Operating system: Slackware 7.1 PHP version: 4.1.0 PHP Bug Type: cURL related Bug description: SSL: couldn't create a context! curl_error($ch); outputs this error SSL: couldn't create a context! This error was originally reported in PHP-4.0.6 al

[PHP-DEV] Bug #14489 Updated: DSO PHP module compiling with gettext support is blocking Apache start

2001-12-14 Thread misch
ID: 14489 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Open Bug Type: Apache related Operating System: Cobalt Raq 3 PHP Version: 4.1.0 New Comment: Of course Apache is working. It's RPM version from original Cobalt distribution. Simply: ju

[PHP-DEV] Bug #14510 Updated: Unknown error in mail function

2001-12-14 Thread sander
ID: 14510 Updated by: sander Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: Unknown/Other Function Operating System: Windows 2000 Terminal, IIS5 PHP Version: 4.1.0 New Comment: Can you provide a sample script? Previous Comments: ---

[PHP-DEV] Bug #14510 Updated: Unknown error in mail function

2001-12-14 Thread davidfelton
ID: 14510 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Open Bug Type: Unknown/Other Function Operating System: Windows 2000 Terminal, IIS5 PHP Version: 4.1.0 New Comment: Well it's pretty straight forward: $mailrecipient="[EMAIL PROTECTED]"; $

Re: [PHP-DEV] Bug #14489 Updated: DSO PHP module compiling with gettext support is blocking Apache start

2001-12-14 Thread Markus Fischer
Do strace or ltrace give some useable information would could be wrong? If you think so, please make them available via http. - Markus On Fri, Dec 14, 2001 at 03:52:01PM -, [EMAIL PROTECTED] wrote : > ID: 14489 > User updated by: [EMAIL PROTECTED] > Reported By: [EMAIL PROTE

[PHP-DEV] Bug #13399 Updated: Segmentation fault (11) in apache when using mcrypt_generic

2001-12-14 Thread achapkis
ID: 13399 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Old Status: Closed Status: Open Bug Type: mcrypt related Operating System: Linux PHP Version: 4.0.6, 4.0.8-dev New Comment: I downloaded CVS and tried that yesterday an I just downloaded a snapshot and both still have

[PHP-DEV] Bug #13399 Updated: Segmentation fault (11) in apache when using mcrypt_generic

2001-12-14 Thread derick
ID: 13399 Updated by: derick Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: mcrypt related Operating System: Linux PHP Version: 4.0.6, 4.0.8-dev New Comment: What version of libcmrypt are you using now? Derick Previous Comments:

[PHP-DEV] Bug #14518: --enable-trans-id doesn't work

2001-12-14 Thread theseer
From: [EMAIL PROTECTED] Operating system: LInux 2.4.16 (RH7.2 based) PHP version: 4.1.0 PHP Bug Type: Session related Bug description: --enable-trans-id doesn't work I compiled php4.1.0 with --enable-trans-id, configured to use no cookies for sessions. Verifiying with php

[PHP-DEV] Bug #14519: PHP4ISAPI.DLL returns varying errors when parsing a long script of PHP objects

2001-12-14 Thread mbuettge
From: [EMAIL PROTECTED] Operating system: Windows NT PHP version: 4.1.0 PHP Bug Type: IIS related Bug description: PHP4ISAPI.DLL returns varying errors when parsing a long script of PHP objects When running PHP 4.1 using ISAPI, a fairly large script of PHP classes gives spu

[PHP-DEV] Good Old Times :)

2001-12-14 Thread Pierre-Alain Joye
View on phpindex.com (from phpdevelopper.org) :) http://groups.google.com/groups?q=%22Personal+Home+Page%22+author:Rasmus+author:Lerdorf&hl=en&scoring=d&as_drrb=b&as_mind=17&as_minm=5&as_miny=1981&as_maxd=12&as_maxm=12&as_maxy=1995&rnum=2&selm=3r7pgp%24aa1%40ionews.io.org Rasmus' 1st release an

[PHP-DEV] Linking PHP with static Libtool libraries

2001-12-14 Thread Adam Dickmeiss
I have the following problem. On UNIX, PHP fails to link with a static library generated by Libtool. Problem occurs with PHP 4.1.0 but not PHP 4.0.6. The YAZ extension, for example, which I maintain generates by default a static Libtool library only. So After doing cd yaz-1.8.3 ./configure -

[PHP-DEV] Bug #14499 Updated: encoding with XSLT problem

2001-12-14 Thread sterling
ID: 14499 Updated by: sterling Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: XSLT related Operating System: windows 2000 PHP Version: 4.1.0 New Comment: In order to use utf-8 you must set the encoding from within your block.. If you want to use the xslt_set_encoding()

[PHP-DEV] Bug #14442 Updated: Segmentation fault when using xslt_process()

2001-12-14 Thread sterling
ID: 14442 Updated by: sterling Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: XSLT related Operating System: Linux (RH 7.0) PHP Version: 4.1.0 New Comment: rtfm... the syntax for the xslt extension has changed, use the new syntax. Previous Comments: -

[PHP-DEV] Bug #14381 Updated: xlst_error causes error with valid XSLT processor instance

2001-12-14 Thread sterling
ID: 14381 Updated by: sterling Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: XSLT related Operating System: Linux-2.4.14 glibc-2.2.3 PHP Version: 4.1.0 New Comment: RTFM, the syntax for the xslt extension has changed... Previous Comments: ---

[PHP-DEV] Bug #14520: experiencing

2001-12-14 Thread choiks
From: [EMAIL PROTECTED] Operating system: Windows 2000 Server Korean Versi PHP version: 4.1.0 PHP Bug Type: IIS related Bug description: experiencing My homepage is made by php. my web server is IIS 5.0. Today I upgrade the php 4.0.6 to 4.1.0. but some error occured. my

[PHP-DEV] Bug #14510 Updated: Unknown error in mail function

2001-12-14 Thread sander
ID: 14510 Updated by: sander Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: Unknown/Other Function Operating System: Windows 2000 Terminal, IIS5 PHP Version: 4.1.0 New Comment: What are your INI-settings about mail? I.e., your smtp-server, etc... Previous Comments: --

[PHP-DEV] Bug #14520 Updated: experiencing

2001-12-14 Thread sander
ID: 14520 Updated by: sander Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: IIS related Operating System: Windows 2000 Server Korean Versi PHP Version: 4.1.0 New Comment: I think you're including the file twice. Use include_once() instead of include() to avoid this probl

[PHP-DEV] Bug #14520 Updated: experiencing

2001-12-14 Thread choiks
ID: 14520 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Old Status: Bogus Status: Open Bug Type: IIS related Operating System: Windows 2000 Server Korean Versi PHP Version: 4.1.0 New Comment: No! I include the file once. but I edit my php file using include_once(). and Error

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

2001-12-14 Thread Jani Taskinen
Does this happen with latest CVS? --Jani On Fri, 14 Dec 2001, Adam Dickmeiss wrote: >I have the following problem. On UNIX, PHP fails to link with >a static library generated by Libtool. Problem occurs with PHP 4.1.0 >but not PHP 4.0.6. The YAZ extension, for example, which I maintain >genera

Re: [PHP-DEV] Bug #14381 Updated: xlst_error causes error with validXSLT processor instance

2001-12-14 Thread Jani Taskinen
But it still shouldn't crash..? --Jani On 14 Dec 2001 [EMAIL PROTECTED] wrote: >ID: 14381 >Updated by: sterling >Reported By: [EMAIL PROTECTED] >Old Status: Open >Status: Bogus >Bug Type: XSLT related >Operating System: Linux-2.4.14 glibc-2.2.3 >PHP Version: 4.1.0 >New Comment: > >RTFM, the s

[PHP-DEV] Bug #14518 Updated: --enable-trans-id doesn't work

2001-12-14 Thread yohgaki
ID: 14518 Updated by: yohgaki Reported By: [EMAIL PROTECTED] Old Status: Open Status: Critical Bug Type: Session related Operating System: LInux 2.4.16 (RH7.2 based) PHP Version: 4.1.0 New Comment: I suppose you've verified problem ;) Type = Critical Previous Comments:

[PHP-DEV] Bug #14521: XMLRPC extension: wrong results?

2001-12-14 Thread cmv
From: [EMAIL PROTECTED] Operating system: Debian Linux 2.4.6-pre6 PHP version: 4.1.0 PHP Bug Type: *XML functions Bug description: XMLRPC extension: wrong results? [This is a copy of email sent to xmlrpc-epi mailing list, which hasn't been answered yet.] First off, I'm us

[PHP-DEV] Bug #14491 Updated: Parser warning that should be parse error

2001-12-14 Thread yohgaki
ID: 14491 Updated by: yohgaki Reported By: [EMAIL PROTECTED] Old Status: Open Status: Analyzed Bug Type: Scripting Engine problem Operating System: Linux PHP Version: 4.1.0 New Comment: Bad english correction ;) Shoud this be an error? instead of warning? Status = Analyzed Previous Comments:

[PHP-DEV] Bug #13170 Updated: Crash Bug. ereg() with null regex

2001-12-14 Thread yohgaki
ID: 13170 Updated by: yohgaki Reported By: [EMAIL PROTECTED] Old Status: Bogus Status: Closed Bug Type: Reproducible crash Operating System: RedHat 7.1 PHP Version: 4.0CVS-2001-09-06 New Comment: Just notice this was fixed one Previous Comments: --

[PHP-DEV] Bug #14474 Updated: Apache PHP Module cannot seem to handle large amounts of output

2001-12-14 Thread yohgaki
ID: 14474 Updated by: yohgaki Reported By: [EMAIL PROTECTED] Old Status: Open Status: Critical Bug Type: Scripting Engine problem Operating System: Windows XP Pro/Linux PHP Version: 4.1.0 New Comment: I think this is critical Previous Comments: ---

[PHP-DEV] Bug #14497 Updated: PHP causes segfault when session handler=user

2001-12-14 Thread jbozza
ID: 14497 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Reproducible crash Operating System: FreeBSD 4.4-Stable PHP Version: 4.1.0, 4-200112131200 New Comment: After reading other similar problems, looking at PHP/Zend source code and tracking down all t

[PHP-DEV] Bug #14520 Updated: experiencing

2001-12-14 Thread derick
ID: 14520 Updated by: derick Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: IIS related Operating System: Windows 2000 Server Korean Versi PHP Version: 4.1.0 New Comment: Please submit a short working example that shows your problem. Derick Previous Comments: -

[PHP-DEV] Bug #14442 Updated: Segmentation fault when using xslt_process()

2001-12-14 Thread derick
ID: 14442 Updated by: derick Reported By: [EMAIL PROTECTED] Old Status: Bogus Status: Open Bug Type: XSLT related Operating System: Linux (RH 7.0) PHP Version: 4.1.0 New Comment: But PHP generating nice corefiles is not ok, reopening. Derick Previous Comments:

[PHP-DEV] Bug #14290 Updated: SMP PHP/apache process appears to be in infinite loop 100% CPU Utilization

2001-12-14 Thread yohgaki
ID: 14290 Updated by: yohgaki Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: Scripting Engine problem Operating System: RH 7.2 PHP Version: 4.0.6 New Comment: Could you try 4.1.0, if you still have problem, could you take backtrace when you have problem? (You know ho

[PHP-DEV] [PATCH] IMAP Content-Type parameters

2001-12-14 Thread Tomas Styblo
Hello. This patch enhances the imap_mail_compose() function to allow one to set parameters following the Content-Type header of a message or of the parts of a multipart message. This ability is crucial for international users, because they need to specify the charset of the messages. The patch

[PHP-DEV] Bug #14519 Updated: PHP4ISAPI.DLL returns varying errors when parsing a long script of PHP objects

2001-12-14 Thread mfischer
ID: 14519 Updated by: mfischer Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: IIS related Operating System: Windows NT PHP Version: 4.1.0 New Comment: There's no PHP 4.0 . Be more specific about your prior version. Also try to create a small, self-containing reprodu

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

2001-12-14 Thread Andrew Sitnikov
Hello , I have similar problem when compile php4.1.0 as apx (all ok with cgi), but with mm and mhash libs. I found workaround: after configure completed, I manually remove '-lmm -lmhash' form Zend/Makefile P.S. I also have many other problem with installation php-4.1. I think 4.1 Has no the r

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

2001-12-14 Thread Adam Dickmeiss
On Fri, Dec 14, 2001 at 07:44:28PM +0200, Jani Taskinen wrote: > > Does this happen with latest CVS? Yes. > --Jani > > > On Fri, 14 Dec 2001, Adam Dickmeiss wrote: > > >I have the following problem. On UNIX, PHP fails to link with > >a static library generated by Libtool. Problem occurs with

[PHP-DEV] sendmail_from in linux installation

2001-12-14 Thread Javier Crespo
Hi All: We are serving some virtual domains at dsland.org and found with a problem concerning the limitation of to prevent/track mail sent by our users. I would like to include sendmail_from directive in the apache's virtual server configuration in order to fix the from field in mail sent by o

  1   2   >