Re: [PHP-DEV] RE: Bug #12740 Updated: LDAP modify functions do not handle special characters

2001-11-09 Thread Stig Venaas
On Thu, Nov 08, 2001 at 08:30:39PM +0100, Christian Chateauvieux wrote: No, it still does not fix my problem. I don't know if I am missing the point but I don't see how my locale settings could help. Your code looks okay, but I don't trust it 100%, could you please do something like:

[PHP-DEV] Bug #13909 Updated: Parsed .php as .html error when parsed .shtml as .html exist

2001-11-09 Thread joey
ID: 13909 Updated by: joey Reported By: [EMAIL PROTECTED] Status: Closed Bug Type: *Configuration Issues Operating System: Linux RH 7 PHP Version: 4.0.6 New Comment: Actually, it's not all THAT convoluted: index.html where .html is going to be processed by SSI...not reccomended

[PHP-DEV] Bug #13974 Updated: file functions fail without trailing slash on urls with only the domain

2001-11-09 Thread pgl
ID: 13974 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Closed Bug Type: Filesystem function related Operating System: FreeBSD 4.3 PHP Version: 4.0.6 New Comment: works fine now: [mini:pgl]:~ $ /usr/local/bin/php -v 4.2.0-dev [mini:pgl]:~ $

[PHP-DEV] Bug #13938 Updated: Bad line numbers reported for parse errors

2001-11-09 Thread troy
ID: 13938 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Open Bug Type: Scripting Engine problem Operating System: WinNT 4.0 PHP Version: 4.0.6 New Comment: There are absolutely no newlines. In fact, at this very moment I am making changes to a

[PHP-DEV] Bug #13938 Updated: Bad line numbers reported for parse errors

2001-11-09 Thread troy
ID: 13938 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Scripting Engine problem Operating System: WinNT 4.0 PHP Version: 4.0.6 New Comment: I should have said there are no EXTRA newlines. Of course there are newlines in the script :) Previous

Re: [PHP-DEV] Re: Wow ! Good news (to me at least) ...

2001-11-09 Thread Teodor Cimpoesu
Hi August! On Thu, 08 Nov 2001, August Zajonc wrote: Why not the GPL? Because it's viral nature? :) -- teodor -- 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

[PHP-DEV] Bug #13977 Updated: Sometimes php crashes when executing a script everytime at the same point.

2001-11-09 Thread zork
ID: 13977 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Open Bug Type: Reproducible crash Operating System: Windows 2000 SP2 PHP Version: 4.0.6 New Comment: Hi all, the problem is, that the script not allways crashes. It just crashes on my home

[PHP-DEV] Re: [PHP-QA] Compile troubles, impossible to create .so extensionswith current cvs?

2001-11-09 Thread Jani Taskinen
I think it's the libtool 1.4(.x) again that is breaking. Or we're doing something weird. Sascha might know? I noticed this myself sometime ago but I forgot about it.. --Jani On Fri, 9 Nov 2001 [EMAIL PROTECTED] wrote: Hi, First, I'm not well into compiling PHP in specific ways, so consider

Re: [PHP-DEV] Re: Wow ! Good news (to me at least) ...

2001-11-09 Thread Zeev Suraski
I promised that anybody that I'll break the neck of anybody that complains about not going with the GPL. Please inform me of any PHP conferences you intend to attend, so I know where to find you :) Zeev At 20:28 08/11/2001, August Zajonc wrote: Why not the GPL? But excellent any which

[PHP-DEV] Bug #13997: Would be nice to report which module conflicts if API version incorrect

2001-11-09 Thread pgl
From: [EMAIL PROTECTED] Operating system: FreeBSD 4.3 PHP version: 4.0CVS-2001-11-09 PHP Bug Type: Feature/Change Request Bug description: Would be nice to report which module conflicts if API version incorrect I recently tried to compile PHP and got this error: PHP

Re: [PHP-DEV] Re: Wow ! Good news (to me at least) ...

