Re: [PHP] php fopen https error

2013-09-25 Thread Markus Falb
kport security stuff" thing, e.g. RedHat is supporting for 10 years nowadays. I do not complain, I just try to understand the issue. Thanks -- Markus Falb -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] php fopen https error

2013-09-25 Thread Markus Falb
understand that somewhere in cvs there is the solution, but I can not see an obvious way to get it from the information in #39039 -- Markus Falb -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] php fopen https error

2013-09-25 Thread Markus Falb
protocol error in bla.php on line 3 Some https pages do not raise this error, e.g. https://www.redhat.com is fine What is wrong? How to debug? How to resolve? How to mitigate? Thanks -- Markus Falb -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] json stream filter

2013-06-23 Thread Markus Staab
Gruß, Markus Am 23.06.2013 um 05:08 schrieb Larry Garfield : > On 06/20/2013 04:26 AM, Markus Staab wrote: >> Hi! >> >> first post on the list, so please bare with me ;-) Yes the usual typo ;) >> >> we are handling a lot of cache files in our apps and use jso

[PHP] json stream filter

2013-06-20 Thread Markus Staab
(and also to be able to write big files)? Thanks, Markus

[PHP] Re: wrong open_basedir warning

2013-03-27 Thread Markus Falb
On 27.3.2013 17:00, Markus Falb wrote: > Warning: file_exists(): open_basedir restriction in effect. > File(/usr/share/wordpress/wp-config.php) is not within the allowed > path(s): (/var/www/blog:/usr/share/wordpress) in > /var/www/blog/www/test.php on line 2 I found it out.

[PHP] wrong open_basedir warning

2013-03-27 Thread Markus Falb
w/test.php on line 2 The configuration of my apache virtual host says php_admin_value open_basedir '/var/www/blog:/usr/share/wordpress' What is going on? /usr/share/wordpress/wp-config.php is definitily within /usr/share/wordpress, isnt it? -- Markus Falb -- PHP General Mailing List

[PHP] [Job] Senior Programmer - SQL, Python, C/C++, PHP, bash

2009-01-07 Thread Markus Wanner
near Alexanderplatz in an historical industrial building - excellent pay For consideration please send your full resume in German or English, your reference projects and/ or a letter of recommendation to j...@programmfabrik.de. Your first day would be 30th March 2009, on site in Berlin. Kind Regards M

[PHP] Session persistent objects

2007-06-18 Thread Markus Feier
In a browser-application, whenever receiving a GET, php will have to create all involves objects. I wonder, if there is a way to keep php objects, including all actual propertys, during a whole session Markus -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http

Re: [PHP] High quality image resizing

2007-03-23 Thread Markus Fischer
et the expactations. thanks, - Markus -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: High quality image resizing

2007-03-23 Thread Markus Fischer
re are PHP libraries out there, but I think for the end-product it shouldn't matter. - Markus -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] High quality image resizing

2007-03-23 Thread Markus Fischer
al package would be completely fine for me, however I just haven't found anything, thus this message. Whether the tool is a PHP library or just an ordinary Unix command doesn't matter, as long as it is usable from within PHP. thanks for any hints, - Markus -- PHP General Mailing L

[PHP] unpack on offsets in binary data in variable?

2007-01-08 Thread Markus Fischer
't want to operate on a file but the variable within. I was thinking about using substr() and passing the small chunks of data I need to the unpack() function. Question: does this work without problems on arbitrary binary, maybe containing zero-byte values reliable? thanks, - Markus -- PHP

Re: [PHP] Help with strange include problem in PHP 5.2.0

2006-12-06 Thread Markus Mayer
t. thanks for the suggestions you made, they did help me find this problem. regards Markus On Friday 01 December 2006 22:27, Richard Lynch wrote: > Try running it under some kind of debugger and see if you can figure > out what directories it's even checking when it doesn't find th

Re: [PHP] Help with strange include problem in PHP 5.2.0

