summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Add cvsclean target for standalone extensions.Andrei Zmievski2001-02-011-0/+6
|
* UDM_PARAM_CHARSET parameter in Udm_Set_Agent_Param() has been added toSergey Kartashoff2001-02-013-18/+44
| | | | | | | set local charset you are using. Example updated also. @- UDM_PARAM_CHARSET parameter in Udm_Set_Agent_Param() has been added to @ set local charset you are using. Example updated also. (gluke)
* Add utility functionStanislav Malyshev2001-02-011-0/+30
|
* did someone poop in the code? :-)Stig Bakken2001-02-011-1/+1
|
* ­ some modification from Rainer SchaafUwe Steinmann2001-02-011-111/+108
| | | | | | | | | | | * fixed prototype for pdf_new() * MINFO: included Revision of pdf.c, removed info about CJK + in-memory, this is standard with V3.x) * repaired PDF_open_CCITT * repaired PDF_setfont * eliminated many compiler warnings. * former resource "pdf document" is now called "pdf object"
* Massive reformatting.Jon Parise2001-02-011-304/+550
|
* Modified /F handling to allow calling object methods.Andrei Zmievski2001-02-013-58/+54
|
* Added zend_is_callable() function that checks whether passed zvalAndrei Zmievski2001-02-012-0/+41
| | | | | represents a valid and exiting callable construct.
* ChangeLog update2001-02-011-0/+69
|
* NEWS update2001-02-011-0/+3
|
* Only two lines are allowed here.Egon Schmid2001-01-311-3/+2
|
* Added the mysql_get_*_info() functions.Sean Bright2001-01-312-0/+123
| | | | | | | | # If anyone knows of a version of mysql lower then 3.20.32 that implements # all 3 of these functions, please change the conditionals. @- Added mysql_get_client_info(), mysql_get_server_info(), @ mysql_get_proto_info(), and mysql_get_host_info() functions. (Sean)
* - Change unset() functions to null(). unset() is legacyAndi Gutmans2001-01-316-17/+23
|
* use $HTTP_SERVER_VARS, in case register_globals is Off, and use !empty()Chuck Hagenbuch2001-01-311-6/+5
| | | | | instead of just if () to avoid errors.
* add iconv and mingDaniel Beulshausen2001-01-311-0/+24
|
* nuke warning, and add dspDaniel Beulshausen2001-01-312-5/+107
|
* fix typoDaniel Beulshausen2001-01-311-1/+1
|
* make iconv compile under win32 using libiconvDaniel Beulshausen2001-01-312-4/+124
| | | | | # http://clisp.cons.org/~haible/packages-libiconv.html
* Added search cache and track query features.Sergey Kartashoff2001-01-315-22/+76
| | | | | | @-Added search cache and track query features. # For example please refer at ext/mnogosearch/test.php
* Adding readme for release process, this needs to live somewhere and here ↵James Moore2001-01-311-0/+186
| | | | seems as good a place as any.
* added currency, date, IUnknown and NULL datatypesHarald Radi2001-01-312-126/+346
|
* - note about change of pdf apiUwe Steinmann2001-01-311-0/+3
|
* - Quick fix. I'm for changing these to add_property_null() as we've nukedAndi Gutmans2001-01-311-1/+1
| | | | | - unset.
* ChangeLog update2001-01-311-0/+52
|
* NEWS update2001-01-311-0/+4
|
* whitespaceStig Bakken2001-01-311-229/+229
|
* Fixed conditional.Sean Bright2001-01-311-1/+1
| | | | | # Woops!
* Fix for bug #8991. mysql_field_type() now returns "year" for columns ofSean Bright2001-01-311-0/+9
| | | | | type YEAR.
* Fixed problem with looping present requests for Isite targets.Adam Dickmeiss2001-01-302-9/+21
|
* fixing .cvsignoreHarald Radi2001-01-300-0/+0
|
* adding .cvsignoreHarald Radi2001-01-300-0/+0
|
* mnoGoSearch extension module initial version has been added.Sergey Kartashoff2001-01-307-0/+716
| | | | | | | | | | | | This module currently at the alpha state, but it can be used already. @- mnoGoSearch extension module initial version has been added. @ This module currently at the alpha state, but it can be used already. # For details about mnoGoSearch please refer at http://search.mnogo.ru PR: Submitted by: Reviewed by: Obtained from:
* @Allow url encoding in DB usernames and passwords (Stig, PEAR)Stig Bakken2001-01-301-26/+61
|
* Applied patch from Oleg Sharoiko <os@rsu.ru> to fix bug in ↵David Eriksson2001-01-302-5/+9
| | | | satellite_any_to_zval_sequence
* pass another com object as parameterHarald Radi2001-01-304-122/+156
|
* ChangeLog update2001-01-301-0/+17
|
* @Added raiseError and setErrorHandling methods to PEAR class (Stig, PEAR)Stig Bakken2001-01-303-12/+187
| | | | | | # This allows all objects to have their own default error handling # or use a global default.
* Fixed bug #8946. In some systems the libxml.* is actually libxml2.*foobar2001-01-291-1/+7
|
* use *_EXTERN_C() and PHP_WIN32Harald Radi2001-01-2914-142/+150
|
* fixed unicodeconversion and parameter passing bugs in com and dotnet modulesHarald Radi2001-01-287-1184/+59
|
* fixed unicodeconversion and parameter passing bugs in com and dotnet modulesHarald Radi2001-01-2810-0/+3646
|
* ChangeLog update2001-01-281-0/+39
|
* PR:John Donagher2001-01-281-14/+14
| | | | | Clean up and add folding
* PR:John Donagher2001-01-281-23/+0
| | | | | | Remove --with-pfpro warning. Verisign has released a beta SDK which corrects the problem.
* PR:John Donagher2001-01-271-0/+23
| | | | | | | | Submitted by: Reviewed by: Obtained from: Add configure warning message when compiling --with-pfpro
* Fixed some protos.Egon Schmid2001-01-271-3/+3
|
* File formats in uppercase characters.Egon Schmid2001-01-271-5/+5
|
* - That doesn't seem like a smart thing to do :)Andi Gutmans2001-01-271-1/+1
| | | | | - I wonder if gcc optimized it out.
* This config.m4 was obviously not tested at all before being committed.Sascha Schumann2001-01-271-2/+2
| | | | | s/withval/PHP_MING/
* ChangeLog update2001-01-271-0/+43
|