summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Undo oopsieWilfredo Sanchez2001-04-031-7/+7
|
* Add INSTALL_ROOT variable to specify install location.Wilfredo Sanchez2001-04-0313-35/+37
|
* Find libtool if it's called glibtool.Wilfredo Sanchez2001-04-031-2/+3
|
* Fixing crash when listing databsaesFrank M. Kromann2001-04-031-8/+13
| | | | | Fixing rowcount to woirk when the result contains an array og data.
* SCO (and maybe others) do not have this defined.foobar2001-04-031-1/+1
|
* Cleaner (and probably safer) condition handling.Jon Parise2001-04-031-6/+3
|
* ChangeLog update2001-04-031-0/+64
|
* changed the flags parameters to be a bitfield + constants (I don't know whatWez Furlong2001-04-021-104/+78
| | | | | | | I was thinking!). Added a couple of extra parameters so that the equivalent functionality of the openssl smime command can be pretty much used in full. Added some more error reporting.
* Free the correct output buffer, to avoid a segfault on a HEAD requestAnil Madhavapeddy2001-04-022-4/+2
| | | | | when using output buffering with a custom handler (patch by zeev@)
* remove rogue ZEND_GET_MODULE()James Moore2001-04-021-4/+0
|
* Added small change to php_odbc module, to check for failed SQLDisconnectsNick Gorham2001-04-022-8/+23
| | | | | | | | and to close any outstanding transactions if the call fails, then disconnect again. This can cause chaos with SQL Server, this regards a SELECT as starting a transaction, and will leave it open if the result set is not all read.
* Use correct string length.Andrei Zmievski2001-04-021-1/+1
|
* Fixed a typo. Bug: #10103foobar2001-04-021-2/+2
|
* Inserted a few extra initialisations, just in case. Had some problems in aMarc Boeren2001-04-023-0/+12
| | | | | different module, this solved it there, hance the added insurance. (Mc)
* added some more error reporting and did a little tidying.Wez Furlong2001-04-021-10/+18
|
* ChangeLog update2001-04-021-0/+30
|
* Added whole bunch of PKCS7 (S/MIME) functions and made the key/cert paramsWez Furlong2001-04-014-195/+1372
| | | | | a bit more friendly to use. See the README for more info.
* Fixed some glitches in NEWS. (Yes, you may call me pedantic :-)Sebastian Bergmann2001-04-011-48/+49
|
* According to GD documentation the macros should be used instead..foobar2001-04-012-6/+6
|
* Fixed bug #10095.foobar2001-04-011-8/+9
|
* Fixed bug #8137 and killed some compile warnings.foobar2001-04-013-68/+48
|
* ChangeLog update2001-04-011-0/+18
|
* Fix headers handling with output bufferingZeev Suraski2001-03-312-0/+2
|
* ChangeLog update2001-03-311-0/+72
|
* Implemented cpdf_set_viewer_preferences (previously a stub).Fredrik Öhrn2001-03-302-13/+128
| | | | | Added new functions: cpdf_set_font_directories and cpdf_set_font_map_file.
* Send the correct Vary headers, if we negotiate a gzip/deflate sessionAnil Madhavapeddy2001-03-301-0/+6
| | | | | | | via Accept-Encoding. This obeys a SHOULD directive in RFC2616 PR: 10070
* Replace the incomprehensible newline escaping with @NEWLINE@Sascha Schumann2001-03-302-4/+4
| | | | | Fixes the build on Darwin 1.2
* - Renamed the file following Thies suggestionUlf Wendel2001-03-301-0/+0
| | | | | 100% beginners compatible politics of the PHP core guys: I was (again) allowed to make a mistake without beeing kicked - cool, thanks!
* ChangeLog update2001-03-301-0/+65
|
* - uuups, modified the package.dtd, undoUlf Wendel2001-03-291-3/+1
|
* - Added a package xml file for IT[X] templatesUlf Wendel2001-03-292-49/+83
|
* Fix a couple of warnings when calling PEAR::raiseError() statically.Chuck Hagenbuch2001-03-291-4/+14
|
* - package XML for the CacheUlf Wendel2001-03-291-0/+20
| | | | | I'm not sure how to use the package.dtd to document packages and if at all the Cache can be it's own package, but one has to start with it... Sterling, Stig can you give me a hint?
* Output php version at end of tests.James Moore2001-03-291-1/+1
|
* Fixed leak in php_iconv_string. Also returns FAILURE on failure,Wez Furlong2001-03-291-3/+3
| | | | | rather than -1
* ChangeLog update2001-03-291-0/+122
|
* Fixed bug: #10040.foobar2001-03-291-21/+23
|
* pgsql.phpTomas V.V.Cox2001-03-281-3/+3
| | | | | | | | | | | | | | | | | | | * better handling of $rownum param in fetchInto() * changed property numrows[] to num_rows[] DB.php * $rowmun in fetch* now defaults to NULL mysql.php * added default $fetchmode to ordered * removed extra checks in connect() * fetchrow() now uses fetchInto() * added the "fetch absolute row numbers" feature to fetchInto() (not tested) ifx.php * better handling of $rownum param in fetchInto()
* Make file() work again.foobar2001-03-281-7/+6
| | | | | | # For some reason if libbind is linked with PHP the file() function # won't work with URLs. Do we even need libbind?
* fix typoAndré Langhorst2001-03-282-2/+2
|
* fix protoAndré Langhorst2001-03-282-2/+2
|
* Added a simple usage exampleUlf Wendel2001-03-281-1/+29
|
* Fix warningZeev Suraski2001-03-281-0/+3
|
* Make Windows happyZeev Suraski2001-03-281-0/+2
|
* Get rid of more redundant codeZeev Suraski2001-03-281-30/+6
|
* Cleaner way of making sure resources start at 1 and not 0...Zeev Suraski2001-03-281-5/+5
|
* Remove redundant codeZeev Suraski2001-03-282-27/+0
|
* ChangeLog update2001-03-281-0/+142
|
* Renamed the AC_ prefixed macros defined in acinclude.m4 to PHP_* prefixes.foobar2001-03-2767-350/+353
| | | | | # Heads up people! I tested this before committing but you never know..
* - 'Fix' for bug 10002Derick Rethans2001-03-271-1/+1
|