Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Happy New Year | Xinchen Hui | 2013-01-01 | 2 | -2/+2 |
| | |||||
* | - Year++ | Felipe Pena | 2012-01-01 | 2 | -2/+2 |
| | |||||
* | - Make usage of new PHP_FE_END macro | Felipe Pena | 2011-07-25 | 1 | -1/+1 |
| | |||||
* | - Version++ | Felipe Pena | 2011-03-08 | 1 | -1/+1 |
| | |||||
* | - Fixed bug #54193 (Integer overflow in shmop_read()) | Felipe Pena | 2011-03-08 | 1 | -1/+1 |
| | |||||
* | - Year++ | Felipe Pena | 2011-01-01 | 2 | -2/+2 |
| | |||||
* | - use TSRMLS_*C instead of TSRMLS_FETCH in zend_list_insert | Pierre Joye | 2010-09-16 | 1 | -1/+1 |
| | |||||
* | revert change #298288: Remove old dsp/dsw/makefile files | Rob Richards | 2010-04-28 | 1 | -0/+107 |
| | |||||
* | Remove old dsp/dsw/makefile files, these arent used by the build system ↵ | Kalle Sommer Nielsen | 2010-04-21 | 1 | -107/+0 |
| | | | | anymore and are barely updated nor available for all extensions | ||||
* | sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php | Sebastian Bergmann | 2010-01-03 | 2 | -2/+2 |
| | |||||
* | MFH: Fixed error message grammar: | Matt Wilmas | 2009-06-06 | 1 | -1/+1 |
| | | | | | | | | | - "cannot" instead of "can not" (meaning "also can") - "than" instead of "then" (Hint: "then" should hardly be needed; you're not telling the order in which to do something) ... plus removed a couple ending. dots | ||||
* | MFH: Bump copyright year, 3 of 3. | Sebastian Bergmann | 2008-12-31 | 2 | -2/+2 |
| | |||||
* | - 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 :) |