2006-12-01 Thread Markus Mayer
On Thursday 30 November 2006 19:04, Richard Lynch wrote: [snip...] And of course I forgot to put in the configure arguments './configure' \ '--without-pear' \ '--with-apxs2=/usr/local/apache2/bin/apxs' \ '--enable-mm=shared' \ '--with-mysql=/usr/local/MySQL/mysql-standard-5.0.27-solaris10-spar

Re: [PHP] Help with strange include problem in PHP 5.2.0

2006-12-01 Thread Markus Mayer
s in their own accounts up, then ask me why it "doesn't work", I get annoyed at such things too. regards Markus On Thursday 30 November 2006 19:04, Richard Lynch wrote: > On Thu, November 30, 2006 6:49 am, Markus Mayer wrote: > > I have a strange problem including files

[PHP] Help with strange include problem in PHP 5.2.0

2006-11-30 Thread Markus Mayer
quot;failed to open stream: No such file or directory" error. Does anyone have any suggestions as to what is going wrong?` This all works with php 4.4.4 built with the same environment and compiler on the same system. thanks Markus The files I am testing are: include.php: filename.inc

[PHP] generate key with subjectAltName?

2006-11-08 Thread Markus Krause
help! regards markus -- Markus Krause email: [EMAIL PROTECTED] Mogli-Soft: Support for Mac OS X, Webmail/Horde, LDAP, RADIUS by order of the Computing Center of the Max-Planck-Institute of Biochemistry Tel.: 089 - 89 40 85 99 Fax.: 089

Re: [PHP] Pear Package HTTP_Request

2006-04-26 Thread Markus Braun
sorry From: "chris smith" <[EMAIL PROTECTED]> To: "Markus Braun" <[EMAIL PROTECTED]> CC: php-general@lists.php.net Subject: Re: [PHP] Pear Package HTTP_Request Date: Wed, 26 Apr 2006 21:21:24 +1000 > i try to install the HTTP_Request package. > > I in

[PHP] Pear Package HTTP_Request

2006-04-26 Thread Markus Braun
Hello, i try to install the HTTP_Request package. I installed also the Net_Socket with pear install Net_Socket-1.0.6 But it exists. Than i try to install the HTTP_Request: downloading HTTP_Request-1.3.0.tgz ... Starting to download HTTP_Request-1.3.0.tgz (13,808 bytes) .done: 13,808 byte

[PHP] Re: PHP4, domxml and xpath with Namespaces

2006-03-06 Thread Markus Fischer
Thanks Rob, that's it! I really appreciate your help, because I know that my initial question had very little to do with PHP but with XML .. again, thank you! - Markus Rob wrote: > Markus Fischer wrote: >> Hi, >> >> I haven't yet worked with namespaces in

[PHP] PHP4, domxml and xpath with Namespaces

2006-03-06 Thread Markus Fischer
me a push into the right direction? thanks, - Markus -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Embed XHTML code using PHP's XSLT processor

2006-02-02 Thread Markus Fuchs
. Neither normalize-space() nor translate() does the trick... What am I missing? Thanks, Markus -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Embed XHTML code using PHP's XSLT processor

2006-01-31 Thread Markus Fuchs
Thanks for your response, Björn. "Björn Bartels" wrote: > Hi , > > this happens because a xml-parser (your browser,...) has to remove all > spaces, etc.which are not nessesary. Why doesn't 'xsl:element' indent the xml data according to the ident switch ("yes"/"no") then? I expected that the compl

[PHP] Embed XHTML code using PHP's XSLT processor

2006-01-30 Thread Markus Fuchs
If I set "indent" to "no", then it produces this output: http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd";> http://www.w3.org/1999/xhtml"; xml:lang="en" lang="en"> - Is it possible to indent the XHT

Re: [PHP] Php4 with mysql flag

