| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | ChangeLog update | 2001-03-11 | 1 | -0/+61 | ||
| | | ||||||
| * | If AC_CHECK_LIB fails, assume that --with-openssl is needed | foobar | 2001-03-11 | 1 | -1/+6 | |
| | | ||||||
| * | This should fix the problems with not including -lz. | foobar | 2001-03-10 | 1 | -0/+5 | |
| | | ||||||
| * | * only register the destructor if it exists | Stig Bakken | 2001-03-10 | 1 | -4/+30 | |
| | | ||||||
| * | - Whitespace | Andi Gutmans | 2001-03-10 | 1 | -1/+1 | |
| | | ||||||
| * | just reversed a previous patch. | Rui Hirokawa | 2001-03-10 | 1 | -1/+0 | |
| | | ||||||
| * | ChangeLog update | 2001-03-10 | 1 | -0/+38 | ||
| | | ||||||
| * | NEWS update | 2001-03-10 | 1 | -0/+2 | ||
| | | ||||||
| * | initialized some strings in global variable structure. | Rui Hirokawa | 2001-03-10 | 2 | -2/+11 | |
| | | ||||||
| * | Adding a new function odbc_next_result() allowing the query to return more ↵ | Frank M. Kromann | 2001-03-09 | 2 | -1/+51 | |
| | | | | | | | | than one result. This can be done with a stored procedure or by sending more than one select to the server. | |||||
| * | Adding a new function mssql_next_result() allowing the query to return more ↵ | Frank M. Kromann | 2001-03-09 | 2 | -148/+133 | |
| | | | | | | | | than one result. This can be done with a stored procedure or by sending more than one select to the server. | |||||
| * | @- Fixed argument checking for call_user_func* functions and allowed | Andrei Zmievski | 2001-03-09 | 1 | -4/+14 | |
| | | | | | | @ specifying array($obj, 'method') syntax for call_user_func_array. (Andrei) | |||||
| * | ChangeLog update | 2001-03-09 | 1 | -0/+77 | ||
| | | ||||||
| * | Formatting and minor inline doc changes. | Ulf Wendel | 2001-03-08 | 1 | -0/+1 | |
| | | ||||||
| * | Added a basic Cache_Error class. | Ulf Wendel | 2001-03-08 | 1 | -1/+3 | |
| | | ||||||
| * | Better use buffer_to_buffer, since zval is really buffer, not string (it can | Stanislav Malyshev | 2001-03-08 | 1 | -2/+3 | |
| | | | | | | | contain \0's and not end in \0). # and recode_string is recode_buffer_to_buffer internally anyways | |||||
| * | *** empty log message *** | Zeev Suraski | 2001-03-08 | 1 | -1/+1 | |
| | | ||||||
| * | Point people to the Windows mailing list... | Zeev Suraski | 2001-03-08 | 1 | -0/+8 | |
| | | ||||||
| * | ChangeLog update | 2001-03-08 | 1 | -0/+53 | ||
| | | ||||||
| * | add missing globals fetches | Daniel Beulshausen | 2001-03-07 | 1 | -0/+3 | |
| | | ||||||
| * | Add missing #define's | Zeev Suraski | 2001-03-07 | 1 | -0/+30 | |
| | | ||||||
| * | Removing a compiler warning | Frank M. Kromann | 2001-03-07 | 1 | -1/+1 | |
| | | ||||||
| * | That came from php-gtk. | Andrei Zmievski | 2001-03-07 | 1 | -1/+0 | |
| | | ||||||
| * | Fixed the help for other options too. | foobar | 2001-03-07 | 1 | -2/+2 | |
| | | ||||||
| * | Added support for Zeus SSL client certificate information. | Ben Mansell | 2001-03-07 | 1 | -0/+61 | |
| | | | | | | | | Added SERVER_SIGNATURE to the environment. Submitted by: daniel@zeus.com | |||||
| * | Update .ini's and NEWS | Zeev Suraski | 2001-03-07 | 4 | -0/+16 | |
| | | ||||||
| * | Make parent:: work in runtime bindings as well | Zeev Suraski | 2001-03-07 | 2 | -8/+12 | |
| | | ||||||
| * | ChangeLog update | 2001-03-07 | 1 | -0/+107 | ||
| | | ||||||
| * | NEWS update | 2001-03-07 | 1 | -0/+1 | ||
| | | ||||||
| * | Implement internal output compression?\0020:wq | Zeev Suraski | 2001-03-06 | 2 | -34/+103 | |
| | | ||||||
| * | Fix freeing of buffers | Zeev Suraski | 2001-03-06 | 2 | -18/+30 | |
| | | ||||||
| * | Fixes to internal output buffering | Zeev Suraski | 2001-03-06 | 2 | -10/+18 | |
| | | ||||||
| * | We actually only need AC_PROG_LEX here. | Sascha Schumann | 2001-03-06 | 1 | -1/+1 | |
| | | ||||||
| * | Replace AM_PROG_LEX with a separated call to AC_PROG_LEX and AC_DECL_YYTEXT. | Sascha Schumann | 2001-03-06 | 2 | -4/+6 | |
| | | | | | | | The latter is only called, if lex was found, so that PHP configures now on setups without (f)lex. | |||||
| * | More internal output buffering fixes | Zeev Suraski | 2001-03-06 | 4 | -12/+12 | |
| | | ||||||
| * | Fix internal output buffering | Zeev Suraski | 2001-03-06 | 4 | -10/+10 | |
| | | ||||||
| * | Initial work on internal output handlers - should be much quicker | Zeev Suraski | 2001-03-06 | 4 | -24/+86 | |
| | | ||||||
| * | Whitespace only. | Sebastian Bergmann | 2001-03-06 | 1 | -20/+9 | |
| | | ||||||
| * | Avoid using ret uninitialized | Zeev Suraski | 2001-03-06 | 1 | -1/+1 | |
| | | ||||||
| * | Thread hashtable was being initialized with a size of 1! Changed to 128 as | Ben Mansell | 2001-03-06 | 1 | -1/+5 | |
| | | | | | | | | | a more sensible number. # Also could change the 'expected resources' parameter from 1, but I # haven't tested that bit yet ---------------------------------------------------------------------- | |||||
| * | Speedup for pthread implementation. We make use of thread local storage | Ben Mansell | 2001-03-06 | 1 | -13/+60 | |
| | | | | | | | | to allow access to the current thread's resources without having to obtain the memory mutex and traverse our hash table. This is a big performance win! | |||||
| * | Avoid writing to error_log in case of aborted connections. | Zeev Suraski | 2001-03-06 | 1 | -3/+1 | |
| | | ||||||
| * | Don't insert empty path if PHPRC is empty | Stanislav Malyshev | 2001-03-06 | 1 | -1/+5 | |
| | | ||||||
| * | Typo. | Sean Bright | 2001-03-06 | 1 | -2/+2 | |
| | | | | | | # I don't know where I got 4.02 from | |||||
| * | get_meta_tags now allows attributes that are not quoted as well as those | Sean Bright | 2001-03-06 | 1 | -3/+39 | |
| | | | | | | | that are. It follows the HTML 4.01 specification for attribute values outlined here -> http://www.w3.org/TR/html4/intro/sgmltut.html#h-3.2.2 | |||||
| * | ChangeLog update | 2001-03-06 | 1 | -0/+20 | ||
| | | ||||||
| * | fixed bug in PDF_getbuffer (happend only on Windows) | Rainer Schaaf | 2001-03-05 | 1 | -4/+24 | |
| | | | | | | | When using PDFlib V4.0 the pdf_set(grey/rgbcolor) functions are replaced by the PDFlib V4.0 function pdf_setcolor | |||||
| * | Fix help text for -f | foobar | 2001-03-05 | 1 | -5/+2 | |
| | | ||||||
| * | ChangeLog update | 2001-03-05 | 1 | -0/+45 | ||
| | | ||||||
| * | Can't output any error messages if there isn't any function initialized | foobar | 2001-03-05 | 1 | -3/+3 | |
| | | | | | | | to do it.. # Bug report: #7650 | |||||
