summaryrefslogtreecommitdiff
path: root/ext
Commit message (Collapse)AuthorAgeFilesLines
...
* Nuke unused variablefoobar2002-07-131-1/+0
|
* Kill compile warningfoobar2002-07-131-2/+0
|
* Really fix it this time..foobar2002-07-131-0/+4
|
* Fixed bug: #16638.foobar2002-07-131-2/+1
|
* - Made the trim functions use same base function. (less code :)foobar2002-07-132-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.foobar2002-07-131-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 Ohgaki2002-07-132-2/+4
|
* Partially reverted the netware related commit.foobar2002-07-121-13/+3
|
* Beauify a bit..foobar2002-07-121-20/+21
|
* Some ws fixes. And removed the problems causing typedef for ushort.foobar2002-07-121-33/+24
|
* - Fixed compile (bug #18297) on such systems which define uchar.foobar2002-07-121-8/+6
|
* Bail out the given path does not have the libraries in it.foobar2002-07-121-0/+6
|
* Fixed bug: #18295. e_os.h is not supposed to be included..foobar2002-07-121-3/+4
|
* Added NetWare changesAnantha Kesari H Y2002-07-122-2/+183
|
* Make configure stop if something is wrong with libraries/linking.foobar2002-07-121-32/+59
|
* Fix ZTS buildfoobar2002-07-122-12/+7
|
* Remove unused variables.Sebastian Bergmann2002-07-121-1/+0
|
* ws fixfoobar2002-07-111-1/+1
|
* added mbstring.language option in ext/mbstring.Rui Hirokawa2002-07-112-8/+69
|
* yaz.max_links, yaz_log_file setting. User-defined Other InfoAdam Dickmeiss2002-07-112-28/+52
|
* Include YAZ support libs (if any)Adam Dickmeiss2002-07-111-0/+5
|
* - added missing fileUwe Steinmann2002-07-111-0/+159
|
* adding patch from http://www.coupin.net/gd-freetype/ which makes images anti ↵James Cox2002-07-111-4/+4
| | | | | | | aliased (and therefore more readable). #this does actually work.
* Added traslit test files. Moriyoshi Koizumi <readjust@deneb.freemail.ne.jp>Yasuo Ohgaki2002-07-112-0/+20
|
* Fix #16069. Patch by Moriyoshi Koizumi <readjust@deneb.freemail.ne.jp>Yasuo Ohgaki2002-07-112-31/+74
| | | | | @ Made iconv() work well with libiconv or libgconv. (Moriyoshi, Yasuo)
* Fix bug: #14052foobar2002-07-111-0/+3
|
* Fixed bug: #16637, username/password needs to be urlencoded.foobar2002-07-111-0/+4
|
* Fixed bug: #18250foobar2002-07-111-5/+4
|
* merging parts of the old com extension to the new rpc extensionHarald Radi2002-07-101-11/+417
|
* @Fixed socket_set_timeout on win32 (Jason, Edin, Jani)Jason Greene2002-07-102-4/+3
|
* 1) New constants:Georg Richter2002-07-101-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 properlyDerick Rethans2002-07-091-1/+1
|
* Hopefully fixes build with IBM's LDAP libraryStig Venaas2002-07-091-0/+6
|
* add file again that andrei deleted byHarald Radi2002-07-091-0/+10
| | | | | accident (i don't want to blame anyone here)
* eekSterling Hughes2002-07-081-4/+0
|
* commit petr's sax handler patchSterling Hughes2002-07-081-19/+23
|
* - Add TSRMLS_DC to prototype.Andi Gutmans2002-07-081-1/+1
|
* - Fix TSRMLS_* stuffAndi Gutmans2002-07-083-5/+5
|
* Fix shared build and made the logic of finding the socket location better.foobar2002-07-081-12/+17
|
* Unify error messagesDerick Rethans2002-07-0819-117/+116
|
* Unify error messagesDerick Rethans2002-07-081-2/+2
|
* - Add warning to is_*() functions if more than one argument was passedDerick Rethans2002-07-081-0/+1
|
* Silence warningDerick Rethans2002-07-081-1/+1
|
* Unify error messagesDerick Rethans2002-07-081-60/+60
|
* - Fix for bug #14580: Made key() binary safeDerick Rethans2002-07-081-3/+4
|
* a little more whitespace fixShane Caraveo2002-07-081-31/+0
|
* fix the line ending problems in the filesShane Caraveo2002-07-081-0/+55
|
* import php-soap library from sourceforgeShane Caraveo2002-07-0722-0/+7024
|
* fix win32 buildSterling Hughes2002-07-071-52/+34
|
* @ - Added domxml_node_namespace_uri() (Rui Lopes).Christian Stocker2002-07-072-1/+29
|