2006-01-23 Thread Markus Braun
so it works now. Thanks From: David Grant <[EMAIL PROTECTED]> CC: php-general@lists.php.net Subject: Re: [PHP] Php4 with mysql flag Date: Mon, 23 Jan 2006 12:07:29 + Markus, Markus Braun wrote: > libapache2-mod-php4 is already the newest version. > mysql-server is alread

Re: [PHP] Php4 with mysql flag

2006-01-23 Thread Markus Braun
That should be all you need then. Have you restarted apache yet? yes with the command: /etc/init.d/apache2 restart Must i compile php new? or reconfigure it? I try to install the script gallery. Do you know this? In this script i get the error that i must install the php mysql modul. MYSQL

Re: [PHP] Php4 with mysql flag

2006-01-23 Thread Markus Braun
I think you'll need libapache-mod-php4 too (p.d.o is down at the moment, so can't be sure), as well as the mysql-server and mysql-client packages. The output of libapache2-mod-php4 is: Reading Package Lists... Building Dependency Tree... libapache2-mod-php4 is already the newest version. 0 upgr

[PHP] Php4 with mysql flag

2006-01-23 Thread Markus Braun
Hello together, how can i activate php with mysql. At the moment my php info told me, without mysql. I have installed it with apt-get install php4 php4-mysql I have also debian sarge version. Can somebody help me? Thanks marcus ___

[PHP] PDO & pdo_odbc

2005-12-28 Thread Markus Fischer
(TITLE0, LASTNAME0) VALUES(?, ?)'); $val1 = 'test1'; $val2 = 'test2'; $s->bindParam(1, $val1); $s->bindParam(2, $val2); $s->execute(); I even get a crash. Am I doing something conceptual wrong? thanks for any pointers, - Markus -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Document source code for PHP5

2005-08-20 Thread Markus Fischer
function definitions into the global function scope ... - Markus -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Document source code for PHP5

2005-08-19 Thread Markus Fischer
P5 syntax? thanks, - markus -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] More toroughly checking a script before execution

2005-07-21 Thread Markus Fischer
s.php#coverage . I didn't knew about it and I'll take a look if it can help me with my problem, thanks! - Markus -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] More toroughly checking a script before execution

2005-07-21 Thread Markus Fischer
Richard Lynch wrote: On Thu, July 21, 2005 3:50 pm, Markus Fischer said: is there a way to have a more torough checking of PHP code before executing? Use E_ALL if you aren't already. Most people aren't because the default is E_ALL ~ E_NOTICE, which is a Big Mistake for a defau

[PHP] More toroughly checking a script before execution

2005-07-21 Thread Markus Fischer
es/introspecton at least for function/methods, but unfortunatley it's not everyones favourite. thanks for any pointers, - Markus -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: PHP5, Tidy: node and parent node

2005-07-15 Thread Markus Fischer
Markus Fischer wrote: I'm trying to figure out the parent of a node in tidy. As it seems to me there's no property/method available for this. I really want to avoid traversing the whole document and build the relation myself; this is getting pretty slow. PHP5 currently doesn'

[PHP] PHP5, Tidy: node and parent node

2005-07-15 Thread Markus Fischer
Hi, I'm trying to figure out the parent of a node in tidy. As it seems to me there's no property/method available for this. I really want to avoid traversing the whole document and build the relation myself; this is getting pretty slow. Any ideas on this? thanks, - Markus -- P

[PHP] Problems with HPHP on AIX and Solaris

2005-04-26 Thread Markus Mayer
m is somewhere else. If anyone has any questions about this problem, please ask. I will be most grateful for any help anyone can give me. Markus A test directory structure to recreate this is as follows: htdocs/test: drws--S--x 3 user users512 Dec 28 17:37 . drwxr-xr-x 14 use

Re: [PHP] Re: dynamic class loaders

2005-04-20 Thread Markus Fischer
Dan Rossi wrote: Thanks this seemed to work except say you had a class Packagename_Classname its trying to load the file like that Packagename_Classname.php Well, you can put whatever logic you need into the autoload function. It's up to you. HTH -- PHP General Mailing List (http://www.php.net/)

