Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fix path | foobar | 2005-03-26 | 1 | -1/+1 | |
| | ||||||
* | Define PHP_ABSTRACT_ME | Andrei Zmievski | 2005-03-21 | 1 | -0/+1 | |
| | ||||||
* | Fix Jani breakage | Rasmus Lerdorf | 2005-03-16 | 1 | -1/+1 | |
| | ||||||
* | This makes more sense. (Someone might actually use php_error_docref0() :) | foobar | 2005-03-08 | 1 | -1/+3 | |
| | ||||||
* | - This was not needed (said Marcus) | foobar | 2005-03-08 | 1 | -3/+1 | |
| | ||||||
* | NetWare Libc has php.h so no need of having netware specific block here | Anantha Kesari H Y | 2005-02-14 | 1 | -3/+0 | |
| | ||||||
* | - Fix another generated header include | foobar | 2005-01-14 | 1 | -1/+1 | |
| | ||||||
* | bump PHP API number. | Wez Furlong | 2004-12-26 | 1 | -1/+1 | |
| | | | | | | | | | | | This is so that we can work around the signature change in the get_method overloaded object handler in our portable extensions. Yes, you could argue that the zend api number needs bumping, but then you could argue which one to bump, as neither of them is specific or generic enough. Besides all that, the PHP API number really needs a good old bump anyway. | |||||
* | Fixed: removed possible integer over-/underflows | Stefan Esser | 2004-11-28 | 1 | -0/+8 | |
| | ||||||
* | Fix win32 build. | Frank M. Kromann | 2004-11-15 | 1 | -0/+2 | |
| | ||||||
* | - MFH4.3: Cleaned up some of the locale mess: | Derick Rethans | 2004-11-15 | 1 | -4/+0 | |
| | | | | | | | | * all internal use of sprintf, snprintf and the like will always use the . as thousands seperator (if php.h is included only!). * echo, printf() and sprintf() always render locale-aware * added the %F modifier for non-locale aware rendering for floats | |||||
* | make sleep() return it's return value when possible | Andrey Hristov | 2004-11-02 | 1 | -0/+1 | |
| | | | | | | | | #on some *nix systems sleep() is implemented with SIGALRM. When SIGALRM #interrupts sleep() it returns the number of seconds that has to be slept #till the number of seconds wanted by the script. Sleep() on Windows is # void. | |||||
* | - Add missing macro | Marcus Boerger | 2004-09-30 | 1 | -0/+1 | |
| | ||||||
* | removed unwanted NEW_LIBC checks | Anantha Kesari H Y | 2004-09-29 | 1 | -18/+0 | |
| | ||||||
* | Add missing macro | Marcus Boerger | 2004-01-12 | 1 | -0/+1 | |
| | | | | | # by popular demand, more and more exts need this | |||||
* | - 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? | |||||
* | Fixed bug #26707 (Incorrect error for disabled functions/classes). | Ilia Alshanetsky | 2003-12-24 | 1 | -1/+1 | |
| | ||||||
* | - Always store the URI path in the streams structure, and expose it with | Derick Rethans | 2003-11-03 | 1 | -1/+1 | |
| | | | | | stream_get_meta_data(). | |||||
* | Fixed bug #25293 (Output correct EOL to error_log) | Ilia Alshanetsky | 2003-09-24 | 1 | -0/+6 | |
| | ||||||
* | Fix use of EXTERN_C macros | Ard Biesheuvel | 2003-09-02 | 1 | -12/+12 | |
| | ||||||
* | Add define to reset error handling more easily | Marcus Boerger | 2003-08-29 | 1 | -0/+1 | |
| | ||||||
* | add format attribute where appropiate | Sascha Schumann | 2003-08-28 | 1 | -12/+17 | |
| | ||||||
* | Use ZEND_GCC_VERSION and ZEND_ATTRIBUTE_MALLOC | Sascha Schumann | 2003-08-28 | 1 | -1/+4 | |
| | ||||||
* | Let GCC check format arguments | Sascha Schumann | 2003-08-28 | 1 | -0/+6 | |
| | ||||||
* | Updated PHP_API_VERSION to 20030820 for the php_setcookie api change | Brian France | 2003-08-22 | 1 | -1/+1 | |
| | ||||||
* | linkage for C++ | Wez Furlong | 2003-08-18 | 1 | -1/+12 | |
| | ||||||
* | Remove unnecessary macro | Zeev Suraski | 2003-08-03 | 1 | -1/+0 | |
| | ||||||
* | undefine macros before defining them | Sascha Schumann | 2003-06-27 | 1 | -0/+2 | |
| | ||||||
* | updating license information in the headers. | James Cox | 2003-06-10 | 1 | -3/+3 | |
| | ||||||
* | Bump API version - HEAD is no longer binary compatible | Stanislav Malyshev | 2003-05-18 | 1 | -1/+1 | |
| | | | | | to 4.3 branch due to changes in globals, etc. | |||||
* | Infrastructure to catch warnings and throw tehm as errors autmatically | Marcus Boerger | 2003-05-07 | 1 | -0/+8 | |
| | ||||||
* | Fix PUTS/PUTS_H to only evaluate their argument once. | Sascha Schumann | 2003-04-19 | 1 | -2/+10 | |
| | ||||||
* | Move memnstr into Zend and make an alias for BC in PHP. | Andrei Zmievski | 2003-04-08 | 1 | -0/+2 | |
| | ||||||
* | Introduce ZEND_ME() and ZEND_METHOD() macros. Use these for declaring | Andrei Zmievski | 2003-04-04 | 1 | -0/+2 | |
| | | | | | class methods to avoid name collisions. | |||||
* | Fixed bug #20256 (snprintf() not defined) | foobar | 2003-02-25 | 1 | -1/+1 | |
| | ||||||
* | Win32 build improvements | Zeev Suraski | 2003-02-17 | 1 | -4/+0 | |
| | ||||||
* | A add much more useful select(2) implementation than is provided by | Wez Furlong | 2003-02-16 | 1 | -0/+4 | |
| | | | | | | | | | | | | | windows sockets. The winsock implementation will only work with sockets; our implementation works with sockets and file descriptors. By association, stream_select() will now operate correctly with files, pipes and sockets. This change required linking against the winsock2 library. In terms of compatibility, only older versions of windows 95 do not have winsock2 installed by default. It is available as a redistributable file, and is most likely installed by any OS patches (eg: Internet Explorer) applied by the user. Also, add a win32 compatible pipe test when opening a stream from a pipe. This test will only work on NT, win2k and XP platforms. Without this test, interleaved fread() and select() calls would cause the read buffer to be clobbered. I will be working on a fix for this issue for win9x. | |||||
* | A new file added and some old files modified for NetWare. | Anantha Kesari H Y | 2003-01-03 | 1 | -6/+5 | |
| | ||||||
* | Bump year. | Sebastian Bergmann | 2002-12-31 | 1 | -1/+1 | |
| | ||||||
* | bumb api version because of module_startup change | Sascha Schumann | 2002-11-07 | 1 | -1/+1 | |
| | ||||||
* | centralize #include "build-defs.h" and drop (sometimes inconsistent) other | Sascha Schumann | 2002-10-24 | 1 | -3/+11 | |
| | | | | | instances | |||||
* | Implement persistent streams. (for pfsockopen). | Wez Furlong | 2002-09-25 | 1 | -4/+5 | |
| | | | | | | Juggle some includes/definitions. Tidy up streams use in ext/standard/file.c | |||||
* | NetWare related changes/modifications | Anantha Kesari H Y | 2002-09-09 | 1 | -0/+15 | |
| | ||||||
* | fix for extension = "" | Marcus Boerger | 2002-08-12 | 1 | -0/+2 | |
| | | | | | make php_verror available | |||||
* | rename php_error_func<n> to php_error_docref and support Wez idea | Marcus Boerger | 2002-08-08 | 1 | -3/+5 | |
| | | | | | that solves ToDo requirement to point to PHP Manual in error messages. | |||||
* | -new functions php_error_func<0> to support unified error messages | Marcus Boerger | 2002-08-07 | 1 | -0/+5 | |
| | | | | | #read followup | |||||
* | NetWare related changes | Venkat Raghavan S | 2002-05-31 | 1 | -0/+9 | |
| | ||||||
* | Due to the thread-safety changes and lots of other stuff, the | Sascha Schumann | 2002-05-07 | 1 | -1/+1 | |
| | | | | | current tree is not backwards compatible anymore. Bump API no. | |||||
* | Always initialize wrappers, regardless of PG(allow_url_fopen). | Wez Furlong | 2002-04-16 | 1 | -4/+5 | |
| | | | | | | | | | | | | Add is_url field to wrapper structure; the stream wrapper openers will disallow opening is is_url && !PG(allow_url_fopen). Add infrastructure for stat($url) and opendir($url). Tidy up/centralize code that locates and instantiates wrappers for the various operations. Implement opendir for plain files. Make the PHP opendir and dir functions use the streams implementations. Add modelines for syntax highlighting the pear scripts in vim | |||||
* | make (v)spprintf available | Marcus Boerger | 2002-04-10 | 1 | -0/+1 | |
| |