Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove obsolete directory. | Sebastian Bergmann | 2002-09-19 | 3 | -15/+0 |
| | |||||
* | @- Removed Satellite. It is now part of PEAR. | David Eriksson | 2002-02-05 | 36 | -5169/+3 |
| | |||||
* | Update headers. | Sebastian Bergmann | 2001-12-11 | 27 | -54/+54 |
| | |||||
* | proto fixes | Hartmut Holzgraefe | 2001-12-06 | 2 | -3/+15 |
| | |||||
* | proto fix | Hartmut Holzgraefe | 2001-12-05 | 1 | -0/+3 |
| | |||||
* | Unified the configure messages. | foobar | 2001-11-30 | 1 | -4/+3 |
| | |||||
* | Deprecated style used | foobar | 2001-10-22 | 1 | -1/+1 |
| | |||||
* | * zend_module_entry change: apino, debug and zts are moved first, | Stig Bakken | 2001-10-11 | 1 | -0/+2 |
| | | | | | | see README.EXTENSIONS file for upgrade help. @Introduced extension version numbers (Stig) | ||||
* | Typo | Jeroen van Wolffelaar | 2001-09-27 | 1 | -1/+1 |
| | |||||
* | Patch from Sander Steffann <sander@steffann.nl> to prevent crash. | David Eriksson | 2001-09-27 | 1 | -0/+2 |
| | |||||
* | Fixed Jeroen's macrofication | David Eriksson | 2001-09-26 | 6 | -35/+35 |
| | |||||
* | leave on first directory | David Eriksson | 2001-09-26 | 1 | -0/+1 |
| | |||||
* | 3rd run in back-substitutin Z_* macro's. The val->Z_ cases are all solved now. | Jeroen van Wolffelaar | 2001-09-26 | 2 | -4/+4 |
| | |||||
* | 2nd phase in back-substitution those macro's | Jeroen van Wolffelaar | 2001-09-25 | 3 | -7/+7 |
| | | | | | I've got pretty much everything now... | ||||
* | Back-substitute for Z_* macro's. If it breaks some extension (the script ↵ | Jeroen van Wolffelaar | 2001-09-25 | 6 | -39/+39 |
| | | | | isn't optimal, it parses for example var->zval.value incorrect) please let me know. | ||||
* | Fixes commit / link problems with certain compilers. | foobar | 2001-09-05 | 1 | -2/+2 |
| | | | | | | # Please use PHP_CHECK_LIBRARY() always instead of AC_CHECK_LIB # if you need to pass extra libs/libpaths to the test. | ||||
* | adjusted Satellite for Zend 2 | David Eriksson | 2001-08-12 | 4 | -33/+7 |
| | |||||
* | changed IOR values | David Eriksson | 2001-08-12 | 1 | -2/+2 |
| | |||||
* | wrote some tests for satellite | David Eriksson | 2001-08-12 | 6 | -0/+104 |
| | |||||
* | Prevent potential crash | David Eriksson | 2001-08-09 | 1 | -2/+9 |
| | |||||
* | Convert parameter to long if needed. | David Eriksson | 2001-08-09 | 1 | -1/+1 |
| | |||||
* | Added zend_ prefix to wrong_param_count in enum.c, object.c and struct.c | David Eriksson | 2001-08-09 | 1 | -1/+1 |
| | |||||
* | struct.c | David Eriksson | 2001-08-09 | 1 | -1/+1 |
| | |||||
* | Prevent potential crashes. | David Eriksson | 2001-08-09 | 1 | -0/+9 |
| | |||||
* | (PHP satellite_object_to_string) Added function to get IOR of object. | David Eriksson | 2001-08-09 | 3 | -2/+47 |
| | |||||
* | rewrote configuration script | David Eriksson | 2001-08-09 | 2 | -29/+64 |
| | |||||
* | Added patch for ORBit that handles "Multiple Components Profile" in an IOR. | David Eriksson | 2001-08-09 | 2 | -0/+43 |
| | |||||
* | More TSRMLS_FETCH work, and a bit of cleanup | Zeev Suraski | 2001-07-30 | 1 | -12/+10 |
| | |||||
* | Avoid TSRMLS_FETCH()'s, and clean up a bit of stale extern's and layout on ↵ | Zeev Suraski | 2001-07-30 | 2 | -8/+8 |
| | | | | the way | ||||
* | * include "config.h" if HAVE_CONFIG_H is defined (for standalone dso build) | Stig Bakken | 2001-05-24 | 2 | -0/+9 |
| | |||||
* | First step towards full libtool 1.4 portability | Sascha Schumann | 2001-05-12 | 2 | -4/+0 |
| | |||||
* | - Fix copyright notices with 2001 | Andi Gutmans | 2001-02-26 | 27 | -27/+27 |
| | |||||
* | Patch for inherited interfaces by Daniel Stodden <stodden@in.tum.de> | David Eriksson | 2001-02-20 | 1 | -11/+55 |
| | |||||
* | Stop leaking ParameterType data | David Eriksson | 2001-02-20 | 1 | -5/+19 |
| | |||||
* | Corrected typo in config.m4 | David Eriksson | 2001-02-20 | 1 | -1/+1 |
| | |||||
* | Applied patch from Oleg Sharoiko <os@rsu.ru> to fix bug in ↵ | David Eriksson | 2001-01-30 | 2 | -5/+9 |
| | | | | satellite_any_to_zval_sequence | ||||
* | Whitespace change for funclist.txt. | Egon Schmid | 2001-01-26 | 1 | -2/+1 |
| | |||||
* | Added some missing EXPERIMENTAL files plus some missing extensions | foobar | 2001-01-19 | 1 | -0/+5 |
| | | | | | into EXTENSIONS file. | ||||
* | updated documentation and configuration | David Eriksson | 2000-11-30 | 2 | -5/+8 |
| | |||||
* | changed variable names to *_class_functions | David Eriksson | 2000-11-30 | 2 | -4/+4 |
| | |||||
* | 2nd step towards auto-credits | Hartmut Holzgraefe | 2000-11-20 | 1 | -0/+2 |
| | |||||
* | Updated build instructions, changed E_ERRORs to E_WARNINGs | David Eriksson | 2000-10-15 | 6 | -20/+47 |
| | |||||
* | # corrected my e-mail address | David Eriksson | 2000-09-01 | 28 | -28/+28 |
| | |||||
* | - Initial submission of CORBA extension for PHP: Satellite | David Eriksson | 2000-09-01 | 29 | -0/+4844 |