[PHP] Re: dynamic class loaders

2005-04-19 Thread Markus Fischer
[EMAIL PROTECTED] wrote: Hi there i was wondering if there is such an extension available or possbility to have a dynamicclass loader extension which would use the request_uri as loading the class constructors ? I justthink building such a thing in php which is what i am doing too slow for each r

Re: [PHP] Mail with acknowledgement of delivery

2005-03-30 Thread Markus Mayer
The mail() function allows you to specify additional headers that go into the mail. Delivery acknowledgement is done using specific headers, the exact format of which I don't know off hand. You will have to find the exact formatting information yourself, however this is the way to go. M

Re: [PHP] patch to php 4.3.10 to disabling URL wrappers in include like statements

2005-03-02 Thread Markus Mayer
Correct me if I'm wrong, but isn't this already available in the standard PHP? In the php.ini file, you can refuse the inclusion of url's : allow_url_fopen = Off I think also Hardened PHP offers additional similar protections. Markus On Wednesday 02 March 20

Re: [PHP] PHP slowness

2005-03-02 Thread Markus Mayer
name lookup failure to me. regards Markus On Tuesday 01 March 2005 13:45, Gerard wrote: > > It looks like you are using Debian and probably did an apt-get install > > php. Why don't you try compiling php by hand without all the extra > > crap that I'm sure you don'

[PHP] Problem with PHP5, CGI and Session

2004-12-14 Thread Markus Fischer
-class, instead of the empty array $app->main(); I'm unable to find out the problem. It seems that after return from the constructor the _SESSION is messed up and contains the object which I just created newly. Anyone expiriencing similiar problems? regards, - Markus -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] perl to php translation tool?

2004-11-22 Thread Markus Mayer
but it seems like I'm dealing with more like /dev/braindead Such is life... Thanks for the info though! regards Markus On Monday 22 November 2004 14:48, Christophe Chisogne wrote: > Markus Mayer wrote: > > I've searched for a tool that would translate, or at least mostly >

[PHP] perl to php translation tool?

2004-11-22 Thread Markus Mayer
can handle this type of thing? regards Markus -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] fo2pdf problem

2004-11-20 Thread markus ecker
modules required by fo2pdf are in the ext directory of my java. It would be really great if someone could help me to fix this problem. Thanks everybody 4 help!!! greets Markus -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] How to get WIN-1255 encoded string

2004-11-07 Thread Marina Markus
acter set, I suppose it can also help. Will be grateful for any hint or idea. Marina Markus [EMAIL PROTECTED]

Re: [PHP] Re: gmail accounts

2004-09-20 Thread Markus Fischer
John Holmes wrote: From: "Markus Fischer" <[EMAIL PROTECTED]> Which do you prefer, echo() or print() ? Albeit that, they're identical I think (both are core language construct, no real functions). Come on... all good bottom-posting-firewall-turning-off PHP programmers k

[PHP] Re: gmail accounts

2004-09-20 Thread Markus Fischer
Greg Donald wrote: I have some gmail accounts of anyone wants one. Email me off list. Limited supply, first requests, etc.. I would be interested if there's still one left ;) And now for my php question: Which do you prefer, echo() or print() ? I find that after I've done a bunch of Perl coding a

[PHP] Automating the process of creating overviews of data

2004-09-20 Thread Markus Fischer
e the design too complex; I want to make it "practical". The current design for me "is practical". I just use another CustomOverviewView and the table interface is different, I just use another CustomOverviewData and have completely diffrent data there for viewing. Hmm, reading

Re: [PHP] mysql_connect does not connect

2004-09-16 Thread Markus Mayer
run out. My impression is that you still don't have the thing working, and the only solution left is to configure your firewall to allow connections to your MySQL server from localhost. If you would do this, and it works, please post to the list to reflect this. My experience as an a

Re: [PHP] Power failure = php failure: HELP!

