| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Replace memcpy and sprintf with smart_strs. | Sascha Schumann | 2001-03-13 | 1 | -16/+12 |
| | | |||||
| * | buf is gone. Don't reference it. | Sascha Schumann | 2001-03-13 | 1 | -1/+1 |
| | | |||||
| * | Added yaz_database. Option bit ExtendedServices set for InitRequest. | Adam Dickmeiss | 2001-03-13 | 2 | -6/+53 |
| | | |||||
| * | Replace another sprintf | Sascha Schumann | 2001-03-13 | 1 | -3/+5 |
| | | |||||
| * | Nuke calls to sprintf, snprintf, strcat, strcpy and rely on | Sascha Schumann | 2001-03-13 | 2 | -62/+72 |
| | | | | | | memcpy and smart_strs. | ||||
| * | Fixing compiler warning on win32 | Frank M. Kromann | 2001-03-13 | 1 | -1/+1 |
| | | |||||
| * | Changed email | Frank M. Kromann | 2001-03-13 | 2 | -3/+3 |
| | | |||||
| * | fix bug in php_gmtime_r | Daniel Beulshausen | 2001-03-13 | 1 | -2/+5 |
| | | |||||
| * | @- IMPORTANT: removed /F modifier handling from preg_replace(). Instead | Andrei Zmievski | 2001-03-13 | 2 | -42/+51 |
| | | | | | | @ one should use new preg_replace_callback() function. (Andrei) | ||||
| * | ChangeLog update | 2001-03-13 | 1 | -0/+85 | |
| | | |||||
| * | NEWS update | 2001-03-13 | 1 | -0/+2 | |
| | | |||||
| * | changed scalar args and returns to doubles, added Ming_setScale function, | Dave Hayden | 2001-03-13 | 2 | -176/+169 |
| | | | | | | added SWFTEXTFIELD_HTML flag, fixed SWFTextField_setIndentation glitch | ||||
| * | Forgot to add it here | Colin Viebrock | 2001-03-12 | 1 | -0/+1 |
| | | |||||
| * | Name length is already known. | Andrei Zmievski | 2001-03-12 | 1 | -4/+3 |
| | | |||||
| * | - Missed second place. | Andi Gutmans | 2001-03-12 | 1 | -4/+12 |
| | | |||||
| * | - Nuke snprintf() | Andi Gutmans | 2001-03-12 | 1 | -2/+9 |
| | | |||||
| * | - White space | Andi Gutmans | 2001-03-12 | 1 | -1/+1 |
| | | |||||
| * | - Fix by Jani Taskinen <sniper@iki.fi> for whole path also to work | Andi Gutmans | 2001-03-12 | 1 | -10/+8 |
| | | | | | | with include_once()/require_once(). | ||||
| * | Fixed prototype. | Sean Bright | 2001-03-12 | 1 | -1/+1 |
| | | |||||
| * | Added NEWS. | Alexander Feldman | 2001-03-12 | 1 | -0/+2 |
| | | |||||
| * | A small fix to make the function imageloadfont portable. | Alexander Feldman | 2001-03-12 | 1 | -1/+19 |
| | | |||||
| * | Prevent memory leak | Stanislav Malyshev | 2001-03-12 | 1 | -1/+1 |
| | | |||||
| * | HEADS UP: renamed config header file in "phpize"d extensions to | Stig Bakken | 2001-03-12 | 1 | -1/+1 |
| | | | | | | "config.h" rather than "php_config.h". | ||||
| * | 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) | ||||