2001-11-09 Thread Roman Neuhauser
Date: Fri, 09 Nov 2001 14:35:56 +0100 To: August Zajonc [EMAIL PROTECTED] From: Zeev Suraski [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Re: [PHP-DEV] Re: Wow ! Good news (to me at least) ... I promised that anybody that I'll break the neck of anybody that complains about not going

[PHP-DEV] Bug #12469 Updated: crash on die() from inside a class thats included

2001-11-09 Thread sniper
ID: 12469 Updated by: sniper Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: Reproducible crash Operating System: win2k PHP Version: 4.0.5 New Comment: Does it happen with PHP 4.0.6 ? Previous Comments:

Re: [PHP-DEV] Re: Wow ! Good news (to me at least) ...

2001-11-09 Thread Hartmut Holzgraefe
August Zajonc wrote: Why not the GPL? four words: linking against Oracle(*) libraries (*) insert your favorite commercial lib here -- Hartmut Holzgraefe [EMAIL PROTECTED] http://www.six.de +49-711-99091-77 -- PHP Development Mailing List http://www.php.net/ To unsubscribe,

[PHP-DEV] Bug #13986 Updated: Cannot rollback transaction when die in class

2001-11-09 Thread sniper
ID: 13986 Updated by: sniper Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: Class/Object related Operating System: Win2k / Linux + Oracle8i+Apache PHP Version: 4.0.4pl1 New Comment: Have you tried PHP 4.0.6 ? Previous Comments:

[PHP-DEV] Bug #13988 Updated: get_meta_tags function failure if title tag contains a '

2001-11-09 Thread sniper
ID: 13988 Updated by: sniper Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: Unknown/Other Function Operating System: Windows 98 first edition PHP Version: 4.0.4pl1 New Comment: Reopen if this happens with PHP 4.0.6 Previous Comments:

[PHP-DEV] Re: [PHP-QA] Compile troubles, impossible to create .so extensions with current cvs?

2001-11-09 Thread Jeroen van Wolffelaar
FYI, I use ltmain.sh (GNU libtool) 1.4 (1.920 2001/04/24 23:26:18) on one machine, and ltmain.sh (GNU libtool) 1.4.2 (1.922.2.53 2001/09/11 03:18:52) on the other. Downgrading to 1.3.3 did not solve the problem: ltmain.sh (GNU libtool) 1.3.3 (1.385.2.181 1999/07/02 15:49:11) I'm trying

Re: [PHP-DEV] ?php= ? sytanx again

2001-11-09 Thread Jani Taskinen
It's not only because of xml stuff but also because of the portability reasons..not everyone has short-tags enabled. Would it be that most of the people who have them enabled do that just because ?php= doesn't work..? +1 for ?php= if those short-tags are deprecated. :) --Jani On Fri, 9 Nov

[PHP-DEV] Bug #13976 Updated: sybase_query(UPDATE/INSERT) returns FALSE on success

2001-11-09 Thread sniper
ID: 13976 Updated by: sniper Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: Sybase-ct (ctlib) related Operating System: FreeBSD 4.3 RC PHP Version: 4.0.6 New Comment: Closed then. Previous Comments:

[PHP-DEV] Bug #13977 Updated: Sometimes php crashes when executing a script everytime at the same point.

2001-11-09 Thread jeroen
ID: 13977 Updated by: jeroen Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Reproducible crash Operating System: Windows 2000 SP2 PHP Version: 4.0.6 New Comment: Derick wrote: Please include the shortest possible script (preferrably link to it) that crashes PHP. Is this the

Re: [PHP-DEV] ?php= ? sytanx again

2001-11-09 Thread Zeev Suraski
SHORT TAGS WILL NOT BE DEPRECATED. There. Zeev At 15:54 09/11/2001, Jani Taskinen wrote: It's not only because of xml stuff but also because of the portability reasons..not everyone has short-tags enabled. Would it be that most of the people who have them enabled do that just because ?php=

[PHP-DEV] Bug #13938 Updated: Bad line numbers reported for parse errors

2001-11-09 Thread troy
ID: 13938 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Scripting Engine problem Operating System: WinNT 4.0 PHP Version: 4.0.6 New Comment: Yes, I am using Windows, and the Windows convention is CR+LF, while I guess the Unix convention is LF only.