2004-09-15 Thread Markus Mayer
ntact me directly as this thread doesn't really belong on the PHP list. regards Markus On Wednesday 15 September 2004 08:14, Justin Rietz wrote: > I am running Apache. Xoops, and Squirrelmail on a > Fedora 2 server. I recently had a power failure - my > daughter turned off my power

Re: [PHP] php imap functions problem

2004-09-09 Thread Markus H
John Holmes wrote: > From: "Markus H" <[EMAIL PROTECTED]> > >> $structure = imap_fetchstructure($mbox, msgnum ); >> Warning: imap_fetchstructure(): Bad message number in (...) on line (...) > > Is "msgnum" a constant or do you mean to have "

[PHP] php imap functions problem

2004-09-09 Thread Markus H
: Bad message number in (...) on line (...) I dont't think that the Message number is really the problem because i tested also other numbers. I hope anybody can help me! Thanks Markus -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Handling XML output in a slim way

2004-09-02 Thread Markus Fischer
Manuel Lemos wrote: You may want to try this XML writer class. It lets you just add tags and data and then it outputs the data properly encoded and nicely indented according to your specifications. It does not requere any special extension. Probably exactly what I want, thanks. - Markus -- PHP

Re: [PHP] Handling XML output in a slim way

2004-09-02 Thread Markus Fischer
with very simple XML documents, but they're getting more and more complexer and I'm spending more and more time getting complex XML output right with the string-concact method. - Markus -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Handling XML output in a slim way

2004-09-01 Thread Markus Fischer
ed with their entity reference. However I was thinking if it wasn't possible to e.g. generated a a complete DOM tree first and then just having this tree being dumped as XML. I'm using PHP4 right now. thanks, - Markus -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] download filesize problem with IE

2004-08-26 Thread Markus Mayer
se Mozilla works and IE causes too many problems. regards Markus -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] making sure sendmail function is on and running

2004-08-24 Thread Markus Mayer
say behind the firewall. Hope this sheds some light for you. regards markus. On Tuesday 24 August 2004 15:47, [EMAIL PROTECTED] wrote: > Background: > Server-Apache 1.3.31 > OS-Windows XP > PHP-5 > Problem-I'm trying to run eFiction, a story/fanfiction archive script. On > th

Re: [PHP] Where clause

2004-08-24 Thread Markus Mayer
The answer to this is quite simple if you look in a manual. mysql_query returns a resource id from which you extract the results using things like mysql_result() or mysql_fetch_object() or mysql_fetch_row(). Look up the manual on those commands. On Tuesday 24 August 2004 13:24, Phpu wrote: >

Re: [PHP] [OFF] - Fraudulent web orders - any ideas?

2004-08-24 Thread Markus Mayer
mething like that in real time would be of advantage (actually I think some idea like this was presented very early in the thread). At the moment I don't have any other ideas. Hopefully what I've suggested here helps. best regards Markus On Monday 23 August 2004 23:33, Brian Dunning wrot

Re: [PHP] mail() on *nix using ssmtp or an external smtp server?

2004-08-18 Thread Markus Mayer
security risk since one of the main reasons of putting things in a chrooted jail is to minimise as much as possible the scope for an attacker to do anything if they do make it into the machine. best regards Markus -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http

Re: [PHP] mail() on *nix using ssmtp or an external smtp server?

2004-08-18 Thread Markus Mayer
n know. If anyone else has some success with this on AIX, I would greatly appreciate knowing about it. best regards Markus -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] [OFF] - Fraudulent web orders - any ideas?

