summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* # testing changes is a good idea.Sterling Hughes2001-06-011-5/+6
| | | | | | We were passing the php socket resource identifier to select instead of the socket fd...
* A little clean, merge two if statements.Andrei Zmievski2001-06-011-4/+2
|
* Oops, sorry. I should not have committed this ebcdic fix (which was none)Martin Kraemer2001-06-011-3/+0
|
* Cleaning up and fixed some compile problems on systems that only support ↵foobar2001-06-012-97/+69
| | | | static libs.
* Use different define name for this.foobar2001-06-012-2/+2
|
* Cleanup. ws fixes (no tabs in config.m4 files please)foobar2001-06-011-83/+72
|
* Cleanup a little bit.foobar2001-06-011-21/+14
|
* Make use of the --with-expat-dir configure optionfoobar2001-06-011-14/+22
|
* Fix bug: #9009.foobar2001-06-012-4/+9
|
* Missing entries in phpinfo() outputfoobar2001-06-011-8/+13
|
* Output something if password is not set.foobar2001-06-011-1/+3
|
* Added missing configuration directive: fromfoobar2001-06-013-0/+5
| | | | | which is used by fopen() to be send as the default password
* fix crash.Sterling Hughes2001-05-311-0/+2
|
* - Cleaned up some whitespace (sorry, I should have committed that beforefoobar2001-05-312-320/+177
| | | | | | any other changes) - Made use of the Zend resource macros
* Let's have examples here so maybe people would understand betterfoobar2001-05-311-2/+5
| | | | | how to use this directive.
* Fixing crash in shutdown after executing a SQL statement with errorsFrank M. Kromann2001-05-311-24/+15
|
* Adding missing resourceFrank M. Kromann2001-05-311-0/+3
|
* Changed code to return resources for links and resultsFrank M. Kromann2001-05-312-1403/+1188
|
* small ws fix.Sterling Hughes2001-05-301-1/+1
|
* Revert as per Herr Schumann's request.Sterling Hughes2001-05-301-2/+2
|
* Try #2Sterling Hughes2001-05-301-1/+1
| | | | | # aka, flying blind in a shitstorm, but it shouldn't hurt anything
* should fix warnings under winblows.Sterling Hughes2001-05-301-2/+2
|
* should fix compile warnings on win32Sterling Hughes2001-05-301-2/+2
|
* fix compileSterling Hughes2001-05-301-1/+2
|
* Include the To: address in the overview information (already in theChuck Hagenbuch2001-05-301-0/+6
| | | | | envelope; it doesn't cost us anything).
* ldap_result_entry needs to be initialized - testedRasmus Lerdorf2001-05-301-0/+1
| | | | | Should probably MFH this once someone else tests.
* Added array options for yaz_connect: user, group, password, cookie,Adam Dickmeiss2001-05-301-90/+125
| | | | | proxy, and persistent.
* Note to self - stop coding on planesRasmus Lerdorf2001-05-301-1/+1
|
* Fixed bug where yaz_connect could fail in cases where it shouldn't.Adam Dickmeiss2001-05-301-5/+5
|
* Add missing checkZeev Suraski2001-05-302-1/+2
|
* place nice with other libraries.Sterling Hughes2001-05-303-4/+6
|
* Kill warning.Andrei Zmievski2001-05-292-2/+4
|
* Fix long option parsing.Andrei Zmievski2001-05-291-1/+1
|
* Adding fbsql_status_db(). New function to get the status of a given database.Frank M. Kromann2001-05-292-63/+103
|
* imap_thread(), from Rob Siemborski <rjs3@andrew.cmu.edu>.Chuck Hagenbuch2001-05-292-0/+102
|
* Fix the reference serializerStanislav Malyshev2001-05-291-1/+1
| | | | | # Hope now it is right...
* This should finally get rid of those zlib problems. And this is safe too.foobar2001-05-291-11/+9
|
* Fix compile warningWez Furlong2001-05-291-4/+4
|
* Added missing GD/GD2 image handling functions.foobar2001-05-293-36/+128
|
* compile warning fixes.......Sterling Hughes2001-05-291-9/+9
|
* Make this compile. Killed one compile warning.foobar2001-05-282-2/+2
| | | | | # I still get a lot warnings when compiling sablot.c
* use AC_CHECK_LIB to see if the new API is supportedBoian Bonev2001-05-281-2/+5
|
* changed checking if vpopmail has the new APIBoian Bonev2001-05-281-3/+42
| | | | | | added checks if certain functions are supported added vpopmail_alias_get_all
* add checking if vpopmail has the new APIBoian Bonev2001-05-281-0/+3
|
* - tmpbuf is emalloc()'ed so this patch would be faster.Andi Gutmans2001-05-281-2/+1
|
* Prepare for php_streams.Wez Furlong2001-05-281-1/+26
| | | | | # Someone with interbase please test!
* Fix leakWez Furlong2001-05-281-1/+1
|
* @Added "pearize" script to generate Makefile.in files for PEAR extensionsStig Bakken2001-05-283-2/+170
|
* * added LibFile element, used to build Makefile.inStig Bakken2001-05-281-4/+31
|
* Add extra parameter to php_escape_html_entities.Wez Furlong2001-05-281-1/+1
| | | | | # I meant to commit this with the html.[ch] changes