[PHP] Re: Dom PDF Problem

2009-09-23 Thread Chris Wilson
This might help some people struggling with memory leak problems in DOMPDF. I haven't fixed it but it seems to have reduced the memory leak considerably. I have done 2 things: 1. Added a detruct function to the DOMPDF file in dompdf.cls.php where I unset everything. I call this each time in my l

[PHP] Re: [PHP-INSTALL] Re: Apache+modssl+php problem??? possible IE bug?

2004-02-14 Thread Chris Wilson
h the $_GET and $_POST come >> from and let us know how it goes... >> >> Scott F. >> >> "Chris Wilson" <[EMAIL PROTECTED]> wrote in message >> news:[EMAIL PROTECTED] >> > When in IE, submitting any form on our https page, the post variable

[PHP] Apache+modssl+php problem??? possible IE bug?

2004-02-13 Thread Chris Wilson
have tried on multiple workstations, and our customers seem to be effected by this too. Does anyone know what this might be? possibly an IE bug? Any help would be apreciated. Thanks! :) Chris Wilson -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Embedding PHP in C

2001-08-28 Thread Chris Wilson
Hello Everyone I'm doing a project for which I want to have a C/C++ act as a process proxy for which can pass information and retrieve information from a called PHP script. I think that can be done in perl however perl I don't take is the best langauge. I've fell in love with PHP and would love u