summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tag 'php_4_0b1'.php-4.0b1SVN Migration1999-07-2393-9811/+5330
|
* This commit was manufactured by cvs2svn to create branch 'newoperator'.SVN Migration1999-07-239-675/+1
|
* New ini-stuff incorporated. Porting to PHP4 and ZTS hopefully complete.Danny Heijl1999-07-232-148/+34
|
* ChangeLogSascha Schumann1999-07-231-1/+9
|
* Please add in any changes/bug fixes you've made - we need to keep a details ↵Zeev Suraski1999-07-227-9/+21
| | | | ChangeLog...
* New constantsZeev Suraski1999-07-221-1/+6
|
* Time to remove the PHP 3.0 ChangeLogZeev Suraski1999-07-221-0/+0
|
* add the HPUX ANSI detection from php3Sascha Schumann1999-07-221-1/+6
|
* add checks for autoconf, automake and whether libzend/TSRM is aroundStig Bakken1999-07-221-7/+71
|
* identify ourselvesStig S. Bakken1999-07-222-8/+8
|
* Implement additional heuristic for session id search. Now looks intoSascha Schumann1999-07-221-2/+19
| | | | | REQUEST_URI as well.
* temporary hack-fixStig Bakken1999-07-221-1/+1
|
* -Ported all remaining date() optionsAndrey Hristov1999-07-223-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 Hristov1999-07-221-2/+2
|
* Blobs now working too.Danny Heijl1999-07-222-25/+29
|
* Blobs don't work, hash problems.Danny Heijl1999-07-222-3/+15
|
* First cut at standard way of making dynamically loadable extensions on UNIX.Stig Bakken1999-07-2112-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 Suraski1999-07-211-0/+2
|
* Fix for bug #1806Andrey Hristov1999-07-211-1/+1
|
* *** empty log message ***Andrey Hristov1999-07-212-7/+1
|
* Informix extension now works but php_ini stuff still needs rewriting.Danny Heijl1999-07-212-46/+47
|
* sync with 1.133Sascha Schumann1999-07-211-105/+93
|
* since we all seem to use different tabwidths, reformat this with :set tw=4Sascha Schumann1999-07-211-17/+17
|
* updateSascha Schumann1999-07-211-1/+1
|
* merge in change from php3Sascha Schumann1999-07-211-0/+1
|
* initial import of DBASascha Schumann1999-07-2117-1/+1866
|
* the ; is superfliciousSascha Schumann1999-07-211-1/+1
|
* *** empty log message ***Andrey Hristov1999-07-211-5/+7
|
* that's betterStig Bakken1999-07-211-2/+0
|
* Debian fixesStig Bakken1999-07-216-29/+77
|
* change version number to 4.0b2-devStig Bakken1999-07-211-1/+1
|
* fix to reiterate that one should _always_ use braces around if/else/for/whileStig Bakken1999-07-211-4/+7
|
* It really does work.Andrey Hristov1999-07-211-1/+1
|
* ignore more filesStig S. Bakken1999-07-210-0/+0
|
* Started php4/ZTS port of Informix driver.Danny Heijl1999-07-213-276/+295
|
* 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
|
* disable broken sprintf testSascha Schumann1999-07-211-1/+3
|
* defaults to empty stringSascha Schumann1999-07-211-1/+1
|
* 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-202-4/+5
|
* - Include alloca.h when need and available.Andi Gutmans1999-07-201-0/+4
|
* Added headers_sent() functionAndrey Hristov1999-07-203-0/+13
|
* Fix for bug #1750.Andrey Hristov1999-07-201-0/+11
|
* get rid of --with-shared-apacheSascha Schumann1999-07-203-63/+12
| | | | | it's currently broken and redundant (use APXS instead)
* - Get rid of C++ commentsAndi Gutmans1999-07-204-5/+2
|
* Remove a bunch of old junk.James Gingerich1999-07-209-1309/+0
|
* The last forgotten prototypes I know.Egon Schmid1999-07-191-2/+2
|