Re: [PHP-WIN] Re: How to compile a win32 php extension module ???

2003-08-14 Thread Daniel Beulshausen
isn't any real magic behind it... post left over questions to this list. grüsse aus berlin, daniel /*-- Daniel Beulshausen - [EMAIL PROTECTED] Using PHP on Windows? http://www.php4win.com -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-WIN] PHP i need help please

2003-06-20 Thread Daniel Beulshausen
At 03:25 20.06.2003 +0200, Christoph Grottolo wrote: [EMAIL PROTECTED] (Daniel Beulshausen) wrote: >mit freundlichen grüßen aus berlin, >daniel welcome back to php... and thanks a lot for having implemented network access on win32. trying to get buisness rolling again... ( slowly :)

Re: [PHP-WIN] PHP i need help please

2003-06-20 Thread Daniel Beulshausen
env variable if the ini variable java.class.path is not set. mit freundlichen grüßen aus berlin, daniel /*-- Daniel Beulshausen - [EMAIL PROTECTED] Using PHP on Windows? http://www.php4win.com -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-WIN] PHP i need help please

2003-06-19 Thread Daniel Beulshausen
\classes. hope there's nothing wrong with cc-ing to the list... mit freundlichen grüßen aus berlin, daniel /*-- Daniel Beulshausen - [EMAIL PROTECTED] Using PHP on Windows? http://www.php4win.com -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-WIN] PHP i need help please

2003-06-17 Thread Daniel Beulshausen
AFAIR java is case sensitive :) try: $myClass = new Java("java.io.File","c:\\apache\\logs\\error.log"); mit freundlichen grüßen aus berlin, daniel /*-- Daniel Beulshausen - [EMAIL PROTECTED] Using PHP on Windows? http://www.php4win.com -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-WIN] Password generator

2003-06-17 Thread Daniel Beulshausen
umChar, $specialChar ); $returnValue = ''; mt_srand( lcg_value() * 1 + time() ); $returnValue .= $alphaNumChar[ array_rand( $alphaNumChar ) ]; if( ( $length -= 2 ) > 0 ) { while( $length-- > 0 ) { $returnValue .= $allChars[ array_rand( $allChars ) ]; } } $returnValue .= $alphaNumChar[ array_rand( $alphaNumChar ) ]; return $returnValue; } echo generatePassword(); ?> <<< mit freundlichen grüßen aus berlin, daniel /*-- Daniel Beulshausen - [EMAIL PROTECTED] Using PHP on Windows? http://www.php4win.com -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-WIN] Moron question: What is the & in a class meant to do?

2002-06-24 Thread Daniel Beulshausen
ge.references.php in particular http://www.php.net/manual/en/language.references.return.php daniel /*-- Daniel Beulshausen - [EMAIL PROTECTED] Using PHP on Windows? http://www.php4win.com -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-WIN] Deleting a file under Windows

2001-12-30 Thread Daniel Beulshausen
ifferent is nuts. daniel /*-- Daniel Beulshausen - [EMAIL PROTECTED] Using PHP on Windows? http://www.php4win.com -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

Re: [PHP-WIN] Re: MING

2001-11-13 Thread Daniel Beulshausen
the php_ming.dll in the extensions folder. Why do I still get this >error? Any info. helps. probably a dependency problem, check with http://www.dependencywalker.com daniel /*-- Daniel Beulshausen - [EMAIL PROTECTED] Using PHP on Windows? http://www.php4win.com -- PHP Windows Mailing List (h

Re: [PHP-WIN] php_mcrypt.dll

2001-11-13 Thread Daniel Beulshausen
27;ll have to port libmcrypt to windows first (without cygwin), as libmcrypt is a fairly large codebase i doubt anybody has done that yet. additionally from my knowledge the author has no big interest in an win32 port. daniel /*-- Daniel Beulshausen - [EMAIL PROTECTED] Using PHP on Windows? http://ww

RE: [PHP-WIN] Well, I've got it running

2001-09-28 Thread Daniel Beulshausen
gt; > Is there anyone on the list into ODBC who can help out here? > > > > > -- > > > > > Phil Driscoll > > > > > > > > > > -- > > > > > PHP Windows Mailing List (http://www.php.net/) > > > > > To unsubscribe, e-

RE: [PHP-WIN] Well, I've got it running

2001-09-28 Thread Daniel Beulshausen
t/) > > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > > For additional commands, e-mail: [EMAIL PROTECTED] > > > To contact the list administrators, e-mail: > > [EMAIL PROTECTED] > > > >-- >PHP Windows Mailing List (http://www.php.net/) >To unsub

Re: [PHP-WIN] Re: swatch internet time

2001-09-22 Thread Daniel Beulshausen
At 14:44 22.09.2001 +1200, Arron Edwards wrote: >Hey all i worked it out. Someone emailed me the C code, I converted it to >PHP here it is if any one else wants it. you can just use date("B") daniel -- daniel beulshausen - [EMAIL PROTECTED] using php on windows? http:/

Re: [PHP-WIN] Expired PDFLib

2001-09-13 Thread Daniel Beulshausen
At 09:06 12.09.2001 -0500, J Wynia wrote: >... >DLL. Is there a php_pdf.dll out there compiled from the free source with >the time-bomb patch applied? http://www.php4win.com/ftp/php-4.0.6-Win32-PDF.zip daniel -- daniel beulshausen - [EMAIL PROTECTED] using php on wind

Re: [PHP-WIN] SNMP Message

2001-09-06 Thread Daniel Beulshausen
install.txt' that comes with the dist. ? daniel /*-- daniel beulshausen - [EMAIL PROTECTED] using php on windows? http://www.php4win.com -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

Re: [PHP-WIN] printer_start_doc

2001-08-25 Thread Daniel Beulshausen
-text.php daniel p.s.: you can also contact me privately >"Rob Cox" <[EMAIL PROTECTED]> wrote in message >[EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > > I will give it a try. Thanks. > > > > "Daniel Beulshausen" <[EMAIL PROTECTED]>

Re: [PHP-WIN] printer_start_doc

2001-08-24 Thread Daniel Beulshausen
gt; > direction to get to here. > > > > Bah, piffle, tain't no thing. It's nothing you wouldn't have come up with, > > I'm sure. Besides...it's good karma. You get some, you pass it on! > > > > - Erik > > > > > >-- >PHP Wi

Re: [PHP-WIN] Problem with php_gd.dll

2001-08-24 Thread Daniel Beulshausen
broken :( try using http://www.php4win.com/~daniel/php-4.0.7rc1-win32.zip i won't use imagecreatetruecolor (gd2 functions) as gd2beta is somewhat buggy. daniel >Angie Tollerson >Alliance Technologies >Web Programmer >(515)245-7628 >[EMAIL PROTECTED] > > >>> D

Re: [PHP-WIN] Problem with php_gd.dll

2001-08-24 Thread Daniel Beulshausen
[EMAIL PROTECTED] >For additional commands, e-mail: [EMAIL PROTECTED] >To contact the list administrators, e-mail: [EMAIL PROTECTED] > > > >-- >PHP Windows Mailing List (http://www.php.net/) >To unsubscribe, e-mail: [EMAIL PROTECTED] >For additional commands, e-mail: [EMAIL

Re: [PHP-WIN] Re: fork?!?!

2001-08-02 Thread Daniel Beulshausen
I need >to > > > switch on (or whatever)? > > > > > > Thanks all, > > > Jefferrs > > > > > > > > > ++++ > > > http://www.webmastersdog.com > > > where website owners go. and talk

Re: [PHP-WIN] mcrypt

2001-05-23 Thread Daniel Beulshausen
not exist. daniel /*-- daniel beulshausen - [EMAIL PROTECTED] using php on windows? http://www.php4win.de -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

Re: [PHP-WIN] HELP: Print directory structure.

2001-05-15 Thread Daniel Beulshausen
ntry)) { $readable = is_readable($entry) ? 1 : 0; $writeable = is_writeable($entry) ? 2 : 0; $retval[$raw] = $readable | $writeable; } else { $retval[$raw] = dir_to_array($entry); } } return $retval; } $array = dir_to_array("../"

RE: [PHP-WIN] ISAPI

2001-05-10 Thread Daniel Beulshausen
x) with the php module. daniel /*-- daniel beulshausen - [EMAIL PROTECTED] using php on windows? http://www.php4win.de -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administ

Re: [PHP-WIN] PHP IIS 4 and network drive

2001-05-10 Thread Daniel Beulshausen
At 14:30 10.05.2001 +0200, Cynic wrote: >UNC paths didn't work prior to 4.0.5 (I don't know if they >really work in 4.0.5, but the log claims they do) actually UNC are supported since 4.0.6 daniel /*-- daniel beulshausen - [EMAIL PROTECTED] using php on windows? http://www.php4

Re: [PHP-WIN] Loading Database modules..error

2001-05-09 Thread Daniel Beulshausen
a newer build over the older build, and php is now trying to load mssql70.dll which isn't compatible with the API NO. use php_mssql.dll and delete the others... daniel /*-- daniel beulshausen - [EMAIL PROTECTED] using php on windows? http://www.php4win.de -- PHP Windows Mailing List

Re: [PHP-WIN] exec() fix

2001-05-07 Thread Daniel Beulshausen
e have pre-compiled binaries with this bug >fixed? I have very little chances to get PHP compiled myself so help would >be really appreciated. http://www.php4win.de daniel /*-- daniel beulshausen - [EMAIL PROTECTED] using php on windows? http://www.php4win.de -- PHP Windows Mailing List

Re: [PHP-WIN] What is msvcr70.dll??

2001-05-06 Thread Daniel Beulshausen
ed on google, altavista, etc. but I didn't find any info. the plainvanilla php (php4ts.dll) isn't relying on such a dll. maybe some extension, try to use dependecy walker... http://www.dependencywalker.com daniel /*-- daniel beulshausen - [EMAIL PROTECTED] using php on windows? http://ww

Re: [PHP-WIN] echo vs print?

2001-05-04 Thread Daniel Beulshausen
ess, an alias for echo, he doesn't. > >Someone got any answer to this??? in php 3 there had been some (marginal tough), in php 4 they should perform nearly equal. daniel /*-- daniel beulshausen - [EMAIL PROTECTED] using php on windows? http://www.php4win.de -- PHP Windows Mailing

Re: [PHP-WIN] encrypt

2001-05-04 Thread Daniel Beulshausen
rypt() functions, does anyone know where I can find that >dll, or if that's not the extension, does anyone know it? yes, the php3_crypt.dll add support for decrypt/encrypt, but those functions have been nuked out in PHP 4. daniel /*-- daniel beulshausen - [EMAIL PROTECTED] using php on

Re: [PHP-WIN] 4.0.5 and crypt()

2001-05-03 Thread Daniel Beulshausen
ction, I get: > > >Warning: crypt() is not supported in this PHP build. > > > > > >I figure it's been removed since 4.0.4pl (cause it worked there!) Why? > > >Is it only Windows specific? > > > > i just forgot to compile it in :) > > > >

Re: [PHP-WIN] 4.0.5 and crypt()

2001-05-03 Thread Daniel Beulshausen
orked there!) Why? >Is it only Windows specific? i just forgot to compile it in :) daniel /*-- daniel beulshausen - [EMAIL PROTECTED] using php on windows? http://www.php4win.de -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional comman

Re: [PHP-WIN] php4win.de distribution

2001-05-01 Thread Daniel Beulshausen
ould greatly appreciate it. there'll be new builds available within the next few days, don't worry... daniel /*-- daniel beulshausen - [EMAIL PROTECTED] using php on windows? http://www.php4win.de -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PRO

RE: [PHP-WIN] PHP, network shares, and IIS5

2001-04-30 Thread Daniel Beulshausen
up, because it's sheduled to go down today. daniel /*-- daniel beulshausen - [EMAIL PROTECTED] using php on windows? http://www.php4win.de -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To conta

[PHP-WIN] Re: R: [PHP-WIN] Re: R: [PHP-WIN] NT4 + Apache problem (more)

2001-04-30 Thread Daniel Beulshausen
? daniel /*-- daniel beulshausen - [EMAIL PROTECTED] using php on windows? http://www.php4win.de -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

[PHP-WIN] Re: R: [PHP-WIN] NT4 + Apache problem (more)

2001-04-30 Thread Daniel Beulshausen
only errors. did you copied the mibs directory to %Drive%\usr? daniel >- Original Message - >From: Daniel Beulshausen <[EMAIL PROTECTED]> >To: Ermanno Iannacci <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> >Sent: Monday, April 30, 2001 12:08 PM >Subject: Re:

Re: [PHP-WIN] NT4 + Apache problem (more)

2001-04-30 Thread Daniel Beulshausen
4, NT 4 (SP 6), Apache 1.3.14. http://cvs.php.net/viewcvs.cgi/php4/win32/install.txt?rev=1.4&content-type=text/vnd.viewcvs-markup tough the missing of those files shouldn't make apache go nuts. daniel /*-- daniel beulshausen - [EMAIL PROTECTED] using php on windows? http://www.php4win.de

Re: [PHP-WIN] bug?

2001-04-30 Thread Daniel Beulshausen
it for 4.0.5 where this should be fixed. daniel /*-- daniel beulshausen - [EMAIL PROTECTED] using php on windows? http://www.php4win.de -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact

Re: [PHP-WIN] How can I extend PHP

2001-04-27 Thread Daniel Beulshausen
t;While the content is the same, the PDF is all in one document and formatted >for printing. It's much easier to take notes on a printed document. well, it's better to buy the book then :) daniel /*-- daniel beulshausen - [EMAIL PROTECTED] using php on windows? http://www.php4win.de -

RE: [PHP-WIN] Ming and Windows

2001-04-27 Thread Daniel Beulshausen
dule is quite old, i'll post an update this weekend. i couldn't do that before because my pc was broken for quite a while. daniel /*-- daniel beulshausen - [EMAIL PROTECTED] using php on windows? http://www.php4win.de -- PHP Windows Mailing List (http://www.php.net/) To unsubscri

Re: [PHP-WIN] Ming and Windows

2001-04-27 Thread Daniel Beulshausen
At 18:22 27.04.2001 +0200, Tomasz Abramowicz wrote: >i thought they werent avaliable/notworkin on win?! ming is working under win32 for quite a while, please don't substitute ming with libswf. daniel /*-- daniel beulshausen - [EMAIL PROTECTED] using php on windows? http://www.ph

Re: [PHP-WIN] How can I extend PHP

2001-04-27 Thread Daniel Beulshausen
and emailed Tobias before sending the PDF hither and yon. He >said that only the Extending the API section was under that license. > >I'll look at splitting the PDF so that that section can be distributed with >the rest. there's no need to do that... http://www.zend.com/apidoc

Re: [PHP-WIN] instead of php.ini (per directory values)

2001-04-23 Thread Daniel Beulshausen
Monday, April 23, 2001, 5:31:33 PM, you wrote: >> you can also use registry per directory values. see >> http://lists.netuse.de/list.php3?show_message=22&show_overview=php4win >> >> daniel beulshausen - [EMAIL PROTECTED] >> using php on windows? http://www.php

Re[2]: [PHP-WIN] include_path value

2001-04-23 Thread Daniel Beulshausen
the C:\windows\php.ini > file; indeeed you do not even need a php.ini file at all! you can also use registry per directory values. see http://lists.netuse.de/list.php3?show_message=22&show_overview=php4win daniel /*-- daniel beulshausen - [EMAIL PROTECTED] using php on windows? http://www.

Re[2]: [PHP-WIN] MySql pconnect

2001-04-15 Thread Daniel Beulshausen
x27;re using a process based system there *has* to be alot of more connectivity to be done when compared to a thread based system under the same load. daniel /*-- daniel beulshausen - [EMAIL PROTECTED] using php on windows? http://www.php4win.de -- PHP Windows Mailing List (http://www.php.ne

Re: [PHP-WIN] MySql pconnect

2001-04-15 Thread Daniel Beulshausen
ss. i've left that out because multi process based systems are rare (generally bad design as well) and a follow there own rules. daniel /*-- daniel beulshausen - [EMAIL PROTECTED] using php on windows? http://www.php4win.de -- PHP Windows Mailing List (http://www.php.net/) To unsubsc

Re[2]: [PHP-WIN] MySql pconnect

2001-04-15 Thread Daniel Beulshausen
ownside? the connections are reused. > Many different persistant connections = bad > Only a few constantly used ones = good there will always be more normal connections (just as many as php processes), which are open/close in short intervals (and that is producing the overhead!), as compared

Re: [PHP-WIN] I will create SWF (flash) file but I need the PHP_SWF.DLL. Where I can found it?

2001-04-13 Thread Daniel Beulshausen
lable for win32. also the development of libswf has been stopped, thus there is *no* chance that you'll ever get the php swf extension compiled under win32. btw: it's all mentioned in the manual... daniel /*-- daniel beulshausen - [EMAIL PROTECTED] using php on windows? http://www.ph

Re: [PHP-WIN] A **NEW** "X-powered" dilemma... sessions using memory instead of files

2001-04-09 Thread Daniel Beulshausen
ndum est > > > > > > -- > > PHP Windows Mailing List (http://www.php.net/) > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > To contact the list administrators, e-mail: [EMAIL PROTECTED] > > >

RE: [PHP-WIN] FDF and FDFtk on PHP 4.0.5RC1

2001-04-03 Thread Daniel Beulshausen
loks for the functions sapi_add_post_entry and sapi_remove_entry. these have been removed two weeks ago because they were obsolete. i can see no reference to them. it's curious why php is searching them... daniel >-Flint > >-Original Message- >From: Daniel Beulsha

RE: [PHP-WIN] FDF and FDFtk on PHP 4.0.5RC1

2001-04-03 Thread Daniel Beulshausen
ll that file in >the system32 directory (on NT at least) and then umcomment the php_fdf.dll >line in your ini file assuming your extension_dir is set to ./extenstions. can you please tell what's wrong with fdf? daniel /*-- daniel beulshausen - [EMAIL PROTECTED] using php on windows?

Re: [PHP-WIN] tutorial example problem

2001-04-03 Thread Daniel Beulshausen
blem is that is not listing the values that i submit in the first >file. Can anyone tell me what is wrong? I tried and with method get and the >result is the same! turn on register_globals in your php.ini or even better use the EGPCS arrays. echo $HTTP_POST_VARS["name"], $HTTP_POST_VA

Re: [PHP-WIN] /i modifier with preg_replace

2001-04-03 Thread Daniel Beulshausen
"test TEST tEsT TEst") print preg_replace("/test/i", "this is a test", "test TEST tEsT TEst"); or you might try '/(?http://www.amazon.com/exec/obidos/ASIN/1565922573 is a "must have" for most programmers. daniel /*-- daniel beulshausen - [EMA

Re: [PHP-WIN] MS is going to distribute Linux in September

2001-04-01 Thread Daniel Beulshausen
At 22:29 01.04.2001 +0200, Tomasz Abramowicz wrote: >is this what they call "coders sense of humour"? :) partially :) maybe a hobby too ;) daniel /*-- daniel beulshausen - [EMAIL PROTECTED] using php on windows? http://www.php4win.de -- PHP Windows Mailing List (http://www

RE: [PHP-WIN] MS is going to distribute Linux in September

2001-04-01 Thread Daniel Beulshausen
At 16:21 01.04.2001 -0400, Asendorf, John wrote: >Are those french fries? thies said that where bread sticks :) daniel /*-- daniel beulshausen - [EMAIL PROTECTED] using php on windows? http://www.php4win.de -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EM

Re: [PHP-WIN] MS is going to distribute Linux in September

2001-04-01 Thread Daniel Beulshausen
At 11:53 01.04.2001 -0700, Alain Samoun wrote: >Well guys, party is over, we all are going to have to switch to Linux... >See: >http://www.mslinux.org/ bad april fool :) to see a better one look at phpinfo() :) daniel /*-- daniel beulshausen - [EMAIL PROTECTED] using php on wind

Re: [PHP-WIN] Building PHP4 Problem

2001-03-22 Thread Daniel Beulshausen
y > > this > > > is there, or why it is being misinterpreted? the -s parameter isn't used anymore in newer versions of bison, simply delete it, you'll have to set the environment variable "bison_simple" which points to the parser file (bison.simple), i.e. s

Re: [PHP-WIN] MySQL version details

2001-03-07 Thread Daniel Beulshausen
t;-- >PHP Windows Mailing List (http://www.php.net/) >To unsubscribe, e-mail: [EMAIL PROTECTED] >For additional commands, e-mail: [EMAIL PROTECTED] >To contact the list administrators, e-mail: [EMAIL PROTECTED] /*-- daniel beulshausen - [EMAIL PROTECTED] using php on windows? http://w

Re: [PHP-WIN] swflib

2001-03-05 Thread Daniel Beulshausen
rwise is there a way to use the linux compiled version on NT? >again, if so, can someone send them to me, or tell me where to find >the compiled version? -> http://php.net/manual/en/ref.swf.php and read the note. the best is to use ming instead. daniel /*-- daniel beulshausen - [EMAIL

Re[2]: [PHP-WIN] Apache, PHP on win 98

2001-02-19 Thread Daniel Beulshausen
stem and c:\windows\system32? Thanks. windows\system || winnt\system32 or append the path to php and the dlls to the PATH env-var. daniel /*-- daniel beulshausen - [EMAIL PROTECTED] using php on windows? http://www.php4win.de -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe

Re: [PHP-WIN] Apache PHP/Win98 Binaries?

2001-02-16 Thread Daniel Beulshausen
t zend_ini_mshutdown(void); ZEND_API int zend_ini_rshutdown(void); ZEND_API void zend_ini_sort_entries(void); now edit zend_ini.c and changed the function definitions there as well. int zend_ini_mstartup() { ZEND_API int zend_ini_mstartup() { ... got it? then recompile. daniel /*-- daniel beuls

Re: [PHP-WIN] Apache PHP/Win98 Binaries?

2001-02-16 Thread Daniel Beulshausen
end which aren't exported in 4.0.4pl1. so edit zend_ini.h/zend_ini.c and change the definitions of the functions to: ZEND_API int zend_ini_startup(ELS_D); ZEND_API int zend_ini_shutdown(ELS_D); ZEND_API int zend_ini_deactivate(ELS_D); daniel >"Daniel Beulshausen" <[EMAI

Re: [PHP-WIN] Apache PHP/Win98 Binaries?

2001-02-16 Thread Daniel Beulshausen
ni.h some of the needed functions aren't exported. you must prefix them with ZEND_API and recompile, take a look at the cvs where it's already fixed. daniel /*-- daniel beulshausen - [EMAIL PROTECTED] using php on windows? http://www.php4win.de -- PHP Windows Mailing List (http://www.

Re: [PHP-WIN] String Replacement

2001-01-15 Thread Daniel Beulshausen
that self control is >the essential part of virtue. > >[EMAIL PROTECTED] > > > >-- >PHP Windows Mailing List (http://www.php.net/) >To unsubscribe, e-mail: [EMAIL PROTECTED] >For additional commands, e-mail: [EMAIL PROTECTED] >To contact the list administrators, e-mail: [EMAIL PROTECTED] /*-- daniel beulshausen - [EMAIL PROTECTED] using php on windows? http://www.php4win.de -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

RE: [PHP-WIN] Simple question that I can't find the answer to

2001-01-12 Thread Daniel Beulshausen
array[1], ""; ?> >die ("Hey idiot, go back and switch the dates you've entered"); > >:) would be nice anyway :) daniel /*-- daniel beulshausen - [EMAIL PROTECTED] using php on windows? http://www.php4win.de -- PHP Windows Mailing List (http://www.php.net/) To

Re: [PHP-WIN] Simple question that I can't find the answer to

2001-01-12 Thread Daniel Beulshausen
"abc"; >$b = "def"; > >$temp = $b; >$b = $a; >$a = $temp; > >//now $a = "def" and $b = "abc" the question would be why you have to exchange the variablenames, maybe you can use variable variables $$ or ${}. i depends on what yo