2004-08-17 Thread Markus Mayer
r web site. Although the orders may be foreign (what location comes back when you put the IP address into http://www.geobytes.com/IpLocator.htm), as far as I know, this is something the FBI can handle, and if they don't, I would expect they know who does. Hope this helps. best regard

Re: [PHP] [OFF] - Fraudulent web orders - any ideas?

2004-08-16 Thread Markus Mayer
some steps to deal with them. While its maybe not an ideal solution, I can't think of anything better off hand. best regards Markus On Monday 16 August 2004 16:26, Brian Dunning wrote: > I have a simple PHP store, and it appears that someone is using it to > test credit card numbers.

Re: [PHP] [OFF] - Fraudulent web orders - any ideas?

2004-08-16 Thread Markus Mayer
some steps to deal with them. While its maybe not an ideal solution, I can't think of anything better off hand. best regards Markus On Monday 16 August 2004 16:26, Brian Dunning wrote: > I have a simple PHP store, and it appears that someone is using it to > test credit card numbers.

Re: [PHP] mail() on *nix using ssmtp or an external smtp server?

2004-08-16 Thread Markus Mayer
be if the PHP team changed the design of PHP and allowed *nix systems to use an external smtp server. best regards Markus -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] mail() on *nix using ssmtp or an external smtp server?

2004-08-16 Thread Markus Mayer
ake PHP on *nix use an external smtp server without having to hack around in the source code of PHP? - Has anyone got either ssmtp or esmtp working with PHP? I would greatly appreciate if someone could offer a solution to me. best reagrds Markus [1]. http://packages.debian.org/stable/mail/ssm

Re: [PHP] Mixing $_POST with text in a variable

2004-07-19 Thread Markus Stobbs
Jay, Thanks for the response. Here's the code fragment. I'm basically building a text variable $message which I send later in the script as an email. Line 94 is the only one where I have implemented $_POST. If I change it back to $Name, the script works fine. // format email message $subject = "

[PHP] Mixing $_POST with text in a variable

2004-07-19 Thread Markus Stobbs
NUM_STRING in /web/scd/vets/Vislab/eventrequest.php on line 94 Is there any clean way to avoid having to completely reconstruct all my form mail messages by constantly closing quotes, using . to connect text and variables within the larger variable. Markus -- PHP General Mailing List (http://www.ph

[PHP] RewriteUrl + open_basedir

2004-05-29 Thread Markus Post
but it doesn´t work. The variable $1 won´t parsed. Do you know any other way? Thanks, Markus -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] ibase_blob_create

2004-03-03 Thread Markus Ecker
hi all!! can anybody explain me please how i have to use this function because there is no explaination in the german manual many thanks markus -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] interbase + php

2004-03-02 Thread Markus Ecker
is there another method how i can put images into a database??? what are the functions ibase_blob_create good for?? many thanks greets markus -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: Zlib - Insert files?

2004-02-11 Thread Markus Fischer
Hi, basically, gzip is only about compression of data. If you want compress more than one file at once, you need to put it into an archive before, e.g. a tar archive. Then you can compress this tar-Archive (single file) width gzip. HTH, - Markus -- PHP General Mailing List (http://www.php.net

Re: [PHP] Using exceptions to write more perfect software ...

2004-02-10 Thread Markus Fischer
Hello Adam, Adam Bregenzer wrote: On Mon, 2004-02-09 at 15:58, Markus Fischer wrote: But doing this now for every internal function call I don't want to lead my program into an unwanted state isn't very appealing. Ultimately I decided to wrap my necessary function calls in erro

[PHP] [PHP5] Using exceptions to write more perfect software, but ...

2004-02-09 Thread Markus Fischer
f "safety". Not possible for me, I'm pretty mature in PHP and can't afford learning another language just because of this issue. I'm seeking for a "more perfect" programming model for application demanding that uncontrolled factors are limited to the max. H

[PHP] Count lines or chars

2003-10-17 Thread Markus
Hi PHP-gurus :-) I'd like to count the lines within a file and store the result within a variable. Every line begins with the char %. Would it be easier to count these chars and how could I do that? Thanks for your help. markus -- PHP General Mailing List (http://www.php.net/) To unsubs

Re: [PHP] ftp_ssl_connect

2003-01-30 Thread Markus Boettger
Hello, The problem is that I cannot find a way to set up an appropriate sftp-server. My tunneling with ssh does not work as it should; I'm still working on it... Bye Markus Jason Wong schrieb: On Tuesday 28 January 2003 20:19, Markus Boettger wrote: Hello, I try it again ... is anybody

