[PHP-DEV] patch for cross compilation to Netware

2005-02-23 Thread Kamesh Jayachandran
Hi, Thanks for committing the earlier patch. win32/sendmail.c needs to be compiled for Netware as it don't have sendmail binary as Unices do. This patch adds sendmail.c to NetWare build. http://puggy.symonds.net/~kameshj/configure.in.patch With regards Kamesh Jayachandran With regards Kamesh

[PHP-DEV] SWIG and C++ extensions

2005-02-23 Thread Arjun Jain
Hello everyone, How good is SWIG (http://www.swig.org/) for creating C++ extensions? Anyone has any experience with it? Is it production quality? Any comments will be appreciated. Thanking you in advance. Regards, Arjun http://arjun.notlong.com -- PHP Internals - PHP Runtime Development Mailing

[PHP-DEV] Object custom serializing infrastructure

2005-02-23 Thread Stanislav Malyshev
I have added the callbacks to class_entry structure and patches to serialization mechanism to allow custom object serialization/unserialization inside the PHP serialize mechanism. Purpose:

[PHP-DEV] Re: Object custom serializing infrastructure

2005-02-23 Thread l0t3k
Stas, can the serialized representation contain high-bit/control chars or would we need to base64 encode or similar in that case ? l0t3k Stanislav Malyshev [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] I have added the callbacks to class_entry structure and patches to

[PHP-DEV] java extention windows version for php5

2005-02-23 Thread Alawi Albaity
- How can I port the old java extention to work with the php5 - Or How can I create java.dll for php5 for windows from this source http://php-java-bridge.sourceforge.net -- Alawi Albaity Jeddah - KSA Mobile : +966506660442 -- PHP Internals - PHP Runtime Development Mailing List To

[PHP-DEV] error in compile php5 in vs.net

2005-02-23 Thread Alawi Albaity
C:\Work\php-5.0.3cscript /nologo configure.js --without-simplexml --without-xml --without-xmlrpc --without-libxml Saving configure options to config.nice.bat Checking for cl.exe ... in default path Checking for link.exe ... in default path Checking for nmake.exe ... in default path Checking

[PHP-DEV] this is a test message, please ignore

2005-02-23 Thread Wez Furlong
testing, testing. --Wez. -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] error in compile php5 in vs.net

2005-02-23 Thread Frank M. Kromann
Try to add --without-iconv. Or install the iconv libraries from http://ctindustries.net/dom/libxml/ - Frank C:\Work\php-5.0.3cscript /nologo configure.js --without-simplexml --without-xml --without-xmlrpc --without-libxml Saving configure options to config.nice.bat Checking for cl.exe ...