summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Use hash position with array_flipStanislav Malyshev2001-03-121-6/+8
|
* This will have to do until the docs come along.Andrei Zmievski2001-03-121-1/+1
|
* Improve zend_is_callable() to the point where it's actually useful.Andrei Zmievski2001-03-122-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 arrayAndrei Zmievski2001-03-124-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 Zmievski2001-03-121-2/+2
|
* ChangeLog update2001-03-121-0/+58
|
* Cleaning this a little bit.foobar2001-03-121-68/+73
|
* ws fixes. Plus removed unnecessary AC_MSG_ calls.foobar2001-03-121-18/+17
|
* ws fix.foobar2001-03-121-1/+1
|
* Revised version of the parseDSN function.Jon Parise2001-03-111-71/+82
| | | | | Submitted by: "Tomas V.V.Cox" <cox@idecnet.com>
* - Fix for Solaris.Andi Gutmans2001-03-112-1/+9
|
* Fixed a compatibility problem is some file functions (fgets, fputs, fread,Alexander Feldman2001-03-113-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: #9550foobar2001-03-111-0/+1
|
* HAVE_BINDLIB --> HAVE_LIBBINDfoobar2001-03-114-6/+6
|
* Check for inet_aton only if libbind is not found (or inet_aton is not infoobar2001-03-111-3/+3
| | | | | libbind). Fixes bug: #8814
* ChangeLog update2001-03-111-0/+61
|
* If AC_CHECK_LIB fails, assume that --with-openssl is neededfoobar2001-03-111-1/+6
|
* This should fix the problems with not including -lz.foobar2001-03-101-0/+5
|
* * only register the destructor if it existsStig Bakken2001-03-101-4/+30
|
* - WhitespaceAndi Gutmans2001-03-101-1/+1
|
* just reversed a previous patch.Rui Hirokawa2001-03-101-1/+0
|
* ChangeLog update2001-03-101-0/+38
|
* NEWS update2001-03-101-0/+2
|
* initialized some strings in global variable structure.Rui Hirokawa2001-03-102-2/+11
|
* Adding a new function odbc_next_result() allowing the query to return more ↵Frank M. Kromann2001-03-092-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. Kromann2001-03-092-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 allowedAndrei Zmievski2001-03-091-4/+14
| | | | | @ specifying array($obj, 'method') syntax for call_user_func_array. (Andrei)
* ChangeLog update2001-03-091-0/+77
|
* Formatting and minor inline doc changes.Ulf Wendel2001-03-081-0/+1
|
* Added a basic Cache_Error class.Ulf Wendel2001-03-081-1/+3
|
* Better use buffer_to_buffer, since zval is really buffer, not string (it canStanislav Malyshev2001-03-081-2/+3
| | | | | | contain \0's and not end in \0). # and recode_string is recode_buffer_to_buffer internally anyways
* *** empty log message ***Zeev Suraski2001-03-081-1/+1
|
* Point people to the Windows mailing list...Zeev Suraski2001-03-081-0/+8
|
* ChangeLog update2001-03-081-0/+53
|
* add missing globals fetchesDaniel Beulshausen2001-03-071-0/+3
|
* Add missing #define'sZeev Suraski2001-03-071-0/+30
|
* Removing a compiler warningFrank M. Kromann2001-03-071-1/+1
|
* That came from php-gtk.Andrei Zmievski2001-03-071-1/+0
|
* Fixed the help for other options too.foobar2001-03-071-2/+2
|
* Added support for Zeus SSL client certificate information.Ben Mansell2001-03-071-0/+61
| | | | | | | Added SERVER_SIGNATURE to the environment. Submitted by: daniel@zeus.com
* Update .ini's and NEWSZeev Suraski2001-03-074-0/+16
|
* Make parent:: work in runtime bindings as wellZeev Suraski2001-03-072-8/+12
|
* ChangeLog update2001-03-071-0/+107
|
* NEWS update2001-03-071-0/+1
|
* Implement internal output compression?\0020:wqZeev Suraski2001-03-062-34/+103
|
* Fix freeing of buffersZeev Suraski2001-03-062-18/+30
|
* Fixes to internal output bufferingZeev Suraski2001-03-062-10/+18
|
* We actually only need AC_PROG_LEX here.Sascha Schumann2001-03-061-1/+1
|
* Replace AM_PROG_LEX with a separated call to AC_PROG_LEX and AC_DECL_YYTEXT.Sascha Schumann2001-03-062-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 fixesZeev Suraski2001-03-064-12/+12
|