[PHP] ftp_ssl_connect

2003-01-28 Thread Markus Boettger
Hello, I try it again ... is anybody here who can tell me how to use the ftp_ssl_connect function in 4.3? Has anybody a sample code in which the use uf the openSSL functions are declared? rtfm does not help here, because I do read for days now. Thanks, Markus -- PHP General Mailing List (http

[PHP] target for ftp_ssl_connect

2003-01-27 Thread Markus Boettger
must I use "cURL" ?? Thanks in advance Markus -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] undefined constant?

2003-01-06 Thread Markus Jäntti
quoting solved the problem thanks mate :) > How about if you quote index/key names in arrays like: > > if($_GET['test'] == "test") { echo "A"; } > > HTH, > Jason k Larson > > > Markus Jäntti wrote: > > If have this piece of

[PHP] undefined constant?

2003-01-06 Thread Markus Jäntti
If have this piece of code (test.php): I open the file in my browser like this: localhost/test.php?test=test and get this page: Notice: Use of undefined constant test - assumed 'test' in c:\programfiler\apache group\apache\htdocs\test.php on line 2 A Do I need to define test? How can I work a

[PHP] Re: [PEAR-DEV] German [PEAR]-mailinglist arranged | webmaster@php.net out of order

2002-12-04 Thread Markus Wolff
AR column in PHP magazine Germany will now be PEARized in no time :-) BUT... I think Ralf should really turn off the admin approval for new members, or he´ll be flooded :-) Regards, Markus -- Markus Wolff <[EMAIL PROTECTED]> -- PHP General Mailing List (http://www.php.net/) To unsubsc

[PHP] New to PHP, and stuck

2002-11-06 Thread Markus Jäntti
I'm working myself through Julie C. Meloni's book "PHP" and now I'm stuck at chapter 12. My script gives me this error: You have an error in your SQL syntax near '()' at line 1 even tho I've even tried replacing my own work with the file from the book's companion-files. I'd be very happy if someon

[PHP] Re: [PHP-DEV] PHP 4.3.0pre1 [updated]

2002-10-10 Thread Markus Fischer
Shouldn't this be synchronised with a Win32 binary release? (Apologies if pre1 binaries for Win32 are available, I can't seem to get the inforamtion where they are?) thanks, - Markus On Thu, Oct 10, 2002 at 03:05:22PM -0400, Andrei Zmievski wrote : > A

[PHP] Re: [PHP-DEV] Lib creation

2002-10-08 Thread Markus Fischer
ode this in C and compil an lib ? is there a documentation for > it ? http://www.php.net/manual/en/zend.php Btw, such questions are best asked at [EMAIL PROTECTED] . - Markus -- GnuPG Key: http://guru.josefine.at/~mfischer/C2272BD0.asc Derick, while ($xml) $ass->get_new_ideas(

[PHP] Re: [PHP-DEV] problem in starting apache in win2k with mcrypt and mhash module

2002-09-05 Thread Markus Fischer
You're mixing an older library with a newer php version (or the other way around). Please clean up your system first. Please ask on [EMAIL PROTECTED] next time. (Reply-To set). - Markus On Fri, Sep 06, 2002 at 09:56:59AM +0800, Terence Lee wrote : > Hello &

[PHP] Re: SV: SV: [PHP-DEV] How to specify extension_dir in PHP.ini for Windows

2002-08-28 Thread Markus Fischer
On Wed, Aug 28, 2002 at 02:09:57PM +0200, Steinar Kolnes wrote : > > When changing the directory to the latter it seems that it finds something > because it comes up with an new error message: > "The procedure entry point _Zend_list_delete could not be located in the > dynamic link library php4t

[PHP] Re: SV: [PHP-DEV] How to specify exstension_dir in PHP.ini for Windows

