| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | # testing changes is a good idea. | Sterling Hughes | 2001-06-01 | 1 | -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 Zmievski | 2001-06-01 | 1 | -4/+2 | |
| | | ||||||
| * | Oops, sorry. I should not have committed this ebcdic fix (which was none) | Martin Kraemer | 2001-06-01 | 1 | -3/+0 | |
| | | ||||||
| * | Cleaning up and fixed some compile problems on systems that only support ↵ | foobar | 2001-06-01 | 2 | -97/+69 | |
| | | | | | static libs. | |||||
| * | Use different define name for this. | foobar | 2001-06-01 | 2 | -2/+2 | |
| | | ||||||
| * | Cleanup. ws fixes (no tabs in config.m4 files please) | foobar | 2001-06-01 | 1 | -83/+72 | |
| | | ||||||
| * | Cleanup a little bit. | foobar | 2001-06-01 | 1 | -21/+14 | |
| | | ||||||
| * | Make use of the --with-expat-dir configure option | foobar | 2001-06-01 | 1 | -14/+22 | |
| | | ||||||
| * | Fix bug: #9009. | foobar | 2001-06-01 | 2 | -4/+9 | |
| | | ||||||
| * | Missing entries in phpinfo() output | foobar | 2001-06-01 | 1 | -8/+13 | |
| | | ||||||
| * | Output something if password is not set. | foobar | 2001-06-01 | 1 | -1/+3 | |
| | | ||||||
| * | Added missing configuration directive: from | foobar | 2001-06-01 | 3 | -0/+5 | |
| | | | | | | which is used by fopen() to be send as the default password | |||||
| * | fix crash. | Sterling Hughes | 2001-05-31 | 1 | -0/+2 | |
| | | ||||||
| * | - Cleaned up some whitespace (sorry, I should have committed that before | foobar | 2001-05-31 | 2 | -320/+177 | |
| | | | | | | | any other changes) - Made use of the Zend resource macros | |||||
| * | Let's have examples here so maybe people would understand better | foobar | 2001-05-31 | 1 | -2/+5 | |
| | | | | | | how to use this directive. | |||||
| * | Fixing crash in shutdown after executing a SQL statement with errors | Frank M. Kromann | 2001-05-31 | 1 | -24/+15 | |
| | | ||||||
| * | Adding missing resource | Frank M. Kromann | 2001-05-31 | 1 | -0/+3 | |
| | | ||||||
| * | Changed code to return resources for links and results | Frank M. Kromann | 2001-05-31 | 2 | -1403/+1188 | |
| | | ||||||
| * | small ws fix. | Sterling Hughes | 2001-05-30 | 1 | -1/+1 | |
| | | ||||||
| * | Revert as per Herr Schumann's request. | Sterling Hughes | 2001-05-30 | 1 | -2/+2 | |
| | | ||||||
| * | Try #2 | Sterling Hughes | 2001-05-30 | 1 | -1/+1 | |
| | | | | | | # aka, flying blind in a shitstorm, but it shouldn't hurt anything | |||||
| * | should fix warnings under winblows. | Sterling Hughes | 2001-05-30 | 1 | -2/+2 | |
| | | ||||||
| * | should fix compile warnings on win32 | Sterling Hughes | 2001-05-30 | 1 | -2/+2 | |
| | | ||||||
| * | fix compile | Sterling Hughes | 2001-05-30 | 1 | -1/+2 | |
| | | ||||||
| * | Include the To: address in the overview information (already in the | Chuck Hagenbuch | 2001-05-30 | 1 | -0/+6 | |
| | | | | | | envelope; it doesn't cost us anything). | |||||
| * | ldap_result_entry needs to be initialized - tested | Rasmus Lerdorf | 2001-05-30 | 1 | -0/+1 | |
| | | | | | | Should probably MFH this once someone else tests. | |||||
| * | Added array options for yaz_connect: user, group, password, cookie, | Adam Dickmeiss | 2001-05-30 | 1 | -90/+125 | |
| | | | | | | proxy, and persistent. | |||||
| * | Note to self - stop coding on planes | Rasmus Lerdorf | 2001-05-30 | 1 | -1/+1 | |
| | | ||||||
| * | Fixed bug where yaz_connect could fail in cases where it shouldn't. | Adam Dickmeiss | 2001-05-30 | 1 | -5/+5 | |
| | | ||||||
| * | Add missing check | Zeev Suraski | 2001-05-30 | 2 | -1/+2 | |
| | | ||||||
| * | place nice with other libraries. | Sterling Hughes | 2001-05-30 | 3 | -4/+6 | |
| | | ||||||
| * | Kill warning. | Andrei Zmievski | 2001-05-29 | 2 | -2/+4 | |
| | | ||||||
| * | Fix long option parsing. | Andrei Zmievski | 2001-05-29 | 1 | -1/+1 | |
| | | ||||||
| * | Adding fbsql_status_db(). New function to get the status of a given database. | Frank M. Kromann | 2001-05-29 | 2 | -63/+103 | |
| | | ||||||
| * | imap_thread(), from Rob Siemborski <rjs3@andrew.cmu.edu>. | Chuck Hagenbuch | 2001-05-29 | 2 | -0/+102 | |
| | | ||||||
| * | Fix the reference serializer | Stanislav Malyshev | 2001-05-29 | 1 | -1/+1 | |
| | | | | | | # Hope now it is right... | |||||
| * | This should finally get rid of those zlib problems. And this is safe too. | foobar | 2001-05-29 | 1 | -11/+9 | |
| | | ||||||
| * | Fix compile warning | Wez Furlong | 2001-05-29 | 1 | -4/+4 | |
| | | ||||||
| * | Added missing GD/GD2 image handling functions. | foobar | 2001-05-29 | 3 | -36/+128 | |
| | | ||||||
| * | compile warning fixes....... | Sterling Hughes | 2001-05-29 | 1 | -9/+9 | |
| | | ||||||
| * | Make this compile. Killed one compile warning. | foobar | 2001-05-28 | 2 | -2/+2 | |
| | | | | | | # I still get a lot warnings when compiling sablot.c | |||||
| * | use AC_CHECK_LIB to see if the new API is supported | Boian Bonev | 2001-05-28 | 1 | -2/+5 | |
| | | ||||||
| * | changed checking if vpopmail has the new API | Boian Bonev | 2001-05-28 | 1 | -3/+42 | |
| | | | | | | | added checks if certain functions are supported added vpopmail_alias_get_all | |||||
| * | add checking if vpopmail has the new API | Boian Bonev | 2001-05-28 | 1 | -0/+3 | |
| | | ||||||
| * | - tmpbuf is emalloc()'ed so this patch would be faster. | Andi Gutmans | 2001-05-28 | 1 | -2/+1 | |
| | | ||||||
| * | Prepare for php_streams. | Wez Furlong | 2001-05-28 | 1 | -1/+26 | |
| | | | | | | # Someone with interbase please test! | |||||
| * | Fix leak | Wez Furlong | 2001-05-28 | 1 | -1/+1 | |
| | | ||||||
| * | @Added "pearize" script to generate Makefile.in files for PEAR extensions | Stig Bakken | 2001-05-28 | 3 | -2/+170 | |
| | | ||||||
| * | * added LibFile element, used to build Makefile.in | Stig Bakken | 2001-05-28 | 1 | -4/+31 | |
| | | ||||||
| * | Add extra parameter to php_escape_html_entities. | Wez Furlong | 2001-05-28 | 1 | -1/+1 | |
| | | | | | | # I meant to commit this with the html.[ch] changes | |||||
