#
be769483 |
| 07-Nov-2002 |
Wez Furlong |
Really disable curlwrappers configure option.
|
#
ec955b07 |
| 06-Nov-2002 |
Wez Furlong |
Disable --with-curlwrappers. (Pending support from libcurl itself)
|
Revision tags: php-4.3.0pre2, RELEASE_1_0b1, php-4.3.0pre1, MODERN_SYMMETRIC_SESSION_BEHAVIOUR_20021003, RELEASE_0_91, php-4.3.0dev_zend2_alpha3, php-4.2.3 |
|
#
3bf75192 |
| 04-Sep-2002 |
foobar |
@- Added --disable-all configure option. (Jani)
|
Revision tags: php-4.2.3RC2 |
|
#
8218b583 |
| 25-Aug-2002 |
Derick Rethans |
@- PHP's cURL extention now requires cURL version 7.9.8 (Derick) - Bump up required version number of cURL to 7.9.8
|
Revision tags: php-4.2.3RC1 |
|
#
fc1ef270 |
| 12-Aug-2002 |
Wez Furlong |
Implement curl based wrappers. Currently read-only, and http is the only thing tested. Because of this, using them can be controlled by configure: --with-curlwrappers Use CURL fo
Implement curl based wrappers. Currently read-only, and http is the only thing tested. Because of this, using them can be controlled by configure: --with-curlwrappers Use CURL for url streams Not for production use... This enables http, https, ftp and ldap protocols as streams.
show more ...
|
Revision tags: dev, php-4.2.2, INITIAL_IMPORT_SOURCEFORGE, xmlrpc_epi_0_51_merge_pt, php-4.3.0dev_zend2_alpha2, php-4.3.0dev, php5_5_0, RELEASE_0_90, php-4.3.0dev_zend2_alpha1, BEFORE_OBJECTS_STORE, SAFEGUARD_3_0_BETA1_RC1_26062002, RELEASE_0_11, NEW_UI_API_BP, RELEASE_0_10, RELEASE_0_4, php-4.3.0dev-ZendEngine2, php-4.3.0dev-ZendEngine2-Preview1, php-4.2.1, php-4.2.1RC2, php-4.2.1RC1, php-4.2.0, php-4.2.0RC4, php-4.2.0RC3, php-4.2.0RC2, php-4.2.0RC1, help |
|
#
5cba3a99 |
| 12-Mar-2002 |
Sascha Schumann |
extension converted automatically to PHP_NEW_EXTENSION. Manually confirmed
|
Revision tags: php-4.1.2, BEFORE_NEW_OBJECT_MODEL, PRE_ISSET_PATCH, php-4.1.1, PRE_FUNC_RETURNS_OBJECT_PATCH, ChangeLog, php-4.1.0, php-4.1.0RC5 |
|
#
f1397d53 |
| 30-Nov-2001 |
foobar |
Unified the configure messages.
|
Revision tags: php-4.1.0RC4, php-4.1.0RC3, php-4.1.0RC2, POST_PARAMETER_PARSING_API, PRE_PARAMETER_PARSING_API, php-4.1.0RC1, php4, php-4.0.7RC3, POST_SUBST_Z_MACROS, PRE_SUBST_Z_MACROS |
|
#
bb2d4e31 |
| 25-Sep-2001 |
Sterling Hughes |
add a 7.9 version check
|
#
d4b86e1c |
| 08-Sep-2001 |
André Langhorst |
fix curl build for curl >= 7.8
|
Revision tags: php-4.0.7RC2 |
|
#
032b2631 |
| 05-Sep-2001 |
foobar |
Fixes commit / link problems with certain compilers. # Please use PHP_CHECK_LIBRARY() always instead of AC_CHECK_LIB # if you need to pass extra libs/libpaths to the test.
|
Revision tags: php-4.0.7RC1, BEFORE_EXP_MERGE, PRE_METHOD_DEREFERENCE_PATCH, BEFORE_PARAM_PARSING_CHANGE, PRE_ENGINE2_SPLIT |
|
#
f9c76ee1 |
| 06-Aug-2001 |
foobar |
Fixed bug: #12597.
|
Revision tags: PRE_TSRM_MERGE_PATCH, PRE_GRANULAR_GARBAGE_FIX, php-4.0.6, php-4.0.6RC4, php-4.0.6RC3, php-4.0.6RC2 |
|
#
43e41ddb |
| 27-May-2001 |
foobar |
curl-config tells us which libraries it has compiled with. So we should use it.
|
#
ffc997f1 |
| 16-May-2001 |
Sterling Hughes |
Add a compile check for the cURL version and fix the compile in general.
|
Revision tags: php-4.0.6RC1, php-4.0.5, php-4.0.5RC8, php-4.0.5RC7, php-4.0.5RC6, php-4.0.5RC5, php-4.0.5RC4, php-4.0.5RC3 |
|
#
8a26918e |
| 27-Mar-2001 |
foobar |
Renamed the AC_ prefixed macros defined in acinclude.m4 to PHP_* prefixes. # Heads up people! I tested this before committing but you never know..
|
Revision tags: php-4.0.5RC2, php-4.0.5RC1 |
|
#
499b63a3 |
| 11-Mar-2001 |
foobar |
If AC_CHECK_LIB fails, assume that --with-openssl is needed
|
Revision tags: php-4.0.4pl1, php-4.0.4pl1RC2, php-4.0.4pl1RC1, php-4.0.4REL, php-4.0.4RC6, php-4.0.4RC5, php-4.0.4RC4, php-4.0.4RC3, php-4.0.3, php-4.0.3RC2 |
|
#
b189759b |
| 02-Oct-2000 |
Rasmus Lerdorf |
Clean up the alignment of configure --help output
|
Revision tags: php-4.0.3RC1, php-4.0.2, PRE_LIBMYSQL_REVERT, php-4.0.2RC1, PRE_FILE_COMPILE_API_CHANGE |
|
#
cb44d1b3 |
| 24-Jul-2000 |
Sterling Hughes |
1. Move from experimental -> production 2. Thread safety 3. Set some initial options 4. Redo the placement of some functions and options.
|
#
67870714 |
| 16-Jul-2000 |
Sterling Hughes |
Add CURL support (http://curl.haxx.se). # Currently pretty experimental, and labeled so, it # only really works with the CGI version. I wanted # to get the sources in CVS, so I coul
Add CURL support (http://curl.haxx.se). # Currently pretty experimental, and labeled so, it # only really works with the CGI version. I wanted # to get the sources in CVS, so I could give a # reference point for some issues, and get more # extensive testing... # # Does anyone know how long it is going to be till # the next minor release?
show more ...
|