summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* ChangeLog update2000-03-141-0/+43
|
* NEWS update2000-03-141-0/+3
|
* Fixed some protos.Egon Schmid2000-03-131-7/+7
|
* -Zeev Suraski2000-03-131-1/+1
|
* - Spare a byte :)Zeev Suraski2000-03-131-1/+1
|
* - Change Zend license versionAndi Gutmans2000-03-131-2/+2
|
* - Another zend_ucharAndi Gutmans2000-03-132-2/+2
|
* *** empty log message ***Andi Gutmans2000-03-131-1/+1
|
* Changed HTTP_STATE_VARS to HTTP_SESSION_VARS.Andrei Zmievski2000-03-133-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 placesAndi Gutmans2000-03-132-20/+21
|
* Introduced a way to traverse hashes through external pointers.Andrei Zmievski2000-03-132-21/+54
|
* odbc_close() and odbc_close_all() working againAndreas Karajannis2000-03-132-12/+71
|
* - Change type from int -> charAndi Gutmans2000-03-131-4/+4
|
* - Fix filename/lineno initialization for do_returnZeev Suraski2000-03-131-8/+10
|
* remove java.library from the READMESam Ruby2000-03-132-8/+0
|
* # Oops - functions with multiple optional args suckRasmus Lerdorf2000-03-131-1/+1
|
* - Also check module API numberAndi Gutmans2000-03-131-5/+6
|
* gd-jpeg supportRasmus Lerdorf2000-03-134-1/+137
| | | | | @Add GD-JPEG Support (Rasmus)
* ChangeLog update2000-03-131-0/+90
|
* Eliminate java.library ini option in favor of rpathSam Ruby2000-03-137-100/+111
|
* Adding imap_rfc822_parse_headers(). This function lets you grab mail headersChuck Hagenbuch2000-03-122-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_objectChuck Hagenbuch2000-03-121-4/+4
| | | | | for consistency.
* # Compiles. Doesn't work yet. Unless leaking memory counts as 'working'.Jouni Ahto2000-03-122-728/+2337
| | | | | # Trying to finish before RC1...
* Finished porting recode module.Kristian Köhntopp2000-03-123-3/+63
|
* pval->zvalChuck Hagenbuch2000-03-121-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öhntopp2000-03-121-23/+6
|
* - Define these ones and declare them in modules.hZeev Suraski2000-03-122-10/+0
|
* -Zeev Suraski2000-03-122-1/+9
|
* - Guessing this is the problemAndi Gutmans2000-03-121-1/+1
|
* Use sprintf everywhere and define sprintf to php_sprintf, if sprintf is broken.Sascha Schumann2000-03-125-6/+5
|
* Also search for freetype headers in $prefix/include/freetypeSascha Schumann2000-03-121-1/+9
| | | | | PR: #3775
* Fix build on systems which lack snprintf or vsnprintf.Sascha Schumann2000-03-1215-19/+2
| | | | | PR: #3786
* ChangeLog update2000-03-121-0/+83
|
* NEWS update2000-03-121-0/+1
|
* remove recent patch to _close_odbc_conn calling _free_odbc_resultLeo Baschy2000-03-122-31/+0
|
* Nuke DEBUG.Andrei Zmievski2000-03-111-4/+0
|
* - Added additional DEFER macro.Kristian Köhntopp2000-03-116-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 toAndi Gutmans2000-03-117-8/+8
| | | | | Zend/zend_modules.h before it being finished. Revert it
* - Don't define DEBUG anymore. Everyone should use PHP_DEBUG.Andi Gutmans2000-03-1115-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 thanAndi Gutmans2000-03-111-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.4Sascha Schumann2000-03-114-398/+206
|
* Unix classpath fixesSam Ruby2000-03-111-2/+2
|
* mkextlib is not created anymoreSascha Schumann2000-03-111-1/+0
|
* We don't need mkextlib anymoreSascha Schumann2000-03-111-1/+1
|
* switching the order of arguments of mcal_week_of_day() to be more flexible -Chuck Hagenbuch2000-03-111-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 Hagenbuch2000-03-112-0/+27
|
* ChangeLog update2000-03-111-0/+25
|
* NEWS update2000-03-111-0/+1
|
* - Remove inline from functions which are pretty large and besides eating upAndi Gutmans2000-03-111-8/+8
| | | | | memory in compile time probably doesn't boost performance.
* Add generated file.Andrei Zmievski2000-03-100-0/+0
|