Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Nuke unused variable | foobar | 2002-07-13 | 1 | -1/+0 | |
| | ||||||
* | Kill compile warning | foobar | 2002-07-13 | 1 | -2/+0 | |
| | ||||||
* | Really fix it this time.. | foobar | 2002-07-13 | 1 | -0/+4 | |
| | ||||||
* | Fixed bug: #16638. | foobar | 2002-07-13 | 1 | -2/+1 | |
| | ||||||
* | - Made the trim functions use same base function. (less code :) | foobar | 2002-07-13 | 2 | -65/+35 | |
| | | | | | | | - Renamed php_trim2 -> php_trim (not used anyplace else, yet) - Made php_trim abit more usable for external use. (not necessary to use zvals with it anymore) | |||||
* | Fixed the undefined reference to 'gdttf' errors when using bundled GD lib. | foobar | 2002-07-13 | 1 | -1/+1 | |
| | | | | | # I removed that in the first place..don't remember why. :( | |||||
* | Fixed tests. Patch by Yoshimori Koizumi <readjust@deneb.freemail.ne.jp> | Yasuo Ohgaki | 2002-07-13 | 2 | -2/+4 | |
| | ||||||
* | Partially reverted the netware related commit. | foobar | 2002-07-12 | 1 | -13/+3 | |
| | ||||||
* | Beauify a bit.. | foobar | 2002-07-12 | 1 | -20/+21 | |
| | ||||||
* | Some ws fixes. And removed the problems causing typedef for ushort. | foobar | 2002-07-12 | 1 | -33/+24 | |
| | ||||||
* | - Fixed compile (bug #18297) on such systems which define uchar. | foobar | 2002-07-12 | 1 | -8/+6 | |
| | ||||||
* | Bail out the given path does not have the libraries in it. | foobar | 2002-07-12 | 1 | -0/+6 | |
| | ||||||
* | Fixed bug: #18295. e_os.h is not supposed to be included.. | foobar | 2002-07-12 | 1 | -3/+4 | |
| | ||||||
* | Added NetWare changes | Anantha Kesari H Y | 2002-07-12 | 2 | -2/+183 | |
| | ||||||
* | Make configure stop if something is wrong with libraries/linking. | foobar | 2002-07-12 | 1 | -32/+59 | |
| | ||||||
* | Fix ZTS build | foobar | 2002-07-12 | 2 | -12/+7 | |
| | ||||||
* | Remove unused variables. | Sebastian Bergmann | 2002-07-12 | 1 | -1/+0 | |
| | ||||||
* | ws fix | foobar | 2002-07-11 | 1 | -1/+1 | |
| | ||||||
* | added mbstring.language option in ext/mbstring. | Rui Hirokawa | 2002-07-11 | 2 | -8/+69 | |
| | ||||||
* | yaz.max_links, yaz_log_file setting. User-defined Other Info | Adam Dickmeiss | 2002-07-11 | 2 | -28/+52 | |
| | ||||||
* | Include YAZ support libs (if any) | Adam Dickmeiss | 2002-07-11 | 1 | -0/+5 | |
| | ||||||
* | - added missing file | Uwe Steinmann | 2002-07-11 | 1 | -0/+159 | |
| | ||||||
* | adding patch from http://www.coupin.net/gd-freetype/ which makes images anti ↵ | James Cox | 2002-07-11 | 1 | -4/+4 | |
| | | | | | | | aliased (and therefore more readable). #this does actually work. | |||||
* | Added traslit test files. Moriyoshi Koizumi <readjust@deneb.freemail.ne.jp> | Yasuo Ohgaki | 2002-07-11 | 2 | -0/+20 | |
| | ||||||
* | Fix #16069. Patch by Moriyoshi Koizumi <readjust@deneb.freemail.ne.jp> | Yasuo Ohgaki | 2002-07-11 | 2 | -31/+74 | |
| | | | | | @ Made iconv() work well with libiconv or libgconv. (Moriyoshi, Yasuo) | |||||
* | Fix bug: #14052 | foobar | 2002-07-11 | 1 | -0/+3 | |
| | ||||||
* | Fixed bug: #16637, username/password needs to be urlencoded. | foobar | 2002-07-11 | 1 | -0/+4 | |
| | ||||||
* | Fixed bug: #18250 | foobar | 2002-07-11 | 1 | -5/+4 | |
| | ||||||
* | merging parts of the old com extension to the new rpc extension | Harald Radi | 2002-07-10 | 1 | -11/+417 | |
| | ||||||
* | @Fixed socket_set_timeout on win32 (Jason, Edin, Jani) | Jason Greene | 2002-07-10 | 2 | -4/+3 | |
| | ||||||
* | 1) New constants: | Georg Richter | 2002-07-10 | 1 | -5/+58 | |
| | | | | | | | | | | | | | | | | MYSQL_CLIENT_SSL for ssl connections MYSQL_CLIENT_COMPRESS for compressed protocol MYSQL_CLIENT_IGNORE_SPACES for spaces after function names MYSQL_CLIENT_INTERACTIVE for closing connections after timeout_interactive seconds 2) Optional parameter client_flags for mysql_connect and mysql_pconnect For parameter desctiption see 1. This also should fix bug #13589 3) New internal function _rollback_mysql_transactions, which is called via PHP_RSHUTDOWN_FUNCTION This fixes bug #12513 | |||||
* | - Initialize var properly | Derick Rethans | 2002-07-09 | 1 | -1/+1 | |
| | ||||||
* | Hopefully fixes build with IBM's LDAP library | Stig Venaas | 2002-07-09 | 1 | -0/+6 | |
| | ||||||
* | add file again that andrei deleted by | Harald Radi | 2002-07-09 | 1 | -0/+10 | |
| | | | | | accident (i don't want to blame anyone here) | |||||
* | eek | Sterling Hughes | 2002-07-08 | 1 | -4/+0 | |
| | ||||||
* | commit petr's sax handler patch | Sterling Hughes | 2002-07-08 | 1 | -19/+23 | |
| | ||||||
* | - Add TSRMLS_DC to prototype. | Andi Gutmans | 2002-07-08 | 1 | -1/+1 | |
| | ||||||
* | - Fix TSRMLS_* stuff | Andi Gutmans | 2002-07-08 | 3 | -5/+5 | |
| | ||||||
* | Fix shared build and made the logic of finding the socket location better. | foobar | 2002-07-08 | 1 | -12/+17 | |
| | ||||||
* | Unify error messages | Derick Rethans | 2002-07-08 | 19 | -117/+116 | |
| | ||||||
* | Unify error messages | Derick Rethans | 2002-07-08 | 1 | -2/+2 | |
| | ||||||
* | - Add warning to is_*() functions if more than one argument was passed | Derick Rethans | 2002-07-08 | 1 | -0/+1 | |
| | ||||||
* | Silence warning | Derick Rethans | 2002-07-08 | 1 | -1/+1 | |
| | ||||||
* | Unify error messages | Derick Rethans | 2002-07-08 | 1 | -60/+60 | |
| | ||||||
* | - Fix for bug #14580: Made key() binary safe | Derick Rethans | 2002-07-08 | 1 | -3/+4 | |
| | ||||||
* | a little more whitespace fix | Shane Caraveo | 2002-07-08 | 1 | -31/+0 | |
| | ||||||
* | fix the line ending problems in the files | Shane Caraveo | 2002-07-08 | 1 | -0/+55 | |
| | ||||||
* | import php-soap library from sourceforge | Shane Caraveo | 2002-07-07 | 22 | -0/+7024 | |
| | ||||||
* | fix win32 build | Sterling Hughes | 2002-07-07 | 1 | -52/+34 | |
| | ||||||
* | @ - Added domxml_node_namespace_uri() (Rui Lopes). | Christian Stocker | 2002-07-07 | 2 | -1/+29 | |
| |