on so I am quite
sure that the issue has something to do with the way the linker is
invoked.
I think I need a way to tell gcc to weak link the final dylib plugin
or something similar...
Your help is really appreciate...
Thanks a lot,
Marco Bambini
--
PHP Internals - PHP Runtime Developme
rks fine without any error.
The dylib is generated with the following parameters to gcc:
-dynamic -flat_namespace -bundle -undefined suppress
I tried also to modify these flags to:
-dynamic -twolevel_namespace -bundle -bundle_loader /usr/bin/php
but nothing changed.
Please help.
---
Thanks
sr/lib/php/extensions/no-debug-non-zts-20020429/
rsql.dylib
Expected in: flat namespace
Trace/BPT trap
Why I receive a "Symbol not found:
_zend_register_list_destructors_ex" error?
Any help?
Thanks a lot,
Marco Bambini
Italy
--
PHP Internals - PHP Runtime Development
ct isn't
really deleted from the zend_list.
I really appreciate any help for my issue...
Thanks a lot,
Marco Bambini
--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php
Thanks a lot Rasmus, I have just (wrongly) assumed that the
convert_to_string function tries to search for the 0 termination
character.
Thanks,
Marco Bambini
On Nov 1, 2005, at 1:35 AM, Rasmus Lerdorf wrote:
Marco Bambini wrote:
I am developing a PHP plugin using PHP 4.4 SDK (not 5) and I
I can't use the convert_to_string function because my
parameters is binary data but I wonder what I can use in this case, I
need the raw char * pointer and not a C string...
Thanks for you reply,
Marco Bambini
--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit:
PHP_MINIT_FUNCTION) if php has been compiled with zlib support
so I can gracefully reports a WARNING...
Thanks,
Marco Bambini
--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php
because these commands needs to be remapped with a "web
oriented" language.
Is it technically possible to remap these square brackets tags to php?
And if yes, what is the best way? A custom template system or a C PHP
extension?
Thanks a lot.
Best regards,
Marco Bambini
Italy
--
PHP Inter