[PHP-DEV] RE: Performance of buffer based functionality (JSON, AES, serialize())

2010-11-25 Thread Michel Bartz
, it's not too difficult to get IGBinary setup as serializer instead of the default one, and it does some pretty good improvement. Ever considered making it a part of PHP? What would be the implication (as I'm not too familiar with all the internals of PHP besides extensions...)? Mi

RE: [PHP-DEV] Bug in reflectionMethod::getPrototype() ?

2010-08-22 Thread Michel Bartz
, there is no prototype for sayHi(), generating the exception. It explains also why trying to get the prototype on Hello doesn't work. You should get the result you want by doing: echo $reflectionMethod->getDeclaringClass()->getName() . "::" . $reflectionMethod->getName();

[PHP-DEV] CVS Account Request: mhiemstra

2007-09-19 Thread Michel Hiemstra
I'll be assisting Cipriano Groenendal (CVS account: cipri) with the PEAR::File_DNS package. -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] CVS Account Request: mcorne

2007-08-19 Thread Michel Corne
To migrate my packages to PEAR CVS and to write documentation for my PEAR packages. Thanks, MC -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Compiling a new library

2005-04-05 Thread Michel JORDA
Thanks for your help everybody ! it seems that the "better" way i found is cd phpize autoconf ./configure make make install assuming that php is installed in the machine. I dont think the src are needed. Thanks for your help Michel Andrey Hristov <[EMAIL PROTECTED]>

[PHP-DEV] Compiling a new library

2005-04-04 Thread Michel JORDA
Hi everybody I Have to compile a library (namely, a payment library) and the bank release a .c source. Therefore I need to make and compile it, but they mention that "you need to install the php-devel package in order to compile"... what should I download - on my macosx - and on my linux to comp

[PHP-DEV] PEAR install segmentation fault

2004-03-01 Thread michel 'ziobudda' morelli
>From today cvs: make install: Installing PHP CLI binary:/usr/local/php5-01032004//bin/ Installing PHP CLI man page: /usr/local/php5-01032004//man/man1/ Installing PEAR environment: /usr/local/php5-01032004//lib/php/ make[1]: *** [install-pear-installer] Segmentation fault make:

Re: [PHP-DEV] Double warnings with session_start

2003-06-27 Thread michel 'ziobudda' morelli
Il dom, 2003-06-22 alle 16:37, Marco Tabini ha scritto: > Are these not two different error messages? They are output in two > different places in the source. with php4 (same configuration of php.ini) I have only one warning. Where is the wrong ? bye -- michel 'ziobudda'

[PHP-DEV] Error from last cvs (xml)

2003-06-27 Thread michel 'ziobudda' morelli
(first use in this function) /home/httpd/html/PHP/php5/ext/simplexml/simplexml.c:579: `vptr' undeclared (first use in this function) make: *** [ext/simplexml/simplexml.lo] Error 1 -- michel 'ziobudda' morelli <[EMAIL PROTECTED]> -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Re: Double warnings with session_start

2003-06-25 Thread michel
On Wed, 25 Jun 2003, Justin Hannus wrote: > 1 > 2 3 session_start(); > 4 ?> > 5 session inizializzata > > It appears that line 1. has the "output" that forces the headers sent, in > this case, just a newline. Anything outside the tags are treated as > STDOUT forcing the php module to send the h

[PHP-DEV] Double warnings with session_start

2003-06-22 Thread michel 'ziobudda' morelli
working of session_decode into a class for managing session (http://www.ziobudda.net/test/session4-3.phps). With PHP4 there is no problem with this. Bye. -- michel 'ziobudda' morelli <[EMAIL PROTECTED]> -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] Session into class does not works

2003-03-28 Thread michel 'ziobudda' morelli
SESSIONE START-"); //session_start(); zb_debug("--FINE SESSIONE START-"); zb_debug("--SETTO ID--"); $_SESSION['id']++; zb_debug("--FINE SETTO ID--"); echo "id = ".$_SESSION['id'].""; echo "_SESSION = "; var_dump($_SESSION); zb_debug("--Chiudo la sessione--"); session_write_close(); zb_debug("--FINE Chiudo la sessione--"); echo 'Clicca qui'; ob_end_flush(); ?> -- michel 'ziobudda' morelli <[EMAIL PROTECTED]> -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] [Troll] fuck_mod_perl.jpg

2003-03-23 Thread Jean-Michel Dault
Sorry, this is way off-topic, but I just got this in the Mandrake troll list, and couldn't resist. http://mmenal.nerim.net/fuck_mod_perl.jpg -- Jean-Michel Dault <[EMAIL PROTECTED]> -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP-DEV] PHP-4.3.2 & Apache2

2003-03-19 Thread Jean-Michel Dault
g the 4 Apache+PHP combinations. Jean-Michel -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] Session problem

2003-03-18 Thread michel 'ziobudda' morelli
Any news about this bug http://bugs.php.net/bug.php?id=22175 ? Tnx -- michel 'ziobudda' morelli <[EMAIL PROTECTED]> -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] PHP-4.3.2 & Apache2

2003-03-17 Thread Jean-Michel Dault
evious versions. My reasoning is to leave apache2filter in the sources just to be on the safe side, as it has not been heavily tested. This said, I don't care very much about it, it's just an RC1, so we'll have time to test it. I'll do my best, and if there are issues remaining, I&#x

[PHP-DEV] Web services

2003-03-13 Thread michel
Can someone give me some info about PHP5 and web services tnx -- Morelli Michel ZioBudda.net Coordinator [EMAIL PROTECTED] -- PHP Development Internals - Developing the PHP Runtime Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php