2002-08-28 Thread Markus Fischer
On Wed, Aug 28, 2002 at 01:16:44PM +0200, Steinar Kolnes wrote : > Thanks for the respond, I am actually using 'extension_dir' There was only a > typos in the e-mail. > The question however; how do I specify the directory ?? Chances are pretty high that you've modified the wrong php.ini

[PHP] Re: [PHP-DEV] Trying to input a webpage - need help

2002-08-16 Thread Markus Fischer
ntents. The problem is that I need to > access a page that requires a "POST". Any suggestions as to how > I could do this? You can either use the curl extension (see manual) or "Snoopy" (see sourceforge), a browser client class. - Markus ps: php-general@ is

[PHP] Re: Linux PHP editor

2002-08-09 Thread Markus Jais
uanta.sf.net (a html ide with php support, quite good, open source) http://www.jedit.org very powerful editor with support for many programming languages open source, you need java to run it and for course http://www.xemacs.org http://www.gvim.org markus -- PHP General Mailing List (http://ww

[PHP] Re: [PHP-DEV] static not working as expected

2002-06-18 Thread Markus Fischer
'statis' is ONLY used inside functions. You need the 'var' keyword to define class property. This is true for ZE1, I can't tell if ZE2 has static class properties, anyone else? - Markus On Tue, Jun 18, 2002 at 10:42:43AM -0700, Purushotham Komaravolu

[PHP] Re: [PEAR-DEV] phpDocumentor 1.1.0rc2 RELEASE ANNOUNCEMENT

2002-06-18 Thread Markus Fischer
... um. Plain text would have done it too :-) - Markus -- GnuPG Key: http://guru.josefine.at/~mfischer/C2272BD0.asc -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: Newbie question about PHP and Oracle

2002-05-28 Thread Markus Mirsberger
sultset in an associative array called $row. take a look at the oci-functions in the manual for the different flags u can set. regards markus mirsberger "Michael Sweeney" <[EMAIL PROTECTED]> schrieb im Newsbeitrag [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > a VERY ne

Re: [PHP] Re: [PHP-DEV] Console application with PHP

2002-05-16 Thread Markus Fischer
Windows too. - Markus On Thu, May 16, 2002 at 02:31:52PM -0700, Vail, Warren wrote : > Does this work on Windows, or is it restricted to Linux/unix? > > > Warren Vail > Tools, Metrics & Quality Processes > (415) 667-7814 > Pager (877) 774-

[PHP] Re: [PHP-DEV] Console application with PHP

2002-05-16 Thread Markus Fischer
Hi, all is possible. I suggest taking a look at http://gtk.php.net/ and http://www.php.net/manual/en/features.commandline.php for a start. - Markus On Fri, May 17, 2002 at 12:12:20AM +0800, DoL wrote : > Hi All > > I am trying to write something similar to

[PHP] Re: Bug #17121 Updated: failed to make with OCI8 for oracle support

2002-05-10 Thread Markus Fischer
library isn't in your library path (/etc/ld.so.conf) - Markus On Fri, May 10, 2002 at 09:05:08AM -, [EMAIL PROTECTED] wrote : > ID: 17121 > Updated by: [EMAIL PROTECTED] > Reported By: [EMAIL PROTECTED] > Status: Closed > Bug

Re: [PHP] Hashes in strings

2002-05-02 Thread Markus Mirsberger
Hi, I would suggest not to use $hash[var1][var2] instead of $hash['var1']['var2'] because afaik php will think u mean two constants ( var1 and var2 ). Just if it doesnt find these constants it will use them as $hash['var1']['var2']. Markus Mirsb

[PHP] Apache 2.0.35 and php4.1

2002-04-11 Thread Markus Meixner
Hi, i installed the new Apache 2.0.35. When i want to load the php4 module apache doesn't starts. On Apache 1.3.22 it works fine. I find something on php.bugs.net. << If you use it with apache 2, you need a special SAPI module. Ask for support on the [EMAIL PROTECTED] mailinglist >>> What sh

  1   2   >