Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | This commit was manufactured by cvs2svn to create tag 'php_4_0_3RC2'.php-4.0.3RC2 | SVN Migration | 2000-10-03 | 2 | -164/+0 |
| | |||||
* | - Fix dirname() | Andi Gutmans | 2000-10-03 | 1 | -29/+47 |
| | |||||
* | Fix some small issues. | Sterling Hughes | 2000-10-03 | 2 | -2/+2 |
| | |||||
* | - Fix VC++ warning | Andi Gutmans | 2000-10-03 | 1 | -1/+2 |
| | |||||
* | Add --with-imap-ssl to support SSL'ized imap library in RH7 and others | Rasmus Lerdorf | 2000-10-02 | 1 | -0/+17 |
| | | | | | | @Add --with-imap-ssl to support SSL'ized imap library in RH7 and others @(Rasmus) | ||||
* | - Now really fix it. | Andi Gutmans | 2000-10-02 | 1 | -2/+2 |
| | |||||
* | - Fix bug in parse_url() | Andi Gutmans | 2000-10-02 | 1 | -1/+1 |
| | |||||
* | Clean up the alignment of configure --help output | Rasmus Lerdorf | 2000-10-02 | 10 | -17/+17 |
| | |||||
* | fixed unresolved externals. | Daniel Beulshausen | 2000-10-02 | 1 | -7/+7 |
| | | | | | | | # it compiles fine now, and php loads the extension fine # but there must be definetly something with the paths # cause mcrypt doesn't want to load any alogrithm | ||||
* | Tiny change in copying of buffer. | Sterling Hughes | 2000-10-02 | 1 | -1/+1 |
| | |||||
* | @- Added the shmop extension. It allows more general ways of shared memory | Derick Rethans | 2000-10-01 | 6 | -0/+502 |
| | | | | | | @ access. (thanks to Ilia Alshanestky <iliaa@home.com> and Slava Poliakov @ <slavapl@mailandnews.com> (Derick) | ||||
* | snmp win extension | Daniel Beulshausen | 2000-09-30 | 1 | -0/+109 |
| | |||||
* | uses php.h define | Daniel Beulshausen | 2000-09-30 | 2 | -3/+2 |
| | |||||
* | - Cleanup output functions | Andi Gutmans | 2000-09-30 | 1 | -1/+1 |
| | |||||
* | - Cleanup some output functions | Andi Gutmans | 2000-09-30 | 2 | -2/+2 |
| | |||||
* | added dsp for the filepro extension | Daniel Beulshausen | 2000-09-30 | 1 | -0/+109 |
| | |||||
* | made win32 compile | Daniel Beulshausen | 2000-09-30 | 1 | -0/+1 |
| | |||||
* | removed zendts.lib from link options | Daniel Beulshausen | 2000-09-30 | 1 | -2/+2 |
| | |||||
* | cleanup | Daniel Beulshausen | 2000-09-30 | 1 | -1/+1 |
| | |||||
* | fix not producing valid extension | Daniel Beulshausen | 2000-09-30 | 1 | -2/+2 |
| | |||||
* | leftovers. | Sterling Hughes | 2000-09-30 | 1 | -14/+0 |
| | |||||
* | Buncha changes, generally makes the module more stable and removes unnecessary | Sterling Hughes | 2000-09-30 | 2 | -296/+204 |
| | | | | | (as of Sablotron 0.44) workarounds. | ||||
* | @ Added the ability for CURLOPT_POSTFIELDS to accept an array of HTTP post | Sterling Hughes | 2000-09-30 | 2 | -290/+334 |
| | | | | | | | | | | | | | | | parameters. (Sterling) @ Added the CURLOPT_HTTPHEADER option that allows for the posting of HTTP headers to a remote site from cURL. (Sterling) @ Add the curl_error() and curl_errno() functions. (Sterling) Buncha other changes... - Changed if () else if () in curl_setopt to switch .. case - Fixed a couple crashes in certain cases. - Finally a decent error reporting scheme. - A few formatting changes. | ||||
* | Return SUCCESS from write handler, if vallen is 0. | Sascha Schumann | 2000-09-29 | 1 | -3/+5 |
| | | | | | | Submitted by: tcarroll@chc-chimes.com PR: #6958 | ||||
* | corrected lines for Solid 2.3 systems after some advice from users, please ↵ | Dan Kalowsky | 2000-09-29 | 2 | -1/+10 |
| | | | | test... | ||||
* | Don't try to serialize references. | Sascha Schumann | 2000-09-29 | 1 | -18/+20 |
| | | | | | | Circular references would otherwise kill PHP, as the serializer would overrun the stack. | ||||
* | Added clean up code for persistent connections to avoid some problems with | Hénot David | 2000-09-29 | 2 | -1/+42 |
| | | | | | autocommit. | ||||
* | Fix configure (with Solaris). | foobar | 2000-09-28 | 1 | -1/+1 |
| | |||||
* | a little cleanup | Daniel Beulshausen | 2000-09-28 | 1 | -2/+2 |
| | |||||
* | added tsrm dir to include path | Daniel Beulshausen | 2000-09-28 | 2 | -4/+4 |
| | |||||
* | removed ignoring msvcrt(d) libary | Daniel Beulshausen | 2000-09-28 | 1 | -4/+4 |
| | |||||
* | major cleanup | Daniel Beulshausen | 2000-09-28 | 1 | -4/+4 |
| | | | | | # but still doesn't work for me | ||||
* | @- Changed ext/db not to be enabled by default (Jani) | foobar | 2000-09-28 | 1 | -28/+29 |
| | |||||
* | Having odbc_tables() and odbc_columns() match the documentation with ↵ | Frank M. Kromann | 2000-09-28 | 1 | -34/+30 |
| | | | | parameters optionel from the right | ||||
* | - Fix build of db2 | Andi Gutmans | 2000-09-28 | 1 | -0/+1 |
| | |||||
* | Line seems to be missing and causing configure test failures for other ↵ | Stefan Roehrich | 2000-09-28 | 1 | -0/+1 |
| | | | | extensions. | ||||
* | Automatic conversion might cause interpretation of 0xff as EOF, so we store | Sascha Schumann | 2000-09-27 | 1 | -1/+3 |
| | | | | | | | the result in an object of type int first. Submitted by: melchers@cis.fu-berlin.de | ||||
* | Recognize single quotes around cdata. | Sascha Schumann | 2000-09-27 | 3 | -211/+198 |
| | | | | | Move smart_str functions to an extra file. | ||||
* | Clean up STR_CAT macro (it is still ugly) | Sascha Schumann | 2000-09-27 | 1 | -8/+3 |
| | |||||
* | Move php_memnstr to the header file, so that the function body is available | Sascha Schumann | 2000-09-27 | 2 | -15/+15 |
| | | | | | in all compilation units (note the static linkage). | ||||
* | fixed tsrm dir, little cleanups | Daniel Beulshausen | 2000-09-26 | 2 | -12/+12 |
| | |||||
* | removed redefines | Daniel Beulshausen | 2000-09-26 | 1 | -3/+0 |
| | |||||
* | cleanup, added configurations for ssl as well | Daniel Beulshausen | 2000-09-26 | 1 | -2/+64 |
| | |||||
* | cleanup | Daniel Beulshausen | 2000-09-26 | 1 | -4/+4 |
| | |||||
* | Unify memory allocation in smart_str functions | Sascha Schumann | 2000-09-26 | 2 | -53/+51 |
| | |||||
* | Remove superflucious variable | Sascha Schumann | 2000-09-26 | 1 | -3/+1 |
| | |||||
* | Add URL support for GD | Stanislav Malyshev | 2000-09-26 | 2 | -12/+64 |
| | |||||
* | Add protos from sybase DB Library. | Joey Smith | 2000-09-26 | 1 | -0/+53 |
| | |||||
* | No more empty '-l' caused by this extension. | foobar | 2000-09-22 | 1 | -3/+9 |
| | |||||
* | Small fix to the literal IPv6 parsing, now stops at first ] after [ | Stig Venaas | 2000-09-22 | 1 | -1/+1 |
| |