summaryrefslogtreecommitdiff
path: root/main/php.h
Commit message (Collapse)AuthorAgeFilesLines
* MFH: - Remove relicfoobar2005-04-171-1/+0
|
* MFHfoobar2005-03-081-1/+3
|
* MFHfoobar2005-03-081-3/+1
|
* MFHfoobar2005-01-141-1/+1
|
* MFHStefan Esser2004-11-281-0/+8
|
* - Cleaned up some of the locale mess:Derick Rethans2004-11-151-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
* MFH: Fixed bug #25293 (Output correct EOL to error_log)Ilia Alshanetsky2003-09-241-0/+6
|
* add PHP_ATTRIBUTE_FORMAT to more functionsSascha Schumann2003-08-281-12/+16
| | | | | # uncovers a nice number of incorrect format strings
* Use ZEND_GCC_VERSION and ZEND_ATTRIBUTE_MALLOCSascha Schumann2003-08-281-1/+4
|
* MFH automatic format checksSascha Schumann2003-08-281-0/+6
|
* undefine macros before defining themSascha Schumann2003-06-271-0/+2
|
* MFHSascha Schumann2003-04-191-2/+10
|
* MFH: Fixed bug #20256 (snprintf() not defined on some systems)foobar2003-02-251-1/+1
|
* MFH: Bump year.Sebastian Bergmann2002-12-311-1/+1
|
* bumb api version because of module_startup changeSascha Schumann2002-11-071-1/+1
|
* centralize #include "build-defs.h" and drop (sometimes inconsistent) otherSascha Schumann2002-10-241-3/+11
| | | | | instances
* Implement persistent streams. (for pfsockopen).Wez Furlong2002-09-251-4/+5
| | | | | | Juggle some includes/definitions. Tidy up streams use in ext/standard/file.c
* NetWare related changes/modificationsAnantha Kesari H Y2002-09-091-0/+15
|
* fix for extension = ""Marcus Boerger2002-08-121-0/+2
| | | | | make php_verror available
* rename php_error_func<n> to php_error_docref and support Wez ideaMarcus Boerger2002-08-081-3/+5
| | | | | that solves ToDo requirement to point to PHP Manual in error messages.
* -new functions php_error_func<0> to support unified error messagesMarcus Boerger2002-08-071-0/+5
| | | | | #read followup
* NetWare related changesVenkat Raghavan S2002-05-311-0/+9
|
* Due to the thread-safety changes and lots of other stuff, theSascha Schumann2002-05-071-1/+1
| | | | | current tree is not backwards compatible anymore. Bump API no.
* Always initialize wrappers, regardless of PG(allow_url_fopen).Wez Furlong2002-04-161-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 availableMarcus Boerger2002-04-101-0/+1
|
* getting rid of the warn_not_available aliasHartmut Holzgraefe2002-03-221-2/+0
|
* Rename HAVE_PHP_STREAM to PHP_HAVE_STREAMS, becauseSascha Schumann2002-03-181-1/+1
| | | | | | 1.) a PHP-specific symbol should be in the php namespace, and 2.) there are multiple streams and the old configure parameter was plural, too.
* -added memory streamsMarcus Boerger2002-03-161-1/+2
| | | | | @added memory streams (marcus)
* add HAVE_PHP_STREAM macro for extensions to test which fileio functions to useWez Furlong2002-03-161-1/+1
|
* don't redefine NDEBUG if it is already defined. yeesh.jim winstead2002-03-151-0/+2
|
* - Revert assert fix until it becomes clear what was wrong with my previousAndi Gutmans2002-03-151-2/+0
| | | | | - fix. I don't see any warnings when building with VC++ English.
* Avoid warnings under VC.Yasuo Ohgaki2002-03-151-0/+2
| | | | | # If you know how assert() should be used under VC, please fix it.
* Include/enable assert.h/assert() when it is availableYasuo Ohgaki2002-03-141-1/+10
|
* turn on force redirect for windowsShane Caraveo2002-03-011-3/+4
|
* Update headers.Sebastian Bergmann2001-12-111-2/+2
|
* Merge in qsort changesSterling Hughes2001-09-171-1/+2
|
* - Don't wrap lines... this is annoying while coding.Derick Rethans2001-09-091-2/+2
|
* Update API numberZeev Suraski2001-09-011-1/+1
|
* This is not needed anymore.foobar2001-08-221-1/+0
|
* Fix XtOffsetOf compile problems if someone has already defined it.Sterling Hughes2001-08-181-1/+5
|
* Move the macro wrappers from the compatibility header to php.hZeev Suraski2001-08-111-0/+36
|
* Centralize macrosZeev Suraski2001-08-101-21/+0
|
* Let's not introduce more mess to maintain.Zeev Suraski2001-08-101-25/+0
|
* Sablot extension cleanup - it compiles again nowRasmus Lerdorf2001-08-101-0/+24
|
* some more eliminate-fetches-or-escalate-them-at-leastSascha Schumann2001-08-051-2/+2
|
* more tsrm cleanup -- output.c is not doing any fetches anymoreSascha Schumann2001-08-051-6/+6
|
* - TSRMLS_FETCH workZeev Suraski2001-08-051-7/+7
| | | | | - whitespace fixes
* Avoid TSRMLS_FETCH()'s, and clean up a bit of stale extern's and layout on ↵Zeev Suraski2001-07-301-4/+0
| | | | the way
* Get rid of the redundant global startup codeZeev Suraski2001-07-241-2/+0
|
* Fix Windows buildZeev Suraski2001-07-201-1/+1
|