[PHP] bcompiler: compile in a diferent directory

2010-09-15 Thread Ramiro Gonzalez
I use bcompiler in my php code(bcompiler_write_header+bcompiler_write_file+bcompiler_write_footer). If the original phps are not located in the deployment directory, when I ejecute the compiled code(In deployment directory) I get an error because require_once use the path to the not compiled phps.

[PHP] bcompiler: compile in a diferent directory

2010-09-14 Thread Ramiro Gonzalez
I use bcompiler in my php code(bcompiler_write_header+bcompiler_write_file+bcompiler_write_footer). If the original phps are not located in the deployment directory I get an error: require_once use the path to the not compiled phps. I'd like to know if there is any way to compile the phps and use

Re: [PHP] Bcompiler errors

2007-11-15 Thread Daniel Brown
On Nov 15, 2007 10:31 AM, Mike Yrabedra [EMAIL PROTECTED] wrote: Hello, I am getting these errors all the time now, on multiple scripts at random times. Warning: bcompiler: Bad bytecode file format at in Unknown on line 0 This tells me it has to be PHP in some fashion. Only

Re: [PHP] Bcompiler errors

2007-11-15 Thread Daniel Brown
On Nov 15, 2007 11:05 AM, Mike Yrabedra [EMAIL PROTECTED] wrote: on 11/15/07 10:55 AM, Daniel Brown at [EMAIL PROTECTED] wrote: On Nov 15, 2007 10:31 AM, Mike Yrabedra [EMAIL PROTECTED] wrote: Hello, I am getting these errors all the time now, on multiple scripts at random times.

Re: [PHP] Bcompiler errors

2007-11-15 Thread Mike Yrabedra
on 11/15/07 11:07 AM, Daniel Brown at [EMAIL PROTECTED] wrote: On Nov 15, 2007 11:05 AM, Mike Yrabedra [EMAIL PROTECTED] wrote: on 11/15/07 10:55 AM, Daniel Brown at [EMAIL PROTECTED] wrote: On Nov 15, 2007 10:31 AM, Mike Yrabedra [EMAIL PROTECTED] wrote: Hello, I am getting these

Re: [PHP] Bcompiler errors

2007-11-15 Thread Mike Yrabedra
on 11/15/07 10:55 AM, Daniel Brown at [EMAIL PROTECTED] wrote: On Nov 15, 2007 10:31 AM, Mike Yrabedra [EMAIL PROTECTED] wrote: Hello, I am getting these errors all the time now, on multiple scripts at random times. Warning: bcompiler: Bad bytecode file format at in Unknown

[PHP] Bcompiler errors

2007-11-15 Thread Mike Yrabedra
Hello, I am getting these errors all the time now, on multiple scripts at random times. Warning: bcompiler: Bad bytecode file format at in Unknown on line 0 This tells me it has to be PHP in some fashion. Only thing I have found is this... http://pecl.php.net/bugs/bug.php?id=10742

[PHP] bcompiler

2004-09-03 Thread Werthmann, Stefan
Helo! I' m just in trouble with bcompiler. I want to compile a new bcompiler.so and this is the result: Any suggestions? /opt/lampp/lib/php/extensions/bcompiler/bcompiler.c:2336: error: `zend_uchar' undeclared (first use in this function)

Re: [PHP] bcompiler

2004-09-03 Thread Curt Zirzow
* Thus wrote Werthmann, Stefan: Helo! I' m just in trouble with bcompiler. I want to compile a new bcompiler.so and this is the result: Any suggestions? /opt/lampp/lib/php/extensions/bcompiler/bcompiler.c:2336: error: `zend_uchar' undeclared (first use in this function) you might want