Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | This commit was manufactured by cvs2svn to create tag 'php_4_0b1'.php-4.0b1 | SVN Migration | 1999-07-23 | 53 | -3589/+1231 |
| | |||||
* | This commit was manufactured by cvs2svn to create branch 'newoperator'. | SVN Migration | 1999-07-23 | 1 | -26/+0 |
| | |||||
* | New ini-stuff incorporated. Porting to PHP4 and ZTS hopefully complete. | Danny Heijl | 1999-07-23 | 1 | -147/+33 |
| | |||||
* | Please add in any changes/bug fixes you've made - we need to keep a details ↵ | Zeev Suraski | 1999-07-22 | 5 | -8/+8 |
| | | | | ChangeLog... | ||||
* | Implement additional heuristic for session id search. Now looks into | Sascha Schumann | 1999-07-22 | 1 | -2/+19 |
| | | | | | REQUEST_URI as well. | ||||
* | -Ported all remaining date() options | Andrey Hristov | 1999-07-22 | 2 | -3/+44 |
| | | | | | | | -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 | 1 | -24/+28 |
| | |||||
* | Blobs don't work, hash problems. | Danny Heijl | 1999-07-22 | 1 | -2/+14 |
| | |||||
* | First cut at standard way of making dynamically loadable extensions on UNIX. | Stig Bakken | 1999-07-21 | 4 | -8/+41 |
| | | | | | | | | | | | | | | | | | | 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. | ||||
* | Fix for bug #1806 | Andrey Hristov | 1999-07-21 | 1 | -1/+1 |
| | |||||
* | *** empty log message *** | Andrey Hristov | 1999-07-21 | 1 | -0/+1 |
| | |||||
* | Informix extension now works but php_ini stuff still needs rewriting. | Danny Heijl | 1999-07-21 | 1 | -45/+46 |
| | |||||
* | sync with 1.133 | Sascha Schumann | 1999-07-21 | 1 | -105/+93 |
| | |||||
* | merge in change from php3 | Sascha Schumann | 1999-07-21 | 1 | -0/+1 |
| | |||||
* | initial import of DBA | Sascha Schumann | 1999-07-21 | 16 | -0/+1865 |
| | |||||
* | the ; is superflicious | Sascha Schumann | 1999-07-21 | 1 | -1/+1 |
| | |||||
* | that's better | Stig Bakken | 1999-07-21 | 1 | -2/+0 |
| | |||||
* | Debian fixes | Stig Bakken | 1999-07-21 | 6 | -29/+77 |
| | |||||
* | fix to reiterate that one should _always_ use braces around if/else/for/while | Stig Bakken | 1999-07-21 | 1 | -4/+7 |
| | |||||
* | Started php4/ZTS port of Informix driver. | Danny Heijl | 1999-07-21 | 2 | -275/+293 |
| | |||||
* | 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 |
| | |||||
* | 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 | 1 | -0/+5 |
| | |||||
* | Added headers_sent() function | Andrey Hristov | 1999-07-20 | 3 | -0/+13 |
| | |||||
* | Fix for bug #1750. | Andrey Hristov | 1999-07-20 | 1 | -0/+11 |
| | |||||
* | The last forgotten prototypes I know. | Egon Schmid | 1999-07-19 | 1 | -2/+2 |
| | |||||
* | Updated status | Andrey Hristov | 1999-07-19 | 1 | -0/+1 |
| | |||||
* | 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 |
| | |||||
* | Test, will document this soon. | Egon Schmid | 1999-07-19 | 1 | -2/+2 |
| | |||||
* | Moving dlist stuff into core. | Andrey Hristov | 1999-07-19 | 3 | -542/+1 |
| | |||||
* | *** empty log message *** | Zeev Suraski | 1999-07-19 | 1 | -10/+10 |
| | |||||
* | Kill compiler warnings. | Andrey Hristov | 1999-07-19 | 1 | -3/+3 |
| | |||||
* | license change | Danny Heijl | 1999-07-19 | 1 | -20/+9 |
| | |||||
* | update | Sascha Schumann | 1999-07-19 | 1 | -0/+1 |
| | |||||
* | More credits. | Andrey Hristov | 1999-07-19 | 1 | -1/+3 |
| | |||||
* | more to do | Sascha Schumann | 1999-07-18 | 1 | -0/+2 |
| | |||||
* | add session config to php.ini and adapt the naming scheme for it | Sascha Schumann | 1999-07-18 | 1 | -15/+15 |
| | |||||
* | Update credits a bit. | Andrey Hristov | 1999-07-17 | 1 | -1/+2 |
| | | | | | "Overall Work" line should probably be extended. | ||||
* | -Kill compile warnings in apache.c | Andrey Hristov | 1999-07-17 | 2 | -36/+45 |
| | | | | | -Make preg_grep() work with copies of array entries | ||||
* | Proto change | Andrey Hristov | 1999-07-17 | 1 | -1/+1 |
| | |||||
* | *** empty log message *** | Zeev Suraski | 1999-07-17 | 1 | -3/+3 |
| | |||||
* | I was sure I committed these already. Weird | Zeev Suraski | 1999-07-17 | 3 | -66/+131 |
| | |||||
* | *** empty log message *** | Zeev Suraski | 1999-07-17 | 1 | -2/+44 |
| | |||||
* | void some warnings | Sascha Schumann | 1999-07-17 | 1 | -2/+2 |
| | |||||
* | We'll have to live without these files somehow. | Zeev Suraski | 1999-07-17 | 2 | -9/+0 |
| |