Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro | Felipe Pena | 2008-11-17 | 1 | -6/+0 |
| | |||||
* | - Revert ZEND_BEGIN_ARG_INFO change | Felipe Pena | 2008-11-02 | 1 | -0/+6 |
| | |||||
* | - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro | Felipe Pena | 2008-10-24 | 1 | -6/+0 |
| | |||||
* | - Added arginfo (functions) | Felipe Pena | 2008-07-03 | 1 | -6/+45 |
| | |||||
* | WS | Ilia Alshanetsky | 2008-01-27 | 1 | -1/+1 |
| | |||||
* | remove unused PHP_EXTNAME_API macros. | Nuno Lopes | 2008-01-03 | 1 | -6/+0 |
| | | | | | #in preparation for the gcc 4 visibility patch | ||||
* | MFH: Bump copyright year, 2 of 2. | Sebastian Bergmann | 2007-12-31 | 2 | -2/+2 |
| | |||||
* | Improved memory usage by movig constants to read only memory. (Dmitry, Pierre) | Dmitry Stogov | 2007-09-27 | 1 | -1/+1 |
| | |||||
* | v2 package file | Ilia Alshanetsky | 2007-07-03 | 1 | -0/+57 |
| | |||||
* | Typo | Martin Kraemer | 2007-03-14 | 1 | -1/+1 |
| | |||||
* | Only do size check on create operations | Ilia Alshanetsky | 2007-02-24 | 1 | -1/+1 |
| | |||||
* | Segment size validation | Ilia Alshanetsky | 2007-02-24 | 1 | -0/+5 |
| | |||||
* | MFH: Bump year. | Sebastian Bergmann | 2007-01-01 | 2 | -2/+2 |
| | |||||
* | Added missing resource type checks | Ilia Alshanetsky | 2006-12-30 | 1 | -30/+15 |
| | |||||
* | MFH: Fix double "wron param count" messages | Hannes Magnusson | 2006-11-03 | 1 | -6/+6 |
| | |||||
* | Fix tests | Hannes Magnusson | 2006-09-18 | 1 | -1/+1 |
| | |||||
* | bump year and license version | foobar | 2006-01-01 | 2 | -6/+6 |
| | |||||
* | MFH: nuke php3 legacy | foobar | 2005-12-06 | 1 | -1/+1 |
| | |||||
* | - Bumber up year | foobar | 2005-08-03 | 2 | -2/+2 |
| | |||||
* | Removed pointless operations/declarations. | Ilia Alshanetsky | 2005-02-08 | 2 | -12/+1 |
| | |||||
* | - Fix typo (avaliable -> available). (bug #28725) | foobar | 2004-12-16 | 1 | -1/+1 |
| | |||||
* | Improve offset check inside shmop_write(). | Ilia Alshanetsky | 2004-11-27 | 1 | -1/+1 |
| | |||||
* | Simplify and cleanup code. | Ilia Alshanetsky | 2004-11-05 | 1 | -14/+8 |
| | |||||
* | Corrected package file. | Ilia Alshanetsky | 2004-03-25 | 1 | -8/+7 |
| | |||||
* | another package description | Hartmut Holzgraefe | 2004-03-25 | 1 | -0/+48 |
| | |||||
* | - Renamed all *php4* files to *php5*, changed all php4/PHP4 to php5/PHP5 | foobar | 2004-01-17 | 2 | -3/+3 |
| | |||||
* | - Happy new year and PHP 5 for rest of the files too.. | foobar | 2004-01-08 | 1 | -2/+2 |
| | | | | | # Should the LICENSE and Zend/LICENSE dates be updated too? | ||||
* | - A belated happy holidays and PHP 5 | Andi Gutmans | 2004-01-08 | 1 | -1/+1 |
| | |||||
* | Adding shmop config file for the new build system | Ilia Alshanetsky | 2003-12-03 | 1 | -0/+9 |
| | |||||
* | Fixed win32 build | Edin Kadribasic | 2003-06-15 | 1 | -2/+2 |
| | |||||
* | updating license information in the headers. | James Cox | 2003-06-10 | 2 | -6/+6 |
| | |||||
* | Bump year. | Sebastian Bergmann | 2002-12-31 | 2 | -2/+2 |
| | |||||
* | Switched to a new parameter parsing API, which simplifies the code. | Ilia Alshanetsky | 2002-11-20 | 3 | -73/+152 |
| | | | | | | | Made error reporting use php_error_docref(). Fixed a memory leak in shmop_open() when an invalid flag is specified. Added tests for shmop() extension. | ||||
* | the 'setup' script was removed more than two years ago. | jim winstead | 2002-03-16 | 1 | -5/+0 |
| | | | | | these can be safely removed from the 4.2 branch, too. | ||||
* | extension converted automatically to PHP_NEW_EXTENSION. Manually confirmed | Sascha Schumann | 2002-03-12 | 2 | -9/+1 |
| | |||||
* | Maintain headers. | Sebastian Bergmann | 2002-02-28 | 2 | -4/+4 |
| | |||||
* | Fixed shmop_read to append \0 to returned string in shmop_read to eliminate ↵ | Ilia Alshanetsky | 2002-01-17 | 1 | -1/+2 |
| | | | | Zend warnings | ||||
* | - shmop_open has a new flag for read/write access, 'w' | Yasuo Ohgaki | 2002-01-09 | 4 | -62/+84 |
| | | | | | | | | | | - eliminated a segfault when trying to write to a SHM_RDONLY segment - eliminated a segfault when an invalid flag which starts with 'a' or 'c' is passed - updated creators' email addresses - changed error messages to say shmop_* instead of shm* to correspond with new shmop_* function names Patch by Ilia Alshanetsky (ilia@prohost.org) # Please test :) | ||||
* | Update headers. | Sebastian Bergmann | 2001-12-11 | 2 | -4/+4 |
| | |||||
* | Unified the configure messages. | foobar | 2001-11-30 | 1 | -0/+3 |
| | |||||
* | * 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) | ||||
* | Back-substitute for Z_* macro's. If it breaks some extension (the script ↵ | Jeroen van Wolffelaar | 2001-09-25 | 1 | -19/+19 |
| | | | | isn't optimal, it parses for example var->zval.value incorrect) please let me know. | ||||
* | fix macros | Daniel Beulshausen | 2001-09-17 | 1 | -1/+1 |
| | |||||
* | - Don't wrap lines... this is annoying while coding. | Derick Rethans | 2001-09-09 | 1 | -2/+2 |
| | |||||
* | let ext\shmop build under win32 | Daniel Beulshausen | 2001-08-07 | 3 | -5/+119 |
| | |||||
* | More TSRMLS_FETCH annihilation | Zeev Suraski | 2001-07-31 | 1 | -1/+1 |
| | |||||
* | Avoid TSRMLS_FETCH()'s, and clean up a bit of stale extern's and layout on ↵ | Zeev Suraski | 2001-07-30 | 1 | -0/+1 |
| | | | | the way | ||||
* | Redesigned thread safety mechanism - nua nua | Zeev Suraski | 2001-07-28 | 1 | -3/+1 |
| | |||||
* | Fix folding and clean up some extensions | Rasmus Lerdorf | 2001-06-06 | 1 | -1/+2 |
| | |||||
* | vim-6 does folding - clean up a bunch of missing folding tags plus | Rasmus Lerdorf | 2001-06-05 | 1 | -8/+20 |
| | | | | | some misguided RINIT and RSHUTDOWN calls in a few fringe extensions |