| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fixed some protos. | Egon Schmid | 2000-03-13 | 1 | -7/+7 |
| | | |||||
| * | Changed HTTP_STATE_VARS to HTTP_SESSION_VARS. | Andrei Zmievski | 2000-03-13 | 2 | -14/+14 |
| | | | | | | | @ Changed $HTTP_STATE_VARS to $HTTP_SESSION_VARS. Use only the latter @ version now! (Andrei) | ||||
| * | odbc_close() and odbc_close_all() working again | Andreas Karajannis | 2000-03-13 | 2 | -12/+71 |
| | | |||||
| * | remove java.library from the README | Sam Ruby | 2000-03-13 | 2 | -8/+0 |
| | | |||||
| * | # Oops - functions with multiple optional args suck | Rasmus Lerdorf | 2000-03-13 | 1 | -1/+1 |
| | | |||||
| * | - Also check module API number | Andi Gutmans | 2000-03-13 | 1 | -5/+6 |
| | | |||||
| * | gd-jpeg support | Rasmus Lerdorf | 2000-03-13 | 4 | -1/+137 |
| | | | | | | @Add GD-JPEG Support (Rasmus) | ||||
| * | Eliminate java.library ini option in favor of rpath | Sam Ruby | 2000-03-13 | 7 | -100/+111 |
| | | |||||
| * | Adding imap_rfc822_parse_headers(). This function lets you grab mail headers | Chuck Hagenbuch | 2000-03-12 | 2 | -126/+169 |
| | | | | | | | | | | | | | from anywhere - a saved message in an archive, a pop server, a database, etc - and parse them into an object similar to what imap_headerinfo() returns. It's just missing the flag info and other things that only come from the IMAP server. In the process of doing this, I seperated some more code out into a support function - _php_make_header_object() - since it was used in multiple functions. The module is slowly getting well organized. | ||||
| * | spelling correction, and rename make_event_object to _php_make_event_object | Chuck Hagenbuch | 2000-03-12 | 1 | -4/+4 |
| | | | | | | for consistency. | ||||
| * | # Compiles. Doesn't work yet. Unless leaking memory counts as 'working'. | Jouni Ahto | 2000-03-12 | 2 | -728/+2337 |
| | | | | | | # Trying to finish before RC1... | ||||
| * | Finished porting recode module. | Kristian Köhntopp | 2000-03-12 | 3 | -3/+63 |
| | | |||||
| * | pval->zval | Chuck Hagenbuch | 2000-03-12 | 1 | -516/+515 |
| | | | | | | | | | | use the *_ex() functions use zend_get_parameters_ex Tested on my calendar code, and seems to be crash free. But I think I'll wait on converting the IMAP module, since this was quite a pain. :) | ||||
| * | - using _ex() functions now, thanks to Andrej. | Kristian Köhntopp | 2000-03-12 | 1 | -23/+6 |
| | | |||||
| * | - Guessing this is the problem | Andi Gutmans | 2000-03-12 | 1 | -1/+1 |
| | | |||||
| * | Use sprintf everywhere and define sprintf to php_sprintf, if sprintf is broken. | Sascha Schumann | 2000-03-12 | 2 | -2/+2 |
| | | |||||
| * | Also search for freetype headers in $prefix/include/freetype | Sascha Schumann | 2000-03-12 | 1 | -1/+9 |
| | | | | | | PR: #3775 | ||||
| * | Fix build on systems which lack snprintf or vsnprintf. | Sascha Schumann | 2000-03-12 | 11 | -11/+0 |
| | | | | | | PR: #3786 | ||||
| * | remove recent patch to _close_odbc_conn calling _free_odbc_result | Leo Baschy | 2000-03-12 | 2 | -31/+0 |
| | | |||||
| * | - Added additional DEFER macro. | Kristian Köhntopp | 2000-03-11 | 5 | -0/+351 |
| | | | | | | | - First stab at porting the recode module. Still having problems with the _ex() functions, they core - why? | ||||
| * | - Oops I commited a name change for consistency of Zend/modules.h to | Andi Gutmans | 2000-03-11 | 7 | -8/+8 |
| | | | | | | Zend/zend_modules.h before it being finished. Revert it | ||||
| * | - Don't define DEBUG anymore. Everyone should use PHP_DEBUG. | Andi Gutmans | 2000-03-11 | 11 | -21/+21 |
| | | | | | | | | | There are 2-3 third-party libs in PHP which use DEBUG and I left them this way (primary example is pcrelib). - Please test things and Andrei, can you check that pcrelib stopped printing the warning messages? | ||||
| * | - Don't load modules which have different debug and ZTS information than | Andi Gutmans | 2000-03-11 | 1 | -0/+17 |
| | | | | | | | | | PHP() (untested). Not sure how to handle API version. Should it also not load? It probably should but it might bite us at some point. @ Prevent from loading dynamic PHP modules which were compiled with different debug and thread safety modes than PHP, which resulted in a crash (Andi) | ||||
| * | switching the order of arguments of mcal_week_of_day() to be more flexible - | Chuck Hagenbuch | 2000-03-11 | 1 | -2/+2 |
| | | | | | | | day, month, year now so that month and year can be defaulted at some point. this is also consistent with the library function. | ||||
| * | Add mcal_week_of_year(), submitted by jtaskine@hit.fi. | Chuck Hagenbuch | 2000-03-11 | 2 | -0/+27 |
| | | |||||
| * | - replaced some old code to access server variables | Uwe Steinmann | 2000-03-10 | 2 | -7/+22 |
| | | |||||
| * | - Weird that this wasn't caught earlier | Andi Gutmans | 2000-03-10 | 1 | -1/+1 |
| | | |||||
| * | _close_odbc_conn calls _free_odbc_result if possible | Leo Baschy | 2000-03-09 | 2 | -0/+31 |
| | | |||||
| * | - fixed cpdf_set_font() error | Uwe Steinmann | 2000-03-09 | 1 | -1/+2 |
| | | |||||
| * | - ups, fixed stupid compile errors | Uwe Steinmann | 2000-03-09 | 1 | -4/+1 |
| | | |||||
| * | - dropped support for version of pdflib < 3.0 | Uwe Steinmann | 2000-03-09 | 2 | -190/+32 |
| | | | | | | - better detection of libs required for pdflib | ||||
| * | - bug fix, insertion of links back into HTML document | Uwe Steinmann | 2000-03-09 | 1 | -2/+4 |
| | | | | | | - smarter test script | ||||
| * | (OCILogon) fixed crash in OCILogon if username was not valid (newly ↵ | Thies C. Arntzen | 2000-03-09 | 1 | -1/+1 |
| | | | | | introduced - no need for a NEWS entry) | ||||
| * | - several fixes and cleanups in hw module | Uwe Steinmann | 2000-03-08 | 3 | -28/+54 |
| | | |||||
| * | Anything in $HTTP_SESSION_VARS[] is auto-registered, if register_globals | Andrei Zmievski | 2000-03-08 | 1 | -0/+11 |
| | | | | | | is turned off. | ||||
| * | - support for pdflib 3.0 | Uwe Steinmann | 2000-03-07 | 1 | -8/+2 |
| | | |||||
| * | - quick hack to support pdflib 3.0 (not tested) | Uwe Steinmann | 2000-03-07 | 1 | -7/+7 |
| | | |||||
| * | Try to locate the mysql.sock | Sascha Schumann | 2000-03-07 | 2 | -1/+17 |
| | | |||||
| * | - Enable MySQL by default | Andi Gutmans | 2000-03-07 | 1 | -2/+2 |
| | | |||||
| * | Expanded checking for pcre.h and libpcre.a. | Andrei Zmievski | 2000-03-07 | 2 | -12/+30 |
| | | |||||
| * | - Thies, it is crucial :) | Andi Gutmans | 2000-03-07 | 1 | -2/+2 |
| | | |||||
| * | - some cleanups and fixed memory leak | Uwe Steinmann | 2000-03-07 | 1 | -3/+5 |
| | | |||||
| * | Unresolved external php_if_ftruncate on Win32 | Sam Ruby | 2000-03-07 | 1 | -1/+1 |
| | | |||||
| * | - switch to zend's double link list finished | Uwe Steinmann | 2000-03-07 | 1 | -22/+44 |
| | | |||||
| * | Only define crypt if it is present | Sam Ruby | 2000-03-07 | 1 | -0/+6 |
| | | |||||
| * | Can't believe it hasn't been done yet. | Andrei Zmievski | 2000-03-07 | 1 | -0/+5 |
| | | |||||
| * | (php: dl) fixed MAXPATHLEN bug | Thies C. Arntzen | 2000-03-07 | 1 | -4/+12 |
| | | | | | | # now it's /* SAFE */ ! | ||||
| * | Change default UNIX sock to /tmp/mysql.sock | Sascha Schumann | 2000-03-06 | 1 | -1/+1 |
| | | |||||
| * | Build fixes - MySQL now actually works | Sascha Schumann | 2000-03-06 | 3 | -1/+5 |
| | | |||||
| * | @Cleaned up extension namespace (Stig) | Stig Bakken | 2000-03-06 | 39 | -527/+338 |
| | | | | | | | Cleaned up extension namespace, and changed ext/standard into one single extension. | ||||