[PHP-DEV] Fwd: can't build PHP_4_0_7 branch

2001-11-09 Thread Jeroen van Wolffelaar
Hm, it seems I'm not the only one having troubles compiling. I catched this one on php.install These are exact the same errors as I'm getting. --Jeroen Grigori Goronzy [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED]... I checked out the PHP_4_0_7 branch and tried running

[PHP-DEV] Bug #13977 Updated: Sometimes php crashes when executing a script everytime at the same point.

2001-11-09 Thread sniper
ID: 13977 Updated by: sniper Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: Reproducible crash Operating System: Windows 2000 SP2 PHP Version: 4.0.6 Previous Comments: [2001-11-09 07:02:42]

[PHP-DEV] Bug #13938 Updated: Windows-newlines are counted twice

2001-11-09 Thread jeroen
ID: 13938 Updated by: jeroen Reported By: [EMAIL PROTECTED] Old Summary: Bad line numbers reported for parse errors Status: Open Bug Type: Scripting Engine problem Operating System: WinNT 4.0 PHP Version: 4.0.6 New Comment: I didn't say it wasn't a bug, I was trying to track down the problem.

[PHP-DEV] Modifying PHP CGI/DSO module for custom purpose

2001-11-09 Thread Mirko Buffoni
Hi all, I'm new to this list, and just got subscribed under hint of Andrei Zmievski. So forgive me if my question may seem stupid. I'd like to modify PHP, so that when I request for a file with a particular extension, it will be preprocessed before being parsed (read: decrypted). I'm doing

[PHP-DEV] Bug #13938 Updated: Windows-newlines are counted twice

2001-11-09 Thread troy
ID: 13938 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Scripting Engine problem Operating System: WinNT 4.0 PHP Version: 4.0.6 New Comment: Ok, Gotchya. If it would help at all, I can change to Unix style with Homesite and let you know if the line is

[PHP-DEV] Bug #13971 Updated: OleMainThreadWndName end task windows appears while logout

2001-11-09 Thread php-bugreport
ID: 13971 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: iPlanet related Operating System: Windows NT4 sp6a PHP Version: 4.0.6 New Comment: Hi all, I found out that this bug bolongs to the NSAPI funktions in PHP. If I follow the installation

Re: [PHP-DEV] gettext codeset patch

2001-11-09 Thread Jon Parise
On Thu, Nov 08, 2001 at 09:58:44PM +0100, Rudi Benkovi wrote: attached is a little patch that adds function bind_textdomain_codeset(), which allows you to set the output codeset of your translated strings. It doesn't break backwards compatibility with older releases of gettext. Hopefully

[PHP-DEV] Bug #13998: + in commandline disappears

2001-11-09 Thread pieter . morisse
From: [EMAIL PROTECTED] Operating system: windows 2000 - apache server PHP version: 4.0.6 PHP Bug Type: Unknown/Other Function Bug description: + in commandline disappears If I echo the query_string, I get: case=1file_id=file_35id=35name=Grondplan%20T+1.jpgftype=drawing

[PHP-DEV] Bug #13998 Updated: + in commandline disappears

2001-11-09 Thread sander
ID: 13998 Updated by: sander Reported By: [EMAIL PROTECTED] Old Status: Open Status: Duplicate Bug Type: Unknown/Other Function Operating System: windows 2000 - apache server PHP Version: 4.0.6 New Comment: Dupe of #12219 Previous Comments:

[PHP-DEV] Bug #13998 Updated: + in commandline disappears

2001-11-09 Thread sander
ID: 13998 Updated by: sander Reported By: [EMAIL PROTECTED] Status: Duplicate Bug Type: Unknown/Other Function Operating System: windows 2000 - apache server PHP Version: 4.0.6 New Comment: Or, if you meant that an url like http://localhost/file.php?var=foo+bar resulted in $var being foo bar,

[PHP-DEV] Bug #13990 Updated: Command line Input Problems with '+'

