Dmitry Stogov
|
2fa8d67a5c
|
Use zend_string* instead of char* for opened_patch handling. Avoid reallocations and improve string reuse.
|
2015-03-04 02:05:28 +03:00 |
|
Xinchen Hui
|
fc33f52d8c
|
bump year
|
2015-01-15 23:27:30 +08:00 |
|
Stanislav Malyshev
|
b7a7b1a624
|
trailing whitespace removal
|
2015-01-10 15:07:38 -08:00 |
|
Anatol Belski
|
bdeb220f48
|
first shot remove TSRMLS_* things
|
2014-12-13 23:06:14 +01:00 |
|
Anatol Belski
|
451856420c
|
data type fixes
|
2014-08-29 12:53:37 +02:00 |
|
Anatol Belski
|
c3e3c98ec6
|
master renames phase 1
|
2014-08-25 19:24:55 +02:00 |
|
Anatol Belski
|
8ee2a4a9b5
|
first shot on merging the core fro the int64 branch
|
2014-08-16 11:16:11 +02:00 |
|
Xinchen Hui
|
c081ce628f
|
Bump year
|
2014-01-03 11:08:10 +08:00 |
|
Xinchen Hui
|
a666285bc2
|
Happy New Year
|
2013-01-01 16:37:09 +08:00 |
|
Xinchen Hui
|
242658c053
|
Merge branch 'PHP-5.3' into PHP-5.4
|
2012-08-02 12:32:44 +08:00 |
|
Xinchen Hui
|
433089ccb4
|
Fixed bug #62716 (munmap() is called with the incorrect length)
|
2012-08-02 12:30:07 +08:00 |
|
Felipe Pena
|
e4ca0ed09f
|
- Year++
|
2012-01-01 13:15:04 +00:00 |
|
Felipe Pena
|
4e19825281
|
- Year++
|
2012-01-01 13:15:04 +00:00 |
|
Dmitry Stogov
|
77bda2614d
|
Fixed bug #50982 (incorrect assumption of PAGE_SIZE size)
|
2011-09-15 11:30:17 +00:00 |
|
Dmitry Stogov
|
a223328b52
|
Fixed bug #50982 (incorrect assumption of PAGE_SIZE size)
|
2011-09-15 11:30:17 +00:00 |
|
Dmitry Stogov
|
4a25a7740d
|
Fixed ZE specific compile warnings (Bug #55629)
|
2011-09-13 13:29:35 +00:00 |
|
Felipe Pena
|
927bf09c29
|
- Year++
|
2011-01-01 02:19:59 +00:00 |
|
Felipe Pena
|
0203cc3d44
|
- Year++
|
2011-01-01 02:17:06 +00:00 |
|
Hartmut Holzgraefe
|
aaa2f1c30b
|
marked char pointer arguments as const in lots of
places where strings pointed to are not modified
to prevent compiler warnings about discarded qualifiers ...
|
2010-10-14 21:33:10 +00:00 |
|
Pierre Joye
|
b690b940ca
|
- label only used when mmap is available
|
2010-06-06 12:32:25 +00:00 |
|
Pierre Joye
|
fd583ffa1d
|
- label only used when mmap is available
|
2010-06-06 12:32:25 +00:00 |
|
Sebastian Bergmann
|
d2281d1dff
|
sed -i "s#1998-2009#1998-2010#g" **/*.c **/*.h **/*.php
|
2010-01-05 20:46:53 +00:00 |
|
Dmitry Stogov
|
f2b7adffb5
|
Fixed bug #47596 (Bus error on parsing file)
|
2009-03-26 17:28:49 +00:00 |
|
Nuno Lopes
|
86df0f095d
|
the offset parameter of mmap() must be aligned to a page boundary (although linux doesnt strictly require it).
use 0 as offset as it will be small and increment the ptrs afterwards
|
2009-01-28 23:18:49 +00:00 |
|
Ilia Alshanetsky
|
71ea95354b
|
MFH: Corrected fix for bug #46844 to only trigger on the 1st line of CLI
opened files.
|
2009-01-09 17:21:12 +00:00 |
|
Sebastian Bergmann
|
08659c2dcd
|
MFH: Bump copyright year, 3 of 3.
|
2008-12-31 11:15:49 +00:00 |
|
Arnaud Le Blanc
|
ffb76017d5
|
MFH: Fixed #45928 (large scripts from stdin are stripped at 16K border)
|
2008-09-10 10:28:39 +00:00 |
|
Felipe Pena
|
85ab423565
|
- MFH: Removed some TSRMLS_FETCH()s
|
2008-08-15 19:47:33 +00:00 |
|
Antony Dovgal
|
c75658c477
|
MFH
|
2008-04-29 08:08:21 +00:00 |
|
Nuno Lopes
|
b41fd6150c
|
remove redundant test for file size
|
2008-04-04 15:34:39 +00:00 |
|
Marcus Boerger
|
adaf6daa3c
|
- Fix streams handling logic, only real FPs can be mmaped here
|
2008-03-21 18:15:43 +00:00 |
|
Marcus Boerger
|
af316021e8
|
- Rewrite scanner to be based on re2c instead of flex
The full patch is available as:
http://php.net/~helly/php-re2c-5.3-20080316.diff.txt
This is against php-re2c repository version 98
An older patch against version 97 is available under:
http://php.net/~helly/php-re2c-97-20080316.diff.txt
|
2008-03-16 21:06:55 +00:00 |
|
Sebastian Bergmann
|
d1dded8751
|
MFH: Bump copyright year, 2 of 2.
|
2007-12-31 07:17:19 +00:00 |
|
Sebastian Bergmann
|
4223aa4d5e
|
MFH: Bump year.
|
2007-01-01 09:36:18 +00:00 |
|
Andi Gutmans
|
61e93ccfe8
|
- Update copyright notices to 2006
|
2006-01-04 23:53:05 +00:00 |
|
foobar
|
916815b779
|
Bump up the year
|
2005-08-03 13:30:58 +00:00 |
|
Anantha Kesari H Y
|
82da3f5074
|
zend_stream_getc uses fread internally. NetWare LibC fread reads 4(Which I believe EOT) for EOF(^D) character. This happens when fread is asked to read one and only character as is the case with cl interactive mode.
-- Kamesh
|
2005-07-07 15:43:50 +00:00 |
|
Zeev Suraski
|
d33500ee20
|
Thought I committed it ages ago... Anyway, without further delays, the final
__halt_compiler() patch
|
2005-06-04 16:16:19 +00:00 |
|
Stanislav Malyshev
|
dd64e6dede
|
Do not convert ZEND_HANDLE_FP to ZEND_HANDLE_STREAM but allow using reader/closer
on it
|
2005-03-13 17:48:45 +00:00 |
|
Marcus Boerger
|
920b706142
|
- Fix warning
|
2004-09-27 09:03:40 +00:00 |
|
Wez Furlong
|
5aa568254a
|
export zend stream functions for zend extensions under windows
|
2004-06-25 12:55:11 +00:00 |
|
foobar
|
ccfc46b0aa
|
- Happy new year and PHP 5 for rest of the files too..
# Should the LICENSE and Zend/LICENSE dates be updated too?
|
2004-01-08 17:33:29 +00:00 |
|
Stanislav Malyshev
|
d22fcfbc03
|
export function
|
2003-12-16 10:50:52 +00:00 |
|
James Cox
|
f68c7ff249
|
updating license information in the headers.
|
2003-06-10 20:04:29 +00:00 |
|
Wez Furlong
|
f8e414ef70
|
*cough*
Fix another stupid mistake.
|
2003-02-20 21:48:46 +00:00 |
|
Wez Furlong
|
e88da9728f
|
Fix stupid mistake that only affected interactive mode.
|
2003-02-19 14:52:56 +00:00 |
|
Rasmus Lerdorf
|
891835e7aa
|
fileno() needs a FILE * here, and at least on FreeBSD with gcc-2.95.3
it is unable to figure out that this is indeed a FILE * and hence it
won't compile without this cast.
|
2003-02-18 22:29:27 +00:00 |
|
Wez Furlong
|
e52aac940f
|
Implement simple stream support in the ZE scanners.
|
2003-02-18 09:37:54 +00:00 |
|