Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | MFB | foobar | 2003-09-19 | 1 | -1/+1 | |
| | ||||||
* | centralize cflags | Sascha Schumann | 2003-09-03 | 1 | -1/+1 | |
| | ||||||
* | enable re2c check for self-contained extensions | Sascha Schumann | 2003-09-02 | 1 | -0/+1 | |
| | ||||||
* | provide RE2C to external extensions | Sascha Schumann | 2003-09-02 | 1 | -0/+1 | |
| | ||||||
* | - Single header files installation. | foobar | 2003-08-31 | 1 | -14/+20 | |
| | ||||||
* | install sqlite headers with the rest of php. | Wez Furlong | 2003-08-31 | 1 | -1/+2 | |
| | | | | | | | We only really need sqlite.h, but our build system doesn't provide for installation of a single header file (at least not that I can see) | |||||
* | - Use the shtool in $builddir/build instead | foobar | 2003-08-27 | 1 | -1/+1 | |
| | ||||||
* | Use INSTALL to install build files | Sascha Schumann | 2003-08-27 | 1 | -1/+1 | |
| | ||||||
* | Use $(INSTALL_DATA) instead of cp | Sascha Schumann | 2003-08-26 | 1 | -4/+4 | |
| | ||||||
* | - Fixed bug #25163 (OSX: phpize has to use glibtoolize instead) | foobar | 2003-08-20 | 1 | -1/+2 | |
| | ||||||
* | $host_* vars are used in extension config.m4s too. | foobar | 2003-08-05 | 1 | -0/+2 | |
| | ||||||
* | grep -E -> egrep | Sascha Schumann | 2003-07-08 | 1 | -3/+3 | |
| | ||||||
* | Fix previous commit. (never do 2 things same time :) | foobar | 2003-07-01 | 1 | -15/+23 | |
| | ||||||
* | Added --help to phpize | foobar | 2003-07-01 | 1 | -9/+17 | |
| | ||||||
* | ext_skel is no more, and ext_skel_ng is moving to PEAR::PECL_Gen | Hartmut Holzgraefe | 2003-06-29 | 22 | -3622/+0 | |
| | ||||||
* | - Unified PHP_SETUP_OPENSSL with other PHP_SETUP_* macros. | foobar | 2003-06-24 | 1 | -12/+0 | |
| | ||||||
* | TODO revisited | Hartmut Holzgraefe | 2003-06-21 | 1 | -9/+17 | |
| | ||||||
* | ini stuff was a bit broken | Hartmut Holzgraefe | 2003-06-21 | 2 | -5/+5 | |
| | ||||||
* | thoughts about a new proto parser ... | Hartmut Holzgraefe | 2003-06-21 | 1 | -2/+49 | |
| | ||||||
* | test script tags are found but not used yet | Hartmut Holzgraefe | 2003-06-21 | 1 | -2/+26 | |
| | | | | | double quotes in extensions summary line are now escaped in code generation | |||||
* | typo fixes and test script tags added | Hartmut Holzgraefe | 2003-06-21 | 1 | -4/+14 | |
| | ||||||
* | start to track them bugs | Hartmut Holzgraefe | 2003-06-21 | 1 | -0/+2 | |
| | ||||||
* | - package.xml genartion fixed, <configureoptions> and <license> added | Hartmut Holzgraefe | 2003-06-20 | 2 | -6/+21 | |
| | | | | | - shutdown code for globals added | |||||
* | typo fix | Hartmut Holzgraefe | 2003-06-20 | 1 | -1/+1 | |
| | ||||||
* | Fixed bug #24207: phpize wrong exit code | foobar | 2003-06-16 | 1 | -4/+4 | |
| | ||||||
* | updating license information in the headers. | James Cox | 2003-06-10 | 2 | -6/+6 | |
| | ||||||
* | new TODO item: VisualStudio.net project files | Hartmut Holzgraefe | 2003-06-10 | 1 | -1/+2 | |
| | ||||||
* | - Moved scan_makefile_in.awk to better suitable place for it. | foobar | 2003-06-09 | 2 | -3/+3 | |
| | | | | | (other build related scripts are under build/ too..) | |||||
* | doing the trick like in extension_parser.php | Hartmut Holzgraefe | 2003-05-20 | 1 | -1/+1 | |
| | ||||||
* | - experimental streams support | Hartmut Holzgraefe | 2003-05-20 | 1 | -35/+236 | |
| | | | | | | | | | | - more file types: conf and doc - requirements/install/configure documentation in configure.xml - auto-generated PEAR/PECL package.xml files - auto-generated CREDITS file - auto-generated EXPERIMENTAL file if release state != stable - beginning support for test file generation | |||||
* | example for "stream" as parameter and return type | Hartmut Holzgraefe | 2003-05-20 | 1 | -2/+6 | |
| | ||||||
* | no RCS keyword expansion in template, 2nd try | Hartmut Holzgraefe | 2003-05-20 | 1 | -1/+1 | |
| | ||||||
* | - new method to generate test cases for functions | Hartmut Holzgraefe | 2003-05-20 | 1 | -3/+36 | |
| | | | | | - beginning support for "pass by reference" parameters | |||||
* | just a method name change | Hartmut Holzgraefe | 2003-05-20 | 1 | -2/+1 | |
| | ||||||
* | additional tags for experimental streams support | Hartmut Holzgraefe | 2003-05-20 | 1 | -2/+13 | |
| | ||||||
* | create CREDITS, package.xml and maybe EXPERIMENTAL files | Hartmut Holzgraefe | 2003-05-20 | 1 | -1/+14 | |
| | | | | | create tests | |||||
* | updated TODOs | Hartmut Holzgraefe | 2003-05-20 | 1 | -6/+13 | |
| | ||||||
* | MFB move awk detection | Sascha Schumann | 2003-05-19 | 1 | -1/+2 | |
| | ||||||
* | 'stream' parameter support in proto parser and code generation | Hartmut Holzgraefe | 2003-05-09 | 1 | -0/+10 | |
| | ||||||
* | new proto data type: stream | Hartmut Holzgraefe | 2003-05-09 | 1 | -0/+1 | |
| | ||||||
* | more todo items | Hartmut Holzgraefe | 2003-05-08 | 1 | -0/+8 | |
| | ||||||
* | unfinished work towards towards refactoring of extension_parser.php | Hartmut Holzgraefe | 2003-05-06 | 1 | -0/+28 | |
| | ||||||
* | add 'extern "C"' where needed for C++ | Hartmut Holzgraefe | 2003-05-06 | 1 | -15/+31 | |
| | | | | | | (TODO: shouldn't this be done in the appropriate php headers and Zend macros themselves?) | |||||
* | stupido :( | Hartmut Holzgraefe | 2003-05-06 | 1 | -0/+1 | |
| | ||||||
* | - make sure we are running on PHP 5 | Hartmut Holzgraefe | 2003-05-06 | 1 | -1/+8 | |
| | | | | | - prevent warnings if no known license given | |||||
* | new TODO iten: specify "pass by reference" in protos | Hartmut Holzgraefe | 2003-05-06 | 1 | -1/+2 | |
| | ||||||
* | - more code moved to the appropriate php_*.php helper classes | Hartmut Holzgraefe | 2003-04-26 | 1 | -249/+200 | |
| | | | | | | | - support for different licenses using the new license classes - support for platform dependant library dependencies - coding style/whitespace changes | |||||
* | constructor proto change | Hartmut Holzgraefe | 2003-04-26 | 1 | -6/+12 | |
| | ||||||
* | cmdline parameter parsing improved | Hartmut Holzgraefe | 2003-04-26 | 1 | -7/+33 | |
| | | | | | | uses license classes to write LICENSE file config.m4 and *.dsp file are only written if their platform is supported | |||||
* | constructor prototype changed | Hartmut Holzgraefe | 2003-04-26 | 1 | -6/+50 | |
| | | | | | | code and documentation header and footer for constants block now generated by static class methods |