| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | i'll place the reg file in the win32 folder | Daniel Beulshausen | 2000-10-22 | 1 | -5/+0 |
| | | | | | | cause it doesn't really fit in this folder | ||||
| * | Corrected prototype comments for ldap_get_option and ldap_set_option | Stig Venaas | 2000-10-22 | 1 | -2/+2 |
| | | |||||
| * | Fixed array_type_data_compare(). I want strings to always differ from | Stig Venaas | 2000-10-22 | 1 | -3/+6 |
| | | | | | | numbers, but not say 7 and 7.0 to differ. | ||||
| * | Hopefully made some compile fixes for Solaris ("sun" is an already defined | Chris Vandomelen | 2000-10-22 | 1 | -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 Vandomelen | 2000-10-22 | 1 | -11/+0 |
| | | |||||
| * | Corrected some bugs dealing with compile failures (should now compile | Chris Vandomelen | 2000-10-22 | 2 | -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 update | 2000-10-22 | 1 | -0/+75 | |
| | | |||||
| * | NEWS update | 2000-10-22 | 1 | -0/+1 | |
| | | |||||
| * | added missing def. | Daniel Beulshausen | 2000-10-21 | 1 | -0/+1 |
| | | |||||
| * | - including php.h automatically includes the PHP config file. | Andi Gutmans | 2000-10-21 | 1 | -7/+1 |
| | | |||||
| * | Made array_unique use array_type_data_compare instead of array_data_compare | Stig Venaas | 2000-10-21 | 1 | -2/+2 |
| | | |||||
| * | Added array_type_data_compare which is like array_data_compare but | Stig Venaas | 2000-10-21 | 1 | -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 Beulshausen | 2000-10-21 | 1 | -1/+1 |
| | | |||||
| * | i can find no php_config.h on win32 :) | Daniel Beulshausen | 2000-10-21 | 1 | -0/+2 |
| | | |||||
| * | Save url_scanner_ex.c and don't require re2c to be installed on | Sascha Schumann | 2000-10-21 | 1 | -2/+3 |
| | | | | | | the release/snapshot machine. | ||||
| * | made yaz compile under windows | Daniel Beulshausen | 2000-10-21 | 3 | -29/+131 |
| | | |||||
| * | Fix annoying $withval interaction in GD configure stuff | Rasmus Lerdorf | 2000-10-21 | 1 | -0/+2 |
| | | |||||
| * | Gremlins? | Rasmus Lerdorf | 2000-10-21 | 1 | -1/+1 |
| | | |||||
| * | Config Patch for DBMaker | Andreas Karajannis | 2000-10-21 | 1 | -5/+4 |
| | | |||||
| * | added bz2 and removed ZendTS (not really nedded here) | Daniel Beulshausen | 2000-10-21 | 1 | -29/+29 |
| | | |||||
| * | make libmysql compile under win | Daniel Beulshausen | 2000-10-21 | 2 | -1/+17 |
| | | |||||
| * | Removed files from Win32 workspace that were removed in libmysql 3.23 | Sebastian Bergmann | 2000-10-21 | 1 | -12/+0 |
| | | |||||
| * | more news | Nikos Mavroyanopoulos | 2000-10-21 | 1 | -0/+2 |
| | | |||||
| * | ChangeLog update | 2000-10-21 | 1 | -0/+222 | |
| | | |||||
| * | NEWS update | 2000-10-21 | 1 | -0/+6 | |
| | | |||||
| * | Now checks that the library really exists even if path is specified as /usr | foobar | 2000-10-21 | 1 | -4/+3 |
| | | | | | | PR: 7358 | ||||
| * | test commit | Sascha Schumann | 2000-10-20 | 1 | -0/+1 |
| | | |||||
| * | Parse quoted boundary correctly | Sascha Schumann | 2000-10-20 | 1 | -0/+6 |
| | | |||||
| * | Add explicit format string | Sascha Schumann | 2000-10-20 | 1 | -1/+1 |
| | | |||||
| * | Mention the ext/mysql/libmysql upgrade in NEWS. | MySQL Team | 2000-10-20 | 1 | -0/+1 |
| | | |||||
| * | Update libmysql to 3.23 version. No major changes visible to the user - mostly | MySQL Team | 2000-10-20 | 96 | -980/+2793 |
| | | | | | | bug fixes and other maintenance-oriented changes. | ||||
| * | updated for the new sqlcli | Nikos Mavroyanopoulos | 2000-10-20 | 1 | -1/+1 |
| | | |||||
| * | Fixing bug #6000 | Frank M. Kromann | 2000-10-20 | 1 | -0/+1 |
| | | | | | | | | Return the full content for datetime colums Make the same fix for smalldatetime | ||||
| * | Fixing bug #6000 | Frank M. Kromann | 2000-10-20 | 1 | -6/+7 |
| | | | | | | Return the full content for datetime colums | ||||
| * | Made ldap_connect() accept URL in host parameter when using OpenLDAP 2.x. | Stig Venaas | 2000-10-20 | 1 | -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. Kromann | 2000-10-20 | 1 | -2/+8 |
| | | |||||
| * | Changing datatype to remove compiler warning | Frank M. Kromann | 2000-10-20 | 1 | -1/+1 |
| | | |||||
| * | Adding type cast to remove compiler warning | Frank M. Kromann | 2000-10-20 | 1 | -1/+1 |
| | | |||||
| * | - Fixed a bug in zend_rsrc_list_get_rsrc_type() | Andrei Zmievski | 2000-10-20 | 2 | -2/+6 |
| | | | | | | | - Switched register_list_destructors() to use zend_register_list_destructors_ex() instead | ||||
| * | Mega-patch to get better resource information for modules. | Andrei Zmievski | 2000-10-20 | 44 | -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 Ohrt | 2000-10-20 | 1 | -1/+1 |
| | | |||||
| * | added array_sum() and array_avg() to TODO list | Monte Ohrt | 2000-10-20 | 1 | -0/+1 |
| | | |||||
| * | - Should lessen confusion | Andi Gutmans | 2000-10-20 | 1 | -4/+1 |
| | | |||||
| * | Fix CURLOPT_REFERER. | Sterling Hughes | 2000-10-20 | 2 | -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 for | foobar | 2000-10-20 | 1 | -0/+3 |
| | | | | | | | releases and snapshots. PR: 7154, 7263, 7289 # Sascha: Is this allright? | ||||
| * | ChangeLog update | 2000-10-20 | 1 | -0/+53 | |
| | | |||||
| * | NEWS update | 2000-10-20 | 1 | -0/+4 | |
| | | |||||
| * | - Removed the shm_* aliases | Derick Rethans | 2000-10-19 | 1 | -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 Rethans | 2000-10-19 | 2 | -30/+37 |
| | | | | | | | | functions @- Renamed the shm_* functions to shmop_* and added aliases for the @ old functions (Derick) | ||||
| * | Hack for #7262, not fixed yet | Sascha Schumann | 2000-10-19 | 2 | -3/+9 |
| | | |||||
