Re: [PHP-DEV] [Fwd: PHP and MySQL 4.0.0]

2001-11-04 Thread Vadka
On Fri, 2 Nov 2001, Jani Taskinen wrote: I have committed a fix for all this. Please check it out, especially the thread-safe stuff. In any case, note, that by default, MySQL is compiled without old-style functions in libs, but references to such functions in all headers are OK, that makes

[PHP-DEV] [PHP_DEV] PHP + mysql4 compilation

2001-10-29 Thread Vadka
Note, please, that C API in mysql has changed. So, create_db and drop_db are gone. See a kind of workaround below. Thanx! For create_db function in ext/mysql/php_mysql.c: int id; #if MYSQL_VERSION_ID 3 char buff[80]; #endif

Re: [PHP-DEV] mailparse extension

2001-05-10 Thread Vadka
On Fri, 4 May 2001, Andrei Zmievski wrote: On Fri, 04 May 2001, Hartmut Holzgraefe wrote: oops, we are going to have internal extension dependencies beside those to ext/standard? Hm.. I have a mailparser c code PHP module more or less rady. Can put it to public domain. There is a need

[PHP-DEV] XML works... continued...

2001-05-01 Thread Vadka
Hi! Just published 2 new patches (instead of yesterday's 2) for expat (xml parsing library, used in PHP) and PHP engine. Patches are for the correct work of PHP XML parser in the case of empty elements in XML/HTML like img / or so. Available at: http://www.legko.ru/Soft (with patches for

[PHP-DEV] XML/EXPAT patches for empty elements

2001-04-30 Thread Vadka
Hi! The problem is: expat parser produces no reports on the score of situation when the document contains img .../ body .../ etc. tags where there is no data and end tag. So, the workaround was to add a new function to expat, which is called by the PHP parser every time for empty entries when

[PHP-DEV] Bug in objects+XML

2001-04-24 Thread Vadka
Hi! Maybe, I'm not so correct, or something else, but. Try to run the script (php 4.0.6-dev). Compiled with: ./configure --with-sablot --with-dom --with-gettext --with-jpeg-dir=/usr --with-pops --with-xml=/usr/local --with-gdbm=/usr/local --enable-gd-native-ttf --with-gd --with-freetype-dir

Re: [PHP-DEV] Bug in objects+XML

2001-04-24 Thread Vadka
On Tue, 24 Apr 2001, Jon Parise wrote: [trimmed] Would you say this is the same problem that I reported a while back? http://www.php.net/bugs.php?id=6175 Yes, it is, as I can see. The problem remains. For now, I have no so much time to hack it, but it seems that the pointer is assumed

Re: [PHP-DEV] Bug in objects+XML

2001-04-24 Thread Vadka
More, calling xml_parse_into_struct after normal xml_parse cause the segfault too (repeating of xml_parse will cause no error). -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list