First  |  Prev |  Next  |  Last
Pages: 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
[ANNOUNCEMENT] PHP_UML-1.5.2 (stable) Released.
The new PEAR package PHP_UML-1.5.2 (stable) has been released at http://pear.php.net/. Release notes ------------- * Bug fix release that prevents crashes when parsing incorrect PHP class names Package Info ------------ PHP_UML is a PHP parser, an XMI generator and a documentation tool. Practically, with PHP... 19 Mar 2010 17:50
how to determine the mime type of a general blob?
i've perused the general PHP site and the PEAR site, and i haven't found anything that will let me determine the mime type of a simple blob of bytes. everything seems to be based off of the data being in a *file*. in my case, it's not in a file, it's simply a stream of bytes in a variable, and i'd rather not ... 22 Mar 2010 20:41
Is there way how to convert files for PHP_ParserGenerator,PHP_LexerGenerator?
Hello, I would need to convert definition files for PHP_ParserGenerator and PHP_LexerGenerator into another format. I read that re2c have similar syntax. It there any way how to do that? I need to read some language created via these packages in java, so I'm finding any way how to move from these Generators fu... 19 Mar 2010 07:06
[ANNOUNCEMENT] System_Daemon-0.10.2 (beta) Released.
The new PEAR package System_Daemon-0.10.2 (beta) has been released at http://pear.php.net/. Release notes ------------- System_Daemon v0.10.2-beta * Improvements to signal handling & additional example of how to use them. Thanks to Austin Bis & Gareth McCumskey. Fixes #17224 * Be even more gentile while addre... 15 Mar 2010 15:52
headers already sent on login with quickform
I've googled this topic quite a bit and I don't think I understand the way quickform works. I have reduced my code to the minimum and am still getting headers already sent . My login_test_form is just a simple quickform with a username & Password. I've taken out all rules. Does the $loginform->validate() send head... 15 Mar 2010 06:49
PHP quickform with Javascript
Hello everyone, I am currently using php quickform to create form elements( buttons, text, etc...) . However I intend to combine these elements with javascript but I am not sure if there php quickform provides the ability of incorporating javascript into the form. I would highly appreciate if anyone can give m... 12 Mar 2010 20:43
how to create a MIME message with an inline attachment
i *think* i know the answer to this, but i'll ask anyway so i don't go wandering off down the wrong path. i just go an android phone, and i'm testing creating messages with the Mail and Mail_mime packages and sending them to my phone via my carrier's MMS gateway. i can, from my regular e-mail account (... 12 Mar 2010 17:20
headers already sent
I've googled this topic quite a bit and I don't think I understand the way quickform works. The following code gives the headers already sent error. My login_test_form is just a simple quickform with 2 username & Password. Does the $loginform->validate() send header info ? If so how can I ever redirect without ... 12 Mar 2010 02:52
[ANNOUNCEMENT] pearweb_channelxml-1.15.1 (stable) Released.
The new PEAR package pearweb_channelxml-1.15.1 (stable) has been released at http://pear.php.net/. Release notes ------------- - update xsd for channel and package xml files to the latest included in Pyrus Package Info ------------ The channel.xml file and DTD dir for the pear.php.net channel Related Links... 11 Mar 2010 12:20
Best practice concerning Exceptions
Hi, I've found the XML_RPC2 package (only after writing my own version of it ofcourse :( ..) and noticed that it declares quite a number of different exception classes. I've read the 'Error Handling Guidelines for PHP5 Packages' but couldn't find any information on when to use a new Exception class and when ... 11 Mar 2010 11:11
First  |  Prev |  Next  |  Last
Pages: 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30