summaryrefslogtreecommitdiff
path: root/ext
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tag 'php_4_0_3RC2'.php-4.0.3RC2SVN Migration2000-10-032-164/+0
|
* - Fix dirname()Andi Gutmans2000-10-031-29/+47
|
* Fix some small issues.Sterling Hughes2000-10-032-2/+2
|
* - Fix VC++ warningAndi Gutmans2000-10-031-1/+2
|
* Add --with-imap-ssl to support SSL'ized imap library in RH7 and othersRasmus Lerdorf2000-10-021-0/+17
| | | | | | @Add --with-imap-ssl to support SSL'ized imap library in RH7 and others @(Rasmus)
* - Now really fix it.Andi Gutmans2000-10-021-2/+2
|
* - Fix bug in parse_url()Andi Gutmans2000-10-021-1/+1
|
* Clean up the alignment of configure --help outputRasmus Lerdorf2000-10-0210-17/+17
|
* fixed unresolved externals.Daniel Beulshausen2000-10-021-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 Hughes2000-10-021-1/+1
|
* @- Added the shmop extension. It allows more general ways of shared memoryDerick Rethans2000-10-016-0/+502
| | | | | | @ access. (thanks to Ilia Alshanestky <iliaa@home.com> and Slava Poliakov @ <slavapl@mailandnews.com> (Derick)
* snmp win extensionDaniel Beulshausen2000-09-301-0/+109
|
* uses php.h defineDaniel Beulshausen2000-09-302-3/+2
|
* - Cleanup output functionsAndi Gutmans2000-09-301-1/+1
|
* - Cleanup some output functionsAndi Gutmans2000-09-302-2/+2
|
* added dsp for the filepro extensionDaniel Beulshausen2000-09-301-0/+109
|
* made win32 compileDaniel Beulshausen2000-09-301-0/+1
|
* removed zendts.lib from link optionsDaniel Beulshausen2000-09-301-2/+2
|
* cleanupDaniel Beulshausen2000-09-301-1/+1
|
* fix not producing valid extensionDaniel Beulshausen2000-09-301-2/+2
|
* leftovers.Sterling Hughes2000-09-301-14/+0
|
* Buncha changes, generally makes the module more stable and removes unnecessarySterling Hughes2000-09-302-296/+204
| | | | | (as of Sablotron 0.44) workarounds.
* @ Added the ability for CURLOPT_POSTFIELDS to accept an array of HTTP postSterling Hughes2000-09-302-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 Schumann2000-09-291-3/+5
| | | | | | Submitted by: tcarroll@chc-chimes.com PR: #6958
* corrected lines for Solid 2.3 systems after some advice from users, please ↵Dan Kalowsky2000-09-292-1/+10
| | | | test...
* Don't try to serialize references.Sascha Schumann2000-09-291-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 withHénot David2000-09-292-1/+42
| | | | | autocommit.
* Fix configure (with Solaris).foobar2000-09-281-1/+1
|
* a little cleanupDaniel Beulshausen2000-09-281-2/+2
|
* added tsrm dir to include pathDaniel Beulshausen2000-09-282-4/+4
|
* removed ignoring msvcrt(d) libaryDaniel Beulshausen2000-09-281-4/+4
|
* major cleanupDaniel Beulshausen2000-09-281-4/+4
| | | | | # but still doesn't work for me
* @- Changed ext/db not to be enabled by default (Jani)foobar2000-09-281-28/+29
|
* Having odbc_tables() and odbc_columns() match the documentation with ↵Frank M. Kromann2000-09-281-34/+30
| | | | parameters optionel from the right
* - Fix build of db2Andi Gutmans2000-09-281-0/+1
|
* Line seems to be missing and causing configure test failures for other ↵Stefan Roehrich2000-09-281-0/+1
| | | | extensions.
* Automatic conversion might cause interpretation of 0xff as EOF, so we storeSascha Schumann2000-09-271-1/+3
| | | | | | | the result in an object of type int first. Submitted by: melchers@cis.fu-berlin.de
* Recognize single quotes around cdata.Sascha Schumann2000-09-273-211/+198
| | | | | Move smart_str functions to an extra file.
* Clean up STR_CAT macro (it is still ugly)Sascha Schumann2000-09-271-8/+3
|
* Move php_memnstr to the header file, so that the function body is availableSascha Schumann2000-09-272-15/+15
| | | | | in all compilation units (note the static linkage).
* fixed tsrm dir, little cleanupsDaniel Beulshausen2000-09-262-12/+12
|
* removed redefinesDaniel Beulshausen2000-09-261-3/+0
|
* cleanup, added configurations for ssl as wellDaniel Beulshausen2000-09-261-2/+64
|
* cleanupDaniel Beulshausen2000-09-261-4/+4
|
* Unify memory allocation in smart_str functionsSascha Schumann2000-09-262-53/+51
|
* Remove superflucious variableSascha Schumann2000-09-261-3/+1
|
* Add URL support for GDStanislav Malyshev2000-09-262-12/+64
|
* Add protos from sybase DB Library.Joey Smith2000-09-261-0/+53
|
* No more empty '-l' caused by this extension.foobar2000-09-221-3/+9
|
* Small fix to the literal IPv6 parsing, now stops at first ] after [Stig Venaas2000-09-221-1/+1
|