| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | ChangeLog update | 2000-03-14 | 1 | -0/+43 | |
| | | |||||
| * | NEWS update | 2000-03-14 | 1 | -0/+3 | |
| | | |||||
| * | Fixed some protos. | Egon Schmid | 2000-03-13 | 1 | -7/+7 |
| | | |||||
| * | - | Zeev Suraski | 2000-03-13 | 1 | -1/+1 |
| | | |||||
| * | - Spare a byte :) | Zeev Suraski | 2000-03-13 | 1 | -1/+1 |
| | | |||||
| * | - Change Zend license version | Andi Gutmans | 2000-03-13 | 1 | -2/+2 |
| | | |||||
| * | - Another zend_uchar | Andi Gutmans | 2000-03-13 | 2 | -2/+2 |
| | | |||||
| * | *** empty log message *** | Andi Gutmans | 2000-03-13 | 1 | -1/+1 |
| | | |||||
| * | Changed HTTP_STATE_VARS to HTTP_SESSION_VARS. | Andrei Zmievski | 2000-03-13 | 3 | -14/+15 |
| | | | | | | | @ Changed $HTTP_STATE_VARS to $HTTP_SESSION_VARS. Use only the latter @ version now! (Andrei) | ||||
| * | - define zend_uint and zend_uchar and use them in a few places | Andi Gutmans | 2000-03-13 | 2 | -20/+21 |
| | | |||||
| * | Introduced a way to traverse hashes through external pointers. | Andrei Zmievski | 2000-03-13 | 2 | -21/+54 |
| | | |||||
| * | odbc_close() and odbc_close_all() working again | Andreas Karajannis | 2000-03-13 | 2 | -12/+71 |
| | | |||||
| * | - Change type from int -> char | Andi Gutmans | 2000-03-13 | 1 | -4/+4 |
| | | |||||
| * | - Fix filename/lineno initialization for do_return | Zeev Suraski | 2000-03-13 | 1 | -8/+10 |
| | | |||||
| * | 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) | ||||
| * | ChangeLog update | 2000-03-13 | 1 | -0/+90 | |
| | | |||||
| * | 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 |
| | | |||||
| * | - Define these ones and declare them in modules.h | Zeev Suraski | 2000-03-12 | 2 | -10/+0 |
| | | |||||
| * | - | Zeev Suraski | 2000-03-12 | 2 | -1/+9 |
| | | |||||
| * | - 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 | 5 | -6/+5 |
| | | |||||
| * | 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 | 15 | -19/+2 |
| | | | | | | PR: #3786 | ||||
| * | ChangeLog update | 2000-03-12 | 1 | -0/+83 | |
| | | |||||
| * | NEWS update | 2000-03-12 | 1 | -0/+1 | |
| | | |||||
| * | remove recent patch to _close_odbc_conn calling _free_odbc_result | Leo Baschy | 2000-03-12 | 2 | -31/+0 |
| | | |||||
| * | Nuke DEBUG. | Andrei Zmievski | 2000-03-11 | 1 | -4/+0 |
| | | |||||
| * | - Added additional DEFER macro. | Kristian Köhntopp | 2000-03-11 | 6 | -1/+362 |
| | | | | | | | - 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 | 15 | -28/+26 |
| | | | | | | | | | 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) | ||||
| * | Upgrade to libtool 1.3.4 | Sascha Schumann | 2000-03-11 | 4 | -398/+206 |
| | | |||||
| * | Unix classpath fixes | Sam Ruby | 2000-03-11 | 1 | -2/+2 |
| | | |||||
| * | mkextlib is not created anymore | Sascha Schumann | 2000-03-11 | 1 | -1/+0 |
| | | |||||
| * | We don't need mkextlib anymore | Sascha Schumann | 2000-03-11 | 1 | -1/+1 |
| | | |||||
| * | 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 |
| | | |||||
| * | ChangeLog update | 2000-03-11 | 1 | -0/+25 | |
| | | |||||
| * | NEWS update | 2000-03-11 | 1 | -0/+1 | |
| | | |||||
| * | - Remove inline from functions which are pretty large and besides eating up | Andi Gutmans | 2000-03-11 | 1 | -8/+8 |
| | | | | | | memory in compile time probably doesn't boost performance. | ||||
| * | Add generated file. | Andrei Zmievski | 2000-03-10 | 0 | -0/+0 |
| | | |||||