2001-11-09 Thread sander
ID: 13990 Updated by: sander Reported By: [EMAIL PROTECTED] Old Status: Open Status: Duplicate Bug Type: Strings related Operating System: GNU/Linux Debian SID PHP Version: 4.1.0RC1 New Comment: Dupe of #12219 Previous Comments:

[PHP-DEV] Bug #10240 Updated: passthru / exec etc have problems with input output of executed programs

2001-11-09 Thread sander
ID: 10240 Updated by: sander Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: IIS related Operating System: Windows ME/2000 PHP Version: 4.0.4pl1 New Comment: Can you try the latest CVS? (Windows builds at http://php-dev-win.dhs.org/, source at snaps.php.net or via

[PHP-DEV] Bug #13999: Invalid array initialization will crash Apache !?

2001-11-09 Thread g . noel
From: [EMAIL PROTECTED] Operating system: Apache - Linux / Windows PHP version: 4.0.6 PHP Bug Type: Reproducible crash Bug description: Invalid array initialization will crash Apache !? This code will crash apache : ?php $a = ''; $i = 'TEST'; if

[PHP-DEV] Bug #8440 Updated: fopen on a url returns success as an error

2001-11-09 Thread sander
ID: 8440 Updated by: sander Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Open Bug Type: HTTP related Operating System: Debian Linux 2.2.14 PHP Version: 4.0.4pl1 New Comment: Reopened. Previous Comments:

[PHP-DEV] Bug #12884 Updated: Content-Encoding: PHP sends incorrect Content-Length when gzip is used on a re

2001-11-09 Thread sander
ID: 12884 Updated by: sander Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Open Bug Type: HTTP related Operating System: PHP Version: 4.0.6 New Comment: No feedback. Reopening. Previous Comments:

[PHP-DEV] Bug #11879 Updated: error al ejecuta make

2001-11-09 Thread sander
ID: 11879 Updated by: sander Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Closed Bug Type: Compile Failure Operating System: NCR WM 4300 unix systema V MP-RA PHP Version: 4.0.6 Assigned To: derick New Comment: No feedback. Closing. Previous Comments:

[PHP-DEV] Bug #13576 Updated: ldap_add does not return true or false

2001-11-09 Thread sander
ID: 13576 Updated by: sander Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Closed Bug Type: LDAP related Operating System: PHP Version: 4.0.6 New Comment: No feedback. Closing. Previous Comments:

[PHP-DEV] Bug #13575 Updated: sybase stops connecting after a while

2001-11-09 Thread sander
ID: 13575 Updated by: sander Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Closed Bug Type: Sybase-ct (ctlib) related Operating System: slackware 7 / linux 2.2.16 PHP Version: 4.0.6 New Comment: No feedback. Closing. Previous Comments:

[PHP-DEV] Bug #13574 Updated: strip_tags() adds space after '\n'

2001-11-09 Thread sander
ID: 13574 Updated by: sander Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Closed Bug Type: Strings related Operating System: UNIX PHP Version: 4.0.6 New Comment: No feedback. Closing. Previous Comments:

[PHP-DEV] Bug #13557 Updated: Compile bails when you use --with-snmp=shared,/path

2001-11-09 Thread sander
ID: 13557 Updated by: sander Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Closed Bug Type: Compile Failure Operating System: PHP Version: 4.0.6 New Comment: No feedback. Closing. Previous Comments:

[PHP-DEV] Bug #13555 Updated: Configure doesn't seem to search /lib for libdb-3.so

2001-11-09 Thread sander
ID: 13555 Updated by: sander Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Closed Bug Type: Compile Failure Operating System: RedHat Linux 6.2 PHP Version: 4.0.6 New Comment: No feedback. Closing. Previous Comments:

[PHP-DEV] Bug #13624 Updated: Premature end of script headers

2001-11-09 Thread sander
ID: 13624 Updated by: sander Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Closed Bug Type: Reproducible crash Operating System: Windows 2000 PHP Version: 4.0.6 New Comment: No feedback. Closing. Previous Comments:

[PHP-DEV] Bug #13608 Updated: segmentation fault in apache when using imap-function in php

2001-11-09 Thread sander
ID: 13608 Updated by: sander Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Closed Bug Type: Reproducible crash Operating System: linux debian-woody PHP Version: 4.0.6 New Comment: No feedback. Closing. Previous Comments:

[PHP-DEV] Bug #13702 Updated: SSL + Sessions

2001-11-09 Thread sander
ID: 13702 Updated by: sander Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Closed Bug Type: Session related Operating System: Linux 2.2.14 x86 PHP Version: 4.0.6 New Comment: No feedback. Closing. Previous Comments:

[PHP-DEV] Bug #8929 Updated: ldap modify and add operations send trailing garbage to iplanet in dn's

2001-11-09 Thread sander
ID: 8929 Updated by: sander Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Closed Bug Type: LDAP related Operating System: Linux 2.2.13 / Solaris 8 PHP Version: 4.0.4pl1 New Comment: No feedback. Closing. Previous Comments:

[PHP-DEV] Bug #13692 Updated: mail function returns always false

2001-11-09 Thread sander
ID: 13692 Updated by: sander Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Closed Bug Type: Mail related Operating System: FreeBsd PHP Version: 4.0.6 New Comment: No feedback. Closing. Previous Comments:

[PHP-DEV] Bug #13679 Updated: When using array_unique with an array null values are created for the new array

2001-11-09 Thread sander
ID: 13679 Updated by: sander Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Closed Bug Type: Arrays related Operating System: Slackware 8.0 PHP Version: 4.0.6 New Comment: No feedback. Closing. Previous Comments:

Re: [PHP-DEV] PHP Module in source dist?

2001-11-09 Thread Andrei Zmievski
On Fri, 09 Nov 2001, John Lange wrote: I've written a module for PHP which I believe would be a valuable add-on for users of PHP. What is the feasibility of getting the module included in the source distribution of PHP and how should I begin this process? I can't seem to find any FAQ on

Re: [PHP-DEV] PHP Module in source dist?

2001-11-09 Thread Sander Roobol
What is the feasibility of getting the module included in the source distribution of PHP and how should I begin this process? Well... you can start by telling us what it does... Sander -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail: [EMAIL PROTECTED] For

Re: [PHP-DEV] Re: Wow ! Good news (to me at least) ...

2001-11-09 Thread Sebastian Bergmann
Zeev Suraski wrote: I promised that anybody that I'll break the neck of anybody that complains about not going with the GPL. Please inform me of any PHP conferences you intend to attend, so I know where to find you :) Any guess on when a decision for the final license is reached? --

Re: [PHP-DEV] PHP Module in source dist?

2001-11-09 Thread John Lange
Just at this particular moment I can't discuss the specifics of the module because it uses a 3rd party library which may not be free code. I'm currently in discussions with the owners of the code to see if they would be interested in making it fully unencumbered thus allowing it to be

Re: [PHP-DEV] PHP Module in source dist?

2001-11-09 Thread James Moore
If you can humor me for the moment and make the assumption that it would be something the PHP developer group thinks is a valuable addition, is it mostly a matter of the developers on this list deciding it should be added? Or is there a more formal process? Should I be addressing email

Re: [PHP-DEV] PHP Module in source dist?

2001-11-09 Thread Andrei Zmievski
On Fri, 09 Nov 2001, James Moore wrote: Its just a question of finding someone to commit the code for you or getting a cvs account yourself after discussion on php-dev but remeber the libary needs to be compatible with the PHP License before we can distribute the source code with PHP..

[PHP-DEV] Bug #14000: [notice] child pid XXXXX exit signal Segmentation fault (11)

2001-11-09 Thread hunter
From: [EMAIL PROTECTED] Operating system: FreeBSD PHP version: 4.0.6 PHP Bug Type: Mail related Bug description: [notice] child pid X exit signal Segmentation fault (11) Hosting Server: --- FreeBSD fbsd.austin.rr.com 4.4-RELEASE FreeBSD 4.4-RELEASE #0: Tue

[PHP-DEV] Problems with DBM

2001-11-09 Thread PHP Rules
Hi!! I'm trying to visualize a .dbm file. It's hosted in the same directory as my .php file. With this test example: -//--- htmlheadtitlePHP Test/title/head body ?php $fn=proyectos2000.mdb; $db=dbmopen($fn,r); $key = dbmfirstkey ($db); while ($key) {

[PHP-DEV] 00:00:01 EST Status: Live

2001-11-09 Thread NewInternetDomain . com
Status Alert: .BIZ is NOW LIVE The new .BIZ domain extension was officially launched today, and new registrations are already on a record-setting pace. Several sites have just made .BIZ available to the general public which means that ordinary internet users can register this exciting new

[PHP-DEV] Bug #14002: array_merge of subarrays deletes subarrays of unmerged data

2001-11-09 Thread aulbach
From: [EMAIL PROTECTED] Operating system: unix PHP version: 4.0.4pl1 PHP Bug Type: Arrays related Bug description: array_merge of subarrays deletes subarrays of unmerged data Example script is also @ http://dev0.fidion.de/ssilk/test/err_array_merge.php This behavior

[PHP-DEV] global variable for all scripts

2001-11-09 Thread sascha biber
hi ppl, id like to set something like a global variable or constant. i need this, to set the path of my document root. all scripts should then use this path. e.g. my apache document root is: /www all my skriptfiles are in /www/my_subdir i include a special php script in all script files with:

Re: [PHP-DEV] Re: Wow ! Good news (to me at least) ...

2001-11-09 Thread Zeev Suraski
At 22:04 09/11/2001, Sebastian Bergmann wrote: Zeev Suraski wrote: I promised that anybody that I'll break the neck of anybody that complains about not going with the GPL. Please inform me of any PHP conferences you intend to attend, so I know where to find you :) Any guess on when a

[PHP-DEV] Bug #14003: fgetc from php://stdin doesn't return after one byte typed

2001-11-09 Thread llam
From: [EMAIL PROTECTED] Operating system: Windows 2000 PHP version: 4.0.6 PHP Bug Type: Scripting Engine problem Bug description: fgetc from php://stdin doesn't return after one byte typed ? $rtdin = fopen(php://stdin, r); for(;;){ $c = fgetc($rtdin);

[PHP-DEV] Bug #14004: Session variables

2001-11-09 Thread ryan
From: [EMAIL PROTECTED] Operating system: Windows XP PHP version: 4.0.6 PHP Bug Type: IIS related Bug description: Session variables It will not record sessions, or write them. It seems that the win xp file system or NTFS has problems with writing session vars. I am not

[PHP-DEV] Great Stocking Stuffer Ideas from Lego Software

2001-11-09 Thread HotDeals
Get Four Fun LEGO Games for One Fantastic Price! FOR ALL 4 GAMES! Includes FREE Shipping Handling! (Free Standard Shipping Only) Order Today While Supplies Last! OR . . . Get Seven LEGO Games for Only $10.00 More!

Re: [PHP-DEV] global variable for all scripts

2001-11-09 Thread Markus Fischer
Ask support questions at [EMAIL PROTECTED] . You might want to specify some kind of documentroot.php in every directory and use the $GLOBALS array or jus work with the prepend feature (see manual) - Markus On Sat, Nov 10, 2001 at 12:53:09AM +0100, sascha biber wrote : hi ppl, id like to

[PHP-DEV] Bug #14005: missing possibility to store mails on imap-server

2001-11-09 Thread robert
From: [EMAIL PROTECTED] Operating system: linux PHP version: 4.0.4 PHP Bug Type: Feature/Change Request Bug description: missing possibility to store mails on imap-server I found it impossible to store mails on an imap server (to e.g. implement some kind of sent

[PHP-DEV] Bug #14005 Updated: missing possibility to store mails on imap-server

2001-11-09 Thread mfischer
ID: 14005 Updated by: mfischer Reported By: [EMAIL PROTECTED] Old Status: Closed Status: Bogus Bug Type: Feature/Change Request Operating System: linux PHP Version: 4.0.4 New Comment: Not a PHP bug - bogus. Previous Comments: