summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* i'll place the reg file in the win32 folderDaniel Beulshausen2000-10-221-5/+0
| | | | | cause it doesn't really fit in this folder
* Corrected prototype comments for ldap_get_option and ldap_set_optionStig Venaas2000-10-221-2/+2
|
* Fixed array_type_data_compare(). I want strings to always differ fromStig Venaas2000-10-221-3/+6
| | | | | numbers, but not say 7 and 7.0 to differ.
* Hopefully made some compile fixes for Solaris ("sun" is an already definedChris Vandomelen2000-10-221-107/+173
| | | | | | | | | | symbol on Solaris.. s_un isn't...), and corrected bugs with checking for a string by checking if Z_STRVAL_PP(ptr) == NULL instead of Z_STRLEN_PP == 0, causing segfaults when uninitialized values were passed into certain functions. @- Attempted to make compile fixes for Solaris in ext/sockets/sockets.c (Chris Vandomelen) # OK, so I have a tendency to make lots and lots of bug fixes in big spurts..
* Oops, forgot to remove those .. thought I had..Chris Vandomelen2000-10-221-11/+0
|
* Corrected some bugs dealing with compile failures (should now compileChris Vandomelen2000-10-222-14/+68
| | | | | | | | | | | | on most varieties of Linux, and should hopefully fix at least 3 of the compile errors that were discovered). Also modified read() slightly to take an optional parameter as to whether the data was binary or text so it wouldn't stop reading on a newline or null byte received. @- Made read() binary-safe in sockets.c (Chris Vandomelen) @- Attempted fixing some compile failures (Chris Vandomelen) # Hopefully someone will attempt to compile this on other systems, I # have no access to other platforms to compile it on ....
* ChangeLog update2000-10-221-0/+75
|
* NEWS update2000-10-221-0/+1
|
* added missing def.Daniel Beulshausen2000-10-211-0/+1
|
* - including php.h automatically includes the PHP config file.Andi Gutmans2000-10-211-7/+1
|
* Made array_unique use array_type_data_compare instead of array_data_compareStig Venaas2000-10-211-2/+2
|
* Added array_type_data_compare which is like array_data_compare butStig Venaas2000-10-211-61/+117
| | | | | | | compares type first. Also rewrote array_intersect and array_diff, so that the order is not changed. @- Made array_intersect and array_diff not alter order (Stig Venaas)
* i'm sure this should be ibase_query :)Daniel Beulshausen2000-10-211-1/+1
|
* i can find no php_config.h on win32 :)Daniel Beulshausen2000-10-211-0/+2
|
* Save url_scanner_ex.c and don't require re2c to be installed onSascha Schumann2000-10-211-2/+3
| | | | | the release/snapshot machine.
* made yaz compile under windowsDaniel Beulshausen2000-10-213-29/+131
|
* Fix annoying $withval interaction in GD configure stuffRasmus Lerdorf2000-10-211-0/+2
|
* Gremlins?Rasmus Lerdorf2000-10-211-1/+1
|
* Config Patch for DBMakerAndreas Karajannis2000-10-211-5/+4
|
* added bz2 and removed ZendTS (not really nedded here)Daniel Beulshausen2000-10-211-29/+29
|
* make libmysql compile under winDaniel Beulshausen2000-10-212-1/+17
|
* Removed files from Win32 workspace that were removed in libmysql 3.23Sebastian Bergmann2000-10-211-12/+0
|
* more newsNikos Mavroyanopoulos2000-10-211-0/+2
|
* ChangeLog update2000-10-211-0/+222
|
* NEWS update2000-10-211-0/+6
|
* Now checks that the library really exists even if path is specified as /usrfoobar2000-10-211-4/+3
| | | | | PR: 7358
* test commitSascha Schumann2000-10-201-0/+1
|
* Parse quoted boundary correctlySascha Schumann2000-10-201-0/+6
|
* Add explicit format stringSascha Schumann2000-10-201-1/+1
|
* Mention the ext/mysql/libmysql upgrade in NEWS.MySQL Team2000-10-201-0/+1
|
* Update libmysql to 3.23 version. No major changes visible to the user - mostlyMySQL Team2000-10-2096-980/+2793
| | | | | bug fixes and other maintenance-oriented changes.
* updated for the new sqlcliNikos Mavroyanopoulos2000-10-201-1/+1
|
* Fixing bug #6000Frank M. Kromann2000-10-201-0/+1
| | | | | | | Return the full content for datetime colums Make the same fix for smalldatetime
* Fixing bug #6000Frank M. Kromann2000-10-201-6/+7
| | | | | Return the full content for datetime colums
* Made ldap_connect() accept URL in host parameter when using OpenLDAP 2.x.Stig Venaas2000-10-201-1/+15
| | | | | | @- Made ldap_connect() accept URL in host parameter when using OpenLDAP @ 2.x. To use SSL, use ldaps://host/ as URL. (Stig Venaas)
* Fixing bug in mssql_fetch_object() and mssql_close()Frank M. Kromann2000-10-201-2/+8
|
* Changing datatype to remove compiler warningFrank M. Kromann2000-10-201-1/+1
|
* Adding type cast to remove compiler warningFrank M. Kromann2000-10-201-1/+1
|
* - Fixed a bug in zend_rsrc_list_get_rsrc_type()Andrei Zmievski2000-10-202-2/+6
| | | | | | - Switched register_list_destructors() to use zend_register_list_destructors_ex() instead
* Mega-patch to get better resource information for modules.Andrei Zmievski2000-10-2044-202/+323
| | | | | | | | | | | | | * Fixed a bug in zend_rsrc_list_get_rsrc_type() * Switched register_list_destructors() to use zend_register_list_destructors_ex() instead * Updated all relevant modules to provide the resource type name to register_list_destructors() call * Updated var_dump() to output resource type name instead of number @- Made resource type names visible, e.g. var_dump() and @ get_resource_type() display "file" for file resources. (Andrei)
* Changed array_avg() to array_mean()Monte Ohrt2000-10-201-1/+1
|
* added array_sum() and array_avg() to TODO listMonte Ohrt2000-10-201-0/+1
|
* - Should lessen confusionAndi Gutmans2000-10-201-4/+1
|
* Fix CURLOPT_REFERER.Sterling Hughes2000-10-202-21/+188
| | | | | | | | | | @ Added the curl_getinfo() function to find out information about a CURL transfer. This function requires cURL 4.0 or above. (Sterling) @ Added the CURLOPT_KRB4, CURLOPT_INTERFACE, CURLOPT_QUOTE, CURLOPT_POSTQUOTE, CURLOPT_QUOTE and CURLOPT_HTTPPROXYTUNNELL options. (Sterling)
* Regenerate url_scanner_ex.c (always) without '#line' directives forfoobar2000-10-201-0/+3
| | | | | | releases and snapshots. PR: 7154, 7263, 7289 # Sascha: Is this allright?
* ChangeLog update2000-10-201-0/+53
|
* NEWS update2000-10-201-0/+4
|
* - Removed the shm_* aliasesDerick Rethans2000-10-191-13/+6
| | | | | | | @- Removed the shm_* aliases, only the smhop_* function wiil be @ supported (Derick) #I'll change the NEWS file as soon as it has been rebuild
* - Renamed the shm_ to shmop_ and created aliases for the old shm_Derick Rethans2000-10-192-30/+37
| | | | | | | functions @- Renamed the shm_* functions to shmop_* and added aliases for the @ old functions (Derick)
* Hack for #7262, not fixed yetSascha Schumann2000-10-192-3/+9
|