| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Show ctor/dtor information and those don't return anything | Marcus Boerger | 2003-08-23 | 2 | -2/+14 |
| | | |||||
| * | - Flag ctor/dtor methods | Marcus Boerger | 2003-08-23 | 4 | -2/+24 |
| | | | | | | | | | - Use this to prevent memleaks when an exception gets thrown in ctors. # I added the dtor flags for consistency, atm a compareable check in # isn't necessary for destruction. But anyway i'll use this for the # Relection API too. | ||||
| * | Make exception code more robust | Marcus Boerger | 2003-08-23 | 2 | -32/+22 |
| | | |||||
| * | revert previous patch. | Rui Hirokawa | 2003-08-23 | 3 | -6/+5 |
| | | |||||
| * | changed for ZTS mode. | Rui Hirokawa | 2003-08-23 | 2 | -86/+86 |
| | | |||||
| * | revert my patch. | Rui Hirokawa | 2003-08-23 | 2 | -2/+2 |
| | | |||||
| * | strcasecmp macro moved to mbfl_compat.h. | Rui Hirokawa | 2003-08-23 | 6 | -3/+7 |
| | | |||||
| * | remove unnessesary files. | Rui Hirokawa | 2003-08-23 | 2 | -278/+0 |
| | | |||||
| * | removed mbstring/*/config.h. | Rui Hirokawa | 2003-08-23 | 2 | -146/+0 |
| | | |||||
| * | added .cvsignore and README. | Rui Hirokawa | 2003-08-23 | 1 | -0/+114 |
| | | |||||
| * | @mbfilter is changed to bundled version of libmbfl to prevent LGPL licence ↵ | Rui Hirokawa | 2003-08-23 | 235 | -24071/+45634 |
| | | | | | problem. mbregex is changed to oniguruma. | ||||
| * | ChangeLog update | 2003-08-23 | 2 | -0/+98 | |
| | | |||||
| * | ignore this generated file | Wez Furlong | 2003-08-22 | 0 | -0/+0 |
| | | |||||
| * | provide general hook for exporting symbols from php4ts.dll | Wez Furlong | 2003-08-22 | 2 | -0/+57 |
| | | |||||
| * | Fixed bug #25127 (reset memory_limit before terminating the request) | Ilia Alshanetsky | 2003-08-22 | 1 | -5/+7 |
| | | |||||
| * | Replace *magic number* with a much nicer define. | Ilia Alshanetsky | 2003-08-22 | 2 | -2/+4 |
| | | |||||
| * | Updated PHP_API_VERSION to 20030820 for the php_setcookie api change | Brian France | 2003-08-22 | 1 | -1/+1 |
| | | |||||
| * | allow building without libxml2 under win32 | Wez Furlong | 2003-08-22 | 33 | -8/+72 |
| | | |||||
| * | Set 2147483647 as the module number of user defined constants | Ilia Alshanetsky | 2003-08-22 | 1 | -32/+26 |
| | | | | | | Fixed a few bugs and cleaned up get_defined_constants(). | ||||
| * | Set module id 0 (internal) for constants registered by php_cli in C. | Ilia Alshanetsky | 2003-08-22 | 1 | -0/+3 |
| | | |||||
| * | ChangeLog update | 2003-08-22 | 2 | -0/+58 | |
| | | |||||
| * | english is funny | foobar | 2003-08-22 | 1 | -1/+1 |
| | | |||||
| * | Add function 'zend_throw_exception(char *message, int duplicate TSRMLS_DC);' | Marcus Boerger | 2003-08-21 | 6 | -48/+54 |
| | | | | | | to provide an easy way to throw exceptions for extension developers. | ||||
| * | ftp:// wrapper context option: resume_pos | Sara Golemon | 2003-08-21 | 1 | -0/+1 |
| | | |||||
| * | If ce not given than any object would do | Marcus Boerger | 2003-08-21 | 1 | -1/+1 |
| | | |||||
| * | Paramspec 'O' / zend_parse_method_params(): only if given check the class type | Marcus Boerger | 2003-08-21 | 1 | -1/+5 |
| | | |||||
| * | Fix parameter spec | Marcus Boerger | 2003-08-21 | 1 | -1/+1 |
| | | |||||
| * | Under FreeBSD, statfs(2) requires both <sys/mount.h> _and_ <sys/param.h>. | Jon Parise | 2003-08-21 | 2 | -0/+8 |
| | | | | | | | | | | The autoconf check for <sys/mount.h> was failing because <sys/param.h> wasn't being universally included. This gets disk_total_space() and disk_free_space() working again under FreeBSD. | ||||
| * | - Proper place, correct formatting. | foobar | 2003-08-21 | 1 | -1/+1 |
| | | | | | | # Why is this called 'setrawcookie()'? It's not following our naming style.. | ||||
| * | ChangeLog update | 2003-08-21 | 2 | -0/+133 | |
| | | |||||
| * | Extensions that do opcode hooking must provide the removed functions/macros | Marcus Boerger | 2003-08-21 | 5 | -12/+27 |
| | | | | | | themselves now. | ||||
| * | - Added new setrawcookie function (bfrance) | Brian France | 2003-08-20 | 1 | -0/+1 |
| | | |||||
| * | adhere to silence | Zeev Suraski | 2003-08-20 | 1 | -1/+1 |
| | | |||||
| * | No need for those code blocks anymore... | Zeev Suraski | 2003-08-20 | 1 | -37/+32 |
| | | |||||
| * | Fix false warning on zero-size BLOB fetch | Ard Biesheuvel | 2003-08-20 | 1 | -16/+26 |
| | | |||||
| * | Fix counting number of leaks | Marcus Boerger | 2003-08-20 | 1 | -0/+1 |
| | | |||||
| * | Add resume_pos (resume position) context option for restarting file downloads. | Sara Golemon | 2003-08-20 | 1 | -0/+14 |
| | | |||||
| * | Added a parameter to php_setcookie to toggle URL encoding of the cookie data | Brian France | 2003-08-20 | 3 | -4/+32 |
| | | | | | | | Added the function setrawcookie that turns off URL encoding of the cookie data Changed setcookie to turn on the URL encoding of the cookie data | ||||
| * | Reuse result data structure and resource id for consecutive executions | Ard Biesheuvel | 2003-08-20 | 2 | -66/+66 |
| | | | | | | | | | of a prepared query # As previous resources are invalidated anyway because their statement # handle is reused, we don't have to allocate a new result for every # execution of a prepared query | ||||
| * | allow destructor to clean up connection data | Brad House | 2003-08-20 | 1 | -1/+8 |
| | | |||||
| * | fix infinite loop in normalize | Rob Richards | 2003-08-20 | 1 | -2/+5 |
| | | |||||
| * | doc must be copied when importing stylesheet | Rob Richards | 2003-08-20 | 1 | -4/+9 |
| | | | | | | libxslt uses the _private for processing | ||||
| * | Fixed bug #25170 (Problem with generation of random numbers on solaris) | Ilia Alshanetsky | 2003-08-20 | 2 | -3/+3 |
| | | |||||
| * | Moved transaction defaults to header file | Ard Biesheuvel | 2003-08-20 | 2 | -34/+38 |
| | | |||||
| * | Cleaned up _php_ibase_var_zval() | Ard Biesheuvel | 2003-08-20 | 1 | -49/+33 |
| | | |||||
| * | Fix Win32 build | Ard Biesheuvel | 2003-08-20 | 1 | -1/+1 |
| | | |||||
| * | Moved some local vars to stack | Ard Biesheuvel | 2003-08-20 | 1 | -116/+90 |
| | | |||||
| * | Nuke link handle from BLOB id | Ard Biesheuvel | 2003-08-20 | 2 | -207/+204 |
| | | | | | | | # Now BLOB ids can survive disconnect/reconnect Added link argument to ibase_blob_{open|info|echo}() | ||||
| * | Fix phpize build | foobar | 2003-08-20 | 1 | -5/+11 |
| | | |||||
| * | - Fixed bug #25163 (OSX: phpize has to use glibtoolize instead) | foobar | 2003-08-20 | 1 | -1/+2 |
| | | |||||
