Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - Moved ext/crack and ext/mcal to PECL. | foobar | 2003-12-04 | 4 | -1736/+0 |
| | |||||
* | proto fixes | Andrey Hristov | 2003-06-16 | 1 | -27/+27 |
| | |||||
* | updating license information in the headers. | James Cox | 2003-06-10 | 1 | -3/+3 |
| | |||||
* | A add much more useful select(2) implementation than is provided by | Wez Furlong | 2003-02-16 | 1 | -1/+1 |
| | | | | | | | | | | | | | windows sockets. The winsock implementation will only work with sockets; our implementation works with sockets and file descriptors. By association, stream_select() will now operate correctly with files, pipes and sockets. This change required linking against the winsock2 library. In terms of compatibility, only older versions of windows 95 do not have winsock2 installed by default. It is available as a redistributable file, and is most likely installed by any OS patches (eg: Internet Explorer) applied by the user. Also, add a win32 compatible pipe test when opening a stream from a pipe. This test will only work on NT, win2k and XP platforms. Without this test, interleaved fread() and select() calls would cause the read buffer to be clobbered. I will be working on a fix for this issue for win9x. | ||||
* | Removed pointless checks. | Ilia Alshanetsky | 2003-01-30 | 1 | -3/+1 |
| | |||||
* | Changed php_error to php_error_docref. | Ilia Alshanetsky | 2003-01-19 | 1 | -37/+37 |
| | | | | | Make mcal compile with ZE2. | ||||
* | Removed pointless memory allocation checks. | Ilia Alshanetsky | 2003-01-18 | 1 | -6/+2 |
| | |||||
* | Bump year. | Sebastian Bergmann | 2002-12-31 | 1 | -1/+1 |
| | |||||
* | centralize #include "build-defs.h" and drop (sometimes inconsistent) other | Sascha Schumann | 2002-10-24 | 1 | -4/+0 |
| | | | | | instances | ||||
* | Defer linking against libmcal until we have built the extension, | Sascha Schumann | 2002-03-27 | 1 | -12/+7 |
| | | | | | | | | | | so that extension-supplied symbols are available. Also factorize the header file checks. Reported by: Brandon Knitter URL: http://news.php.net/article.php?group=php.dev&article=81833 | ||||
* | extension converted automatically to PHP_NEW_EXTENSION. Manually confirmed | Sascha Schumann | 2002-03-12 | 2 | -8/+1 |
| | |||||
* | Update headers. | Sebastian Bergmann | 2001-12-11 | 1 | -2/+2 |
| | |||||
* | - Nuke REGISTER_MAIN_*. Extension maintainers please make sure I didn't | Andi Gutmans | 2001-12-03 | 1 | -38/+38 |
| | | | | | - change something I wasn't supposed to. It should be fine IMO. | ||||
* | Unified the configure messages. | foobar | 2001-11-30 | 1 | -0/+2 |
| | |||||
* | - Beautifying | Derick Rethans | 2001-11-22 | 1 | -1/+1 |
| | |||||
* | * zend_module_entry change: apino, debug and zts are moved first, | Stig Bakken | 2001-10-11 | 1 | -1/+10 |
| | | | | | | see README.EXTENSIONS file for upgrade help. @Introduced extension version numbers (Stig) | ||||
* | - More <br> to <br /> fixes | Derick Rethans | 2001-10-09 | 1 | -1/+1 |
| | |||||
* | Back-substitute for Z_* macro's. If it breaks some extension (the script ↵ | Jeroen van Wolffelaar | 2001-09-25 | 1 | -94/+94 |
| | | | | isn't optimal, it parses for example var->zval.value incorrect) please let me know. | ||||
* | - More ZE2 fixes | Andi Gutmans | 2001-08-13 | 1 | -1/+1 |
| | |||||
* | Yet another TSRM fix. | foobar | 2001-08-07 | 2 | -22/+13 |
| | |||||
* | More TSRMLS_FETCH annihilation | Zeev Suraski | 2001-07-31 | 1 | -3/+4 |
| | |||||
* | More TSRMLS_FETCH work, and a bit of cleanup | Zeev Suraski | 2001-07-30 | 1 | -2/+2 |
| | |||||
* | Avoid TSRMLS_FETCH()'s, and clean up a bit of stale extern's and layout on ↵ | Zeev Suraski | 2001-07-30 | 1 | -3/+3 |
| | | | | the way | ||||
* | * include "config.h" if HAVE_CONFIG_H is defined (for standalone dso build) | Stig Bakken | 2001-05-24 | 1 | -0/+4 |
| | |||||
* | Renamed the AC_ prefixed macros defined in acinclude.m4 to PHP_* prefixes. | foobar | 2001-03-27 | 1 | -3/+3 |
| | | | | | # Heads up people! I tested this before committing but you never know.. | ||||
* | - Finally rename modules.h to zend_modules.h for consistency (first try | Andi Gutmans | 2001-02-26 | 1 | -1/+1 |
| | | | | | | | was 2000-03-11). - Remove the first_arg_force_ref[]; and friends extern from php.h as they are included via zend_API.h | ||||
* | - Fix copyright notices with 2001 | Andi Gutmans | 2001-02-26 | 1 | -1/+1 |
| | |||||
* | spaces after commas. all whitespace. | Chuck Hagenbuch | 2000-12-05 | 1 | -38/+38 |
| | |||||
* | * applied patch by Stig-Ørjan Smelror <Stig.Orjan.Smelror@lincom.no> | Stig Bakken | 2000-12-05 | 1 | -2/+2 |
| | |||||
* | 2nd step towards auto-credits | Hartmut Holzgraefe | 2000-11-20 | 1 | -0/+2 |
| | |||||
* | include checks for cal_misc.h and icalroutines.h | Chuck Hagenbuch | 2000-11-19 | 1 | -0/+8 |
| | |||||
* | Fixed some compile warnings and removed useless code. | foobar | 2000-11-01 | 1 | -7/+3 |
| | |||||
* | Use zend_register_list_destructors_ex() instead. | Andrei Zmievski | 2000-10-25 | 1 | -1/+1 |
| | |||||
* | Mega-patch to get better resource information for modules. | Andrei Zmievski | 2000-10-20 | 1 | -2/+3 |
| | | | | | | | | | | | | | * 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) | ||||
* | fixed logic error in the get parameters stage of mcal_list_alarms | Andrew Skalski | 2000-10-18 | 1 | -1/+1 |
| | |||||
* | spaces to tabs. do we have a standard on this? | Chuck Hagenbuch | 2000-10-17 | 1 | -5/+5 |
| | |||||
* | replace fixed-size buffers for username and password with dynamically | Chuck Hagenbuch | 2000-10-17 | 1 | -4/+7 |
| | | | | | allocated strings in the MCAL extension. | ||||
* | fixing the license header and updating some prototypes/variable names in the | Chuck Hagenbuch | 2000-08-27 | 1 | -29/+18 |
| | | | | | mcal extension. | ||||
* | Get rid of php_global.h and the associated data types UINT4/_POINTER. | Sascha Schumann | 2000-08-21 | 1 | -3/+3 |
| | | | | | | | We use php_uint32 now globally. Also removed K&R support from md5.[ch]. | ||||
* | Protos fixed. | Egon Schmid | 2000-07-14 | 1 | -2/+2 |
| | |||||
* | Rename macros which begin with underscore to appropiate macros. The general | Sascha Schumann | 2000-07-03 | 1 | -2/+2 |
| | | | | | | | rule is: macro_name=`echo $filename|tr a-z A-Z|sed 's/\./_/'` | ||||
* | Stop including dl/phpdl.h. | Sascha Schumann | 2000-06-24 | 1 | -4/+0 |
| | |||||
* | no c++ comments, please | Thies C. Arntzen | 2000-06-14 | 1 | -1/+1 |
| | |||||
* | Check more locations. Submitted by Anil Madhavapeddy <anil@recoil.org> | Chuck Hagenbuch | 2000-06-13 | 1 | -4/+26 |
| | |||||
* | - Nuke COMPILE_DL. Modules that need to be compiled as dll's in Windows | Andi Gutmans | 2000-06-10 | 1 | -13/+1 |
| | | | | | - need to define both COMPILE_DL_MODULE and HAVE_MODULE=1 | ||||
* | Include php_global.h, instead of global.h | Andrei Zmievski | 2000-06-08 | 1 | -1/+1 |
| | |||||
* | - ARG_COUNT(ht) -> ZEND_NUM_ARGS() mega patch | Andi Gutmans | 2000-06-05 | 1 | -39/+39 |
| | |||||
* | monkeying Sascha's suggested change to allow relative pathnames. | Chuck Hagenbuch | 2000-05-31 | 1 | -1/+1 |
| | |||||
* | proto fixed | Hartmut Holzgraefe | 2000-05-26 | 1 | -1/+1 |
| | |||||
* | some protos got to the wrong function - fixed | Hartmut Holzgraefe | 2000-05-23 | 1 | -3/+3 |
| |