Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | "The Visa to Sibiria" (work in progress) | Hartmut Holzgraefe | 2004-03-23 | 1 | -0/+73 |
| | | | | | | | | | Adding a package.xml to a bundled extension does not only ease the transition to PECL whereever suitable but also allows to build and install an extension as "shared" using the PEAR installer without having to deal with phpize and friends by hand | ||||
* | Silence some compile warnings | foobar | 2004-01-23 | 1 | -1/+1 |
| | |||||
* | - Renamed all *php4* files to *php5*, changed all php4/PHP4 to php5/PHP5 | foobar | 2004-01-17 | 1 | -1/+1 |
| | |||||
* | - Happy new year and PHP 5 for rest of the files too.. | foobar | 2004-01-08 | 2 | -4/+4 |
| | | | | | # Should the LICENSE and Zend/LICENSE dates be updated too? | ||||
* | - A belated happy holidays and PHP 5 | Andi Gutmans | 2004-01-08 | 3 | -6/+6 |
| | |||||
* | Corrected argument parsing. | Ilia Alshanetsky | 2003-12-21 | 1 | -3/+3 |
| | |||||
* | Fixed extra byte allocation in constant creation code. | Ilia Alshanetsky | 2003-12-12 | 1 | -3/+3 |
| | |||||
* | Fixed bug #26564 (ncurses5 has headers in PREFIX/include/ncurses) | foobar | 2003-12-09 | 1 | -9/+13 |
| | |||||
* | Handle dirty script exit. | Sara Golemon | 2003-11-29 | 1 | -0/+4 |
| | |||||
* | - Fixed bug #25752 (ext/ncurses: ncurses.h instead of curses.h with BSD). | foobar | 2003-10-04 | 2 | -14/+17 |
| | |||||
* | ws | foobar | 2003-10-04 | 1 | -9/+6 |
| | |||||
* | Use new infrastructure. | Zeev Suraski | 2003-08-03 | 1 | -8/+23 |
| | | | | | There are bound to be some messups, please report build/runtime bugs! | ||||
* | Bug #24210 : assume misspelled (and thereby not found during configure) | Sara Golemon | 2003-06-16 | 1 | -1/+1 |
| | |||||
* | proto fixes | Andrey Hristov | 2003-06-16 | 1 | -39/+39 |
| | | | | | #my head hurts now. no more fixes today ;) | ||||
* | Fix compile failure. | foobar | 2003-06-14 | 1 | -1/+1 |
| | |||||
* | updating license information in the headers. | James Cox | 2003-06-10 | 5 | -15/+15 |
| | |||||
* | fixed bug #24060 | Georg Richter | 2003-06-06 | 1 | -4/+2 |
| | |||||
* | proto fixes | Hartmut Holzgraefe | 2003-03-17 | 1 | -5/+5 |
| | |||||
* | Renamed OnUpdateInt -> OnUpdateLong to prevent further misunderstandings. | foobar | 2003-03-07 | 1 | -1/+1 |
| | | | | | | # Intentionally left out any 'alias' for it, this way 3rd party extension # maintainers will really NOTICE the change. | ||||
* | Bump year. | Sebastian Bergmann | 2002-12-31 | 5 | -5/+5 |
| | |||||
* | - MFB | Derick Rethans | 2002-12-26 | 1 | -4/+1 |
| | |||||
* | added Wez, Ilia & myself | Georg Richter | 2002-12-26 | 1 | -0/+3 |
| | |||||
* | Removed pointless assignment. | Ilia Alshanetsky | 2002-12-24 | 1 | -2/+0 |
| | |||||
* | The -1 is no longer needed, since it is done automatically by strlcpy(). | Ilia Alshanetsky | 2002-12-24 | 1 | -2/+2 |
| | |||||
* | Changed strncpy() to strlcpy(). | Ilia Alshanetsky | 2002-12-24 | 1 | -2/+2 |
| | |||||
* | A variety of CS style fixes, which include: | Ilia Alshanetsky | 2002-12-24 | 2 | -468/+439 |
| | | | | | | | | | | | | | * Changed all argument parsing to use the new zend_parse_parameters() * If a function is unavailable due to lack of support for a certain feature, do not make the function avaliable, rather then making it print an error saying that the functionality offered by the function is not avaliable. * Lots of WS fixes all over the file. * Change strcpy() to strncpy() to prevent possible buffer overflows. Fixed a bug in ncurses_pair_content(), 1st parameter was wrong. Fixed several function prototypes that failed to indicate that functions accepted arguments by reference. | ||||
* | Fixed various memory leaks. | Ilia Alshanetsky | 2002-12-22 | 1 | -4/+10 |
| | | | | | # Should this be MFHed? | ||||
* | Removed "%s" from format strings | Moriyoshi Koizumi | 2002-12-22 | 1 | -5/+5 |
| | |||||
* | Fixed bug #21146. | Ilia Alshanetsky | 2002-12-22 | 3 | -107/+159 |
| | |||||
* | php_error => php_error_docref | Moriyoshi Koizumi | 2002-12-22 | 1 | -7/+7 |
| | |||||
* | WS fix | Moriyoshi Koizumi | 2002-12-22 | 1 | -179/+179 |
| | |||||
* | Fixed bug #21144 | Moriyoshi Koizumi | 2002-12-22 | 3 | -1/+17 |
| | |||||
* | email address change | Hartmut Holzgraefe | 2002-11-25 | 5 | -5/+5 |
| | |||||
* | And some more ncurses functions. | Wez Furlong | 2002-10-30 | 3 | -0/+92 |
| | |||||
* | Expose some more ncurses functions. | Wez Furlong | 2002-10-27 | 3 | -0/+63 |
| | |||||
* | ZTS build fix | Hartmut Holzgraefe | 2002-10-21 | 1 | -1/+1 |
| | |||||
* | Prevent possible problems with two resource ids referencing the same | Wez Furlong | 2002-09-29 | 1 | -14/+18 |
| | | | | | panel. | ||||
* | Added ncurses_getyx(). | Wez Furlong | 2002-09-28 | 3 | -0/+20 |
| | |||||
* | Fix crash bug and return value. | Wez Furlong | 2002-09-28 | 1 | -9/+9 |
| | |||||
* | More ncurses functions and constants. | Wez Furlong | 2002-09-27 | 5 | -24/+146 |
| | |||||
* | Implement some more window routines, add pad functions. | Wez Furlong | 2002-09-27 | 6 | -17/+502 |
| | | | | | | Add panel functions when libpanel is also detected. Register STDSCR constant during ncurses_init(). | ||||
* | Fixed a number of compile warnings. | Ilia Alshanetsky | 2002-08-22 | 1 | -5/+4 |
| | |||||
* | use LIBNAME consistently. Useful on systems like OpenBSD where the curses | Anil Madhavapeddy | 2002-06-26 | 1 | -4/+4 |
| | | | | | library is called 'curses' and not 'ncurses' | ||||
* | the ncurses_getch() is in the wrong place and never gets run | Anil Madhavapeddy | 2002-06-26 | 1 | -1/+1 |
| | |||||
* | php_new_extension | Sascha Schumann | 2002-03-12 | 2 | -9/+1 |
| | |||||
* | Maintain headers. | Sebastian Bergmann | 2002-02-28 | 5 | -25/+23 |
| | |||||
* | - Remove duplicate constant | Derick Rethans | 2002-02-14 | 1 | -1/+0 |
| | |||||
* | Modified the build system to make certain extensions (pcntl, ncurses, | Edin Kadribasic | 2002-01-20 | 1 | -3/+2 |
| | | | | | | | pcntl) only with cgi/cli sapi's. This was done by adding 3rd optional parameter to PHP_EXTENSION macro which should be set to "cli" if the extension only makes sense for that class of api's. | ||||
* | ncurses is useless in webserver modules | Hartmut Holzgraefe | 2002-01-04 | 1 | -0/+2 |
| | |||||
* | Fixed some protos. | Egon Schmid | 2001-12-31 | 1 | -119/+119 |
| |