Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add checks for autoconf, automake and whether libzend/TSRM is around | Stig Bakken | 1999-07-22 | 1 | -7/+71 |
| | |||||
* | identify ourselves | Stig S. Bakken | 1999-07-22 | 2 | -8/+8 |
| | |||||
* | Implement additional heuristic for session id search. Now looks into | Sascha Schumann | 1999-07-22 | 1 | -2/+19 |
| | | | | | REQUEST_URI as well. | ||||
* | temporary hack-fix | Stig Bakken | 1999-07-22 | 1 | -1/+1 |
| | |||||
* | -Ported all remaining date() options | Andrey Hristov | 1999-07-22 | 3 | -6/+45 |
| | | | | | | | -Made array_walk() work somewhat, but it's not possible to change array values from inside the walk function yet | ||||
* | *** empty log message *** | Andrey Hristov | 1999-07-22 | 1 | -2/+2 |
| | |||||
* | Blobs now working too. | Danny Heijl | 1999-07-22 | 2 | -25/+29 |
| | |||||
* | Blobs don't work, hash problems. | Danny Heijl | 1999-07-22 | 2 | -3/+15 |
| | |||||
* | First cut at standard way of making dynamically loadable extensions on UNIX. | Stig Bakken | 1999-07-21 | 12 | -1178/+5253 |
| | | | | | | | | | | | | | | | | | | Examples on how to test: ./configure --with-xml static ./configure --with-xml=/opt static ./configure --with-xml=shared shared ./configure --with-xml=shared,/opt shared The difference between these two is that when the extension is shared, it is not merged into libphpext.a. The shared extension is currently always built. I can't find a way to do just one or the other with automake/libtool, if someone has a clever idea, please come forward. :-) "make install" installs the .so (as well as a lot of other cruft) in $prefix/lib/php. | ||||
* | Fixed the Apache cookie problem (untested) | Zeev Suraski | 1999-07-21 | 1 | -0/+2 |
| | |||||
* | Fix for bug #1806 | Andrey Hristov | 1999-07-21 | 1 | -1/+1 |
| | |||||
* | *** empty log message *** | Andrey Hristov | 1999-07-21 | 2 | -7/+1 |
| | |||||
* | Informix extension now works but php_ini stuff still needs rewriting. | Danny Heijl | 1999-07-21 | 2 | -46/+47 |
| | |||||
* | sync with 1.133 | Sascha Schumann | 1999-07-21 | 1 | -105/+93 |
| | |||||
* | since we all seem to use different tabwidths, reformat this with :set tw=4 | Sascha Schumann | 1999-07-21 | 1 | -17/+17 |
| | |||||
* | update | Sascha Schumann | 1999-07-21 | 1 | -1/+1 |
| | |||||
* | merge in change from php3 | Sascha Schumann | 1999-07-21 | 1 | -0/+1 |
| | |||||
* | initial import of DBA | Sascha Schumann | 1999-07-21 | 17 | -1/+1866 |
| | |||||
* | the ; is superflicious | Sascha Schumann | 1999-07-21 | 1 | -1/+1 |
| | |||||
* | *** empty log message *** | Andrey Hristov | 1999-07-21 | 1 | -5/+7 |
| | |||||
* | that's better | Stig Bakken | 1999-07-21 | 1 | -2/+0 |
| | |||||
* | Debian fixes | Stig Bakken | 1999-07-21 | 6 | -29/+77 |
| | |||||
* | change version number to 4.0b2-dev | Stig Bakken | 1999-07-21 | 1 | -1/+1 |
| | |||||
* | fix to reiterate that one should _always_ use braces around if/else/for/while | Stig Bakken | 1999-07-21 | 1 | -4/+7 |
| | |||||
* | It really does work. | Andrey Hristov | 1999-07-21 | 1 | -1/+1 |
| | |||||
* | ignore more files | Stig S. Bakken | 1999-07-21 | 0 | -0/+0 |
| | |||||
* | Started php4/ZTS port of Informix driver. | Danny Heijl | 1999-07-21 | 3 | -276/+295 |
| | |||||
* | use the same version as in php3 | Sascha Schumann | 1999-07-21 | 1 | -54/+0 |
| | |||||
* | use reverse lookup array, submitted by bfranklin@dct.com, #1755 | Sascha Schumann | 1999-07-21 | 1 | -3/+15 |
| | |||||
* | fix for #1748 | Sascha Schumann | 1999-07-21 | 1 | -9/+2 |
| | |||||
* | disable broken sprintf test | Sascha Schumann | 1999-07-21 | 1 | -1/+3 |
| | |||||
* | defaults to empty string | Sascha Schumann | 1999-07-21 | 1 | -1/+1 |
| | |||||
* | Added locale support. | Andrey Hristov | 1999-07-20 | 2 | -4/+33 |
| | |||||
* | exec() can now properly handle lines longer than (EXEC_INPUT_BUF-2) bytes. | Mike Gerdts | 1999-07-20 | 1 | -3/+41 |
| | | | | | | | Lines being returned via the array that that contain only "\n" now are trimmed down to "" to be consistent with exec's whitespace trimming behavior for all other lines. | ||||
* | Added 'n' option to date(). | Andrey Hristov | 1999-07-20 | 2 | -4/+5 |
| | |||||
* | - Include alloca.h when need and available. | Andi Gutmans | 1999-07-20 | 1 | -0/+4 |
| | |||||
* | Added headers_sent() function | Andrey Hristov | 1999-07-20 | 3 | -0/+13 |
| | |||||
* | Fix for bug #1750. | Andrey Hristov | 1999-07-20 | 1 | -0/+11 |
| | |||||
* | get rid of --with-shared-apache | Sascha Schumann | 1999-07-20 | 3 | -63/+12 |
| | | | | | it's currently broken and redundant (use APXS instead) | ||||
* | - Get rid of C++ comments | Andi Gutmans | 1999-07-20 | 4 | -5/+2 |
| | |||||
* | Remove a bunch of old junk. | James Gingerich | 1999-07-20 | 9 | -1309/+0 |
| | |||||
* | The last forgotten prototypes I know. | Egon Schmid | 1999-07-19 | 1 | -2/+2 |
| | |||||
* | Updated status | Andrey Hristov | 1999-07-19 | 2 | -1/+2 |
| | |||||
* | Don't forget .cvsignore | Andrey Hristov | 1999-07-19 | 0 | -0/+0 |
| | |||||
* | Ported WDDX module. | Andrey Hristov | 1999-07-19 | 6 | -0/+935 |
| | |||||
* | It's in PHP 3 and 4. | Egon Schmid | 1999-07-19 | 1 | -2/+2 |
| | |||||
* | 0.91 update | Zeev Suraski | 1999-07-19 | 43 | -86/+86 |
| | |||||
* | * Fix Zend version | Andi Gutmans | 1999-07-19 | 3 | -7/+4 |
| | | | | | * Fix a method call bug | ||||
* | Test, will document this soon. | Egon Schmid | 1999-07-19 | 1 | -2/+2 |
| | |||||
* | Updating cvsignore | Andrey Hristov | 1999-07-19 | 0 | -0/+0 |
| |