2002-11-07 |
Ilia Alshanetsky | Added swf info. |
commit | commitdiff | tree | snapshot |
2002-11-07 |
Ilia Alshanetsky | Added swf and swc (compressed swf) test cases and added... |
commit | commitdiff | tree | snapshot |
2002-11-07 |
Ilia Alshanetsky | Fixed a crash in image_type_to_mime_type(), when a... |
commit | commitdiff | tree | snapshot |
2002-11-07 |
Ilia Alshanetsky | Added additional tests to parse_url() test suit, correc... |
commit | commitdiff | tree | snapshot |
2002-11-07 |
Ilia Alshanetsky | parse_url can now correctly parse mailto:, zlib: (old... |
commit | commitdiff | tree | snapshot |
2002-11-07 |
Andrei Zmievski | Fix. |
commit | commitdiff | tree | snapshot |
2002-11-07 |
Wez Furlong | WS |
commit | commitdiff | tree | snapshot |
2002-11-07 |
Wez Furlong | Make this static also. |
commit | commitdiff | tree | snapshot |
2002-11-07 |
Wez Furlong | Make this static |
commit | commitdiff | tree | snapshot |
2002-11-07 |
Marcus Boerger | add test to see if insert fails when key already exists |
commit | commitdiff | tree | snapshot |
2002-11-07 |
Marcus Boerger | remove debug output and use php_error_docref instead |
commit | commitdiff | tree | snapshot |
2002-11-07 |
Sascha Schumann | let this source file compile with php 4.2.x |
commit | commitdiff | tree | snapshot |
2002-11-07 |
Sascha Schumann | bumb api version because of module_startup change |
commit | commitdiff | tree | snapshot |
2002-11-07 |
Sascha Schumann | Add two missing entries |
commit | commitdiff | tree | snapshot |
2002-11-07 |
Ilia Alshanetsky | Fixed a crash in headers_sent(), that occures if |
commit | commitdiff | tree | snapshot |
2002-11-06 |
Sebastian Bergmann | Fix ZTS build. |
commit | commitdiff | tree | snapshot |
2002-11-06 |
Ilia Alshanetsky | Instead of checking whether realpath exists based on... |
commit | commitdiff | tree | snapshot |
2002-11-06 |
Sascha Schumann | emalloc never returns 0, so we can simplify the code... |
commit | commitdiff | tree | snapshot |
2002-11-06 |
Sascha Schumann | - use TCP_DEFER_ACCEPT |
commit | commitdiff | tree | snapshot |
2002-11-06 |
Moriyoshi Koizumi | Cosmetics |
commit | commitdiff | tree | snapshot |
2002-11-06 |
Moriyoshi Koizumi | Added a test case to check the behaviour on failure |
commit | commitdiff | tree | snapshot |
2002-11-06 |
Marcus Boerger | added missing magic_quotes_runtime=0 |
commit | commitdiff | tree | snapshot |
2002-11-06 |
Moriyoshi Koizumi | Clean up |
commit | commitdiff | tree | snapshot |
2002-11-06 |
Moriyoshi Koizumi | Stricter SKIPIF conditions |
commit | commitdiff | tree | snapshot |
2002-11-06 |
Moriyoshi Koizumi | Fixed segfaults in case the specified encoding is not... |
commit | commitdiff | tree | snapshot |
2002-11-06 |
Moriyoshi Koizumi | Oops, preg_match() returns integer value, not boolean. |
commit | commitdiff | tree | snapshot |
2002-11-06 |
Stanislav Malyshev | fix zend_assign_to_object_op |
commit | commitdiff | tree | snapshot |
2002-11-06 |
Moriyoshi Koizumi | Made skip conditions stricter. |
commit | commitdiff | tree | snapshot |
2002-11-06 |
Marcus Boerger | -convert from dos to unix file |
commit | commitdiff | tree | snapshot |
2002-11-06 |
Marcus Boerger | -convert from dos to unix file |
commit | commitdiff | tree | snapshot |
2002-11-06 |
Marcus Boerger | check whether a written databse can be appended and... |
commit | commitdiff | tree | snapshot |
2002-11-06 |
Marcus Boerger | fix locks and reading |
commit | commitdiff | tree | snapshot |
2002-11-06 |
Wez Furlong | Disable --with-curlwrappers. |
commit | commitdiff | tree | snapshot |
2002-11-06 |
Marcus Boerger | There shall never be an external library for this ... |
commit | commitdiff | tree | snapshot |
2002-11-06 |
Marcus Boerger | Use the the name 'flatfile' correctly so the handler... |
commit | commitdiff | tree | snapshot |
2002-11-06 |
Marcus Boerger | move newly introduced flatfile support from dbm to... |
commit | commitdiff | tree | snapshot |
2002-11-06 |
Marcus Boerger | correct file open modes |
commit | commitdiff | tree | snapshot |
2002-11-06 |
Marcus Boerger | add fprintf replacement: tested, working, used |
commit | commitdiff | tree | snapshot |
2002-11-06 |
Marcus Boerger | #add myself |
commit | commitdiff | tree | snapshot |
2002-11-06 |
Marcus Boerger | Incorporate rewritten version of dbm from db extension. |
commit | commitdiff | tree | snapshot |
2002-11-06 |
Marcus Boerger | Make the macro use the function and not the other macro... |
commit | commitdiff | tree | snapshot |
2002-11-06 |
Marcus Boerger | php_stream replacement for fprintf |
commit | commitdiff | tree | snapshot |
2002-11-05 |
Ilia Alshanetsky | Fixed bug #20035. ZE now allows us to pass the current... |
commit | commitdiff | tree | snapshot |
2002-11-05 |
Ilia Alshanetsky | MFZE1 |
commit | commitdiff | tree | snapshot |
2002-11-05 |
Andi Gutmans | - Shift around zend_op members |
commit | commitdiff | tree | snapshot |
2002-11-05 |
Ilia Alshanetsky | Fixed compile warning, removed unused variables and... |
commit | commitdiff | tree | snapshot |
2002-11-05 |
Andi Gutmans | - A couple of updates |
commit | commitdiff | tree | snapshot |
2002-11-05 |
Marcus Boerger | correct errors |
commit | commitdiff | tree | snapshot |
2002-11-05 |
Andi Gutmans | - Add support for static methods. Basically methods... |
commit | commitdiff | tree | snapshot |
2002-11-05 |
Andi Gutmans | - $clone -> $that |
commit | commitdiff | tree | snapshot |
2002-11-05 |
Andi Gutmans | - Fix bug introduced with type change of free_op1/2 |
commit | commitdiff | tree | snapshot |
2002-11-05 |
Andi Gutmans | - Arghh... Change #ifdef to #ifndef |
commit | commitdiff | tree | snapshot |
2002-11-05 |
Andi Gutmans | - Fix Engine 2 build |
commit | commitdiff | tree | snapshot |
2002-11-05 |
Andi Gutmans | - ATTENTION: Finally nuke old_function and cfunction... |
commit | commitdiff | tree | snapshot |
2002-11-05 |
Ilia Alshanetsky | Revert of previous patch. |
commit | commitdiff | tree | snapshot |
2002-11-05 |
Andi Gutmans | - Change the automatically created variable $clone... |
commit | commitdiff | tree | snapshot |
2002-11-05 |
Moriyoshi Koizumi | Fixed typo |
commit | commitdiff | tree | snapshot |
2002-11-05 |
Andi Gutmans | - Fix TSRM_ERROR macro |
commit | commitdiff | tree | snapshot |
2002-11-05 |
Moriyoshi Koizumi | Added a test for bug #20261 |
commit | commitdiff | tree | snapshot |
2002-11-05 |
Stanislav Malyshev | avoid using 'class' in exported functions - it annoys c++ |
commit | commitdiff | tree | snapshot |
2002-11-05 |
Ilia Alshanetsky | Fixed a memory leak in array_fill(). |
commit | commitdiff | tree | snapshot |
2002-11-05 |
Marcus Boerger | call php_module_startup after zts has been initialised... |
commit | commitdiff | tree | snapshot |
2002-11-05 |
Marcus Boerger | -use of emalloc functions |
commit | commitdiff | tree | snapshot |
2002-11-05 |
Edin Kadribasic | Ignore all temporary target directories created by... |
commit | commitdiff | tree | snapshot |
2002-11-05 |
Ilia Alshanetsky | Added 4th argument to virtual_file_ex() that specifies... |
commit | commitdiff | tree | snapshot |
2002-11-05 |
Marcus Boerger | Why did open fail? |
commit | commitdiff | tree | snapshot |
2002-11-05 |
Ilia Alshanetsky | Fix compile warning. |
commit | commitdiff | tree | snapshot |
2002-11-05 |
Edin Kadribasic | Added two new targets to the ldap win32 build which... |
commit | commitdiff | tree | snapshot |
2002-11-05 |
Edin Kadribasic | Fixed win32 build by including missing stddef.h |
commit | commitdiff | tree | snapshot |
2002-11-05 |
Moriyoshi Koizumi | style fix |
commit | commitdiff | tree | snapshot |
2002-11-05 |
Edin Kadribasic | Moving php/embed windows build files to sapi/embed... |
commit | commitdiff | tree | snapshot |
2002-11-05 |
Andrey Hristov | correcting typos. |
commit | commitdiff | tree | snapshot |
2002-11-05 |
Marcus Boerger | added missing compiler define |
commit | commitdiff | tree | snapshot |
2002-11-05 |
Marcus Boerger | no memory no members |
commit | commitdiff | tree | snapshot |
2002-11-05 |
Marcus Boerger | silence |
commit | commitdiff | tree | snapshot |
2002-11-05 |
Edin Kadribasic | Made php -v output look nicer on standard 80 column... |
commit | commitdiff | tree | snapshot |
2002-11-05 |
Marcus Boerger | correct define: silences compiler warning in http_fopen... |
commit | commitdiff | tree | snapshot |
2002-11-05 |
Marcus Boerger | Use EXPECT again |
commit | commitdiff | tree | snapshot |
2002-11-05 |
Marcus Boerger | Comment out part 3 for now |
commit | commitdiff | tree | snapshot |
2002-11-05 |
Adam Dickmeiss | Fix handling of zero-length records |
commit | commitdiff | tree | snapshot |
2002-11-05 |
Timm Friebe | #- Added myself here |
commit | commitdiff | tree | snapshot |
2002-11-05 |
Timm Friebe | @- Implemented features/changes requested in Bug #16960... |
commit | commitdiff | tree | snapshot |
2002-11-05 |
Stig Bakken | Fixed some special cases that were crashing for the... |
commit | commitdiff | tree | snapshot |
2002-11-05 |
Stig Bakken | Added separate functions for setting include_path,... |
commit | commitdiff | tree | snapshot |
2002-11-04 |
Ilia Alshanetsky | Revert virtual_link() patch. |
commit | commitdiff | tree | snapshot |
2002-11-04 |
David Reid | Work around a daft mistake in the beos headers... |
commit | commitdiff | tree | snapshot |
2002-11-04 |
Andi Gutmans | - Clean up mess made by netware guys. There's no reason... |
commit | commitdiff | tree | snapshot |
2002-11-04 |
David Reid | Not all systems have sys/ipc.h so let's check and only... |
commit | commitdiff | tree | snapshot |
2002-11-04 |
Marcus Boerger | collect and append dba changes |
commit | commitdiff | tree | snapshot |
2002-11-04 |
Marcus Boerger | incorporate cdb-0.75 as suggested by D. J. Bernstein |
commit | commitdiff | tree | snapshot |
2002-11-04 |
Ilia Alshanetsky | Silence compiler warning. |
commit | commitdiff | tree | snapshot |
2002-11-04 |
Ilia Alshanetsky | Silence compiler warnings. |
commit | commitdiff | tree | snapshot |
2002-11-04 |
Ilia Alshanetsky | If ordered is not set a random compiler assigned value... |
commit | commitdiff | tree | snapshot |
2002-11-04 |
Marcus Boerger | 2nd wow returns different results with ZE1/ZE2 |
commit | commitdiff | tree | snapshot |
2002-11-04 |
Ilia Alshanetsky | Silence compile warning, ctype.h is needed for tolower... |
commit | commitdiff | tree | snapshot |
2002-11-04 |
Ilia Alshanetsky | Removed \r, which caused the test to fail. |
commit | commitdiff | tree | snapshot |
2002-11-04 |
Marcus Boerger | use ecmalloc/efree functions instead of (c|m)alloc... |
commit | commitdiff | tree | snapshot |
2002-11-04 |
Sascha Schumann | Fix debugging description |
commit | commitdiff | tree | snapshot |
2002-11-04 |
Moriyoshi Koizumi | Fixed bug #20243 |
commit | commitdiff | tree | snapshot |
2002-11-04 |
Marcus Boerger | passing around TSRM |
commit | commitdiff | tree | snapshot |
next |