| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | - URL-opened files now store the HTTP response header in $http_response_header | Zeev Suraski | 2000-10-28 | 3 | -20/+87 |
| | | | | | | - Some layout updates | ||||
| * | Fixed PR: 6730. And it is mentioned also in RFC 959 to be this way. | foobar | 2000-10-27 | 1 | -1/+1 |
| | | |||||
| * | Fixes PR: 7245 | foobar | 2000-10-27 | 1 | -1/+1 |
| | | |||||
| * | Making _php_math_longtobase() and _php_math_basetolong() callable from DLL ↵ | Frank M. Kromann | 2000-10-27 | 1 | -2/+2 |
| | | | | | and SO modules | ||||
| * | New e-mail address. | Sterling Hughes | 2000-10-27 | 7 | -7/+7 |
| | | |||||
| * | @- Fixed array_rand() to shuffle results when the number of requested | Andrei Zmievski | 2000-10-27 | 1 | -0/+7 |
| | | | | | | @ elements is the same as the number of elements in the array. (Andrei) | ||||
| * | type fixes to make compilers happy | Hartmut Holzgraefe | 2000-10-27 | 1 | -2/+2 |
| | | |||||
| * | Allow strings to be passed to methods expecting primitive types. | Sam Ruby | 2000-10-27 | 2 | -4/+32 |
| | | |||||
| * | Allow users to specify whether they want to replace existing header fields. | Sascha Schumann | 2000-10-27 | 1 | -6/+14 |
| | | |||||
| * | - added four functions to do fulltext query | Uwe Steinmann | 2000-10-27 | 4 | -1/+601 |
| | | |||||
| * | it won't work otherwise | Daniel Beulshausen | 2000-10-26 | 2 | -2/+4 |
| | | | | | | # http://support.microsoft.com/support/kb/articles/Q115/8/57.asp | ||||
| * | added dba extension for win32, currently the dsp is | Daniel Beulshausen | 2000-10-26 | 1 | -0/+157 |
| | | | | | | | only configured with db3, adding other configurations shouldn't be hard | ||||
| * | use V_RENAME makro instead | Daniel Beulshausen | 2000-10-26 | 1 | -1/+1 |
| | | |||||
| * | Protect us from Apache 2.0's pcre-posix stuff | Sascha Schumann | 2000-10-26 | 1 | -0/+3 |
| | | |||||
| * | Remove second_arg_force_ref, defined in Zend | Sascha Schumann | 2000-10-26 | 1 | -1/+0 |
| | | | | | | Submitted by: Bill Stoddard | ||||
| * | The type has changed to size_t. | Sascha Schumann | 2000-10-26 | 1 | -1/+1 |
| | | |||||
| * | Add session_adapt_url(). | Sascha Schumann | 2000-10-26 | 2 | -7/+14 |
| | | |||||
| * | Reinstantiate single quotes properly. | Sascha Schumann | 2000-10-26 | 3 | -50/+92 |
| | | | | | | | Add url_adapt_single_url() API which modifies a single URL. Might be used to modify the Location: URL. | ||||
| * | Make the API more leaner (sp?) and get rid of *copy*. | Sascha Schumann | 2000-10-26 | 1 | -24/+10 |
| | | |||||
| * | Fix dba after resources patch. | Andrei Zmievski | 2000-10-26 | 1 | -4/+9 |
| | | |||||
| * | session_unset() now cleans up $HTTP_SESSION_VARS as well. | Andrei Zmievski | 2000-10-26 | 1 | -0/+3 |
| | | |||||
| * | Corrected some checks for errors. | Nikos Mavroyanopoulos | 2000-10-25 | 1 | -4/+4 |
| | | |||||
| * | Added keygen_s2k function. Function which generates keys from passwords. | Nikos Mavroyanopoulos | 2000-10-25 | 2 | -1/+78 |
| | | |||||
| * | Use zend_register_list_destructors_ex() instead. | Andrei Zmievski | 2000-10-25 | 42 | -89/+89 |
| | | |||||
| * | Added array_sum() function. | Andrei Zmievski | 2000-10-25 | 3 | -2/+39 |
| | | |||||
| * | gdImageWBMP has some bug in it. Using the php-internal one works. | foobar | 2000-10-25 | 1 | -4/+0 |
| | | |||||
| * | __USE_GNU shall not be defined by application | Sascha Schumann | 2000-10-23 | 1 | -1/+0 |
| | | |||||
| * | it's n.a. on win32 :) | Daniel Beulshausen | 2000-10-23 | 1 | -0/+2 |
| | | |||||
| * | Make zlib compile again | Stanislav Malyshev | 2000-10-23 | 1 | -4/+6 |
| | | |||||
| * | Fixed a bug in session.c. If the user calls session_module_name with a | Alexander Feldman | 2000-10-23 | 1 | -7/+11 |
| | | | | | | | | parameter, then the mod_data pointer is initialized to NULL and then php_session_save_current_state did not check this value before referencing the pointer. Added a check in php_session_save_current_state. | ||||
| * | have you ever tried to run the regression tests with error_reporting=E_ALL ? | Hartmut Holzgraefe | 2000-10-23 | 6 | -0/+12 |
| | | | | | | now it will run smoothly without all theese 'undefined ...' warnings | ||||
| * | added a regression test skeleton file | Hartmut Holzgraefe | 2000-10-23 | 3 | -3/+36 |
| | | | | | | plus a partintro in xml documentation template | ||||
| * | Fix bug #7397 | Andrei Zmievski | 2000-10-23 | 1 | -2/+2 |
| | | |||||
| * | Added ini entry for choosing whether to use the read() wrapper or directly | Chris Vandomelen | 2000-10-22 | 2 | -7/+17 |
| | | | | | | | | calling the read() system call. # Some people were commenting about "oddities" in the wrapper that I hadn't # noticed before, though I've used it in many places before now.. | ||||
| * | @- OCIBindByName() now does better parameter-checking. (Thies) | Thies C. Arntzen | 2000-10-22 | 1 | -21/+29 |
| | | |||||
| * | Makes curl extension compile again plus some typo fixes. | foobar | 2000-10-22 | 1 | -2/+5 |
| | | |||||
| * | Fix php://* being handled by the ftp handler | Sascha Schumann | 2000-10-22 | 1 | -1/+1 |
| | | |||||
| * | Corrected prototype comments for ldap_get_option and ldap_set_option | Stig Venaas | 2000-10-22 | 1 | -2/+2 |
| | | |||||
| * | Fixed array_type_data_compare(). I want strings to always differ from | Stig Venaas | 2000-10-22 | 1 | -3/+6 |
| | | | | | | numbers, but not say 7 and 7.0 to differ. | ||||
| * | Hopefully made some compile fixes for Solaris ("sun" is an already defined | Chris Vandomelen | 2000-10-22 | 1 | -107/+173 |
| | | | | | | | | | | | symbol on Solaris.. s_un isn't...), and corrected bugs with checking for a string by checking if Z_STRVAL_PP(ptr) == NULL instead of Z_STRLEN_PP == 0, causing segfaults when uninitialized values were passed into certain functions. @- Attempted to make compile fixes for Solaris in ext/sockets/sockets.c (Chris Vandomelen) # OK, so I have a tendency to make lots and lots of bug fixes in big spurts.. | ||||
| * | Oops, forgot to remove those .. thought I had.. | Chris Vandomelen | 2000-10-22 | 1 | -11/+0 |
| | | |||||
| * | Corrected some bugs dealing with compile failures (should now compile | Chris Vandomelen | 2000-10-22 | 2 | -14/+68 |
| | | | | | | | | | | | | | on most varieties of Linux, and should hopefully fix at least 3 of the compile errors that were discovered). Also modified read() slightly to take an optional parameter as to whether the data was binary or text so it wouldn't stop reading on a newline or null byte received. @- Made read() binary-safe in sockets.c (Chris Vandomelen) @- Attempted fixing some compile failures (Chris Vandomelen) # Hopefully someone will attempt to compile this on other systems, I # have no access to other platforms to compile it on .... | ||||
| * | added missing def. | Daniel Beulshausen | 2000-10-21 | 1 | -0/+1 |
| | | |||||
| * | - including php.h automatically includes the PHP config file. | Andi Gutmans | 2000-10-21 | 1 | -7/+1 |
| | | |||||
| * | Made array_unique use array_type_data_compare instead of array_data_compare | Stig Venaas | 2000-10-21 | 1 | -2/+2 |
| | | |||||
| * | Added array_type_data_compare which is like array_data_compare but | Stig Venaas | 2000-10-21 | 1 | -61/+117 |
| | | | | | | | | compares type first. Also rewrote array_intersect and array_diff, so that the order is not changed. @- Made array_intersect and array_diff not alter order (Stig Venaas) | ||||
| * | i'm sure this should be ibase_query :) | Daniel Beulshausen | 2000-10-21 | 1 | -1/+1 |
| | | |||||
| * | i can find no php_config.h on win32 :) | Daniel Beulshausen | 2000-10-21 | 1 | -0/+2 |
| | | |||||
| * | made yaz compile under windows | Daniel Beulshausen | 2000-10-21 | 2 | -29/+118 |
| | | |||||
| * | Fix annoying $withval interaction in GD configure stuff | Rasmus Lerdorf | 2000-10-21 | 1 | -0/+2 |
| | | |||||
