[PHP] Uploading large files with HTTP_Request class

2012-05-31 Thread Voß , Marko
I am writing a library and do not want to force the users to add dependancies to their projects in order to use this library. I am currently using PHP 5.3.0. Thank you and best regards, Marko --- Fachinformationszentrum Karlsruhe,

Re: [PHP] Bug in DOMDocument schemaValidate() function?

2012-05-14 Thread Voß , Marko
. So the validation error occured after the step of testing the marshalling and not before testing the unmarshalling. Thank you anyways! Best regards, Marko Am 14.05.2012 16:43, schrieb Matijn Woudt: > On Mon, May 14, 2012 at 1:39 PM, Voß, Marko > wrote: >> Hello, >> >>

[PHP] Bug in DOMDocument schemaValidate() function?

2012-05-14 Thread Voß , Marko
ement after the first one, it complains about expecting a record-element instead, which is correct. But it is not correct to expect another version-element after the already existing one. Is this a bug? Or did I made a mistake somewhere and I am not able to see it right now? Thank you for a

[PHP] ... extendet library ...

2004-08-24 Thread Marko Rastislav
Hi all, I just starting with php, and i hawe problem with Bzip2 library. I will using this library, but when I use function "bzcompress()" in the editor ZDE (Zend Development Enviroment 3.0.2), this editor write text "Call to undefined function: bzcompress() ... ". Example: In h

[PHP] ... extendet library ...

2004-08-23 Thread Marko Rastislav
Hi all, I just starting with php, and i hawe problem with Bzip2 library. I will using this library, but when I use function "bzcompress()" in the editor ZDE (Zend Development Enviroment 3.0.2), this editor write text "Call to undefined function: bzcompress() ... ". Example: In h

[PHP] Control manager ...

2004-08-17 Thread Marko Rastislav
Hallo all. Could me somebody recommend with building-up automatic MANAGER (DEAMON), that will be with me communicate by MAILOV? Something how's too MANAGER for control this conference? Just SCRIPT would with me communicate by mail and he execute operations, according control word in transmiting bo

[PHP] slow mail()

2003-06-13 Thread Marko
Hi all, Sending multiple emails using PHP - as BCC or multiple mail() commands - takes quite long; usually over 50 seconds for 10 addresses. While sending these messages the browser won't show anything else but a blank page, which is not a very exciting internetexperience for people using my maili

[PHP] PHP Security Advisory: Vulnerability in PHP versions 4.2.0 and4.2.1

2002-07-22 Thread Marko Karppinen
PHP Security Advisory: Vulnerability in PHP versions 4.2.0 and 4.2.1 Issued on: July 22, 2002 Software: PHP versions 4.2.0 and 4.2.1 Platforms: All The PHP Group has learned of a serious security vulnerability in PHP versions 4.2.0 and 4.2.1. An intruder may be able to execute arbit

[PHP] Displaying special characters on the web

2002-02-20 Thread Marko Karppinen
d verbatim from http://homepage.mac.com/marko/ (wink wink, nudge nudge), and requires PHP to be compiled with --enable-mbstring: $f = 0x; $convmap = array( /* %HTMLlat1; */ 160, 255, 0, $f, /* %HTMLsymbol; */ 402, 402, 0, $f, 913, 929, 0, $f, 931, 937, 0, $f, 945, 969, 0,

[PHP] Airport location database

2002-02-11 Thread Marko Karppinen
er country codes, airport names and of course the locations. The database is in the public domain, and you can download it from this url: http://homepage.mac.com/marko/airports.html Have fun! --Marko -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] Memory use

2001-03-09 Thread Marko Perich
I had the same problem with Linux-Apache-PHP4-Informix. When PHP is loaded as a module it doesn't close the connection automaticaly, so I have to close it manualy to free the memory. Hope it helps. Marko. -Mensaje original- De: Thierry Coopman <[EMAIL PROTECTED]> P

RE: [PHP] Search Engine...

2001-01-25 Thread Marko Perich
I am using htdig from htdig.org. It is an external program that executes like a cgi. It is simple, fast and configurable. I recommend it. Hope it helps Marko. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL