summaryrefslogtreecommitdiff
path: root/ext
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tag 'php_4_0b1'.php-4.0b1SVN Migration1999-07-2353-3589/+1231
|
* This commit was manufactured by cvs2svn to create branch 'newoperator'.SVN Migration1999-07-231-26/+0
|
* New ini-stuff incorporated. Porting to PHP4 and ZTS hopefully complete.Danny Heijl1999-07-231-147/+33
|
* Please add in any changes/bug fixes you've made - we need to keep a details ↵Zeev Suraski1999-07-225-8/+8
| | | | ChangeLog...
* Implement additional heuristic for session id search. Now looks intoSascha Schumann1999-07-221-2/+19
| | | | | REQUEST_URI as well.
* -Ported all remaining date() optionsAndrey Hristov1999-07-222-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 Hristov1999-07-221-2/+2
|
* Blobs now working too.Danny Heijl1999-07-221-24/+28
|
* Blobs don't work, hash problems.Danny Heijl1999-07-221-2/+14
|
* First cut at standard way of making dynamically loadable extensions on UNIX.Stig Bakken1999-07-214-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 #1806Andrey Hristov1999-07-211-1/+1
|
* *** empty log message ***Andrey Hristov1999-07-211-0/+1
|
* Informix extension now works but php_ini stuff still needs rewriting.Danny Heijl1999-07-211-45/+46
|
* sync with 1.133Sascha Schumann1999-07-211-105/+93
|
* merge in change from php3Sascha Schumann1999-07-211-0/+1
|
* initial import of DBASascha Schumann1999-07-2116-0/+1865
|
* the ; is superfliciousSascha Schumann1999-07-211-1/+1
|
* that's betterStig Bakken1999-07-211-2/+0
|
* Debian fixesStig Bakken1999-07-216-29/+77
|
* fix to reiterate that one should _always_ use braces around if/else/for/whileStig Bakken1999-07-211-4/+7
|
* Started php4/ZTS port of Informix driver.Danny Heijl1999-07-212-275/+293
|
* use the same version as in php3Sascha Schumann1999-07-211-54/+0
|
* use reverse lookup array, submitted by bfranklin@dct.com, #1755Sascha Schumann1999-07-211-3/+15
|
* fix for #1748Sascha Schumann1999-07-211-9/+2
|
* Added locale support.Andrey Hristov1999-07-202-4/+33
|
* exec() can now properly handle lines longer than (EXEC_INPUT_BUF-2) bytes.Mike Gerdts1999-07-201-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 Hristov1999-07-201-0/+5
|
* Added headers_sent() functionAndrey Hristov1999-07-203-0/+13
|
* Fix for bug #1750.Andrey Hristov1999-07-201-0/+11
|
* The last forgotten prototypes I know.Egon Schmid1999-07-191-2/+2
|
* Updated statusAndrey Hristov1999-07-191-0/+1
|
* Ported WDDX module.Andrey Hristov1999-07-196-0/+935
|
* It's in PHP 3 and 4.Egon Schmid1999-07-191-2/+2
|
* Test, will document this soon.Egon Schmid1999-07-191-2/+2
|
* Moving dlist stuff into core.Andrey Hristov1999-07-193-542/+1
|
* *** empty log message ***Zeev Suraski1999-07-191-10/+10
|
* Kill compiler warnings.Andrey Hristov1999-07-191-3/+3
|
* license changeDanny Heijl1999-07-191-20/+9
|
* updateSascha Schumann1999-07-191-0/+1
|
* More credits.Andrey Hristov1999-07-191-1/+3
|
* more to doSascha Schumann1999-07-181-0/+2
|
* add session config to php.ini and adapt the naming scheme for itSascha Schumann1999-07-181-15/+15
|
* Update credits a bit.Andrey Hristov1999-07-171-1/+2
| | | | | "Overall Work" line should probably be extended.
* -Kill compile warnings in apache.cAndrey Hristov1999-07-172-36/+45
| | | | | -Make preg_grep() work with copies of array entries
* Proto changeAndrey Hristov1999-07-171-1/+1
|
* *** empty log message ***Zeev Suraski1999-07-171-3/+3
|
* I was sure I committed these already. WeirdZeev Suraski1999-07-173-66/+131
|
* *** empty log message ***Zeev Suraski1999-07-171-2/+44
|
* void some warningsSascha Schumann1999-07-171-2/+2
|
* We'll have to live without these files somehow.Zeev Suraski1999-07-172-9/+0
|