| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Use hash position with array_flip | Stanislav Malyshev | 2001-03-12 | 1 | -6/+8 | |
| | | ||||||
| * | This will have to do until the docs come along. | Andrei Zmievski | 2001-03-12 | 1 | -1/+1 | |
| | | ||||||
| * | Improve zend_is_callable() to the point where it's actually useful. | Andrei Zmievski | 2001-03-12 | 2 | -12/+53 | |
| | | | | | | | Now it just needs to be invoked everywhere in PHP where a callback is expected. | |||||
| * | @- Added array_reduce(), which allows iterative reduction of an array | Andrei Zmievski | 2001-03-12 | 4 | -3/+68 | |
| | | | | | | | | | @ to a single value via a callback function. (Andrei) - Added array_reduce(), which allows iterative reduction of an array to a single value via a callback function. - Fixed usage of zend_is_callable() in PCRE. | |||||
| * | Use proper class name. | Andrei Zmievski | 2001-03-12 | 1 | -2/+2 | |
| | | ||||||
| * | ChangeLog update | 2001-03-12 | 1 | -0/+58 | ||
| | | ||||||
| * | Cleaning this a little bit. | foobar | 2001-03-12 | 1 | -68/+73 | |
| | | ||||||
| * | ws fixes. Plus removed unnecessary AC_MSG_ calls. | foobar | 2001-03-12 | 1 | -18/+17 | |
| | | ||||||
| * | ws fix. | foobar | 2001-03-12 | 1 | -1/+1 | |
| | | ||||||
| * | Revised version of the parseDSN function. | Jon Parise | 2001-03-11 | 1 | -71/+82 | |
| | | | | | | Submitted by: "Tomas V.V.Cox" <cox@idecnet.com> | |||||
| * | - Fix for Solaris. | Andi Gutmans | 2001-03-11 | 2 | -1/+9 | |
| | | ||||||
| * | Fixed a compatibility problem is some file functions (fgets, fputs, fread, | Alexander Feldman | 2001-03-11 | 3 | -0/+72 | |
| | | | | | | | | fwrite). The ANSI standard says that if a file is opened in read/write mode, fseek() should be called before switching from reading to writing and vice versa. | |||||
| * | Added missing alias. PR: #9550 | foobar | 2001-03-11 | 1 | -0/+1 | |
| | | ||||||
| * | HAVE_BINDLIB --> HAVE_LIBBIND | foobar | 2001-03-11 | 4 | -6/+6 | |
| | | ||||||
| * | Check for inet_aton only if libbind is not found (or inet_aton is not in | foobar | 2001-03-11 | 1 | -3/+3 | |
| | | | | | | libbind). Fixes bug: #8814 | |||||
| * | 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 | |
| | | ||||||
